I got newValue is null while I trying to start Domain.

Posted on

I got error below when start domain. My config is in attach

[Host Controller] 08:41:13,398 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0033: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
[Host Controller] at org.jboss.as.controller@10.1.2.Final-redhat-00001//org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
[Host Controller] at org.jboss.as.host-controller@10.1.2.Final-redhat-00001//org.jboss.as.host.controller.DomainModelControllerService.boot(DomainModelControllerService.java:778)
[Host Controller] at org.jboss.as.controller@10.1.2.Final-redhat-00001//org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:374)
[Host Controller] at java.base/java.lang.Thread.run(Thread.java:834)
[Host Controller] Caused by: javax.xml.stream.XMLStreamException: java.lang.IllegalArgumentException: newValue is null
[Host Controller] at org.jboss.as.connector@7.3.0.GA-redhat-00004//org.jboss.as.connector.subsystems.datasources.DataSourcesExtension$DataSourceSubsystemParser.readElement(DataSourcesExtension.java:650)
[Host Controller] at org.jboss.as.connector@7.3.0.GA-redhat-00004//org.jboss.as.connector.subsystems.datasources.DataSourcesExtension$DataSourceSubsystemParser.readElement(DataSourcesExtension.java:204)
[Host Controller] at org.jboss.staxmapper@1.3.0.Final-redhat-1//org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:122)
[Host Controller] at org.jboss.staxmapper@1.3.0.Final-redhat-1//org.jboss.staxmapper.XMLExtendedStreamReaderImpl.handleAny(XMLExtendedStreamReaderImpl.java:69)
[Host Controller] at org.jboss.as.host-controller@10.1.2.Final-redhat-00001//org.jboss.as.host.controller.parsing.DomainXml_11.parseProfiles(DomainXml_11.java:618)
[Host Controller] at org.jboss.as.host-controller@10.1.2.Final-redhat-00001//org.jboss.as.host.controller.parsing.DomainXml_11.readDomainElement(DomainXml_11.java:245)
[Host Controller] at org.jboss.as.host-controller@10.1.2.Final-redhat-00001//org.jboss.as.host.controller.parsing.DomainXml_11.readElement(DomainXml_11.java:135)
[Host Controller] at org.jboss.as.host-controller@10.1.2.Final-redhat-00001//org.jboss.as.host.controller.parsing.DomainXml.readElement(DomainXml.java:89)
[Host Controller] at org.jboss.as.host-controller@10.1.2.Final-redhat-00001//org.jboss.as.host.controller.parsing.DomainXml.readElement(DomainXml.java:48)
[Host Controller] at org.jboss.staxmapper@1.3.0.Final-redhat-1//org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:122)
[Host Controller] at org.jboss.staxmapper@1.3.0.Final-redhat-1//org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:76)
[Host Controller] at org.jboss.as.controller@10.1.2.Final-redhat-00001//org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:126)
[Host Controller] ... 3 more
[Host Controller] Caused by: java.lang.IllegalArgumentException: newValue is null
[Host Controller] at org.jboss.dmr@1.5.0.Final-redhat-1//org.jboss.dmr.ModelNode.set(ModelNode.java:645)
[Host Controller] at org.jboss.dmr@1.5.0.Final-redhat-1//org.jboss.dmr.ModelNode.set(ModelNode.java:833)
[Host Controller] at org.jboss.dmr@1.5.0.Final-redhat-1//org.jboss.dmr.ModelNode.add(ModelNode.java:1358)
[Host Controller] at org.jboss.as.connector@7.3.0.GA-redhat-00004//org.jboss.as.connector.subsystems.datasources.DsParser.parseDataSource_4_0(DsParser.java:1918)
[Host Controller] at org.jboss.as.connector@7.3.0.GA-redhat-00004//org.jboss.as.connector.subsystems.datasources.DsParser.parseDataSources(DsParser.java:229)
[Host Controller] at org.jboss.as.connector@7.3.0.GA-redhat-00004//org.jboss.as.connector.subsystems.datasources.DsParser.parse(DsParser.java:189)
[Host Controller] at org.jboss.as.connector@7.3.0.GA-redhat-00004//org.jboss.as.connector.subsystems.datasources.DataSourcesExtension$DataSourceSubsystemParser.readElement(DataSourcesExtension.java:643)
[Host Controller] ... 14 more
[Host Controller]
[Host Controller] 08:41:13,399 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.
[Host Controller] 08:41:13,400 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0178: Aborting with exit code 99
[Host Controller] 08:41:13,431 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: JBoss EAP 7.3.0.GA (WildFly Core 10.1.2.Final-redhat-00001) stopped in 22ms
[Host Controller]
08:41:13,765 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) WFLYPC0011: Process 'Host Controller' finished with an exit status of 99
08:41:13,767 INFO [org.jboss.as.process] (Thread-7) WFLYPC0017: Shutting down process controller
08:41:13,768 INFO [org.jboss.as.process] (Thread-7) WFLYPC0016: All processes finished; exiting

Attachments

Responses