1 Reply Latest reply on May 21, 2003 3:41 AM by stephanenicoll

    DefaultJMSProvider not bound

    roger.t

      I having trouble deploying my first message bean on JBOSS 3.2.1.

      I get "cannot be Bound, doesn't have local and local home interfaces" and "DefaultJMSProvider not bound"

      My queue gives no errors when I send a message to it so I assume it is set up correctly.

      Here's a snippet of the error from server.log

      2003-05-20 22:17:28,130 DEBUG [org.jboss.ejb.EJBDeployer] start application, deploymentInfo: org.jboss.deployment.DeploymentInfo@2fb8f31a { url=file:/C:/jboss/server/default/tmp/deploy/server/default/deploy/j2ee.ear/24.j2ee.ear-contents/j2ee.jar }
      deployer: org.jboss.ejb.EJBDeployer@bb2bc3
      status: Starting
      state: START_DEPLOYER
      watch: file:/C:/jboss/server/default/tmp/deploy/server/default/deploy/j2ee.ear/24.j2ee.ear-contents/j2ee.jar
      lastDeployed: 1053469046998
      lastModified: 1053469046848
      mbeans:
      jboss.j2ee:jndiName=local/CVRequestMDB,service=EJB state: Created
      , short name: j2ee.jar, parent short name: j2ee.ear
      2003-05-20 22:17:28,130 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:module=j2ee.jar,service=EjbModule
      2003-05-20 22:17:28,130 INFO [org.jboss.ejb.EjbModule] Starting
      2003-05-20 22:17:28,130 DEBUG [org.jboss.ejb.EjbModule] startService, starting container: CVRequestMDB
      2003-05-20 22:17:28,130 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:jndiName=local/CVRequestMDB,service=EJB
      2003-05-20 22:17:28,130 INFO [org.jboss.ejb.MessageDrivenContainer] Starting
      2003-05-20 22:17:28,130 DEBUG [org.jboss.ejb.MessageDrivenContainer] Begin java:comp/env for EJB: CVRequestMDB
      2003-05-20 22:17:28,130 DEBUG [org.jboss.ejb.MessageDrivenContainer] TCL: java.net.URLClassLoader@c8c7d6
      2003-05-20 22:17:28,190 DEBUG [org.jboss.ejb.MessageDrivenContainer] End java:comp/env for EJB: CVRequestMDB
      2003-05-20 22:17:28,190 DEBUG [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] CVRequestMDB cannot be Bound, doesn't have local and local home interfaces
      2003-05-20 22:17:28,190 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Starting
      2003-05-20 22:17:28,190 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Initializing
      2003-05-20 22:17:28,190 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
      2003-05-20 22:17:28,190 ERROR [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Starting failed
      javax.naming.NameNotFoundException: DefaultJMSProvider not bound

      Thanks for any help