[jboss-jira] [JBoss JIRA] (WFLY-1348) IO error when loading the console resources
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Wed May 15 09:47:06 EDT 2013
Heiko Braun created WFLY-1348:
---------------------------------
Summary: IO error when loading the console resources
Key: WFLY-1348
URL: https://issues.jboss.org/browse/WFLY-1348
Project: WildFly
Issue Type: Feature Request
Components: Domain Management, Web (Undertow)
Reporter: Heiko Braun
Assignee: Brian Stansberry
Priority: Blocker
Fix For: 8.0.0.Alpha1
When replacing the existing console with 1.6.0, the HTTP handler fails to load the resources and chokes on an endless loop:
{noformat}
15:37:01,520 ERROR [stderr] (XNIO-1 task-9) Exception in thread "XNIO-1 task-9" java.lang.StackOverflowError
15:37:01,521 ERROR [stderr] (XNIO-1 task-9) at java.util.concurrent.locks.ReentrantLock$Sync.nonfairTryAcquire(ReentrantLock.java:134)
15:37:01,522 ERROR [stderr] (XNIO-1 task-9) at java.util.concurrent.locks.ReentrantLock.tryLock(ReentrantLock.java:370)
15:37:01,522 ERROR [stderr] (XNIO-1 task-9) at java.util.concurrent.ConcurrentHashMap$Segment.put(ConcurrentHashMap.java:431)
15:37:01,522 ERROR [stderr] (XNIO-1 task-9) at java.util.concurrent.ConcurrentHashMap.putIfAbsent(ConcurrentHashMap.java:1149)
15:37:01,522 ERROR [stderr] (XNIO-1 task-9) at java.lang.ClassLoader.getClassLoadingLock(ClassLoader.java:462)
15:37:01,522 ERROR [stderr] (XNIO-1 task-9) at java.lang.ClassLoader.loadClass(ClassLoader.java:403)
15:37:01,523 ERROR [stderr] (XNIO-1 task-9) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
15:37:01,523 ERROR [stderr] (XNIO-1 task-9) at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
15:37:01,523 ERROR [stderr] (XNIO-1 task-9) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:371)
15:37:01,523 ERROR [stderr] (XNIO-1 task-9) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:119)
15:37:01,523 ERROR [stderr] (XNIO-1 task-9) at io.undertow.server.handlers.resource.URLResource$1ServerTask.run(URLResource.java:117)
15:37:01,524 ERROR [stderr] (XNIO-1 task-9) at io.undertow.server.handlers.resource.URLResource$1ServerTask.onComplete(URLResource.java:129)
15:37:01,524 ERROR [stderr] (XNIO-1 task-9) at io.undertow.io.AsyncSenderImpl.send(AsyncSenderImpl.java:79)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list