[JBoss JIRA] Created: (ISPN-1171) State transfer should not write anything to the shared cache store or clear any cache store
by Dan Berindei (JIRA)
State transfer should not write anything to the shared cache store or clear any cache store
-------------------------------------------------------------------------------------------
Key: ISPN-1171
URL: https://issues.jboss.org/browse/ISPN-1171
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 5.0.0.CR4
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 5.0.0.CR5
State transfer should only write to non-shared cache stores.
Additionally, since we already have a purgeOnStartup configuration that clears the cache store on startup, state transfer should not clear any cache store. It should log a warning that some entries will be stale instead if purgeOnStartup is disabled and the cache store is not shared.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (ISPN-1173) Missing depenency: com.sun.xsom:xsom
by Sanne Grinovero (JIRA)
Missing depenency: com.sun.xsom:xsom
------------------------------------
Key: ISPN-1173
URL: https://issues.jboss.org/browse/ISPN-1173
Project: Infinispan
Issue Type: Bug
Reporter: Sanne Grinovero
Assignee: Manik Surtani
Fix For: 5.0.0.CR5
it seems not all dependencies where imported in jboss.org's repository:
{quote}[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.660s
[INFO] Finished at: Fri Jun 10 14:48:06 BST 2011
[INFO] Final Memory: 36M/433M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project infinispan-tools: Could not resolve dependencies for project org.infinispan:infinispan-tools:bundle:5.0.0-SNAPSHOT: Could not find artifact com.sun.xsom:xsom:jar:20081112 in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/) -> [Help 1]
[ERROR]
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (ISPN-1176) REST server war deployment problem in AS 7.0.0.Beta3
by Michal Linhard (JIRA)
REST server war deployment problem in AS 7.0.0.Beta3
----------------------------------------------------
Key: ISPN-1176
URL: https://issues.jboss.org/browse/ISPN-1176
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 5.0.0.CR4
Reporter: Michal Linhard
Assignee: Galder Zamarreño
when I deploy
infinispan-5.0.0.CR4/modules/rest/infinispan-server-rest.war
to AS 7.0.0.Beta3
it gives me this:
{code}
17:57:14,870 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "infinispan-server-rest.war"
17:57:14,881 WARN [org.jboss.vfs] (MSC service thread 1-4) VFS was unable to set the URLStreamHandlerFactory. This will have unpredictable results
17:57:17,477 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-3) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"
17:57:17,812 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."infinispan-server-rest.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."infinispan-server-rest.war".INSTALL: Failed to process phase INSTALL of deployment "infinispan-server-rest.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:108)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
Caused by: java.lang.NoClassDefFoundError: Lwith;
at java.lang.Class.getDeclaredFields0(Native Method) [:1.6.0_25]
at java.lang.Class.privateGetDeclaredFields(Class.java:2291) [:1.6.0_25]
at java.lang.Class.getDeclaredFields(Class.java:1743) [:1.6.0_25]
at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:53)
at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:65)
at org.jboss.as.ee.component.AbstractComponentDescription.prepareComponentConfiguration(AbstractComponentDescription.java:392)
at org.jboss.as.ee.component.AbstractComponentDescription.createComponentConfiguration(AbstractComponentDescription.java:363)
at org.jboss.as.ee.component.ComponentInstallProcessor.deployComponent(ComponentInstallProcessor.java:104)
at org.jboss.as.ee.component.ComponentInstallProcessor.deploy(ComponentInstallProcessor.java:67)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:102)
... 4 more
Caused by: java.lang.ClassNotFoundException: with from [Module "deployment.infinispan-server-rest.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:184) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:357) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:329) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:306) [jboss-modules.jar:1.0.0.Beta17]
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:100) [jboss-modules.jar:1.0.0.Beta17]
... 14 more
17:57:17,869 INFO [org.jboss.as.server] (MSC service thread 1-1) Service status report
New missing/unsatisfied dependencies:
service jboss.naming.context.java.module.infinispan-server-rest.infinispan-server-rest (missing)
Services which failed to start:
service jboss.deployment.unit."infinispan-server-rest.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."infinispan-server-rest.war".INSTALL: Failed to process phase INSTALL of deployment "infinispan-server-rest.war"
17:57:17,918 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Stopped deployment infinispan-server-rest.war in 41ms
17:57:17,919 INFO [org.jboss.as.server] (MSC service thread 1-3) Service status report
Newly corrected services:
service jboss.naming.context.java.module.infinispan-server-rest.infinispan-server-rest (no longer required)
{code}
infinispan 4.2.1.FINAL works
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (ISPN-1161) Configuration.getCacheLoaders() fails if cache is started
by Paul Ferraro (JIRA)
Configuration.getCacheLoaders() fails if cache is started
---------------------------------------------------------
Key: ISPN-1161
URL: https://issues.jboss.org/browse/ISPN-1161
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 5.0.0.CR4
Reporter: Paul Ferraro
Assignee: Manik Surtani
org.infinispan.config.ConfigurationException: Attempted to modify a non-Dynamic configuration element [cacheLoaderConfigs] after the component has started!
at org.infinispan.config.AbstractConfigurationBean.testImmutability(AbstractConfigurationBean.java:105)
at org.infinispan.config.CacheLoaderManagerConfig.getCacheLoaderConfigs(CacheLoaderManagerConfig.java:192)
at org.infinispan.config.Configuration.getCacheLoaders(Configuration.java:1153)
This exception is thrown from an accessor method. It should only happen with mutator methods.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months