Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 KB | None | 0 0
  1. 11:08:23,828 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 55) MSC000001: Failed to start service jboss.deployment.subunit."harvest.ear"."harvestCache.jar".component.RPCache.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."harvest.ear"."harvestCache.jar".component.RPCache.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  2.  
  3. at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  4.  
  5. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_13]
  6.  
  7. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_13]
  8.  
  9. at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_13]
  10.  
  11. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
  12.  
  13. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
  14.  
  15. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
  16.  
  17. at org.jboss.threads.JBossThread.run(JBossThread.java:122)
  18.  
  19. Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  20.  
  21. at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:164) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  22.  
  23. at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:135) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  24.  
  25. at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:90) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  26.  
  27. at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:122)
  28.  
  29. at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:137)
  30.  
  31. at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  32.  
  33. ... 7 more
  34.  
  35. Caused by: javax.ejb.EJBException: java.lang.NullPointerException
  36.  
  37. at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:189)
  38.  
  39. at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:274)
  40.  
  41. at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:368)
  42.  
  43. at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:66)
  44.  
  45. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  46.  
  47. at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
  48.  
  49. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  50.  
  51. at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:70) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  52.  
  53. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  54.  
  55. at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  56.  
  57. at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:162) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  58.  
  59. ... 12 more
  60.  
  61. Caused by: java.lang.NullPointerException
  62.  
  63. at com.harvest.cache.RPCache.addSupply(RPCache.java:408)
  64.  
  65. at com.harvest.cache.RPCache.loadAllSupplies(RPCache.java:307)
  66.  
  67. at com.harvest.cache.RPCache.refreshAll(RPCache.java:101)
  68.  
  69. at com.harvest.cache.RPCache.init(RPCache.java:89)
  70.  
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_13]
  72.  
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_13]
  74.  
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_13]
  76.  
  77. at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_13]
  78.  
  79. at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  80.  
  81. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  82.  
  83. at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  84.  
  85. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  86.  
  87. at org.jboss.as.ee.component.ComponentInstantiatorInterceptor.processInvocation(ComponentInstantiatorInterceptor.java:76) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  88.  
  89. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  90.  
  91. at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  92.  
  93. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  94.  
  95. at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
  96.  
  97. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.2.Final-redhat-1.jar:1.1.2.Final-redhat-1]
  98.  
  99. at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:272)
  100.  
  101. ... 21 more
  102.  
  103.  
  104.  
  105. 11:08:23,924 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "sqljdbc4.jar" (runtime-name : "sqljdbc4.jar")
  106.  
  107. 11:08:23,924 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "jaybird-full-2.2.7.jar" (runtime-name : "jaybird-full-2.2.7.jar")
  108.  
  109. 11:08:23,925 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "harvest.ear" (runtime-name : "harvest.ear")
  110.  
  111. 11:08:23,929 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
  112.  
  113. JBAS014775: New missing/unsatisfied dependencies:
  114.  
  115. service jboss.deployment.subunit."harvest.ear"."harvestCharge.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."harvest.ear".deploymentCompleteService, service jboss.deployment.subunit."harvest.ear"."harvestConnector.rar".INSTALL]
  116.  
  117. service jboss.deployment.subunit."harvest.ear"."harvestConnector.rar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."harvest.ear".deploymentCompleteService, service jboss.deployment.subunit."harvest.ear"."harvestWeb.war".INSTALL]
  118.  
  119. service jboss.deployment.subunit."harvest.ear"."harvestMarketCache.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."harvest.ear".deploymentCompleteService, service jboss.deployment.subunit."harvest.ear"."harvestCharge.jar".INSTALL]
  120.  
  121. service jboss.deployment.subunit."harvest.ear"."harvestMatching.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."harvest.ear".deploymentCompleteService, service jboss.deployment.subunit."harvest.ear"."harvestMarketCache.jar".INSTALL]
  122.  
  123. service jboss.deployment.subunit."harvest.ear"."harvestWeb.war".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."harvest.ear".deploymentCompleteService]
  124.  
  125. service jboss.naming.context.java.comp.harvest.harvestCharge.ChargeManager (missing) dependents: [service jboss.naming.context.java.comp.harvest.harvestCharge.ChargeManager.ValidatorFactory, service jboss.naming.context.java.comp.harvest.harvestCharge.ChargeManager.Validator]
  126.  
  127. service jboss.naming.context.java.comp.harvest.harvestMarketCache.MarketCache (missing) dependents: [service jboss.naming.context.java.comp.harvest.harvestMarketCache.MarketCache.ValidatorFactory, service jboss.naming.context.java.comp.harvest.harvestMarketCache.MarketCache.Validator]
  128.  
  129. service jboss.naming.context.java.comp.harvest.harvestMatching.Matching (missing) dependents: [service jboss.naming.context.java.comp.harvest.harvestMatching.Matching.Validator, service jboss.naming.context.java.comp.harvest.harvestMatching.Matching.ValidatorFactory]
  130.  
  131. service jboss.naming.context.java.comp.harvest.harvestMatching.TransportDiffCache (missing) dependents: [service jboss.naming.context.java.comp.harvest.harvestMatching.TransportDiffCache.Validator, service jboss.naming.context.java.comp.harvest.harvestMatching.TransportDiffCache.ValidatorFactory]
  132.  
  133. JBAS014777: Services which failed to start: service jboss.deployment.subunit."harvest.ear"."harvestCache.jar".component.RPCache.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."harvest.ear"."harvestCache.jar".component.RPCache.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement