EJB deployment failed
littlepat Sep 4, 2017 8:43 AMHello,
I'm migrating my application jboss5.1 GA to jboss6.4A EAP and i'm facing to a deployment error with my bean
my log :
17:03:12,375 ERROR [stderr] (ServerService Thread Pool -- 69) javax.naming.NameNotFoundException: ParameterServiceBean/remote -- service jboss.naming.context.java.ParameterServiceBean.remote
17:03:12,375 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:104)
17:03:12,375 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:197)
17:03:12,376 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:243)
17:03:12,376 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:183)
17:03:12,376 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:179)
17:03:12,376 ERROR [stderr] (ServerService Thread Pool -- 69) at javax.naming.InitialContext.lookup(InitialContext.java:411)
17:03:12,376 ERROR [stderr] (ServerService Thread Pool -- 69) at javax.naming.InitialContext.lookup(InitialContext.java:411)
17:03:12,376 ERROR [stderr] (ServerService Thread Pool -- 69) at com.xxxx.ejb.EJBLocator.getEjb(EJBLocator.java:30)
17:03:12,376 ERROR [stderr] (ServerService Thread Pool -- 69) at com.xxxx.ejb.EJBLocator.getRemoteEjb(EJBLocator.java:56)
17:03:12,377 ERROR [stderr] (ServerService Thread Pool -- 69) at fr.xxx.ejb.services.ServiceLocator.getParameterService(ServiceLocator.java:85)
17:03:12,377 ERROR [stderr] (ServerService Thread Pool -- 69) at fr.xxx..ihm.listener.ContextListener.contextInitialized(ContextListener.java:49)
17:03:12,377 ERROR [stderr] (ServerService Thread Pool -- 69) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339)
17:03:12,377 ERROR [stderr] (ServerService Thread Pool -- 69) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3780)
17:03:12,378 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:163)
17:03:12,378 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:61)
17:03:12,378 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96)
17:03:12,378 ERROR [stderr] (ServerService Thread Pool -- 69) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
17:03:12,378 ERROR [stderr] (ServerService Thread Pool -- 69) at java.util.concurrent.FutureTask.run(FutureTask.java:262)
17:03:12,379 ERROR [stderr] (ServerService Thread Pool -- 69) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
17:03:12,379 ERROR [stderr] (ServerService Thread Pool -- 69) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
17:03:12,379 ERROR [stderr] (ServerService Thread Pool -- 69) at java.lang.Thread.run(Thread.java:744)
17:03:12,379 ERROR [stderr] (ServerService Thread Pool -- 69) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
could you please help me.