2 Replies Latest reply on Oct 2, 2002 5:07 AM by jbackhaus

    Error during lookup of dbURL

    jbackhaus

      Hi,

      I'm a beginner to JBoss and I have to install a project made by a colleague (who is not available).

      When I try to deploy the corresponding jar on a JBoss 2.4.8 (Linux) I get the following error:

      [ERROR,ContainerFactory] DeploymentError
      org.jboss.deployment.DeploymentException: Error during lookup of dbURL=java:/PBCHAT, Cause: javax.naming.NameNotFoundException: PBCHAT not bound
      ...

      <<<<<<<<<<<<<<<<< jaws.xml >>>>>>>>>>>>>>>>

      <?xml version="1.0" encoding="UTF-8"?>

      java:/PBCHAT
      <type-mapping>Oracle8_PBChat</type-mapping>
      false
      ...

      <<<<<<<<<<<<<<<<< jboss.jcml >>>>>>>>>>>>>>>>

      ...

      pbchat
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

      jdbc:oracle:thin:@localhost:1521:local
      ...

      ...


      local is defined in tnsnames.ora.

      Any help grateful appreciated :)