[JBoss JIRA] (ISPN-6144) Display error messsages to user
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-6144?page=com.atlassian.jira.plugin.... ]
Pedro Zapata reassigned ISPN-6144:
----------------------------------
Assignee: Vladimir Blagojevic (was: Tristan Tarrant)
> Display error messsages to user
> --------------------------------
>
> Key: ISPN-6144
> URL: https://issues.jboss.org/browse/ISPN-6144
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Pedro Zapata
> Assignee: Vladimir Blagojevic
>
> If you create an invalid configuration (i.e, set some random value in the site property), an exception is thrown in the log but it’s, not reported to the console.
> No feedback about successful, or wrong creation is reported to the user, without looking into the server log.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6175) Server throwing warning about wrong eviction configuration
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-6175?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated ISPN-6175:
---------------------------------
Fix Version/s: 8.1.2.Final
> Server throwing warning about wrong eviction configuration
> ----------------------------------------------------------
>
> Key: ISPN-6175
> URL: https://issues.jboss.org/browse/ISPN-6175
> Project: Infinispan
> Issue Type: Bug
> Components: Eviction, Server
> Reporter: Martin Gencur
> Assignee: William Burns
> Priority: Minor
> Fix For: 8.2.0.Beta2, 8.2.0.Final, 8.1.2.Final
>
>
> After building the latest ISPN snapshot (HEAD == ISPN-6137 Fix ScriptMetadataTest.testBrokenParameters), the server throws the following warning:
> ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
> This happens whether I use default standalone.xml configuration or add eviction and passivation elements in the config. I.e. tried this config and still getting the warning:
> {code}
> <eviction strategy="LRU" size="1" type="COUNT"/>
> <file-store passivation="true" path="dc" purge="true" shared="false"/>
> {code}
> It looks like the eviction is working properly, it's just the warning that makes confusion.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6181) # Stores shows incorrect value
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-6181?page=com.atlassian.jira.plugin.... ]
Pedro Zapata reassigned ISPN-6181:
----------------------------------
Assignee: Vladimir Blagojevic
> # Stores shows incorrect value
> ------------------------------
>
> Key: ISPN-6181
> URL: https://issues.jboss.org/browse/ISPN-6181
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
> Assignee: Vladimir Blagojevic
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache:
> <replicated-cache name="replicatedCacheForStatisticsTesting" mode="SYNC" remote-timeout="30000" start="EAGER">
> <transaction mode="NONE"/>
> <eviction strategy="FIFO" size="10"/>
> <locking isolation="READ_COMMITTED" acquire-timeout="30000" concurrency-level="1000" striping="false"/>
> <file-store path="replicatedCacheForStatisticsTestingFileStore" purge="true" passivation="true"/>
> </replicated-cache>
> When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I insert another 10 entries the number is still 0 but should be 20
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6075) Created cache is immediately available
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-6075?page=com.atlassian.jira.plugin.... ]
Pedro Zapata commented on ISPN-6075:
------------------------------------
- Enable / Disable menu options should be fixed. Status of menus should be consistent.
- Default initial status is related to the implementation ISPN-5828 and not a priority by now.
> Created cache is immediately available
> --------------------------------------
>
> Key: ISPN-6075
> URL: https://issues.jboss.org/browse/ISPN-6075
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Martin Gencur
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> 1) Add new cache
> 2) Go to the cache detail page
> Issues:
> 1) The label in top-left corner says "Available" while it should be either Unavailable or Disabled at this point (probably it is because this page still shows the satus of the currentCluster and not the cache itself)
> 2) The actions on the right side include both "Disable" and "Enable" and both of them are clickable. Only "Enable" option should be available at this point.
> 3) I'm able to create a RemoteCache and put/get entries - no exception thrown
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6203) CNFE during RemoteStore initialization of balancing strategy w/jboss-modules
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6203?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6203:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Beta2
8.2.0.Final
8.1.2.Final
Resolution: Done
> CNFE during RemoteStore initialization of balancing strategy w/jboss-modules
> ----------------------------------------------------------------------------
>
> Key: ISPN-6203
> URL: https://issues.jboss.org/browse/ISPN-6203
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, Remote Protocols
> Affects Versions: 8.2.0.Beta1, 8.1.1.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Blocker
> Fix For: 8.2.0.Beta2, 8.2.0.Final, 8.1.2.Final
>
>
> {noformat}
> 14:08:17,222 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 65) MSC000001: Failed to start service jboss.infinispan.web."clusterbench-ee7.ear.cb.war": org.jboss.msc.service.StartException in service jboss.infinispan.web."clusterbench-ee7.ear.cb.war": org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.persistence.manager.PersistenceManagerImpl.start() on object of type PersistenceManagerImpl
> at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:107)
> 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)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> Caused by: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.persistence.manager.PersistenceManagerImpl.start() on object of type PersistenceManagerImpl
> 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.ComponentRegistry.start(ComponentRegistry.java:222)
> at org.infinispan.cache.impl.CacheImpl.start(CacheImpl.java:849)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:621)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:572)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:440)
> at org.jboss.as.clustering.infinispan.DefaultCacheContainer.lambda$getCache$0(DefaultCacheContainer.java:119)
> at org.jboss.as.clustering.infinispan.DefaultCacheContainer.getCache(DefaultCacheContainer.java:120)
> at org.jboss.as.clustering.infinispan.DefaultCacheContainer.getCache(DefaultCacheContainer.java:114)
> at org.wildfly.clustering.infinispan.spi.service.CacheBuilder.start(CacheBuilder.java:80)
> at org.wildfly.clustering.service.AsynchronousServiceBuilder$1.run(AsynchronousServiceBuilder.java:102)
> ... 4 more
> Caused by: org.infinispan.commons.CacheException: Unable to start cache loaders
> at org.infinispan.persistence.manager.PersistenceManagerImpl.start(PersistenceManagerImpl.java:174)
> 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)
> ... 18 more
> Caused by: org.infinispan.commons.CacheConfigurationException: Unable to instantiate class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
> at org.infinispan.commons.util.Util.loadClass(Util.java:103)
> at org.infinispan.client.hotrod.configuration.ConfigurationBuilder.balancingStrategy(ConfigurationBuilder.java:125)
> at org.infinispan.persistence.remote.RemoteStore.buildRemoteConfiguration(RemoteStore.java:221)
> at org.infinispan.persistence.remote.RemoteStore.start(RemoteStore.java:89)
> at org.infinispan.persistence.manager.PersistenceManagerImpl.start(PersistenceManagerImpl.java:141)
> ... 23 more
> Caused by: java.lang.ClassNotFoundException: org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy from [Module "org.wildfly.clustering.service:main" from local module loader @33e5ccce (finder: local module finder @5a42bbf4 (roots: /home/paul/wildfly/capability/wildfly/dist/target/wildfly-10.1.0.Final-SNAPSHOT/modules,/home/paul/wildfly/capability/wildfly/dist/target/wildfly-10.1.0.Final-SNAPSHOT/modules/system/layers/base))]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:348)
> at org.infinispan.commons.util.Util.loadClassStrict(Util.java:158)
> at org.infinispan.commons.util.Util.loadClass(Util.java:101)
> ... 27 more
> {noformat}
> The problem is, when initializing org.infinispan.client.hotrod.configuration.ConfigurationBuilder, org.infinispan.persistence.remote.RemoteStore attempts to set the balancer strategy _before_ setting the classLoader. Consequently, the balancer strategy is not loaded with the intended classloader.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6206) FunctionalMapTest failures
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6206?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6206:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Final
Resolution: Done
> FunctionalMapTest failures
> --------------------------
>
> Key: ISPN-6206
> URL: https://issues.jboss.org/browse/ISPN-6206
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 8.2.0.Beta1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 8.2.0.Beta2, 8.2.0.Final
>
>
> Tests fails because of ISPN-6056. When it de-serializes a map, it uses the number of elements to build the map with the expected size. This changes the order in the hash table making the test fail.
> Sort the elements in the test before checking it.
> Also, use the {{read/writeObject}} methods instead of using the {{MarshallUtil.marshallMap}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6206) FunctionalMapTest failures
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-6206?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-6206:
------------------------------
Status: Open (was: New)
> FunctionalMapTest failures
> --------------------------
>
> Key: ISPN-6206
> URL: https://issues.jboss.org/browse/ISPN-6206
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 8.2.0.Beta1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 8.2.0.Beta2
>
>
> Tests fails because of ISPN-6056. When it de-serializes a map, it uses the number of elements to build the map with the expected size. This changes the order in the hash table making the test fail.
> Sort the elements in the test before checking it.
> Also, use the {{read/writeObject}} methods instead of using the {{MarshallUtil.marshallMap}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month