-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
None
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
Exception in thread "main" org.jboss.invocation.JBossLazyUnmarshallingException: getArguments failed
at org.jboss.invocation.MarshalledInvocation.getArguments(MarshalledInvocation.java:513)
at org.jboss.ha.framework.server.HARMIServerImpl.invoke(HARMIServerImpl.java:213)
...
Caused by: java.io.InvalidClassException: org.jnp.interfaces.FastNamingProperties; unable to create instance
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1738)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at javax.naming.CompoundName.readObject(CompoundName.java:554)
...
Caused by: java.lang.reflect.InvocationTargetException
...
Caused by: java.lang.NoClassDefFoundError: java/util/Dictionary
...
Caused by: java.lang.ClassNotFoundException: Class not found: java.util.Dictionary
...
Caused by: java.lang.IllegalStateException: BaseClassLoader@2d7366cb
classLoader is not connected to a domain (probably undeployed?) for class java.util.Dictionary
...
- is related to
-
JBPAPP-8301 NullPointerException when calling HAJNDI during startup
- Closed