Home > error initializing > error initializing ejb-modules no javax.jms.destination found

Error Initializing Ejb-modules No Javax.jms.destination Found

CommunityOracle User Group CommunityTopliners CommunityOTN Speaker BureauJava CommunityError: You don't have JavaScript enabled. This tool uses JavaScript and much of it will not work correctly without it enabled. Please turn JavaScript back on and reload this page. Please enter a title. You can not post a blank message. Please type your message and try again. More discussions in OC4J All PlacesOracle CommunityArchived ForumsFusion Middleware Archived ForumsApplication Server Archived ForumsOC4J This discussion is archived 1 Reply Latest reply on Aug 12, 2010 10:12 PM by 661956 No javax.jms.Destination found 661956 Oct 1, 2008 9:33 PM Hi, I have problems in getting my MDB(JMS) working in OC4J and JDeveloper environment. I have the following entry in my j2ee/home/config/jms.xml as ++ +Import Export Queue+ ++ ++ ++ And my MDB code as MessageDriven(name = "ImportExportMdb", +activationConfig = {+ +@ActivationConfigProperty(propertyName ="destinationType",+ propertyValue = "javax.jms.Queue") +, @ActivationConfigProperty(propertyName = "connectionFactoryJndiName",+ propertyValue = "jms/QueueConnectionFactory") +, @ActivationConfigProperty(propertyName = "destinationName",+ propertyValue = "jms/ImportExportQueue") +}+ +)+ +public class ImportExportMdb implements MessageListener {+ But i get an error while starting up my OC4J as shown below: +SEVERE: [current-workspace-app] An error occured deploying EJB module: java.lang.InstantiationException: No javax.jms.Destination found at the specified destination-location (jms/ImportExportQueue) for MessageDrivenBean ImportExportMdb+ java.lang.InstantiationException: No javax.jms.Destination found at the specified destination-location (jms/ImportExportQueue) for MessageDrivenBean ImportExportMdb + at com.evermind.server.ejb.MessageDrivenHome.lookupJMSResources(MessageDrivenHome.java:300)+ + at com.evermind.server.ejb.MessageDrivenHome.initialize(MessageDrivenHome.java:221)+ + at com.evermind.server.ejb.MessageDrivenHome.start(MessageDrivenHome.java:128)+ + at com.evermind.server.ejb.EJBPackageDeployment.startMessageDrivenHome

help others java.lang.InstantiationException: Error initializing ejb-modules: No javax.jms.Destination found at the specified destination-location (java:comp/resource/b2b/Topics/b2bWorkerQueue) for MessageDrivenBean eventListenerMdb oracle.com | 6 months ago 0 https://community.oracle.com/thread/715179 mark Failed to start the integrated Oc4j Server In J... | Oracle Community oracle.com | 6 months ago java.lang.InstantiationException: Application: soa-infra is in failed state as initialization failed find similars com.evermind.server oracle.oc4j.server Java RT https://samebug.io/exceptions/1442313/java.lang.InstantiationException/error-initializing-ejb-modules-no-javaxjmsdestination?soft=false 0 Root Cause Analysis java.lang.InstantiationException No javax.jms.Destination found at the specified destination-location (java:comp/resource/b2b/Topics/b2bWorkerQueue) for MessageDrivenBean eventListenerMdb at com.evermind.server.ejb.MessageDrivenHome.lookupJMSDestination() 0 similar com.evermind.server ApplicationServer.setConfig com.evermind.server.ejb.MessageDrivenHome.lookupJMSDestination(MessageDrivenHome.java:315) com.evermind.server.ejb.MessageDrivenHome.lookupJMSResources(MessageDrivenHome.java:293) com.evermind.server.ejb.MessageDrivenHome.initialize(MessageDrivenHome.java:229) com.evermind.server.ejb.MessageDrivenHome.start(MessageDrivenHome.java:134) com.evermind.server.ejb.EJBPackageDeployment.startMessageDrivenHomes(EJBPackageDeployment.java:1086) com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:490) com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:271) com.evermind.server.Application.setConfig(Application.java:551) com.evermind.server.Application.setConfig(Application.java:448) com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:2114) com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1854) com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1226) 9 similar 12 frames oracle.oc4j.server ServerFactory$Worker.run oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:225) oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235) 12 similar 2 frames Java RT Thread.run java.lang.Thread.run(Thread.java:595) 295 similar 1 frame About Us Explore Tour Blog Privacy Policy Terms Of Use ©2016 Samebug, Inc. This site uses cookies, as explained in our cookie policy. If you agree to our use of cookies, please close this message and continue to use this site. Accept & Close

This Site Careers Other all forums Forum: Oracle/OAS No javax.jms.Destination found at the specified destination-location Dm Laf Greenhorn Posts: 10 posted 12 years ago I am trying to deploy a error initializing message driven bean into Ora 10g Application Server and I get this error message. I assume that there is something wrong with my ejb-jar.xml and orion-ejb-jar.xml files. Or even with the jms.xml error initializing ejb-modules file in the server. ejb-jar.xml Message Driven Bean MDB MDB MDB Container Auto-acknowledge javax.jms.Topic Durable Topic MDB jms/MDBTopicConnectionFactory javax.jms.TopicConnectionFactory Application Shareable orion-ejb-jar.xml I have also added this code into my server's jms.xml file