Hi Ronny, the version is the latest one - 16.0.3 installed two weeks ago.
And the latest ARM JDK: jdk-8-oracle-arm-vfp-hflt java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) Client VM (build 25.0-b70, mixed mode) I am using a Java program to send events to port 5817. And I had a matching notification configuration. I cleaned events and alarms and removed the notification configuration. Everything is working as expected except the alarm detail view. A node down event is still leading into a notification. Checking alarms in the opennms database everything seems to be ok. The installation on another pi we used as master image is showing the alarm details and I can send events causing alarms and notifications. Does the JasperException mean that there is a problem with a reference to reporting data ? Regards, Thomas DIBACO MISSION - effizientes Business Service Management ______________________________________________________________ DIBACO AG Thomas Bahlo Liebknechtstrasse 33 D-70565 Stuttgart Fon : +49 (711) 7811-700 Fax : +49 (711) 7811-701 Project Office: Fichtenstr. 31 D-89275 Elchingen Fon : +49 (7308) 929311 Fax : +49 (7308) 929312 Mobil : +49 (160) 97930676 mailto:thomas.ba...@dibaco.de <mailto:thomas.ba...@dibaco.de> www.dibaco.de <http://www.dibaco.de/> Vorstand: Thomas Bahlo Aufsichtsratsvorsitzender: Dr. jur. Hans-Martin Käser Amtsgericht Stuttgart: HRB 23245 The information contained in this message is confidential and may be legally privileged. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, dissemination, or reproduction is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. ______________________________________________________________ > Am 25.10.2015 um 21:42 schrieb ro...@opennms.org: > > Hi Thomas, > > what is your version exactly and which JDK you have running? You find the > information in the WebUI > > Main Menu “Login Name” -> “Help/Support” -> About the OpenNMS Web Console” > > Thank you in advance > > -- > Ronny Trommer, OGP, Germany :: Fulda :: Stuttgart > Web: http://www.opennms.org <http://www.opennms.org/> > > PGP Key Fingerprint: 4A1B 4D06 FEEC 244D 38EF 8074 9075 B2E5 08A2 451E > PGP Key Server1: https://keyserver.pgp.com <https://keyserver.pgp.com/> > PGP Key Server2: http://pgp.mit.edu/ <http://pgp.mit.edu/> >> On 24.10.2015, at 11:43, Thomas Bahlo <thomas.ba...@dibaco.de >> <mailto:thomas.ba...@dibaco.de>> wrote: >> >> Hi, >> >> we are running opennms 1.16 on various raspi 2 boxes. One installation that >> worked correctly for about one week is not showing alarm details anymore. >> Cleaning alarms and events did not help, but the processing including >> notifications is working correctly. >> I can see alarms in the table but are unable to view alarm details in the >> WebUI. >> >> The web.log file is containing the following errors: >> >> 2015-10-24 11:21:53,556 WARN [qtp3239402-796 - >> /opennms/alarm/detail.htm?id=103] o.e.j.s.ServletHandler: >> org.apache.jasper.JasperException: java.lang.NullPointerException >> at >> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432) >> ~[org.apache.jasper.glassfish-2.2.2.v201112011158.jar:?] >> at >> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492) >> ~[org.apache.jasper.glassfish-2.2.2.v201112011158.jar:?] >> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378) >> ~[org.apache.jasper.glassfish-2.2.2.v201112011158.jar:?] >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) >> ~[geronimo-servlet_3.0_spec-1.0.jar:1.0] >> at >> org.eclipse.jetty.servlet.JspPropertyGroupServlet.service(JspPropertyGroupServlet.java:127) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575) >> ~[jetty-security-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:209) >> ~[org.apache.servicemix.bundles.spring-webmvc-4.0.5.RELEASE_1.jar:?] >> …… >> 2015-10-24 11:21:53,721 WARN [qtp3239402-796 - >> /opennms/alarm/detail.htm?id=103] o.e.j.s.ServletHandler: >> /opennms/alarm/detail.htm >> java.lang.NullPointerException >> at >> org.apache.jsp.WEB_002dINF.jsp.alarm.detail_jsp._jspService(detail_jsp.java:366) >> ~[?:?] >> at >> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111) >> ~[org.apache.jasper.glassfish-2.2.2.v201112011158.jar:?] >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) >> ~[geronimo-servlet_3.0_spec-1.0.jar:1.0] >> at >> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403) >> ~[org.apache.jasper.glassfish-2.2.2.v201112011158.jar:?] >> at >> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492) >> ~[org.apache.jasper.glassfish-2.2.2.v201112011158.jar:?] >> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378) >> ~[org.apache.jasper.glassfish-2.2.2.v201112011158.jar:?] >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) >> ~[geronimo-servlet_3.0_spec-1.0.jar:1.0] >> at >> org.eclipse.jetty.servlet.JspPropertyGroupServlet.service(JspPropertyGroupServlet.java:127) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:575) >> ~[jetty-security-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) >> ~[jetty-servlet-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:276) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:103) >> ~[jetty-server-8.1.10.v20130312.jar:8.1.10.v20130312] >> at >> org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:209) >> ~[org.apache.servicemix.bundles.spring-webmvc-4.0.5.RELEASE_1.jar:?] >> >> >> >> >> Kind regards, >> >> Thomas >> >> >> >> DIBACO MISSION - efficient Business Service Management >> ______________________________________________________________ >> >> DIBACO AG Thomas Bahlo >> Liebknechtstrasse 33 D-70565 Stuttgart >> Fon : +49 (711) 7811-700 >> Fax : +49 (711) 7811-701 >> >> >> Project Office: >> Fichtenstr. 31 D-89275 Elchingen >> Fon : +49 (7308) 929311 >> Fax : +49 (7308) 929312 >> Mobil : +49 (160) 97930676 >> >> mailto:thomas.ba...@dibaco.de <mailto:thomas.ba...@dibaco.de> >> www.dibaco.de <http://www.dibaco.de/> >> >> Vorstand: Thomas Bahlo >> Aufsichtsratsvorsitzender: Dr. jur. Hans-Martin Käser >> Amtsgericht Stuttgart: HRB 23245 >> >> The information contained in this message is confidential and >> may be legally privileged. The message is intended solely for >> the addressee(s). If you are not the intended recipient, you >> are hereby notified that any use, dissemination, or reproduction >> is strictly prohibited and may be unlawful. If you are not the >> intended recipient, please contact the sender by return e-mail >> and destroy all copies of the original message. >> ______________________________________________________________ >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Please read the OpenNMS Mailing List FAQ: >> http://www.opennms.org/index.php/Mailing_List_FAQ >> <http://www.opennms.org/index.php/Mailing_List_FAQ> >> >> opennms-devel mailing list >> >> To *unsubscribe* or change your subscription options, see the bottom of this >> page: >> https://lists.sourceforge.net/lists/listinfo/opennms-devel > > ------------------------------------------------------------------------------ > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-devel mailing list > > To *unsubscribe* or change your subscription options, see the bottom of this > page: > https://lists.sourceforge.net/lists/listinfo/opennms-devel
------------------------------------------------------------------------------
_______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-devel mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-devel