[jboss-jira] [JBoss JIRA] (WFLY-9569) Class loading issue with the openjdk-orb on the JDK9

David Lloyd (JIRA) issues at jboss.org
Tue Apr 10 09:09:00 EDT 2018


    [ https://issues.jboss.org/browse/WFLY-9569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558891#comment-13558891 ] 

David Lloyd commented on WFLY-9569:
-----------------------------------

The stack trace seems to clearly show that the JDK's internal ORB is being used instead of our ORB.  I think if you're going to run a standalone app with our ORB, it's going to have to be packaged as a Java 9 module and put on the module upgrade path.  Or, maybe check the JDK startup parameters to ensure that the JDK ORB is not being explicitly included for some reason.

> Class loading issue with the openjdk-orb on the JDK9
> ----------------------------------------------------
>
>                 Key: WFLY-9569
>                 URL: https://issues.jboss.org/browse/WFLY-9569
>             Project: WildFly
>          Issue Type: Bug
>          Components: IIOP
>            Reporter: Amos Feng
>            Assignee: Tomasz Adamski
>              Labels: jdk9
>
> I had this issue when using the PortableInterceptor at  the ORB ORBInitializer.
> The root cause is https://github.com/jboss/openjdk-orb/blob/master/src/share/classes/com/sun/corba/se/impl/io/ValueUtility.java#L104
> And the jigsaw classloader in the jdk9 might be investigated. 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list