[jboss-jira] [JBoss JIRA] Closed: (JBREM-611) Initializing Client.sessionId outside constructor leads to java.lang.NoClassDefFoundError in certain circumstances
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Thu Oct 19 18:02:41 EDT 2006
[ http://jira.jboss.com/jira/browse/JBREM-611?page=all ]
Ovidiu Feodorov closed JBREM-611.
---------------------------------
Resolution: Done
Fixed by initializing sessionId inside the constructor.
> Initializing Client.sessionId outside constructor leads to java.lang.NoClassDefFoundError in certain circumstances
> ------------------------------------------------------------------------------------------------------------------
>
> Key: JBREM-611
> URL: http://jira.jboss.com/jira/browse/JBREM-611
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Ovidiu Feodorov
> Assigned To: Ovidiu Feodorov
> Priority: Minor
> Fix For: 2.2.0.Beta1 (Bluto)
>
>
> java.lang.NoClassDefFoundError
> at org.jboss.util.id.VMID.create(VMID.java:259)
> at org.jboss.util.id.VMID.getInstance(VMID.java:223)
> at org.jboss.util.id.GUID.<init>(GUID.java:65)
> at org.jboss.remoting.Client.<init>(Client.java:141)
> at org.jboss.remoting.Client.<init>(Client.java:217)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.init(ServerInvokerCallbackHandler.java:157)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.<init>(ServerInvokerCallbackHandler.java:140)
> at org.jboss.remoting.ServerInvoker.getCallbackHandler(ServerInvoker.java:1333)
> at org.jboss.remoting.ServerInvoker.handleInternalInvocation(ServerInvoker.java:1176)
> at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:995)
> at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:472)
> at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:589)
> at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:264)
> at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:172)
> at org.jboss.remoting.Client.invoke(Client.java:597)
> at org.jboss.remoting.Client.addCallbackListener(Client.java:951)
> at org.jboss.remoting.Client.addListener(Client.java:1004)
> at org.jboss.remoting.Client.addListener(Client.java:981)
> at playground.remoting.SimpleClient.main(SimpleClient.java:37)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list