]
Ryan Emerson updated ISPN-7838:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
JBoss Modules NPE in Domain mode
--------------------------------
Key: ISPN-7838
URL:
https://issues.jboss.org/browse/ISPN-7838
Project: Infinispan
Issue Type: Bug
Components: Server, WildFly modules
Affects Versions: 9.0.1.Final, 9.1.0.Alpha1
Reporter: Ryan Emerson
Assignee: Tristan Tarrant
Priority: Blocker
When starting the server in domain mode, the bellow errors are present on the server
nodes. This seems to have been introduced by this
[
commit|https://github.com/infinispan/infinispan/commit/8401553ea9a64d5445...]
for ISPN-7652.
{code:java}
10:31:40,010 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
10:31:40,092 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018:
Starting process 'Host Controller'
[Host Controller] 10:31:40,397 INFO [org.jboss.modules] (main) JBoss Modules version
1.5.2.Final
[Host Controller] 10:31:40,512 INFO [org.jboss.msc] (main) JBoss MSC version
1.2.6.Final
[Host Controller] 10:31:40,544 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049:
Infinispan Server 9.1.0-SNAPSHOT (WildFly Core 2.2.0.Final) starting
[Host Controller] 10:31:40,926 INFO [org.jboss.as.controller.management-deprecated]
(Controller Boot Thread) WFLYCTL0028: Attribute 'permgen-size' in the resource at
address '/host=master/jvm=default' is deprecated, and may be removed in future
version. See the attribute description in the output of the read-resource-description
operation to learn more about the deprecation.
[Host Controller] 10:31:40,927 INFO [org.jboss.as.controller.management-deprecated]
(Controller Boot Thread) WFLYCTL0028: Attribute 'max-permgen-size' in the resource
at address '/host=master/jvm=default' is deprecated, and may be removed in future
version. See the attribute description in the output of the read-resource-description
operation to learn more about the deprecation.
[Host Controller] 10:31:40,950 INFO [org.jboss.as.host.controller] (Controller Boot
Thread) WFLYHC0003: Creating http management service using network interface (management)
port (9990) securePort (-1)
[Host Controller] 10:31:40,953 INFO [org.xnio] (MSC service thread 1-1) XNIO version
3.4.0.Final
[Host Controller] 10:31:40,960 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO
Implementation Version 3.4.0.Final
[Host Controller] 10:31:40,988 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss
Remoting version 4.0.21.Final
[Host Controller] 10:31:41,017 INFO [org.jboss.as.remoting] (MSC service thread 1-7)
WFLYRMT0001: Listening on 127.0.0.1:9999
[Host Controller] 10:31:41,377 INFO [org.jboss.as.controller.management-deprecated]
(Controller Boot Thread) WFLYCTL0028: Attribute 'default-stack' in the resource at
address '/profile=clustered/subsystem=datagrid-jgroups' is deprecated, and may be
removed in future version. See the attribute description in the output of the
read-resource-description operation to learn more about the deprecation.
[Host Controller] 10:31:41,473 INFO [org.jboss.as.host.controller] (Controller Boot
Thread) WFLYHC0023: Starting server server-one
[Host Controller] 10:31:41,474 WARN [org.jboss.as.host.controller] (Controller Boot
Thread) WFLYHC0011: Ignoring <permgen> for jvm 'SUN' type jvm: default
10:31:41,522 INFO [org.jboss.as.process.Server:server-one.status]
(ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:server-one'
[Host Controller] 10:31:41,565 WARN [org.jboss.as.host.controller]
(ProcessControllerConnection-thread - 2) WFLYHC0011: Ignoring <permgen> for jvm
'SUN' type jvm: default
[Server:server-one] 10:31:41,824 INFO [org.jboss.modules] (main) JBoss Modules version
1.5.2.Final
[Server:server-one] java.lang.NullPointerException
[Server:server-one] at
org.jboss.as.server.DomainServerMain.main(DomainServerMain.java:116)
[Server:server-one] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Server:server-one] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[Server:server-one] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Server:server-one] at java.lang.reflect.Method.invoke(Method.java:498)
[Server:server-one] at org.jboss.modules.Module.run(Module.java:330)
[Server:server-one] at org.jboss.modules.Main.main(Main.java:505)
[Server:server-one] 10:31:41,901 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting
with exit code 1
[Server:server-one]
10:31:41,917 INFO [org.jboss.as.process.Server:server-one.status] (reaper for
Server:server-one) WFLYPC0011: Process 'Server:server-one' finished with an exit
status of 1
[Host Controller] 10:31:41,960 INFO [org.jboss.as.host.controller]
(ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server server-one
[Host Controller] 10:31:41,961 INFO [org.jboss.as.host.controller] (Controller Boot
Thread) WFLYHC0023: Starting server server-two
[Host Controller] 10:31:41,961 WARN [org.jboss.as.host.controller] (Controller Boot
Thread) WFLYHC0011: Ignoring <permgen> for jvm 'SUN' type jvm: default
10:31:42,045 INFO [org.jboss.as.process.Server:server-two.status]
(ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:server-two'
[Host Controller] 10:31:42,088 WARN [org.jboss.as.host.controller]
(ProcessControllerConnection-thread - 2) WFLYHC0011: Ignoring <permgen> for jvm
'SUN' type jvm: default
[Server:server-two] 10:31:42,365 INFO [org.jboss.modules] (main) JBoss Modules version
1.5.2.Final
[Server:server-two] java.lang.NullPointerException
[Server:server-two] at
org.jboss.as.server.DomainServerMain.main(DomainServerMain.java:116)
[Server:server-two] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[Server:server-two] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[Server:server-two] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[Server:server-two] at java.lang.reflect.Method.invoke(Method.java:498)
[Server:server-two] at org.jboss.modules.Module.run(Module.java:330)
[Server:server-two] at org.jboss.modules.Main.main(Main.java:505)
[Server:server-two] 10:31:42,444 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting
with exit code 1
[Server:server-two]
10:31:42,463 INFO [org.jboss.as.process.Server:server-two.status] (reaper for
Server:server-two) WFLYPC0011: Process 'Server:server-two' finished with an exit
status of 1
[Host Controller] 10:31:42,505 INFO [org.jboss.as.host.controller]
(ProcessControllerConnection-thread - 2) WFLYHC0027: Unregistering server server-two
[Host Controller] 10:31:42,512 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060:
Http management interface listening on
http://127.0.0.1:9990/management
[Host Controller] 10:31:42,513 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051:
Admin console listening on
http://127.0.0.1:9990
[Host Controller] 10:31:42,513 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025:
Infinispan Server 9.1.0-SNAPSHOT (WildFly Core 2.2.0.Final) (Host Controller) started in
2356ms - Started 53 of 55 services (17 services are lazy, passive or on-demand)
{code}