Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. Factory method 'subscriberStore' threw exception; nested exception is java.lang.NullPointerException
  2. cellvision.crux.ex.ModuleInstallException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'service' defined in ums.deviceserver.business.subscriberstore.internal.spring.BundleContext: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [ums.deviceserver.business.subscriberstore.internal.SubscriberStoreImpl]: Factory method 'service' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'subscriberStore' defined in ums.deviceserver.business.subscriberstore.internal.spring.BundleContext: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [ums.deviceserver.business.subscriberstore.internal.inmem.SubsPosMap]: Factory method 'subscriberStore' threw exception; nested exception is java.lang.NullPointerException
  3. at cellvision.crux.internal.module.Module.install(Module.java:77)
  4. at cellvision.crux.internal.module.DynamicModulesImpl.install(DynamicModulesImpl.java:35)
  5. at cellvision.crux.internal.business.InitModulesBase.initModule(InitModulesBase.java:40)
  6. at cellvision.crux.internal.business.InitModulesBase.initModules(InitModulesBase.java:33)
  7. at cellvision.crux.internal.business.InitAppsModules.init(InitAppsModules.java:21)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  10. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  11. at java.lang.reflect.Method.invoke(Method.java:498)
  12. at cellvision.flowx.core.Executable.execute(Executable.java:73)
  13. at cellvision.flowx.core.FlowxEngine.runStep(FlowxEngine.java:465)
  14. at cellvision.flowx.core.FlowxEngine.runStepWrapException(FlowxEngine.java:428)
  15. at cellvision.flowx.core.FlowxEngine.runCallStackFrame(FlowxEngine.java:304)
  16. at cellvision.flowx.core.FlowxEngine.runCallStack(FlowxEngine.java:286)
  17. at cellvision.flowx.core.FlowxEngine.runMain(FlowxEngine.java:212)
  18. at cellvision.flowx.core.FlowxEngine.runMainHandleRestart(FlowxEngine.java:184)
  19. at cellvision.flowx.core.FlowxEngine.execute(FlowxEngine.java:113)
  20. at cellvision.flowx.FlowExecutorImpl.execute(FlowExecutorImpl.java:167)
  21. at cellvision.crux.internal.Crux.run(Crux.java:80)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:498)
  26. at cellvision.crux.startup.CruxStarter.run(CruxStarter.java:56)
  27. at cellvision.crux.startup.CruxStarter.start(CruxStarter.java:50)
  28. at cellvision.crux.startup.CruxStarter.main(CruxStarter.java:36)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement