Ted Kaczmarek | 1 Nov 2003 13:29
Favicon

Re: [opennms-discuss] java.lang.IllegalArgumentException: Cannot take null parameters

java.lang.IllegalArgumentException: Cannot take null parameters.
	at org.opennms.core.utils.BundleLists.parseBundleList(BundleLists.java:60)
	at org.opennms.core.utils.BundleLists.parseBundleList(BundleLists.java:47)
	at org.apache.jsp.index$jsp.getQueries(index$jsp.java:30)
	at org.apache.jsp.index$jsp._jspService(index$jsp.java:132)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:528)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
(Continue reading)

Michael Grinnell | 2 Nov 2003 19:22
Picon
Favicon

[opennms-discuss] Configuration, rrd graphing, ssh problems

Hi,

I just installed OpenNMS this past weekend, and so far it's been great. 
Having played with it for a few days, I have some questions, mostly 
regarding configuration.  IP addresses have been cleansed.

If I am configuring more than 1 subnet, is the correct syntax in 
discovery-configuration.xml something like this:
        <include-range retries="2" timeout="3000">
                <begin>192.168.1.1</begin>
                <end>192.168.1.254</end>
        </include-range>

        <include-range retries="2" timeout="3000">
                <begin>192.168.254.1</begin>
                <end>192.168.254.254</end>
        </include-range>

Now, for every entry in discovery-configuration.xml, we need an identical 
entry in poller-configuration.xml if we want to poll it, correct?
Like:
    <package name="critical servers">
        <filter>IPADDR IPLIKE *.*.*.*≤/filter>
        <specific>0.0.0.0</specific>

        <include-range begin="192.168.1.1" end="192.168.1.254"/>
        <include-range begin="192.168.254.1" end="192.168.254.254"/>

That's all I need to discover and poll the default services, correct?

(Continue reading)

SebNob | 3 Nov 2003 17:46

Re: [opennms-discuss] HTTP Status 500

Hi

About this bug, I would like to make a suggestion. Could the default 
graph type be the first existing graph in snmp-graph.properties. I don't 
know if this is easy to make that change since i don't code in java. 
Just a suggestion.

Seb.

Tarus Balog wrote:

>
> On Oct 31, 2003, at 10:01 AM, SebNob wrote:
>
>> Hi all
>>
>> I just upgrade from 1.1.1 to 1.1.2-1. I got an internal error when i 
>> try to create a new KSC report.
>
>
> http://bugzilla.opennms.org/show_bug.cgi?id=761
>
> This is the fix for the problem, I am not sure why it didn't work for 
> you (per your note). Are you sure you edited the right file?
>
> Try:
>
> 1) Stop tomcat4
> 2) rm -r /var/tomcat4/work/*
> 3) Start tomcat4
(Continue reading)

Raymond | 4 Nov 2003 16:28
Picon
Favicon

[opennms-discuss] Microsoft DNS server

Hi,
 
I have a question we have a Microsoft DNS server in our network and Opennms "says" it is down but it isn't.
I found at the faq.opennms.org page a message about it and said to change the 'localhost' in de poller configuration file to something else like 'opennms.org',  I changed it to an entry of an internal server (with is added correcty in the DNS and restarted opennms), but still......
 
What could be the problem and/or where can i find more about it like in the log files etc...
 
 
I hope anyone can help, thanks
 
 
Regards,
 
Raymond
_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss
Chris Beck | 4 Nov 2003 16:51

RE: [opennms-discuss] Microsoft DNS server

Just to make sure, did you restart the OpenNMS services after making the change?
 
-Chris
-----Original Message-----
From: Raymond [mailto:r270375 <at> hotmail.com]
Sent: Tuesday, November 04, 2003 7:28 AM
To: discuss <at> opennms.org
Subject: [opennms-discuss] Microsoft DNS server

Hi,
 
I have a question we have a Microsoft DNS server in our network and Opennms "says" it is down but it isn't.
I found at the faq.opennms.org page a message about it and said to change the 'localhost' in de poller configuration file to something else like 'opennms.org',  I changed it to an entry of an internal server (with is added correcty in the DNS and restarted opennms), but still......
 
What could be the problem and/or where can i find more about it like in the log files etc...
 
 
I hope anyone can help, thanks
 
 
Regards,
 
Raymond
_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss
Christoph Schetelich | 4 Nov 2003 17:32
Picon

[opennms-discuss] unmanage service causes HTTP 500 error

Hi,

I am struggling with an HTTP 500 error when unmanage services from the GUI

javax.servlet.ServletException: Error writing the include url file /opt/OpenNMS//etc/include: /opt/OpenNMS/etc/include (Is a directory)

java.io.FileNotFoundException: /opt/OpenNMS/etc/include (Is a directory)

        at java.io.FileOutputStream.open(Native Method)

        at java.io.FileOutputStream.(FileOutputStream.java:176)

        at java.io.FileOutputStream.(FileOutputStream.java:70)

        at java.io.FileWriter.(FileWriter.java:46)

        at org.opennms.web.admin.nodeManagement.ManageNodesServlet.writeURLFile(ManageNodesServlet.java:299)

        at org.opennms.web.admin.nodeManagement.ManageNodesServlet.doPost(ManageNodesServlet.java:206)

I had a look through all my xml config files, but no empty path is referenced there.  Any ideas what might cause this ?

Regards + thx

Christoph

This communication is private, privileged and confidential intended only for the named addressee. Any recipient who is not a named addressee is not entitled to retain, copy, disseminate or take action in reliance upon this communication. If you have received it in error, please notify the sender immediately and destroy the original.
_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss
Tarus Balog | 4 Nov 2003 17:40

Re: [opennms-discuss] Configuration, rrd graphing, ssh problems


On Oct 31, 2003, at 3:28 PM, Michael Grinnell wrote:

> If I am configuring more than 1 subnet, is the correct syntax in
> discovery-configuration.xml something like this:
>         <include-range retries="2" timeout="3000">
>                 <begin>192.168.1.1</begin>
>                 <end>192.168.1.254</end>
>         </include-range>
>
>         <include-range retries="2" timeout="3000">
>                 <begin>192.168.254.1</begin>
>                 <end>192.168.254.254</end>
>         </include-range>
>

Yes, that will work just fine.

> Now, for every entry in discovery-configuration.xml, we need an  
> identical
> entry in poller-configuration.xml if we want to poll it, correct?

Not exactly. You have to have a filter statement, but the other  
statements are optional. If you use the default of  
1.1.1.1-255.255.255.255 then the poller will only poll those things you  
discover, and since you pretty much controlled discovery in your  
discovery configuration file, it may be safe to leave it.

However, if you want to create multiple packages, you will need to  
specify more completely what IP addresses go with what packages.

The how-to is pretty complete on this:

http://www.opennms.org/users/docs/docs/html/part3.html

> Second, I don't have a rrdtool-graph.properties file.  I think this is  
> why
> my Response time results and Performance results are not showing  
> graphs.
> SNMP collection seems to be ok.  RRD files are ok, have data, and I can
> manually generate graphs.  Where can I get this file?

Uh, there should be an snmp-graph.properties file and a  
response-graph.properties file.

> Third, I am getting spurious outages for multiple services that I know  
> are
> not down.  There have been some latency issues in our network  
> recently.  Is
> the best solution for right now to just increase the polling timeouts?
> Will doing so have any negative effects?

You can

1) fix your network (grin)
2) increase the timeouts
3) add a "retry" parameter

OpenNMS acts like a user, so you want to set your timeouts as high as  
the slowest network performance is acceptable to your users. Note that  
OpenNMS will discover sympathetic causes - i.e. a slow DNS or no DNS  
entry for the OpenNMS server can cause SMTP in turn to be slow.

>
> Fourth, in my initial install, I attempted to discover and poll the  
> entire
> 192.168.1 subnet.  It did this quite quickly and neatly, but when I  
> later
> tried to discover and poll the 192.168.254 subnet, the Categories on  
> the
> front page (i.e. Network interfaces, web servers, etc.) did not  
> increment,

The categories page only reflects polled services. Are you polling this  
new subnet?
>
> Finally, SSH polling seemed to hose (no longer allow logins) OpenSSH on
> several Solaris 8 servers, but not all of them.  The last message in  
> the
> logs was: Timeout before authentication for 192.168.1.22

Hrm, this may be a bug. What version of OpenNMS are you using? When you  
say "hosed" are you seeing a lot of sshd processes?

-T

________________________________________________________________________ 
___
Tarus Balog							Main:		+1 919 545 2553
Blast Internet Services, Inc.			Fax:			+1 919 542 5955
Email: tarus <at> blast.com					URL: http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss

Tarus Balog | 4 Nov 2003 17:47

Re: [opennms-discuss] unmanage service causes HTTP 500 error


On Nov 4, 2003, at 11:32 AM, Christoph Schetelich wrote:

> Hi,
>
> I am struggling with an HTTP 500 error when unmanageservices from the  
> GUI
>
> javax.servlet.ServletException: Error writing the include url file  
> /opt/OpenNMS//etc/include: /opt/OpenNMS/etc/include (Is a directory)

This shouldn't be happening, but try

touch /opt/OpenNMS/etc/include

-T

________________________________________________________________________ 
___
Tarus Balog							Main:		+1 919 545 2553
Blast Internet Services, Inc.			Fax:			+1 919 542 5955
Email: tarus <at> blast.com					URL: http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss

TT | 4 Nov 2003 18:10
Favicon

[opennms-discuss] reparenting cisco interfaces

Gang,

I know  reparenting is an issue for onms but was hoping someone could help
me out here. I need to reparent interfaces that got moved due to an outage.
Would someone mind sharing the best way to go about this?

Thanks for all replies
TT

_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss

Christoph Schetelich | 4 Nov 2003 18:03
Picon

RE: [opennms-discuss] unmanage service causes HTTP 500 error


Thx Tarus, 

no success - same error
/opt/OpenNMS/etc/include directory exists

Christoph

-----Original Message-----
From: Tarus Balog [mailto:tarus <at> sortova.com] 
Sent: 04 November 2003 18:47
To: General OpenNMS Discussion
Subject: Re: [opennms-discuss] unmanage service causes HTTP 500 error

On Nov 4, 2003, at 11:32 AM, Christoph Schetelich wrote:

> Hi,
>
> I am struggling with an HTTP 500 error when unmanageservices from the

> GUI
>
> javax.servlet.ServletException: Error writing the include url file  
> /opt/OpenNMS//etc/include: /opt/OpenNMS/etc/include (Is a directory)

This shouldn't be happening, but try

touch /opt/OpenNMS/etc/include

-T

________________________________________________________________________

___
Tarus Balog							Main:
+1 919 545 2553
Blast Internet Services, Inc.			Fax:
+1 919 542 5955
Email: tarus <at> blast.com					URL:
http://www2.blast.com/tarus
PGP Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss

This communication is private, privileged and confidential intended only for the named addressee.
Any recipient who is not a named addressee is not entitled to retain, copy, disseminate or take
action in reliance upon this communication. If you have received it in error, please notify the
sender immediately and destroy the original.
_______________________________________________
discuss mailing list (discuss <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/discuss


Gmane