[JBoss JIRA] (ISPN-6439) Improve stability of ExampleConfigsIT.testLevelDBCacheStoreConfig
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-6439?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec closed ISPN-6439.
-------------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
> Improve stability of ExampleConfigsIT.testLevelDBCacheStoreConfig
> -----------------------------------------------------------------
>
> Key: ISPN-6439
> URL: https://issues.jboss.org/browse/ISPN-6439
> Project: Infinispan
> Issue Type: Bug
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Priority: Minor
> Labels: testsuite_stability
> Fix For: 9.0.0.Beta1
>
>
> http://ci.infinispan.org/viewLog.html?buildId=37942&tab=buildResultsDiv&b...
> {code}
> java.lang.AssertionError: expected:<v0> but was:<null>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.infinispan.server.test.configs.ExampleConfigsIT.doPutGet(ExampleConfigsIT.java:660)
> at org.infinispan.server.test.configs.ExampleConfigsIT.doPutGetCheckPath(ExampleConfigsIT.java:667)
> at org.infinispan.server.test.configs.ExampleConfigsIT.testLevelDBCacheStoreConfig(ExampleConfigsIT.java:297)
> ------- Stdout: -------
> &#27;[0m18:34:35,724 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
> &#27;[0m&#27;[0m18:34:35,974 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
> &#27;[0m&#27;[0m18:34:36,084 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: Infinispan Server 9.0.0-SNAPSHOT (WildFly Core 2.0.10.Final) starting
> &#27;[0m&#27;[0m18:34:37,773 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> &#27;[0m&#27;[0m18:34:37,806 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.3.4.Final
> &#27;[0m&#27;[0m18:34:37,820 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.3.4.Final
> &#27;[0m&#27;[0m18:34:37,888 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.18.Final
> &#27;[0m&#27;[0m18:34:37,897 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 19) Activating Infinispan subsystem.
> &#27;[0m&#27;[0m18:34:37,920 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 21) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
> &#27;[0m&#27;[0m18:34:37,979 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 25) WFLYNAM0001: Activating Naming Subsystem
> &#27;[0m&#27;[33m18:34:37,994 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.
> &#27;[0m&#27;[0m18:34:38,008 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)
> &#27;[0m&#27;[0m18:34:38,013 INFO [org.jboss.as.security] (ServerService Thread Pool -- 27) WFLYSEC0002: Activating Security Subsystem
> &#27;[0m&#27;[0m18:34:38,051 INFO [org.jboss.as.security] (MSC service thread 1-6) WFLYSEC0001: Current PicketBox version=4.9.4.Final
> &#27;[0m&#27;[0m18:34:38,086 INFO [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
> &#27;[0m&#27;[0m18:34:38,146 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 18) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> &#27;[0m&#27;[0m18:34:38,163 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
> &#27;[0m&#27;[0m18:34:38,549 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m18:34:38,570 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 19) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:38,685 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "custom-store.jar" (runtime-name: "custom-store.jar")
> &#27;[0m&#27;[0m18:34:38,693 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/64255532d1f9a010/server/integration/testsuite/target/server/node1/standalone/deployments
> &#27;[0m&#27;[0m18:34:39,187 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 9.0.0-SNAPSHOT
> &#27;[0m&#27;[0m18:34:39,250 INFO [org.infinispan.server.endpoint] (MSC service thread 1-3) DGENDPT10000: REST starting
> &#27;[0m&#27;[0m18:34:39,254 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:39,264 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:39,267 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:39,785 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) DGISPN0001: Started default cache from local container
> &#27;[0m&#27;[0m18:34:39,792 INFO [org.infinispan.server.endpoint] (MSC service thread 1-7) DGENDPT10000: HotRodServer starting
> &#27;[0m&#27;[0m18:34:39,793 INFO [org.infinispan.server.endpoint] (MSC service thread 1-7) DGENDPT10001: HotRodServer listening on 127.0.0.1:11222
> &#27;[0m&#27;[0m18:34:39,794 INFO [org.infinispan.server.endpoint] (MSC service thread 1-5) DGENDPT10000: WebSocketServer starting
> &#27;[0m&#27;[0m18:34:39,795 INFO [org.infinispan.server.endpoint] (MSC service thread 1-5) DGENDPT10001: WebSocketServer listening on 127.0.0.1:8181
> &#27;[0m&#27;[0m18:34:39,807 INFO [org.infinispan.persistence.leveldb.LevelDBStore] (MSC service thread 1-4) ISPN023006: Using pure Java LevelDB implementation: org.iq80.leveldb.impl.Iq80DBFactory
> &#27;[0m&#27;[0m18:34:39,862 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0007: Registering Deployed Cache Store service for store 'org.infinispan.persistence.cluster.MyCustomCacheStore'
> &#27;[0m&#27;[0m18:34:39,868 INFO [org.infinispan.persistence.leveldb.LevelDBStore] (MSC service thread 1-2) ISPN023005: Using JNI LevelDB implementation: org.fusesource.leveldbjni.JniDBFactory
> &#27;[0m&#27;[0m18:34:39,902 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) DGISPN0001: Started memcachedCache cache from local container
> &#27;[0m&#27;[0m18:34:39,903 INFO [org.infinispan.server.endpoint] (MSC service thread 1-2) DGENDPT10000: MemcachedServer starting
> &#27;[0m&#27;[0m18:34:39,903 INFO [org.infinispan.server.endpoint] (MSC service thread 1-2) DGENDPT10001: MemcachedServer listening on 127.0.0.1:11211
> &#27;[0m&#27;[0m18:34:39,908 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) DGISPN0001: Started ___protobuf_metadata cache from local container
> &#27;[0m&#27;[0m18:34:39,923 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) DGISPN0001: Started ___script_cache cache from local container
> &#27;[0m&#27;[0m18:34:40,166 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-4) DGISPN0001: Started namedCache cache from local container
> &#27;[0m&#27;[0m18:34:40,416 INFO [org.infinispan.rest.NettyRestServer] (MSC service thread 1-3) ISPN012003: REST server starting, listening on 127.0.0.1:8080
> &#27;[0m&#27;[0m18:34:40,416 INFO [org.infinispan.server.endpoint] (MSC service thread 1-3) DGENDPT10002: REST mapped to /rest
> &#27;[0m&#27;[0m18:34:40,439 INFO [org.jboss.as.server] (ServerService Thread Pool -- 17) WFLYSRV0010: Deployed "custom-store.jar" (runtime-name : "custom-store.jar")
> &#27;[0m&#27;[0m18:34:40,522 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> &#27;[0m&#27;[0m18:34:40,522 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> &#27;[0m&#27;[0m18:34:40,522 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Infinispan Server 9.0.0-SNAPSHOT (WildFly Core 2.0.10.Final) started in 5456ms - Started 176 of 182 services (46 services are lazy, passive or on-demand)
> &#27;[0m&#27;[0m18:34:41,888 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0211: Suspending server with 0ms timeout.
> &#27;[0m&#27;[0m18:34:41,893 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.
> &#27;[0m&#27;[0m18:34:42,011 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m18:34:42,126 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
> &#27;[0m&#27;[0m18:34:42,142 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (MSC service thread 1-1) ISPN000029: Passivating all entries to disk
> &#27;[0m&#27;[0m18:34:42,188 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (MSC service thread 1-1) ISPN000030: Passivated 0 entries in 45 milliseconds
> &#27;[0m&#27;[0m18:34:42,224 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-5) DGISPN0002: Stopped memcachedCache cache from local container
> &#27;[0m&#27;[0m18:34:42,226 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) DGISPN0002: Stopped default cache from local container
> &#27;[0m&#27;[0m18:34:42,231 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment custom-store.jar (runtime-name: custom-store.jar) in 295ms
> &#27;[0m&#27;[0m18:34:42,258 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0002: Stopped namedCache cache from local container
> &#27;[0m&#27;[0m18:34:42,282 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0002: Stopped ___protobuf_metadata cache from local container
> &#27;[0m&#27;[0m18:34:42,308 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0002: Stopped ___script_cache cache from local container
> &#27;[0m&#27;[0m18:34:42,328 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: Infinispan Server 9.0.0-SNAPSHOT (WildFly Core 2.0.10.Final) stopped in 392ms
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-6677) Deal with unavailable dependencies during startup
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-6677?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec resolved ISPN-6677.
---------------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
> Deal with unavailable dependencies during startup
> -------------------------------------------------
>
> Key: ISPN-6677
> URL: https://issues.jboss.org/browse/ISPN-6677
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cloud Integrations
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Priority: Blocker
> Fix For: 9.0.0.Beta1
>
>
> In Kubernetes not all Pods start at the same time. It is perfectly possible to start first Infinispan and a bit later the database (in this configuration we are assuming that Infinispan has a dependency to DB). Note that this setup would fails.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-6439) Improve stability of ExampleConfigsIT.testLevelDBCacheStoreConfig
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-6439?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec commented on ISPN-6439:
-------------------------------------------
This was probably fixed by https://github.com/infinispan/infinispan/commit/882b2a82e3ac01939603319b4...
> Improve stability of ExampleConfigsIT.testLevelDBCacheStoreConfig
> -----------------------------------------------------------------
>
> Key: ISPN-6439
> URL: https://issues.jboss.org/browse/ISPN-6439
> Project: Infinispan
> Issue Type: Bug
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Priority: Minor
> Labels: testsuite_stability
>
> http://ci.infinispan.org/viewLog.html?buildId=37942&tab=buildResultsDiv&b...
> {code}
> java.lang.AssertionError: expected:<v0> but was:<null>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.infinispan.server.test.configs.ExampleConfigsIT.doPutGet(ExampleConfigsIT.java:660)
> at org.infinispan.server.test.configs.ExampleConfigsIT.doPutGetCheckPath(ExampleConfigsIT.java:667)
> at org.infinispan.server.test.configs.ExampleConfigsIT.testLevelDBCacheStoreConfig(ExampleConfigsIT.java:297)
> ------- Stdout: -------
> &#27;[0m18:34:35,724 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
> &#27;[0m&#27;[0m18:34:35,974 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
> &#27;[0m&#27;[0m18:34:36,084 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: Infinispan Server 9.0.0-SNAPSHOT (WildFly Core 2.0.10.Final) starting
> &#27;[0m&#27;[0m18:34:37,773 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> &#27;[0m&#27;[0m18:34:37,806 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.3.4.Final
> &#27;[0m&#27;[0m18:34:37,820 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.3.4.Final
> &#27;[0m&#27;[0m18:34:37,888 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.18.Final
> &#27;[0m&#27;[0m18:34:37,897 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 19) Activating Infinispan subsystem.
> &#27;[0m&#27;[0m18:34:37,920 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 21) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
> &#27;[0m&#27;[0m18:34:37,979 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 25) WFLYNAM0001: Activating Naming Subsystem
> &#27;[0m&#27;[33m18:34:37,994 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.
> &#27;[0m&#27;[0m18:34:38,008 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)
> &#27;[0m&#27;[0m18:34:38,013 INFO [org.jboss.as.security] (ServerService Thread Pool -- 27) WFLYSEC0002: Activating Security Subsystem
> &#27;[0m&#27;[0m18:34:38,051 INFO [org.jboss.as.security] (MSC service thread 1-6) WFLYSEC0001: Current PicketBox version=4.9.4.Final
> &#27;[0m&#27;[0m18:34:38,086 INFO [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
> &#27;[0m&#27;[0m18:34:38,146 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 18) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> &#27;[0m&#27;[0m18:34:38,163 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
> &#27;[0m&#27;[0m18:34:38,549 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m18:34:38,570 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 19) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:38,685 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "custom-store.jar" (runtime-name: "custom-store.jar")
> &#27;[0m&#27;[0m18:34:38,693 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/64255532d1f9a010/server/integration/testsuite/target/server/node1/standalone/deployments
> &#27;[0m&#27;[0m18:34:39,187 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 9.0.0-SNAPSHOT
> &#27;[0m&#27;[0m18:34:39,250 INFO [org.infinispan.server.endpoint] (MSC service thread 1-3) DGENDPT10000: REST starting
> &#27;[0m&#27;[0m18:34:39,254 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:39,264 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:39,267 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> &#27;[0m&#27;[0m18:34:39,785 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) DGISPN0001: Started default cache from local container
> &#27;[0m&#27;[0m18:34:39,792 INFO [org.infinispan.server.endpoint] (MSC service thread 1-7) DGENDPT10000: HotRodServer starting
> &#27;[0m&#27;[0m18:34:39,793 INFO [org.infinispan.server.endpoint] (MSC service thread 1-7) DGENDPT10001: HotRodServer listening on 127.0.0.1:11222
> &#27;[0m&#27;[0m18:34:39,794 INFO [org.infinispan.server.endpoint] (MSC service thread 1-5) DGENDPT10000: WebSocketServer starting
> &#27;[0m&#27;[0m18:34:39,795 INFO [org.infinispan.server.endpoint] (MSC service thread 1-5) DGENDPT10001: WebSocketServer listening on 127.0.0.1:8181
> &#27;[0m&#27;[0m18:34:39,807 INFO [org.infinispan.persistence.leveldb.LevelDBStore] (MSC service thread 1-4) ISPN023006: Using pure Java LevelDB implementation: org.iq80.leveldb.impl.Iq80DBFactory
> &#27;[0m&#27;[0m18:34:39,862 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0007: Registering Deployed Cache Store service for store 'org.infinispan.persistence.cluster.MyCustomCacheStore'
> &#27;[0m&#27;[0m18:34:39,868 INFO [org.infinispan.persistence.leveldb.LevelDBStore] (MSC service thread 1-2) ISPN023005: Using JNI LevelDB implementation: org.fusesource.leveldbjni.JniDBFactory
> &#27;[0m&#27;[0m18:34:39,902 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) DGISPN0001: Started memcachedCache cache from local container
> &#27;[0m&#27;[0m18:34:39,903 INFO [org.infinispan.server.endpoint] (MSC service thread 1-2) DGENDPT10000: MemcachedServer starting
> &#27;[0m&#27;[0m18:34:39,903 INFO [org.infinispan.server.endpoint] (MSC service thread 1-2) DGENDPT10001: MemcachedServer listening on 127.0.0.1:11211
> &#27;[0m&#27;[0m18:34:39,908 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) DGISPN0001: Started ___protobuf_metadata cache from local container
> &#27;[0m&#27;[0m18:34:39,923 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) DGISPN0001: Started ___script_cache cache from local container
> &#27;[0m&#27;[0m18:34:40,166 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-4) DGISPN0001: Started namedCache cache from local container
> &#27;[0m&#27;[0m18:34:40,416 INFO [org.infinispan.rest.NettyRestServer] (MSC service thread 1-3) ISPN012003: REST server starting, listening on 127.0.0.1:8080
> &#27;[0m&#27;[0m18:34:40,416 INFO [org.infinispan.server.endpoint] (MSC service thread 1-3) DGENDPT10002: REST mapped to /rest
> &#27;[0m&#27;[0m18:34:40,439 INFO [org.jboss.as.server] (ServerService Thread Pool -- 17) WFLYSRV0010: Deployed "custom-store.jar" (runtime-name : "custom-store.jar")
> &#27;[0m&#27;[0m18:34:40,522 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> &#27;[0m&#27;[0m18:34:40,522 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> &#27;[0m&#27;[0m18:34:40,522 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Infinispan Server 9.0.0-SNAPSHOT (WildFly Core 2.0.10.Final) started in 5456ms - Started 176 of 182 services (46 services are lazy, passive or on-demand)
> &#27;[0m&#27;[0m18:34:41,888 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0211: Suspending server with 0ms timeout.
> &#27;[0m&#27;[0m18:34:41,893 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.
> &#27;[0m&#27;[0m18:34:42,011 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m18:34:42,126 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
> &#27;[0m&#27;[0m18:34:42,142 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (MSC service thread 1-1) ISPN000029: Passivating all entries to disk
> &#27;[0m&#27;[0m18:34:42,188 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (MSC service thread 1-1) ISPN000030: Passivated 0 entries in 45 milliseconds
> &#27;[0m&#27;[0m18:34:42,224 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-5) DGISPN0002: Stopped memcachedCache cache from local container
> &#27;[0m&#27;[0m18:34:42,226 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) DGISPN0002: Stopped default cache from local container
> &#27;[0m&#27;[0m18:34:42,231 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment custom-store.jar (runtime-name: custom-store.jar) in 295ms
> &#27;[0m&#27;[0m18:34:42,258 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0002: Stopped namedCache cache from local container
> &#27;[0m&#27;[0m18:34:42,282 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0002: Stopped ___protobuf_metadata cache from local container
> &#27;[0m&#27;[0m18:34:42,308 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) DGISPN0002: Stopped ___script_cache cache from local container
> &#27;[0m&#27;[0m18:34:42,328 INFO [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: Infinispan Server 9.0.0-SNAPSHOT (WildFly Core 2.0.10.Final) stopped in 392ms
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7365) Creating cache from a particular template fails
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7365?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic reassigned ISPN-7365:
-----------------------------------------
Assignee: Tristan Tarrant (was: Vladimir Blagojevic)
> Creating cache from a particular template fails
> -----------------------------------------------
>
> Key: ISPN-7365
> URL: https://issues.jboss.org/browse/ISPN-7365
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
> Assignee: Tristan Tarrant
> Attachments: 7365_stacktrace.txt, domain.xml
>
>
> Use the attached configuration file to reproduce.
> click on cache container -> configuration -> templates -> add new template -> set name newTemplate and base configuration: replicatedCacheAsTemplate -> click create
> Result:
> There is an error pop up with empty message "{}"
> The template is created but the configuration is not copied.
> Note: I'm not sure which part of replicatedCacheAsTemplate configuration is causing this issue, but it's not happening with every template.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7365) Creating cache from a particular template fails
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7365?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic edited comment on ISPN-7365 at 1/18/17 5:00 AM:
--------------------------------------------------------------------
[~rmacor] [~ryanemerson] and I have experienced similar issues. See ISPN-7348 and ISPN-7219 for more details. However, in this case, I believe the problem is related to either configuration itself or some internal wiring i.e how caches are created and started (with this particular configuration). I would suggest [~NadirX] take a look at this one as he can either diagnose the root cause rather quickly or delegate to somehow who can. Based on the fact that a cache *cannot* be created from CLI using this configuration I am deselecting JIRA component (JMX and Console) delegating this one to Tristan.
was (Author: vblagojevic):
[~rmacor] [~ryanemerson] and I have experienced similar issues. See ISPN-7348 and ISPN-7219 for more details. However, in this case, I believe the problem is related to either configuration itself or some internal wiring i.e how caches are created and started (with this particular configuration). I would suggest [~NadirX] take a look at this one as he can either diagnose the root cause rather soon or delegate to somehow who can. Based on the fact that a cache *cannot* be created from CLI using this configuration I am deselecting JIRA component (JMX and Console) delegating this one to Tristan.
> Creating cache from a particular template fails
> -----------------------------------------------
>
> Key: ISPN-7365
> URL: https://issues.jboss.org/browse/ISPN-7365
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
> Assignee: Tristan Tarrant
> Attachments: 7365_stacktrace.txt, domain.xml
>
>
> Use the attached configuration file to reproduce.
> click on cache container -> configuration -> templates -> add new template -> set name newTemplate and base configuration: replicatedCacheAsTemplate -> click create
> Result:
> There is an error pop up with empty message "{}"
> The template is created but the configuration is not copied.
> Note: I'm not sure which part of replicatedCacheAsTemplate configuration is causing this issue, but it's not happening with every template.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7365) Creating cache from a particular template fails
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7365?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7365:
--------------------------------------
Component/s: Configuration
(was: JMX, reporting and management)
> Creating cache from a particular template fails
> -----------------------------------------------
>
> Key: ISPN-7365
> URL: https://issues.jboss.org/browse/ISPN-7365
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: 7365_stacktrace.txt, domain.xml
>
>
> Use the attached configuration file to reproduce.
> click on cache container -> configuration -> templates -> add new template -> set name newTemplate and base configuration: replicatedCacheAsTemplate -> click create
> Result:
> There is an error pop up with empty message "{}"
> The template is created but the configuration is not copied.
> Note: I'm not sure which part of replicatedCacheAsTemplate configuration is causing this issue, but it's not happening with every template.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7365) Creating cache from a particular template fails
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7365?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic edited comment on ISPN-7365 at 1/18/17 4:59 AM:
--------------------------------------------------------------------
Small correction. Creating a new template out of the above-mentioned template works but creating a new cache based on replicatedCacheAsTemplate does not. I am adjusting JIRA name and component and delegating this JIRA.
was (Author: vblagojevic):
Small correction. Creating a new template out of the above-mentioned template works but creating a new cache based on replicatedCacheAsTemplate does not.
> Creating cache from a particular template fails
> -----------------------------------------------
>
> Key: ISPN-7365
> URL: https://issues.jboss.org/browse/ISPN-7365
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: 7365_stacktrace.txt, domain.xml
>
>
> Use the attached configuration file to reproduce.
> click on cache container -> configuration -> templates -> add new template -> set name newTemplate and base configuration: replicatedCacheAsTemplate -> click create
> Result:
> There is an error pop up with empty message "{}"
> The template is created but the configuration is not copied.
> Note: I'm not sure which part of replicatedCacheAsTemplate configuration is causing this issue, but it's not happening with every template.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7365) Creating template from existing template fails in some cases
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7365?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7365:
--------------------------------------
Summary: Creating template from existing template fails in some cases (was: Administration console - creating template from existing template fails in some cases)
> Creating template from existing template fails in some cases
> ------------------------------------------------------------
>
> Key: ISPN-7365
> URL: https://issues.jboss.org/browse/ISPN-7365
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: 7365_stacktrace.txt, domain.xml
>
>
> Use the attached configuration file to reproduce.
> click on cache container -> configuration -> templates -> add new template -> set name newTemplate and base configuration: replicatedCacheAsTemplate -> click create
> Result:
> There is an error pop up with empty message "{}"
> The template is created but the configuration is not copied.
> Note: I'm not sure which part of replicatedCacheAsTemplate configuration is causing this issue, but it's not happening with every template.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months