1 Reply Latest reply on Sep 3, 2002 11:19 PM by mhandwork

    chap11 sample error: javax.naming.NameNotFoundException: DLQ

    dresnick

      I am a new user, trying to start the mail forwarding sample from chapter 11 in the documentation.

      When I run run_mailer.bat to start jboss, I get an error at during deployment of MailHandlerMDB. This is from the command window:

      [INFO,ContainerFactory] Deploying MailHandlerMDB
      [INFO,JAWSPersistenceManager] Created table 'MailAccountBean' successfully.[ERROR,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)


      Interestingly enough, when I start jboss with run_with_tomcat.bat, deployment of MailHandlerMDB works fine.

      This seems to be a problem with the configuration files generated by the chapter 11 build.xml

      Any help would be very much appreciated!