[JBoss JIRA] (ISPN-8209) Create necessary repositories and branches
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-8209?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec updated ISPN-8209:
--------------------------------------
Description:
We need to know what infrastructure we can use to build Online images. Shall we use internal CE infrastructure? What about repositories
was:We need to know what infrastructure we can use to build Online images. Shall we use Docker HUB? Or maybe CE Internal registry?
> Create necessary repositories and branches
> ------------------------------------------
>
> Key: ISPN-8209
> URL: https://issues.jboss.org/browse/ISPN-8209
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cloud Integrations
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
>
> We need to know what infrastructure we can use to build Online images. Shall we use internal CE infrastructure? What about repositories
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (ISPN-8209) Create necessary repositories and branches
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-8209?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec updated ISPN-8209:
--------------------------------------
Description:
We need to know what infrastructure we can use to build Online images. Shall we use internal CE infrastructure? What about repositories?
was:
We need to know what infrastructure we can use to build Online images. Shall we use internal CE infrastructure? What about repositories
> Create necessary repositories and branches
> ------------------------------------------
>
> Key: ISPN-8209
> URL: https://issues.jboss.org/browse/ISPN-8209
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cloud Integrations
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
>
> We need to know what infrastructure we can use to build Online images. Shall we use internal CE infrastructure? What about repositories?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (ISPN-6860) NPE during ClusterTopologyManagerImpl.fetchRebalancingStatusFromCoordinator(...)
by Michal Vinkler (JIRA)
[ https://issues.jboss.org/browse/ISPN-6860?page=com.atlassian.jira.plugin.... ]
Michal Vinkler updated ISPN-6860:
---------------------------------
Tester: (was: Michal Vinkler)
> NPE during ClusterTopologyManagerImpl.fetchRebalancingStatusFromCoordinator(...)
> --------------------------------------------------------------------------------
>
> Key: ISPN-6860
> URL: https://issues.jboss.org/browse/ISPN-6860
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 8.1.4.Final, 8.2.3.Final
> Reporter: Bogdan Sikora
>
> https://paste.fedoraproject.org/391432/
> Scenario:
> * 2x Eaps as workers and 1xapache core as balancer (SSL on)
> * Connection request to balancer
> * Kill the one worker that handled request
> * Check that other worker handles the next request
> * Enable killed worker
> * Kill second worker (worker that stayed alive in first killing)
> * Send request (alive worker is not answering to that one )
> {noformat}
> 2016-07-15 06:46:11,404 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.infinispan.server: org.jboss.msc.service.StartException in service jboss.infinispan.server: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904)
> 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:745)
> Caused by: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.topology.ClusterTopologyManagerImpl.start() on object of type ClusterTopologyManagerImpl
> at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:250)
> at org.jboss.as.clustering.infinispan.subsystem.CacheContainerBuilder.start(CacheContainerBuilder.java:114)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
> ... 3 more
> Caused by: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.topology.ClusterTopologyManagerImpl.start() on object of type ClusterTopologyManagerImpl
> at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:172)
> at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:887)
> at org.infinispan.factories.AbstractComponentRegistry.invokeStartMethods(AbstractComponentRegistry.java:656)
> at org.infinispan.factories.AbstractComponentRegistry.internalStart(AbstractComponentRegistry.java:645)
> at org.infinispan.factories.AbstractComponentRegistry.start(AbstractComponentRegistry.java:548)
> at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:229)
> ... 6 more
> Caused by: java.lang.NullPointerException
> at org.infinispan.topology.ClusterTopologyManagerImpl.fetchRebalancingStatusFromCoordinator(ClusterTopologyManagerImpl.java:167)
> at org.infinispan.topology.ClusterTopologyManagerImpl.start(ClusterTopologyManagerImpl.java:136)
> 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.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:168)
> ... 11 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months