[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opennms-install
Subject:    Re: [opennms-install] opennms-install Digest, Vol 6, Issue 4
From:       "Werner Otto" <werner.otto () thecloud ! net>
Date:       2006-10-05 11:36:51
Message-ID: 9CC17C5066C52A47A75739415175642C06D98F7B () EVS1 ! acu-london ! local
[Download RAW message or body]

What type of errors did you experience? 

-----Original Message-----
From: opennms-install-bounces@lists.sourceforge.net
[mailto:opennms-install-bounces@lists.sourceforge.net] On Behalf Of Mark
Baker
Sent: Thursday, October 05, 2006 12:27 PM
To: opennms-install@lists.sourceforge.net
Subject: Re: [opennms-install] opennms-install Digest, Vol 6, Issue 4

Hi,

Did they start to support RrdTool V1.2 ? I had problems
with this and was instructed to downgrade to v1.0. 
(I use v1.0.41 as a result).

Just a fyi;

MB


>>> <opennms-install-request@lists.sourceforge.net> 10/05/06 4:52 am
>>>
Send opennms-install mailing list submissions to
	opennms-install@lists.sourceforge.net 

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/opennms-install 
or, via email, send a message with subject or body 'help' to
	opennms-install-request@lists.sourceforge.net 

You can reach the person managing the list at
	opennms-install-owner@lists.sourceforge.net 

When replying, please edit your Subject line so it is more specific
than "Re: Contents of opennms-install digest..."


Today's Topics:

   1. Re: Error and OpenNMS crash (DJ Gregor)
   2. Re: Error and OpenNMS crash (Werner Otto)
   3. Re: Error and OpenNMS crash (Werner Otto)


----------------------------------------------------------------------

Message: 1
Date: Thu, 5 Oct 2006 04:28:48 -0400
From: DJ Gregor <dj@opennms.org>
Subject: Re: [opennms-install] Error and OpenNMS crash
To: Installation questions and help
	<opennms-install@lists.sourceforge.net>
Message-ID: <C93855E3-1CAF-4EB1-AF1E-4471072C4649@opennms.org>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

On Oct 5, 2006, at 3:32 AM, Werner Otto wrote:
> Please see the attached dump of messages before my OpenNMS system  
> grinds to a halt. Has anyone experienced this type of behavior?

Some excerpts from the Java HotSpot error log:

> ...
> #  SIGSEGV (0xb) at pc=0x00000037dda6ff20, pid=18401, tid=1131977056
> #
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_08-b03 mixed
mode)
> # Problematic frame:
> # C  [libc.so.6+0x6ff20]  strlen+0x10
> #
> ...
> Stack: [0x0000000043689000,0x000000004378a000),   
> sp=0x0000000043787e08,  free space=1019k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,  
> C=native code)
> C  [libc.so.6+0x6ff20]  strlen+0x10
> C  [libc.so.6+0x5cad9]  vsprintf+0x79
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> J  org.opennms.protocols.icmp.IcmpSocket.send(Ljava/net/ 
> DatagramPacket;)V
> J  org.opennms.netmgt.discovery.PingManager$Pinger.poll(Lorg/ 
> opennms/netmgt/discovery/IPPollAddress;)Z
> v  ~I2CAdapter
> j  org.opennms.netmgt.discovery.PingManager$Pinger.run()V+176
> j  java.lang.Thread.run()V+11
> v  ~StubRoutines::call_stub
> ...

My guess is that this is happening in the "send" method mentioned  
above, which is actually a native C method invoked via JNI.  If this  
is the case, there seem to be some parts of the stack trace missing,  
or they were optimized out of the way.

Does this happen soon after OpenNMS is started, or does it happen  
after it's been running for awhile?

What version of OpenNMS are you trying to use?  Is this a version of  
OpenNMS that you downloaded, or did you build it yourself?  Do you  
see any WARN, ERROR, or FATAL messages in any of the log files (if  
so, please send them along)?  Are there any errors in output.log?


	- djg



------------------------------

Message: 2
Date: Thu, 5 Oct 2006 09:53:02 +0100
From: "Werner Otto" <werner.otto@thecloud.net>
Subject: Re: [opennms-install] Error and OpenNMS crash
To: "Installation questions and help"
	<opennms-install@lists.sourceforge.net>
Message-ID:
	<9CC17C5066C52A47A75739415175642C06D98DBA@EVS1.acu-london.local>
Content-Type: text/plain; charset="us-ascii"

I installed the system at about 11:00 yesterday morning, spent a
couple
of hours customizing the configuration and found it was dead this
morning. The error mentioned was logged at 00:10 05 Oct 2006(this
morning)

 

Here is what I am trying to do:

 

*         I built opennms version 1.2.8 from source for Enterprise
Linux
4 Patch level 3 64bit into an RPM - using sh build.sh
-Drpm.build.docs=0
rpm

*         I am running the following packages most of which I needed
to
package as well

o        Postgresql 8.1.4

o        Apache-tomcat 4.1.34

o        Rrdtool-1.2.15, with its perl and devel packages

o        Java-1.5.0, which I have built from
jdk-1_0_5_08-linux-amd64.bin

 

I have noticed that my OpenNMS system after starting it back up again
is
not polling any devices. I am unable to generate any outages. I did
have
some errors, which I stupidly deleted. I will forward then as soon as
I
get them. The log file names in the /var/log/opennms changed to
numeric
values, very weird.

 

Thanks,

Werner

 

-----Original Message-----
From: opennms-install-bounces@lists.sourceforge.net 
[mailto:opennms-install-bounces@lists.sourceforge.net] On Behalf Of DJ
Gregor
Sent: Thursday, October 05, 2006 9:29 AM
To: Installation questions and help
Subject: Re: [opennms-install] Error and OpenNMS crash

 

On Oct 5, 2006, at 3:32 AM, Werner Otto wrote:

> Please see the attached dump of messages before my OpenNMS system  

> grinds to a halt. Has anyone experienced this type of behavior?

 

Some excerpts from the Java HotSpot error log:

 

> ...

> #  SIGSEGV (0xb) at pc=0x00000037dda6ff20, pid=18401, tid=1131977056

> #

> # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_08-b03 mixed
mode)

> # Problematic frame:

> # C  [libc.so.6+0x6ff20]  strlen+0x10

> #

> ...

> Stack: [0x0000000043689000,0x000000004378a000),   

> sp=0x0000000043787e08,  free space=1019k

> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,  

> C=native code)

> C  [libc.so.6+0x6ff20]  strlen+0x10

> C  [libc.so.6+0x5cad9]  vsprintf+0x79

> 

> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

> J  org.opennms.protocols.icmp.IcmpSocket.send(Ljava/net/ 

> DatagramPacket;)V

> J  org.opennms.netmgt.discovery.PingManager$Pinger.poll(Lorg/ 

> opennms/netmgt/discovery/IPPollAddress;)Z

> v  ~I2CAdapter

> j  org.opennms.netmgt.discovery.PingManager$Pinger.run()V+176

> j  java.lang.Thread.run()V+11

> v  ~StubRoutines::call_stub

> ...

 

My guess is that this is happening in the "send" method mentioned  

above, which is actually a native C method invoked via JNI.  If this  

is the case, there seem to be some parts of the stack trace missing,  

or they were optimized out of the way.

 

Does this happen soon after OpenNMS is started, or does it happen  

after it's been running for awhile?

 

What version of OpenNMS are you trying to use?  Is this a version of  

OpenNMS that you downloaded, or did you build it yourself?  Do you  

see any WARN, ERROR, or FATAL messages in any of the log files (if  

so, please send them along)?  Are there any errors in output.log?

 

 

      - djg

 

------------------------------------------------------------------------
-

Take Surveys. Earn Cash. Influence the Future of IT

Join SourceForge.net's Techsay panel and you'll get the chance to
share
your

opinions on IT & business topics through brief surveys -- and earn
cash

http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE

V

_______________________________________________

Please read the OpenNMS Mailing List FAQ:

http://www.opennms.org/index.php/Mailing_List_FAQ 

 

opennms-install mailing list

 

To *unsubscribe* or change your subscription options, see the bottom
of
this page:

https://lists.sourceforge.net/lists/listinfo/opennms-install 

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://sourceforge.net/mailarchive/forum.php?forum=opennms-install/attac
hments/20061005/1e1b8e2c/attachment.html


------------------------------

Message: 3
Date: Thu, 5 Oct 2006 09:55:52 +0100
From: "Werner Otto" <werner.otto@thecloud.net>
Subject: Re: [opennms-install] Error and OpenNMS crash
To: "Installation questions and help"
	<opennms-install@lists.sourceforge.net>
Message-ID:
	<9CC17C5066C52A47A75739415175642C06D98DC3@EVS1.acu-london.local>
Content-Type: text/plain; charset="us-ascii"

One of the errors I found

 

2006-10-05 09:45:06,588 WARN  [http-8080-Processor2]
PollerConfigFactory: start: Failed to load monitor
org.opennms.netmgt.poller.monitors.IcmpMonitor for s

ervice ICMP

java.lang.UnsatisfiedLinkError: no jicmp in java.library.path

        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)

        at java.lang.Runtime.loadLibrary0(Runtime.java:822)

        at java.lang.System.loadLibrary(System.java:993)

        at
org.opennms.protocols.icmp.IcmpSocket.<clinit>(IcmpSocket.java:78)

        at
org.opennms.netmgt.poller.monitors.IcmpMonitor.<init>(IcmpMonitor.java:1
89)

        at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)

        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA
ccessorImpl.java:39)

        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
tructorAccessorImpl.java:27)

        at
java.lang.reflect.Constructor.newInstance(Constructor.java:494)

        at java.lang.Class.newInstance0(Class.java:350)

        at java.lang.Class.newInstance(Class.java:303)

        at
org.opennms.netmgt.config.PollerConfigFactory.createServiceMonitors(Poll
erConfigFactory.java:802)

        at
org.opennms.netmgt.config.PollerConfigFactory.reloadXML(PollerConfigFact
ory.java:181)

        at
org.opennms.netmgt.config.PollerConfigFactory.<init>(PollerConfigFactory
.java:171)

        at
org.opennms.netmgt.config.PollerConfigFactory.init(PollerConfigFactory.j
ava:208)

        at
org.apache.jsp.interface_jsp._jspService(interface_jsp.java:399)

        at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:92)

        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:809)

        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:162)

        at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)

        at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)

        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:809)

        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:198)

        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:144)

        at
org.opennms.web.AddRefreshHeaderFilter.doFilter(AddRefreshHeaderFilter.j
ava:73)

        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:164)

        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:144)

        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:209)

        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:595)

        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
32)

        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:954)

        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:138)

        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:595)

        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base.java:504)

        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:593)

        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
32)

        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:954)

        at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:245
9)

        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:132)

        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:595)

        at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVa
lve.java:118)

        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:593)

        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:116)

        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:593)

        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
32)

        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:954)

        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:126)

        at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(StandardPipeline.java:595)

        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:4
32)

        at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:954)

 

________________________________

From: opennms-install-bounces@lists.sourceforge.net 
[mailto:opennms-install-bounces@lists.sourceforge.net] On Behalf Of
Werner Otto
Sent: Thursday, October 05, 2006 9:53 AM
To: Installation questions and help
Subject: Re: [opennms-install] Error and OpenNMS crash

 

I installed the system at about 11:00 yesterday morning, spent a
couple
of hours customizing the configuration and found it was dead this
morning. The error mentioned was logged at 00:10 05 Oct 2006(this
morning)

 

Here is what I am trying to do:

 

*         I built opennms version 1.2.8 from source for Enterprise
Linux
4 Patch level 3 64bit into an RPM - using sh build.sh
-Drpm.build.docs=0
rpm

*         I am running the following packages most of which I needed
to
package as well

o        Postgresql 8.1.4

o        Apache-tomcat 4.1.34

o        Rrdtool-1.2.15, with its perl and devel packages

o        Java-1.5.0, which I have built from
jdk-1_0_5_08-linux-amd64.bin

 

I have noticed that my OpenNMS system after starting it back up again
is
not polling any devices. I am unable to generate any outages. I did
have
some errors, which I stupidly deleted. I will forward then as soon as
I
get them. The log file names in the /var/log/opennms changed to
numeric
values, very weird.

 

Thanks,

Werner

 

-----Original Message-----
From: opennms-install-bounces@lists.sourceforge.net 
[mailto:opennms-install-bounces@lists.sourceforge.net] On Behalf Of DJ
Gregor
Sent: Thursday, October 05, 2006 9:29 AM
To: Installation questions and help
Subject: Re: [opennms-install] Error and OpenNMS crash

 

On Oct 5, 2006, at 3:32 AM, Werner Otto wrote:

> Please see the attached dump of messages before my OpenNMS system  

> grinds to a halt. Has anyone experienced this type of behavior?

 

Some excerpts from the Java HotSpot error log:

 

> ...

> #  SIGSEGV (0xb) at pc=0x00000037dda6ff20, pid=18401, tid=1131977056

> #

> # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_08-b03 mixed
mode)

> # Problematic frame:

> # C  [libc.so.6+0x6ff20]  strlen+0x10

> #

> ...

> Stack: [0x0000000043689000,0x000000004378a000),   

> sp=0x0000000043787e08,  free space=1019k

> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,  

> C=native code)

> C  [libc.so.6+0x6ff20]  strlen+0x10

> C  [libc.so.6+0x5cad9]  vsprintf+0x79

> 

> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

> J  org.opennms.protocols.icmp.IcmpSocket.send(Ljava/net/ 

> DatagramPacket;)V

> J  org.opennms.netmgt.discovery.PingManager$Pinger.poll(Lorg/ 

> opennms/netmgt/discovery/IPPollAddress;)Z

> v  ~I2CAdapter

> j  org.opennms.netmgt.discovery.PingManager$Pinger.run()V+176

> j  java.lang.Thread.run()V+11

> v  ~StubRoutines::call_stub

> ...

 

My guess is that this is happening in the "send" method mentioned  

above, which is actually a native C method invoked via JNI.  If this  

is the case, there seem to be some parts of the stack trace missing,  

or they were optimized out of the way.

 

Does this happen soon after OpenNMS is started, or does it happen  

after it's been running for awhile?

 

What version of OpenNMS are you trying to use?  Is this a version of  

OpenNMS that you downloaded, or did you build it yourself?  Do you  

see any WARN, ERROR, or FATAL messages in any of the log files (if  

so, please send them along)?  Are there any errors in output.log?

 

 

      - djg

 

------------------------------------------------------------------------
-

Take Surveys. Earn Cash. Influence the Future of IT

Join SourceForge.net's Techsay panel and you'll get the chance to
share
your

opinions on IT & business topics through brief surveys -- and earn
cash

http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE

V

_______________________________________________

Please read the OpenNMS Mailing List FAQ:

http://www.opennms.org/index.php/Mailing_List_FAQ 

 

opennms-install mailing list

 

To *unsubscribe* or change your subscription options, see the bottom
of
this page:

https://lists.sourceforge.net/lists/listinfo/opennms-install 

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://sourceforge.net/mailarchive/forum.php?forum=opennms-install/attac
hments/20061005/ced02c12/attachment.html


------------------------------

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn
cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V


------------------------------

_______________________________________________
opennms-install mailing list
opennms-install@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/opennms-install 


End of opennms-install Digest, Vol 6, Issue 4
*********************************************

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of
this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic