Re: OpenNMS update version 21.0.5 to version 22.0.2

fmposta--- via opennms-discuss <[email protected]> Tue, 31 Jul 2018 08:20:56 +0200 (CEST)
Newsgroups gmane.network.opennms.general
Message-ID <[email protected]>
HI Jonathan,
in one word: wow! you are on another planet and I am too slow.
Unfortunately I still have the problem; I attach the required files (note: karaf.log is empty)
Many thanks for the support
Regards,
Fulvio

> Il 30 luglio 2018 alle 18.03 Jonathan Heard <[email protected]> ha scritto:
> 
> 
>     Hi Fulvio,
> 
>         First-off: Are you still having the same problem with the blank web page? It's all very well me talking about config from scratch but I appreciate that you probably need help to fix the running config for now.
> 
>     I don't see your logs in any of the mailing list emails although Graeme Fowler has cited a Maven resolution issue. This certainly could still point to a Maven cache issue - it could be worth checking that you've flushed the correct cache directories, and that you can reach the repository in question using something like cUrl from your OpenNMS hosts; just in case it is some kind of network/dns issue.
> 
>     I'm happy to also take a look at your logs if you're able to share them. I think for now output.log, web.log, jetty-server.log and karaf.log would be a good start.
> 
>     In response about my approach to config:
> 
>     Automating the configuration is certainly not a simple task. I think we ultimately decided that the time invested in automating our configuration would quickly be paid off versus the hours spent trying to fix problems every time we upgraded. It probably didn't help that we were using git to manage the raw configuration files which led to hideous merge conflicts. XML can be semantically the same but syntactically different e.g. <x y=1 z=2> vs <x z=2 y=1>) and this caught us out a few times, where a core OpenNMS moved the order of attributes and made the whole file appear to have changed.
> 
>     In case it helps you at all here's a couple of notes which might help:
> 
>     Surveillance Categories: 
>     All of ours are set automatically during automatic provisioning. We use NodeCategorySettingPolicy to automatically assign surveillance categories based upon hostname and/or whether a particular SNMP OID exists.
>     I've also set up code which builds the front page Availability dashboard to display a breakdown by category.
> 
>     Special Notification:
>     I presume you're talking about customisations to notifications.xml and things like destinationPaths.xml? If so, then I've scripted this to build these files from a template using Hieradata from a Yaml source file. In this particular case I've captured all default notifications in the Yaml as well as my customised ones.
> 
>     SNMP Mib Compiler:
>     We only use a handful of custom mibs, however in this instance I compile the MIBs and add them to my Puppet repository so that they're copied into place on the OpenNMS server. When creating the datacollection config files, I add the builtin-MIBs followed by the custom ones.
> 
>     Topology:
>     Our network is essentially flat so I've never used this but I'm sure it could be automated.
> 
>     Hope this is of interest and good luck with your future upgrades
>     Jonathan
> 
>     On 30/07/18 16:29, [email protected] mailto:[email protected] wrote:
> 
>         > > 
> >         Hi Jonathan,
> > 
> >         I also thought about your solution, but it becomes really difficult to do a new installation.
> >         I use heavily, for example: Surveillance Categories, SNMP Mib Compiler, Special Notification, Topology ...
> > 
> >         Regards,
> > 
> >         Fulvio
> > 
> >             > > > Il 30 luglio 2018 alle 13.27 Jonathan Heard <[email protected]> mailto:[email protected] ha scritto:
> > > 
> > > 
> > >             I'm inclined to agree, Chris.. My experience with OpenNMS is that there is a tangled mess of defaults, customisations and code in the vast number of XML config files which makes upgrading a very haphazard task. There's a long-standing support ticket to restructure the config and make upgrading easier but progress is slow and will likely require a massive overhaul of the configuration files to achieve it.
> > > 
> > >             In our environment I've used Puppet to create all my OpenNMS config (although I've since seen a tutorial using Rake which looks like a really nice approach). We never 'upgrade' but instead we trash the running version, rebuild, auto-reconfigure and rediscover everything. This isn't a particularly scalable approach so it would depend on the size of your estate, plus we don't need to retain historic data so we have the luxury of wiping it and starting afresh. However, it could be tailored to retain provisioned nodes and data, making it far more scalable.
> > > 
> > >             If you're able to trust the 'A' records to be an authoritative starting point as to all the hosts that need to be monitored, then the DNS Provisioner from OpenNMS is great. From scratch, OpenNMS takes a zone copy, provisions all nodes and performs service detection. It takes about an hour from start to finish to have our network of ~300 nodes fully discovered.
> > > 
> > >             It's on my todo list to see if I can share my Puppet code, although it may not be generic enough for other environments.
> > > 
> > >             HTH
> > > 
> > >             Jonathan
> > > 
> > > 
> > >             On 20/07/18 17:03, Chris Burt wrote:
> > > 
> > >                 > > > > 
> > > >                 I do not and this mailing list was no help at all.  I wiped out the install and started over.  Which seems par for the course with OpenNMS.   The need a real community.
> > > > 
> > > > 
> > > >                 On 7/20/2018 8:52 AM, fmposta--- via opennms-discuss wrote:
> > > > 
> > > >                     > > > > > 
> > > > >                     Hi All,
> > > > > 
> > > > >                     I have several installations of OpenNMS on CentOS6/7 and I have updated to the latest release.
> > > > > 
> > > > >                     The update was successful without problems and both the db and OpenNMS services were started regularly, but when I try the webpage nothing appears; obviously I tried another update with the same result.
> > > > > 
> > > > >                     Did you have similar problems? You can help me?
> > > > > 
> > > > >                     Thank you
> > > > > 
> > > > >                     Fulvio
> > > > > 
> > > > > 
> > > > > 
> > > > >                     ------------------------------------------------------------------------------
> > > > >                     Check out the vibrant tech community on one of the world's most
> > > > >                     engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > > 
> > > > > 
> > > > > 
> > > > >                     _______________________________________________
> > > > >                     Please read the OpenNMS Mailing List FAQ:
> > > > >                     http://www.opennms.org/index.php/Mailing_List_FAQ
> > > > > 
> > > > >                     opennms-discuss mailing list
> > > > > 
> > > > >                     To *unsubscribe* or change your subscription options, see the bottom of this page:
> > > > >                     https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> > > > > 
> > > > >                 > > > > 
> > > >                 -- 
> > > >                 Chris Burt
> > > >                 Generic Network Systems
> > > >                 503-342-4044 x728
> > > > 
> > > > 
> > > > 
> > > >                 ------------------------------------------------------------------------------
> > > >                 Check out the vibrant tech community on one of the world's most
> > > >                 engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > > > 
> > > > 
> > > > 
> > > >                 _______________________________________________
> > > >                 Please read the OpenNMS Mailing List FAQ:
> > > >                 http://www.opennms.org/index.php/Mailing_List_FAQ
> > > > 
> > > >                 opennms-discuss mailing list
> > > > 
> > > >                 To *unsubscribe* or change your subscription options, see the bottom of this page:
> > > >                 https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> > > > 
> > > >             > > > 
> > >         > >          
> > 
> >             > ----------------------------------------------------------------------------
>             Check out the vibrant tech community on one of the world's most
>             engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
>             Please read the OpenNMS Mailing List FAQ:
>             http://www.opennms.org/index.php/Mailing_List_FAQ
> 
>             opennms-discuss mailing list
> 
>             To *unsubscribe* or change your subscription options, see the bottom of this page:
>             https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> 
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss
jetty-server.log (text/plain, 17.4 KB)
2018-07-24 10:56:18,234 INFO  [Main] o.s.c.s.ClassPathXmlApplicationContext: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@d83fd51: startup date [Tue Jul 24 10:56:18 CEST 2018]; root of context hierarchy
2018-07-24 10:56:18,236 INFO  [Main] o.s.b.f.x.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [META-INF/opennms/applicationContext-jettyServer.xml]
2018-07-24 10:57:56,524 WARN  [Main] o.e.j.u.DeprecationWarning: Using @Deprecated Class org.apache.felix.http.proxy.ProxyListener
2018-07-24 10:59:20,463 INFO  [RMI TCP Connection(8)-127.0.0.1] o.s.c.s.ClassPathXmlApplicationContext: Closing ApplicationContext 'jettyServerContext': startup date [Tue Jul 24 10:56:18 CEST 2018]; root of context hierarchy
2018-07-24 10:59:20,496 INFO  [RMI TCP Connection(8)-127.0.0.1] o.s.w.c.s.XmlWebApplicationContext: Closing Root WebApplicationContext: startup date [Tue Jul 24 10:58:05 CEST 2018]; parent: Root WebApplicationContext
2018-07-24 10:59:21,142 INFO  [RMI TCP Connection(8)-127.0.0.1] o.s.w.c.s.XmlWebApplicationContext: Closing Root WebApplicationContext: startup date [Tue Jul 24 10:58:07 CEST 2018]; parent: Root WebApplicationContext
2018-07-24 10:59:21,145 INFO  [RMI TCP Connection(8)-127.0.0.1] o.s.w.c.s.XmlWebApplicationContext: Closing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Jul 24 10:58:08 CEST 2018]; parent: Root WebApplicationContext
2018-07-24 10:59:21,151 WARN  [RMI TCP Connection(8)-127.0.0.1] o.e.j.s.FilterHolder: 
java.lang.NullPointerException: null
	at org.opennms.container.web.ProxyFilter.destroy(ProxyFilter.java:36) ~[org.opennms.container.servlet-22.0.2.jar:?]
	at org.eclipse.jetty.servlet.FilterHolder.destroyInstance(FilterHolder.java:178) ~[jetty-servlet-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.servlet.FilterHolder.doStop(FilterHolder.java:155) ~[jetty-servlet-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:226) ~[jetty-servlet-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:381) ~[jetty-security-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:456) ~[jetty-security-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:516) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:849) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:355) ~[jetty-servlet-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.webapp.WebAppContext.stopWebapp(WebAppContext.java:1486) ~[jetty-webapp-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1450) ~[jetty-webapp-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:913) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:271) ~[jetty-servlet-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:564) ~[jetty-webapp-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:142) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:160) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:124) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.server.Server.doStop(Server.java:523) ~[jetty-server-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89) ~[jetty-util-9.4.2.v20170220.jar:9.4.2.v20170220]
	at org.opennms.netmgt.jetty.JettyServer.onStop(JettyServer.java:121) ~[opennms-jetty-22.0.2.jar:?]
	at org.opennms.netmgt.daemon.AbstractServiceDaemon$5.run(AbstractServiceDaemon.java:321) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at org.opennms.core.logging.Logging.withPrefix(Logging.java:71) ~[org.opennms.core.logging-22.0.2.jar:?]
	at org.opennms.netmgt.daemon.AbstractServiceDaemon.stop(AbstractServiceDaemon.java:314) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at org.opennms.netmgt.daemon.AbstractServiceDaemon.destroy(AbstractServiceDaemon.java:336) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:262) ~[org.apache.servicemix.bundles.spring-beans-4.2.9.RELEASE_1.jar:?]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:578) ~[org.apache.servicemix.bundles.spring-beans-4.2.9.RELEASE_1.jar:?]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:554) ~[org.apache.servicemix.bundles.spring-beans-4.2.9.RELEASE_1.jar:?]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:978) ~[org.apache.servicemix.bundles.spring-beans-4.2.9.RELEASE_1.jar:?]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:523) ~[org.apache.servicemix.bundles.spring-beans-4.2.9.RELEASE_1.jar:?]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:985) ~[org.apache.servicemix.bundles.spring-beans-4.2.9.RELEASE_1.jar:?]
	at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1010) ~[org.apache.servicemix.bundles.spring-context-4.2.9.RELEASE_1.jar:?]
	at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:986) ~[org.apache.servicemix.bundles.spring-context-4.2.9.RELEASE_1.jar:?]
	at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:938) ~[org.apache.servicemix.bundles.spring-context-4.2.9.RELEASE_1.jar:?]
	at org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon$3.run(AbstractSpringContextJmxServiceDaemon.java:177) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at org.opennms.core.logging.Logging.withPrefix(Logging.java:71) ~[org.opennms.core.logging-22.0.2.jar:?]
	at org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon.stop(AbstractSpringContextJmxServiceDaemon.java:169) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) ~[?:1.8.0_171]
	at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252) ~[?:1.8.0_171]
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) ~[?:1.8.0_171]
	at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:277) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:206) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at org.opennms.netmgt.vmmgr.Manager.stop(Manager.java:117) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at org.opennms.netmgt.vmmgr.Manager.stop(Manager.java:102) ~[org.opennms.core.daemon-22.0.2.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) ~[?:1.8.0_171]
	at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252) ~[?:1.8.0_171]
	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) ~[?:1.8.0_171]
	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) ~[?:1.8.0_171]
	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468) ~[?:1.8.0_171]
	at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76) ~[?:1.8.0_171]
	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309) ~[?:1.8.0_171]
	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401) ~[?:1.8.0_171]
	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829) ~[?:1.8.0_171]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) ~[?:1.8.0_171]
	at sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:1.8.0_171]
	at sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:1.8.0_171]
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
	at sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:1.8.0_171]
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) ~[?:1.8.0_171]
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:835) ~[?:1.8.0_171]
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) ~[?:1.8.0_171]
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) [?:1.8.0_171]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
2018-07-24 10:59:21,169 INFO  [RMI TCP Connection(8)-127.0.0.1] o.s.w.c.s.XmlWebApplicationContext: Closing Root WebApplicationContext: startup date [Tue Jul 24 10:57:56 CEST 2018]; parent: ApplicationContext 'daoContext'
2018-07-24 10:59:21,170 INFO  [RMI TCP Connection(8)-127.0.0.1] o.s.c.s.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2018-07-24 10:59:21,171 INFO  [RMI TCP Connection(8)-127.0.0.1] o.q.c.QuartzScheduler: Scheduler databaseReport_$_ReportScheduler paused.
2018-07-24 10:59:21,175 INFO  [RMI TCP Connection(8)-127.0.0.1] o.s.s.q.SchedulerFactoryBean: Shutting down Quartz Scheduler
2018-07-24 10:59:21,175 INFO  [RMI TCP Connection(8)-127.0.0.1] o.q.c.QuartzScheduler: Scheduler databaseReport_$_ReportScheduler shutting down.
2018-07-24 10:59:21,175 INFO  [RMI TCP Connection(8)-127.0.0.1] o.q.c.QuartzScheduler: Scheduler databaseReport_$_ReportScheduler paused.
2018-07-24 10:59:21,616 INFO  [RMI TCP Connection(8)-127.0.0.1] o.q.c.QuartzScheduler: Scheduler databaseReport_$_ReportScheduler shutdown complete.
2018-07-31 08:00:05,612 INFO  [Main] o.s.c.s.ClassPathXmlApplicationContext: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@340e55f0: startup date [Tue Jul 31 08:00:05 CEST 2018]; root of context hierarchy
2018-07-31 08:00:05,619 INFO  [Main] o.s.b.f.x.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [META-INF/opennms/applicationContext-jettyServer.xml]
2018-07-31 08:01:31,777 WARN  [Main] o.e.j.u.DeprecationWarning: Using @Deprecated Class org.apache.felix.http.proxy.ProxyListener
karaf.log (text/plain, 0 B)

    
output.log (text/plain, 324 KB) - not displayed
web.log (text/plain, 276.9 KB) - not displayed