[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:
-------------------------------
Priority: Blocker (was: Major)
> 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, 10 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:
-------------------------------
Affects Version/s: 9.0.1.Final
> 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, 10 months
[JBoss JIRA] (ISPN-7823) RemoteCacheManager can block waiting to connect/ping
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7823?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-7823.
--------------------------------
Fix Version/s: 9.1.0.Alpha1
Resolution: Done
> RemoteCacheManager can block waiting to connect/ping
> ----------------------------------------------------
>
> Key: ISPN-7823
> URL: https://issues.jboss.org/browse/ISPN-7823
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Protocols
> Affects Versions: 8.2.6.Final, 9.0.0.Final
> Reporter: Galder Zamarreño
> Assignee: Katia Aresti
> Fix For: 9.1.0.Alpha1
>
>
> When running Java Hot Rod client on top sensitive environments to blocking, e.g. Vert.x, you realise that the RemoteCacheManager constructor blocks.
> This is due to the fact that RCM constructor waits to establish connections with the initial servers and sends pings on startup.
> You can avoid RCM doing this by passing start=false as parameter and then calling start() manually, but start() is a blocking method.
> So, we should have an alternative start() method that returns a CompletableFuture, hence avoiding any blocking.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (ISPN-7852) QueryInterceptor incorrectly relies on the return value of a RemoveCommand
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-7852:
-----------------------------------
Summary: QueryInterceptor incorrectly relies on the return value of a RemoveCommand
Key: ISPN-7852
URL: https://issues.jboss.org/browse/ISPN-7852
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Affects Versions: 6.0.0.Final
Reporter: Dan Berindei
Assignee: Gustavo Fernandes
Fix For: 9.1.0.Final, 9.0.1.Final, 9.1.0.Alpha1
QueryInterceptor uses the return value from RemoveCommand/ReplaceCommand to remove the value from the index.
But both RemoveCommand and ReplaceCommand have a variant with an expected value parameter, and this variant return a boolean value instead of the removed/replaced value. In that case, the previous value won't be removed from the index.
QueryInterceptor should probably use the previous value from the context entries to update the index instead.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (ISPN-7837) ClusteredQuery throws NPE if any local index is empty
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7837?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-7837:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.0.Final
9.1.0.Alpha1
Resolution: Done
> ClusteredQuery throws NPE if any local index is empty
> -----------------------------------------------------
>
> Key: ISPN-7837
> URL: https://issues.jboss.org/browse/ISPN-7837
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 9.0.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.1.0.Final, 9.1.0.Alpha1
>
>
> The ClusteredQuery API expects that all local indexes are populated with documents. With the setting Index.LOCAL, it's possible to index all documents in a single node (by only executing puts in this node), leaving all the other nodes empty. Exception thrown:
> {noformat}
> Caused by: java.lang.NullPointerException
> at org.infinispan.query.clustered.commandworkers.CQCreateEagerQuery.collectKeys(CQCreateEagerQuery.java:37)
> at org.infinispan.query.clustered.commandworkers.CQCreateEagerQuery.perform(CQCreateEagerQuery.java:25)
> at org.infinispan.query.clustered.ClusteredQueryCommand.perform(ClusteredQueryCommand.java:114)
> at org.infinispan.query.clustered.ClusteredQueryCommand.invokeAsync(ClusteredQueryCommand.java:109)
> at org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler.invokeCommand(BasePerCacheInboundInvocationHandler.java:101)
> at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.invoke(BaseBlockingRunnable.java:99)
> at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.runAsync(BaseBlockingRunnable.java:71)
> at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.run(BaseBlockingRunnable.java:40)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 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 commented on ISPN-7838:
------------------------------------
This is caused by wildfy-core requiring the river marshaller during [startup|https://github.com/wildfly/wildfly-core/blob/master/server/src/ma...].
> 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.1.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Tristan Tarrant
>
> 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, 10 months