[JBoss JIRA] (ISPN-8021) Running cloud profile causes errors
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-8021?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec commented on ISPN-8021:
-------------------------------------------
After thinking about this for a while I think it's not a bug...
> Running cloud profile causes errors
> -----------------------------------
>
> Key: ISPN-8021
> URL: https://issues.jboss.org/browse/ISPN-8021
> Project: Infinispan
> Issue Type: Bug
> Components: Cloud Integrations
> Affects Versions: 9.1.0.CR1
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Priority: Critical
>
> {code}
> ./standalone.sh -c cloud.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/slaskawi/work/infinispan/infinispan/server/integration/build/target/infinispan-server-9.1.0-SNAPSHOT
> JAVA: /opt/java/bin/java
> JAVA_OPTS: -server -server -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 13:31:32,801 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
> 13:31:32,930 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
> 13:31:32,984 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: Infinispan Server 9.1.0-SNAPSHOT (WildFly Core 2.2.0.Final) starting
> 13:31:33,617 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 3) WFLYCTL0028: Attribute 'default-stack' in the resource at address '/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.
> 13:31:33,708 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> 13:31:33,719 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
> 13:31:33,725 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
> 13:31:33,742 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 19) Activating Infinispan subsystem.
> 13:31:33,747 INFO [org.infinispan.server.jgroups] (ServerService Thread Pool -- 21) DGJGRP0001: Activating JGroups subsystem.
> 13:31:33,752 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.21.Final
> 13:31:33,761 INFO [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
> 13:31:33,779 INFO [org.jboss.as.security] (ServerService Thread Pool -- 28) WFLYSEC0002: Activating Security Subsystem
> 13:31:33,782 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
> 13:31:33,783 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 29) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
> 13:31:33,782 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 26) WFLYNAM0001: Activating Naming Subsystem
> 13:31:33,787 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 22) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors
> 13:31:33,791 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 18) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 13:31:33,796 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
> 13:31:33,819 INFO [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service
> 13:31:34,070 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /home/slaskawi/work/infinispan/infinispan/server/integration/build/target/infinispan-server-9.1.0-SNAPSHOT/standalone/deployments
> 13:31:34,074 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.datagrid-jgroups.channel.cluster: org.jboss.msc.service.StartException in service jboss.datagrid-jgroups.channel.cluster: java.security.PrivilegedActionException: java.lang.Exception: Could not assign property initial_hosts in TCPGOSSIP, method is setInitialHosts, converted value is []
> at org.infinispan.server.jgroups.spi.service.ChannelBuilder.start(ChannelBuilder.java:79)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.security.PrivilegedActionException: java.lang.Exception: Could not assign property initial_hosts in TCPGOSSIP, method is setInitialHosts, converted value is []
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:640)
> at org.infinispan.server.jgroups.JChannelFactory.createChannel(JChannelFactory.java:104)
> at org.infinispan.server.jgroups.spi.service.ChannelBuilder.start(ChannelBuilder.java:77)
> ... 5 more
> Caused by: java.lang.Exception: Could not assign property initial_hosts in TCPGOSSIP, method is setInitialHosts, converted value is []
> at org.jgroups.stack.Configurator.resolveAndInvokePropertyMethod(Configurator.java:914)
> at org.jgroups.stack.Configurator.createLayer(Configurator.java:265)
> at org.jgroups.stack.Configurator.createProtocols(Configurator.java:215)
> at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:82)
> at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:49)
> at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:475)
> at org.jgroups.JChannel.init(JChannel.java:989)
> at org.jgroups.JChannel.<init>(JChannel.java:148)
> at org.infinispan.server.jgroups.JChannelFactory.lambda$createChannel$0(JChannelFactory.java:103)
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:636)
> ... 7 more
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jgroups.stack.Configurator.resolveAndInvokePropertyMethod(Configurator.java:910)
> ... 16 more
> Caused by: java.lang.IllegalArgumentException: initial_hosts must contain the address of at least one GossipRouter
> at org.jgroups.protocols.TCPGOSSIP.setInitialHosts(TCPGOSSIP.java:50)
> ... 21 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (ISPN-8025) Update Hibernate Cache provider documentation
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-8025:
--------------------------------------
Summary: Update Hibernate Cache provider documentation
Key: ISPN-8025
URL: https://issues.jboss.org/browse/ISPN-8025
Project: Infinispan
Issue Type: Task
Components: Hibernate Cache
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Things that need updating: use short names when selecting the cache provider, new Maven dependency location...etc.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (ISPN-8021) Running cloud profile causes errors
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-8021:
-----------------------------------------
Summary: Running cloud profile causes errors
Key: ISPN-8021
URL: https://issues.jboss.org/browse/ISPN-8021
Project: Infinispan
Issue Type: Bug
Components: Cloud Integrations
Affects Versions: 9.1.0.CR1
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Priority: Critical
{code}
./standalone.sh -c cloud.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/slaskawi/work/infinispan/infinispan/server/integration/build/target/infinispan-server-9.1.0-SNAPSHOT
JAVA: /opt/java/bin/java
JAVA_OPTS: -server -server -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
13:31:32,801 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
13:31:32,930 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
13:31:32,984 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: Infinispan Server 9.1.0-SNAPSHOT (WildFly Core 2.2.0.Final) starting
13:31:33,617 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 3) WFLYCTL0028: Attribute 'default-stack' in the resource at address '/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.
13:31:33,708 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
13:31:33,719 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final
13:31:33,725 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final
13:31:33,742 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 19) Activating Infinispan subsystem.
13:31:33,747 INFO [org.infinispan.server.jgroups] (ServerService Thread Pool -- 21) DGJGRP0001: Activating JGroups subsystem.
13:31:33,752 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.21.Final
13:31:33,761 INFO [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
13:31:33,779 INFO [org.jboss.as.security] (ServerService Thread Pool -- 28) WFLYSEC0002: Activating Security Subsystem
13:31:33,782 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
13:31:33,783 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 29) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
13:31:33,782 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 26) WFLYNAM0001: Activating Naming Subsystem
13:31:33,787 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 22) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors
13:31:33,791 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 18) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
13:31:33,796 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
13:31:33,819 INFO [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service
13:31:34,070 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /home/slaskawi/work/infinispan/infinispan/server/integration/build/target/infinispan-server-9.1.0-SNAPSHOT/standalone/deployments
13:31:34,074 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.datagrid-jgroups.channel.cluster: org.jboss.msc.service.StartException in service jboss.datagrid-jgroups.channel.cluster: java.security.PrivilegedActionException: java.lang.Exception: Could not assign property initial_hosts in TCPGOSSIP, method is setInitialHosts, converted value is []
at org.infinispan.server.jgroups.spi.service.ChannelBuilder.start(ChannelBuilder.java:79)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.security.PrivilegedActionException: java.lang.Exception: Could not assign property initial_hosts in TCPGOSSIP, method is setInitialHosts, converted value is []
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:640)
at org.infinispan.server.jgroups.JChannelFactory.createChannel(JChannelFactory.java:104)
at org.infinispan.server.jgroups.spi.service.ChannelBuilder.start(ChannelBuilder.java:77)
... 5 more
Caused by: java.lang.Exception: Could not assign property initial_hosts in TCPGOSSIP, method is setInitialHosts, converted value is []
at org.jgroups.stack.Configurator.resolveAndInvokePropertyMethod(Configurator.java:914)
at org.jgroups.stack.Configurator.createLayer(Configurator.java:265)
at org.jgroups.stack.Configurator.createProtocols(Configurator.java:215)
at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:82)
at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:49)
at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:475)
at org.jgroups.JChannel.init(JChannel.java:989)
at org.jgroups.JChannel.<init>(JChannel.java:148)
at org.infinispan.server.jgroups.JChannelFactory.lambda$createChannel$0(JChannelFactory.java:103)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:636)
... 7 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jgroups.stack.Configurator.resolveAndInvokePropertyMethod(Configurator.java:910)
... 16 more
Caused by: java.lang.IllegalArgumentException: initial_hosts must contain the address of at least one GossipRouter
at org.jgroups.protocols.TCPGOSSIP.setInitialHosts(TCPGOSSIP.java:50)
... 21 more
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months
[JBoss JIRA] (ISPN-1149) Allow HotRodServer to obtain its own port
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-1149?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-1149:
-------------------------------------
Assignee: Tristan Tarrant
> Allow HotRodServer to obtain its own port
> -----------------------------------------
>
> Key: ISPN-1149
> URL: https://issues.jboss.org/browse/ISPN-1149
> Project: Infinispan
> Issue Type: Feature Request
> Components: Remote Protocols
> Affects Versions: 5.0.0.FINAL
> Reporter: Jeff Ramsdale
> Assignee: Tristan Tarrant
>
> When embedding a HotRodServer in my application I want to be able to start multiple instances on the same machine without having to track a pool of ports. HotRodServer should have an option to start up and obtain its own port, which I can then provide to my clients. In this fashion port bind collisions will not occur.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 6 months