anonymous wrote : javax.naming.NameNotFoundException: dn=Status Monitor,i=1 not 
bound
  |         at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
  |         at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
  |         at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
  |         at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
  |         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
  |         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
  |         at javax.naming.InitialContext.lookup(InitialContext.java:351)
  |         at 
com.system.systemi.server.common.Controller$JNDINaming.resolve(Controller.java:1000)
  | 

This exception is coming from the Controller$JNDINaming class belonging to the 
com.system.systemi.* package. Is that your application? Looks like there is 
some lookup happening and the jndi-name is incorrect. Can you post your lookup 
code? And also is the jndi-name that you are passing, correct? And do you have 
any jndi.properties in your classpath? Can you post its contents? 

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

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

Reply via email to