[ 
https://issues.apache.org/jira/browse/NETBEANS-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324098#comment-17324098
 ] 

Marco Robiati commented on NETBEANS-5427:
-----------------------------------------

Since the resolving PR was merged into master, can this be marked as solved?

> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl uses internal class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-5427
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5427
>             Project: NetBeans
>          Issue Type: Bug
>          Components: serverplugins - Tomcat
>    Affects Versions: 12.3, 12.4
>         Environment: Product Version: Apache NetBeans IDE 12.3
> Java: 16; OpenJDK 64-Bit Server VM 16+36-2231
> Runtime: OpenJDK Runtime Environment 16+36-2231
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>            Reporter: Pierre Maréchal
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> Netbeans 12.3 fails to deploy on Tomcat when running under JDK 16
> {code}
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.openide.nodes.AsynchChildrenSEVERE [org.openide.util.RequestProcessor]: 
> Error in RequestProcessor 
> org.openide.nodes.AsynchChildrenjava.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x145afd71) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x145afd71 
> at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.getRunningModules(TomcatManager.java:539)
>  at 
> org.netbeans.modules.tomcat5.ui.nodes.TomcatWebModuleChildrenFactory.createKeys(TomcatWebModuleChildrenFactory.java:107)
>  at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:190) at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) 
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)[catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to