I am using Jboss 3.2.7.  It is not working.

I got the below error while lookup. Help me to resolve.

 
  | 
  | javax.naming.NameNotFoundException: Detects not bound
  |     at org.jnp.server.NamingServer.getBinding(NamingServer.java:490)
  |     at org.jnp.server.NamingServer.getBinding(NamingServer.java:498)
  |     at org.jnp.server.NamingServer.getObject(NamingServer.java:504)
  |     at org.jnp.server.NamingServer.lookup(NamingServer.java:277)
  |     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:606)
  |     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:568)
  |     at javax.naming.InitialContext.lookup(InitialContext.java:351)
  |     at com.ingenix.itg.framework.util.JNDIUtils.lookup(JNDIUtils.java:79)
  |     at 
com.ingenix.itg.framework.dao.JNDISessionFactoryProvider.getSession(JNDISessionFactoryProvider.java:83)
  |     at 
com.ingenix.itg.framework.dao.JNDISessionFactoryProvider.getSession(JNDISessionFactoryProvider.java:58)
  |     at 
com.ingenix.itg.detects.lookup.dao.LookupDAOImpl._findAllClients(LookupDAOImpl.java:386)
  |     at 
com.ingenix.itg.detects.lookup.dao.LookupDAOImpl.findAllClients(LookupDAOImpl.java:367)
  |     at 
com.ingenix.itg.detects.lookup.LookupManagerImpl.findAllClients(LookupManagerImpl.java:190)
  |     at example1.Test2.setupClass(Test2.java:30)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:585)
  |     at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:645)
  |     at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:385)
  |     at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:141)
  |     at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79)
  |     at org.testng.TestRunner.beforeRun(TestRunner.java:504)
  |     at org.testng.TestRunner.run(TestRunner.java:472)
  |     at org.testng.SuiteRunner.runTest(SuiteRunner.java:278)
  |     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:273)
  |     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:253)
  |     at org.testng.SuiteRunner.run(SuiteRunner.java:168)
  |     at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:987)
  |     at org.testng.TestNG.runSuitesLocally(TestNG.java:951)
  |     at org.testng.TestNG.run(TestNG.java:719)
  |     at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:73)
  |     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:122)
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024089#4024089

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024089
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to