Bugs item #1064187, was opened at 2004-11-10 14:38
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1064187&group_id=22866

Category: JBossIIOP
Group: v4.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Scott M Stark (starksm)
>Assigned to: Scott M Stark (starksm)
Summary: IIOP tests fail to deploy due to org.jboss.iiop.SunJDK14IsLo

Initial Comment:
Tests such as
org.jboss.test.bankiiop.test.BankStressTestCase fail to
deploy due to a dependency on the
org.jboss.iiop.SunJDK14IsLocalBugFix which is not being
found for some reason.

14:27:14,589 INFO  [EjbModule] Deploying Customer
14:27:14,683 INFO  [EjbModule] Deploying Account
14:27:14,683 INFO  [EjbModule] Deploying Teller
14:27:14,714 INFO  [EjbModule] Deploying Bank
14:27:14,870 WARN  [CSIv2Util]
createSSLTaggedComponent() called with null metadata
14:27:14,870 WARN  [CSIv2Util]
createSecurityTaggedComponent() called with null metadata
14:27:14,902 WARN  [CSIv2Util]
createSSLTaggedComponent() called with null metadata
14:27:14,917 WARN  [CSIv2Util]
createSecurityTaggedComponent() called with null metadata
14:27:14,948 WARN  [CSIv2Util]
createSSLTaggedComponent() called with null metadata
14:27:14,948 WARN  [CSIv2Util]
createSecurityTaggedComponent() called with null metadata
14:27:14,964 WARN  [CSIv2Util]
createSSLTaggedComponent() called with null metadata
14:27:14,980 WARN  [CSIv2Util]
createSecurityTaggedComponent() called with null metadata
14:27:15,183 WARN  [ServiceController] Problem starting
service jboss.j2ee:jndiName=bank-iiop/Customer,service=EJB
java.lang.ExceptionInInitializerError
        at
com.sun.corba.se.impl.presentation.rmi.StubFactoryFactoryStaticImpl.createStubFactory(StubFactoryFactoryStaticImpl.java:63)
        at
com.sun.corba.se.impl.util.Utility.loadStub(Utility.java:759)
        at
com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:219)
        at
javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:137)
        at
org.jboss.proxy.ejb.IORFactory.start(IORFactory.java:460)
...
Caused by: org.omg.CORBA.INITIALIZE: Cannot instantiate
org.jboss.iiop.SunJDK14IsLocalBugFix  vmcid: 0x0  minor
code: 0  completed: No
        at
javax.rmi.CORBA.Util.createDelegateIfSpecified(Util.java:344)
        at javax.rmi.CORBA.Util.<clinit>(Util.java:53)
        ... 111 more
Caused by: java.lang.ClassNotFoundException:
org.jboss.iiop.SunJDK14IsLocalBugFix (no security
manager: RMI class loader disabled)
        at
sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:371)
        at
sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)
        at
java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
        at
org.jboss.system.JBossRMIClassLoader.loadClass(JBossRMIClassLoader.java:74)
        at
java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:202)
        at
java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:135)
        at
javax.rmi.CORBA.Util.loadDelegateClass(Util.java:364)
        at
javax.rmi.CORBA.Util.createDelegateIfSpecified(Util.java:342)
        ... 112 more


----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2004-11-10 14:58

Message:
Logged In: YES 
user_id=175228

I have fixed this issue by validating that the
org.jboss.iiop.SunJDK14IsLocalBugFix class can be loaded
when the org.jboss.iiop.CorbaORBService
SunJDK14IsLocalBugFix is true. The SunJDK14IsLocalBugFix
cannot be loaded under java5 due to its sun specific base
class not existing in the java5 release.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1064187&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to