1 Reply Latest reply on Nov 26, 2003 11:46 AM by adrian.brock

    JNDI Naming Exception while

    ashishmangla

      Hi,
      Iam deploying a resource adaptor on JBoss 3.2.2.
      All my entries in ra.xml are correct.

      Here are my entries in xxx-ds.xml

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

      <connection-factories>
      <tx-connection-factory>
      <jndi-name>ISCF</jndi-name>
      <adapter-display-name>ISRA</adapter-display-name>
      </tx-connection-factory>
      </connection-factories>


      Iam looking for connectionfactory through my jsp page.
      When I login into the the EIS, Jboss gives the following error.


      12:01:42,295 ERROR [STDERR] javax.naming.NameNotFoundException: ISCF not bound
      12:01:42,295 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
      12:01:42,305 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
      12:01:42,305 ERROR [STDERR] at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
      12:01:42,315 ERROR [STDERR] at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
      12:01:42,315 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
      12:01:42,325 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
      12:01:42,325 ERROR [STDERR] at javax.naming.InitialContext.lookup(InitialContext.java:345)
      12:01:42,335 ERROR [STDERR] at com.filenet.is.ra.sa.bean.ClientBean.login(Unknown Source)

      Can any one help me in finding out what is going ?
      Thanks in advance.

      Ashish Mangla