[JBoss JIRA] (ISPN-7838) JBoss Modules NPE in Domain mode
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7838?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-7838:
-------------------------------
Fix Version/s: 8.2.7.Final
9.0.1.Final
9.1.0.Alpha1
> 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
> Fix For: 8.2.7.Final, 9.0.1.Final, 9.1.0.Alpha1
>
>
> 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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (ISPN-7838) JBoss Modules NPE in Domain mode
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7838?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-7838:
-------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/5146, https://github.com/infinispan/infinispan/pull/5152 (was: https://github.com/infinispan/infinispan/pull/5146)
> 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
> Fix For: 8.2.7.Final, 9.0.1.Final, 9.1.0.Alpha1
>
>
> 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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (ISPN-7855) Add an Executor to TaskEngine runTask
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-7855:
-------------------------------------
Summary: Add an Executor to TaskEngine runTask
Key: ISPN-7855
URL: https://issues.jboss.org/browse/ISPN-7855
Project: Infinispan
Issue Type: Enhancement
Components: Tasks
Affects Versions: 9.0.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.1.0.Final
TaskEngines should be given an Executor by the TaskManager so that they can explicitly use it for any processing
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (ISPN-7854) Remove remote-executor
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-7854:
---------------------------------
Summary: Remove remote-executor
Key: ISPN-7854
URL: https://issues.jboss.org/browse/ISPN-7854
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
The remote-executor is no longer needed since the interceptor chain is async the commands wouldn't block the JGroups threads.
The only exception are the FC in JGroups and TotalOrderManager.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (ISPN-7853) EntryWrappingInterceptor should delay extracting command metadata until it's needed
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-7853:
--------------------------------------
Summary: EntryWrappingInterceptor should delay extracting command metadata until it's needed
Key: ISPN-7853
URL: https://issues.jboss.org/browse/ISPN-7853
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 9.0.0.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 9.1.0.Final, 9.0.1.Final
Delay EntryWrappingInterceptor extracting metadata from the command until it really needs it. It currently extracts it on the way down but it's not used until it handles replies. Hence, any updates done to a command's metadata by an interceptor deeper down than EntryWrappingInterceptor is currently ignored.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (ISPN-7838) JBoss Modules NPE in Domain mode
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7838?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-7838:
-------------------------------
Status: Open (was: New)
> 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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months
[JBoss JIRA] (ISPN-7838) JBoss Modules NPE in Domain mode
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7838?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-7838:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5146
> 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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 5 months