-
Bug
-
Resolution: Done
-
Blocker
-
7.0.1.Final
-
None
-
Workaround Exists
-
A clean installation of AS 7.0.1 fails to boot with IBM JDK (on Linux, AIX systems). It runs into:
03:48:24,981 INFO [org.jboss.modules] JBoss Modules version 1.0.1.GA 03:48:26,193 INFO [org.jboss.msc] JBoss MSC version 1.0.0.GA 03:48:26,443 INFO [org.jboss.as] JBoss AS 7.0.1.Final "Zap" starting 03:48:28,142 ERROR [stderr] Exception in thread "Controller Boot Thread" javax.xml.stream.FactoryConfigurationError: Provider __redirected.__XMLInputFactory not found 03:48:28,142 ERROR [stderr] at javax.xml.stream.XMLInputFactory.newInstance(Unknown Source) 03:48:28,143 ERROR [stderr] at org.jboss.as.server.deployment.module.DeploymentStructureDescriptorParser.<clinit>(DeploymentStructureDescriptorParser.java:150) 03:48:28,151 ERROR [stderr] at java.lang.J9VMInternals.initializeImpl(Native Method) 03:48:28,152 ERROR [stderr] at java.lang.J9VMInternals.initialize(J9VMInternals.java:200) 03:48:28,152 ERROR [stderr] at org.jboss.as.server.ServerService.boot(ServerService.java:167) 03:48:28,153 ERROR [stderr] at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:83) 03:48:28,160 ERROR [stderr] at java.lang.Thread.run(Thread.java:736) 03:48:28,161 ERROR [stderr] Caused by: java.lang.ClassNotFoundException: __redirected.__XMLInputFactory 03:48:28,162 ERROR [stderr] at java.lang.Class.forName(Class.java:139) 03:48:28,163 ERROR [stderr] at javax.xml.stream.FactoryFinder.newInstance(Unknown Source) 03:48:28,171 ERROR [stderr] at javax.xml.stream.FactoryFinder.find(Unknown Source) 03:48:28,171 ERROR [stderr] at javax.xml.stream.FactoryFinder.find(Unknown Source)
See referenced forum thread for details.
- is blocked by
-
AS7-1653 Set TCCL to reasonable values in all component contexts
- Resolved