[JBoss JIRA] (ISPN-10226) DeployedCacheStoreMetadataTest failures
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10226:
-----------------------------------
Summary: DeployedCacheStoreMetadataTest failures
Key: ISPN-10226
URL: https://issues.jboss.org/browse/ISPN-10226
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Reporter: Ryan Emerson
Fix For: 10.0.0.Beta4, 9.4.14.Final
DeployedCacheStoreMetadataTest#testImportingMetadataWithLoaderWriterClassOnly was failing due to the changes to DeployedCacheStoreMetadata introduced by ISPN-9027. Test failure was missed on CI due to ISPN-10208.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10095) Shared stores should throw exception when cache is local
by Pedro Ruivo (Jira)
[ https://issues.jboss.org/browse/ISPN-10095?page=com.atlassian.jira.plugin... ]
Pedro Ruivo updated ISPN-10095:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Shared stores should throw exception when cache is local
> --------------------------------------------------------
>
> Key: ISPN-10095
> URL: https://issues.jboss.org/browse/ISPN-10095
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 9.4.11.Final, 10.0.0.Beta3
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the store as {{transport == null}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10221) Cannot start Infinispan Server when running on Windows
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10221?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10221.
---------------------------------
Resolution: Done
> Cannot start Infinispan Server when running on Windows
> ------------------------------------------------------
>
> Key: ISPN-10221
> URL: https://issues.jboss.org/browse/ISPN-10221
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.0.0.Beta3
> Environment: win 08/12 - jdk8/jdk11
> Reporter: Diego Lovison
> Assignee: Tristan Tarrant
> Priority: Critical
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> The Infinispan server is not able to start when running on Windows. The workaround was add {{<env key="STANDALONE_CONF" value="notfound.bat"/>}} in server/integration/src/main/ant/infinispan-server.xml
> {code:xml}
> <env key="JAVA_OPTS" value="${server.jvm.args} -Djboss.socket.binding.port-offset=${port.offset} -Djboss.node.name=${jboss.node.name}"/>
> <env key="JBOSS_HOME" value="${server.dist}"/>
> <env key="JAVA" value="${server.jvm}/bin/java"/>
> <env key="STANDALONE_CONF" value="notfound.bat"/>
> </exec>
> <echo>Waiting for Infinispan server to start</echo>
> <waitfor maxwait="30" maxwaitunit="second" checkevery="1" checkeveryunit="second">
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months