]
Jason Greene updated AS7-1630:
------------------------------
Fix Version/s: 7.0.2.Final
Forum Reference:
AS 7.0.1 fails to boot on IBM JDK
---------------------------------
Key: AS7-1630
URL:
https://issues.jboss.org/browse/AS7-1630
Project: Application Server 7
Issue Type: Bug
Components: XML Frameworks
Affects Versions: 7.0.1.Final
Environment: IBM JDK
Reporter: jaikiran pai
Assignee: Jason Greene
Fix For: 7.0.2.Final
A clean installation of AS 7.0.1 fails to boot with IBM JDK (on Linux, AIX systems). It
runs into:
{code}
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)
{code}
See referenced forum thread for details.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: