Hi, I get the following error on server startup with JBoss 5 while it works with JBoss 4.2.2.
10:24:38,457 INFO [JBossASKernel] Created KernelDeployment for: reporting.jar 10:24:38,457 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=reporting.jar,name=SEMReportDataExtraction,service=EJB3 10:24:38,457 INFO [JBossASKernel] with dependencies: 10:24:38,461 INFO [JBossASKernel] and demands: 10:24:38,465 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService 10:24:38,469 INFO [JBossASKernel] and supplies: 10:24:38,473 INFO [JBossASKernel] jndi:null 10:24:38,477 INFO [JBossASKernel] Class:javax.jms.MessageListener 10:24:38,481 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=reporting.jar,name=SEMReportDataExtraction,service=EJB3) to KernelDeployment of: reporting.jar 10:24:38,588 INFO [EJBContainer] STARTED EJB: com.coremetrics.reporting.semtree.jms.SEMReportDataExtractionBean ejbName: SEMReportDataExtraction 10:24:38,761 WARN [JmsActivation] Failure in jms activation org.jboss.resource.adapter.jms.inflow.jmsactivations...@7a12f9e9(ra=org.jboss.resource.adapter.jms.jmsresourceadap...@17d8ace destination=queue/SEMReportData destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=true DLQHandler=org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5) javax.naming.NameNotFoundException: SEMReportData not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) at org.jnp.server.NamingServer.getObject(NamingServer.java:785) at org.jnp.server.NamingServer.lookup(NamingServer.java:443) at org.jnp.server.NamingServer.lookup(NamingServer.java:399) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:713) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:673) at javax.naming.InitialContext.lookup(InitialContext.java:392) at org.jboss.util.naming.Util.lookup(Util.java:222) at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupDestination(JmsActivation.java:464) at org.jboss.resource.adapter.jms.inflow.JmsActivation.setup(JmsActivation.java:352) at org.jboss.resource.adapter.jms.inflow.JmsActivation$SetupActivation.run(JmsActivation.java:729) at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204) at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:260) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) -- The startup on JBoss 4.2.2 is successful: 15:00:56,591 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=reporting.jar,name=SEMReportDataExtraction,service=EJB3 with dependencies: 15:00:56,702 INFO [EJBContainer] STARTED EJB: com.coremetrics.reporting.semtree.jms.SEMReportDataExtractionBean ejbName: SEMReportDataExtraction 15:00:56,707 WARN [MessagingContainer] Could not find the queue destination-jndi-name=queue/SEMReportData 15:00:56,708 WARN [MessagingContainer] destination not found: queue/SEMReportData reason: javax.naming.NameNotFoundException: SEMReportData not bound 15:00:56,713 WARN [MessagingContainer] creating a new temporary destination: queue/SEMReportData 15:00:56,727 INFO [SEMReportData] Bound to JNDI name: queue/SEMReportData Any help is greatly appreciated. thanks, Hari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207871#4207871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207871 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user