[jboss-jira] [JBoss JIRA] (WFLY-4879) ClassNotFound error in Undertow subsystem when security manager is enabled

Radim Hatlapatka (JIRA) issues at jboss.org
Thu Aug 6 08:46:03 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radim Hatlapatka closed WFLY-4879.
----------------------------------


Checked with WildFly 10.0.0.Alpha6 that the issue is fixed. Closing as verified.

> ClassNotFound error in Undertow subsystem when security manager is enabled
> --------------------------------------------------------------------------
>
>                 Key: WFLY-4879
>                 URL: https://issues.jboss.org/browse/WFLY-4879
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 10.0.0.Alpha4
>            Reporter: Josef Cacek
>            Assignee: Tomaz Cerar
>             Fix For: 10.0.0.Alpha6
>
>
> When running WildFly 10 with security manager enabled I see following *ERROR* in the log:
> {code}
> 14:14:00,452 ERROR [org.apache.jasper] (ServerService Thread Pool -- 55) JBWEB005034: Error loading core class: java.lang.ClassNotFoundException: org.apache.jasper.runtime.ProtectedFunctionMapper$1 from [Module "io.undertow.jsp:main" from local module loader @3abfe836 (finder: local module finder @2ff5659e (roots: /home/jcacek/test/700DR4/wildfly-10.0.0.Alpha4/modules,/home/jcacek/test/700DR4/wildfly-10.0.0.Alpha4/modules/system/layers/base))]
> 	at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:205)
> 	at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:455)
> 	at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:404)
> 	at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:385)
> 	at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:130)
> 	at org.apache.jasper.security.SecurityClassLoad.securityClassLoad(SecurityClassLoad.java:58)
> 	at org.apache.jasper.compiler.JspRuntimeContext.<clinit>(JspRuntimeContext.java:85)
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:344)
> 	at org.wildfly.extension.undertow.UndertowSubsystemAdd.performBoottime(UndertowSubsystemAdd.java:85)
> 	at org.jboss.as.controller.AbstractBoottimeAddStepHandler.performRuntime(AbstractBoottimeAddStepHandler.java:112)
> 	at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:151)
> 	at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:822)
> 	at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:620)
> 	at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:373)
> 	at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:349)
> 	at org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:359)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> 	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> {code}
> This behavior was reproduced in Alpha 4.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list