[jboss-jira] [JBoss JIRA] (WFLY-13382) Wildfly-19.0.0.Final unable to run services
sachin singhai (Jira)
issues at jboss.org
Thu Apr 16 05:36:00 EDT 2020
sachin singhai created WFLY-13382:
-------------------------------------
Summary: Wildfly-19.0.0.Final unable to run services
Key: WFLY-13382
URL: https://issues.redhat.com/browse/WFLY-13382
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 19.0.0.Final
Reporter: sachin singhai
Assignee: Paul Ferraro
I am updating my application to wildfly-19.0.0.Final from Wildfly-18.0.1.Final version.
And this update is unable to run services of my application.
I have done the version upgrade for sub-systems in standalone-full and other jar version which is upgraded. Due to security concerns I am unable to attach complete server.log file
I have checked the server.log file and found that it is failing for below:
1) 2020-04-14 12:34:28,648 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 51) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "pojo")]): javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
2) 2020-04-14 12:34:28,658 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 55) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "sar")]): javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
at java.xml/javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:196)
3) 2020-04-14 12:34:29,052 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 37) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "ee")]): javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
at java.xml/javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:196)
4) 2020-04-14 12:34:29,504 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 49) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "messaging-activemq")]): javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
5) 2020-04-14 12:34:31,354 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 59) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "webservices")]): javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list