[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re:

jaikiran do-not-reply at jboss.com
Tue Jun 2 02:52:26 EDT 2009


"alskor" wrote : 
  | I have found 13 problems so far and I resolved 12 of them.
  | 
LOL :)

anonymous wrote : 
  | The problem I have now is: 
  | Jboss shows this error during startup:
  | 
  | INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
  |   | WARNING [collectionmgt] Error creating/registering StarcoreRootNode.
  |   | javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
  |   |         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
  |   |         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
  |   |         at javax.naming.InitialContext.init(InitialContext.java:223)
  |   |         at javax.naming.InitialContext.<init>(InitialContext.java:175)
  |   |         at com.starview.dm.collectionmgt.StarcoreRootNode.<init>(StarcoreRootNode.java:50)
  |   |         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  |   |         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  |   |         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27
  |   | )
  |   |         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  |   |         at com.starview.support.startup.Startup.instantiateClasses(Startup.java:516)
  |   | 

Looks like the com.starview.support.startup.Startup's instantiateClasses is trying to invoke some constructor? Can you post the relevant code? Also why is it that the application specific code is trying to instantiate this class?
 

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234611



More information about the jboss-user mailing list