cfriedline

hz shutdown exception

Feb 9th, 2012
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 4.02 KB | None | 0 0
  1. 09 Feb 2012 10:40:35.105    INFO    com.hazelcast.impl.LifecycleServiceImpl /172.16.167.1:5702 [hazelblast-cjf] Address[172.16.167.1:5702] is SHUTTING_DOWN
  2. 09 Feb 2012 10:40:35.106    INFO    com.hazelcast.impl.Node /172.16.167.1:5702 [hazelblast-cjf] ** we are being asked to shutdown when active = true
  3. 09 Feb 2012 10:40:35.145    INFO    com.hazelcast.nio.InSelector    /172.16.167.1:5702 [hazelblast-cjf] closing selector hz.1.InThread
  4. 09 Feb 2012 10:40:35.145    INFO    com.hazelcast.nio.OutSelector   /172.16.167.1:5702 [hazelblast-cjf] closing selector hz.1.OutThread
  5. 09 Feb 2012 10:40:35.251    INFO    com.hazelcast.nio.Connection    /172.16.167.1:5702 [hazelblast-cjf] Connection lost null
  6. 09 Feb 2012 10:40:35.254    INFO    com.hazelcast.impl.Node /172.16.167.1:5702 [hazelblast-cjf] Hazelcast Shutdown is completed in 147 ms.
  7. 09 Feb 2012 10:40:35.257    INFO    hz.ManagementCenter Error unregistering MBeans
  8. javax.management.RuntimeMBeanException: RuntimeException thrown in preDeregister method
  9.     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.preDeregisterInvoke(DefaultMBeanServerInterceptor.java:1050)
  10.     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:421)
  11.     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:403)
  12.     at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:506)
  13.     at com.hazelcast.jmx.ManagementService.shutdown(ManagementService.java:167)
  14.     at com.hazelcast.impl.FactoryImpl.shutdownManagementService(FactoryImpl.java:317)
  15.     at com.hazelcast.impl.FactoryImpl.shutdown(FactoryImpl.java:312)
  16.     at com.hazelcast.impl.LifecycleServiceImpl.shutdown(LifecycleServiceImpl.java:105)
  17.     at com.hazelcast.core.LifecycleService$shutdown.call(Unknown Source)
  18.     at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
  19.     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
  20.     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
  21.     at net.friedline.hazelblast.main.HazelBlast.shutdown(HazelBlast.groovy:322)
  22.     at net.friedline.hazelblast.main.HazelBlast.run(HazelBlast.groovy:98)
  23.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  25.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  26.     at java.lang.reflect.Method.invoke(Method.java:597)
  27.     at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:226)
  28.     at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:64)
  29.     at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
  30.     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
  31.     at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
  32.     at net.friedline.hazelblast.main.HazelBlast.main(HazelBlast.groovy:68)
  33.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  35.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  36.     at java.lang.reflect.Method.invoke(Method.java:597)
  37.     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
  38. Caused by: java.lang.IllegalStateException: Hazelcast Instance is not active!
  39.     at com.hazelcast.impl.FactoryImpl.initialChecks(FactoryImpl.java:658)
  40.     at com.hazelcast.impl.FactoryImpl$CollectionProxyImpl.ensure(FactoryImpl.java:2101)
  41.     at com.hazelcast.impl.FactoryImpl$CollectionProxyImpl.removeItemListener(FactoryImpl.java:2201)
  42.     at com.hazelcast.jmx.SetMBean.preDeregister(SetMBean.java:83)
  43.     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.preDeregisterInvoke(DefaultMBeanServerInterceptor.java:1048)
  44.     ... 28 more
  45. 09 Feb 2012 10:40:35.260    INFO    com.hazelcast.impl.LifecycleServiceImpl /172.16.167.1:5702 [hazelblast-cjf] Address[172.16.167.1:5702] is SHUTDOWN
Advertisement
Add Comment
Please, Sign In to add comment