0 Replies Latest reply on Feb 1, 2002 5:59 AM by ritu

    Problem while runnig JBoss with Tomcat

    ritu

      Hi friends,

      I am new to JBoss. I have installed JBoss 2.4.4 with Tomcat -3.2.3 on Redhat Linux 7.0 with jdk 1.3.0. I have also downloaded the documentation which gives an example Mailing Application to try.
      I have also built this appln as per the given instructions in the document.However, when I run the server, the server does get started but gives the foll. Exception :
      [16:21:52,709,MessageDrivenContainer] Serious error in init:
      javax.naming.NameNotFoundException: DLQ not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
      at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:256)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:333)
      at javax.naming.InitialContext.lookup(InitialContext.java:350)
      at org.jboss.ejb.plugins.jms.DLQHandler.init(DLQHandler.java:124)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.init(JMSContainerInvoker.java:407)
      at org.jboss.ejb.MessageDrivenContainer.init(MessageDrivenContainer.java:164)
      at org.jboss.ejb.Application.init(Application.java:202)
      at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:372)
      at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:306)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
      at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
      at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
      at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
      at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
      at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
      at org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
      at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
      at java.lang.reflect.Method.invoke(Native Method)........




      because of which I am not able to run the application on the browser. Has anyone tried this earlier. Can someone help me on this...????

      Best Regards,
      Ritu