[jboss-jira] [JBoss JIRA] Closed: (JBAS-4269) NoClassDefFoundError performing remote lookup of dynamic proxy using IBM JDK

Adrian Brock (JIRA) jira-events at lists.jboss.org
Wed Nov 14 15:46:19 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAS-4269?page=all ]

Adrian Brock closed JBAS-4269.
------------------------------

    Fix Version/s: JBossAS-4.2.0.GA
       Resolution: Done

It's already fixed for jboss-4.2 and jboss5, so I'm going to close this.

I doubt we're every going to release another jboss-4.0.x,
we dropped that branch because of the broken backward compatibility issues.

So I've removed 4.0.5.SP1 as a fix version.

svn shows the problem was fixed jboss-common-1.0.4
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/common/common-old/tags/JBossCommon_1_0_4_GA/src/main/org/jboss/util/loading/DelegatingClassLoader.java?revision=2275&view=markup
the findLoadedClass() invocation.

But the current 4.0 branch shows it using jboss-common-1.0.0

So a workaround would be recompile the class from the link above and update jboss-common[-client].jar
or more speculatively (because there maybe other incompatible changes)
download the 1.0.4 release from here:
http://repository.jboss.com/jboss/common/1.0.4.GA/lib/

> NoClassDefFoundError performing remote lookup of dynamic proxy using IBM JDK
> ----------------------------------------------------------------------------
>
>                 Key: JBAS-4269
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4269
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: ClassLoading
>    Affects Versions: JBossAS-5.0.0.Beta1, JBossAS-4.0.4.GA
>         Environment: IBM JDK 1.5 32bit and 64bit
> IBM JDK 1.4 64bit
>            Reporter: Darran Lofthouse
>         Assigned To: Darran Lofthouse
>             Fix For:  JBossAS-5.0.0.Beta3, JBossAS-4.0.5.SP1 , JBossAS-4.2.0.GA
>
>
> Using the IBM JDKs listed in the environment, performing a remote lookup of a dynamic proxy from within JBoss cases a NoClassDefFoundError.
> java.lang.NoClassDefFoundError: $Proxy59
>         at sun.reflect.GeneratedSerializationConstructorAccessor49.newInstance(Unknown Source)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:521)
>         at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:951)
>         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1314)
>         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:354)
>         at java.rmi.MarshalledObject.get(MarshalledObject.java:163)
>         at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:72)
>         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:652)
>         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
>         at javax.naming.InitialContext.lookup(InitialContext.java:363)

-- 
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