[infinispan-issues] [JBoss JIRA] Commented: (ISPN-266) Demo startup throwing java.lang.ClassNotFoundException: org.infinispan.query.impl.LifecycleManager
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Wed Nov 11 11:23:06 EST 2009
[ https://jira.jboss.org/jira/browse/ISPN-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12494189#action_12494189 ]
Galder Zamarreno commented on ISPN-266:
---------------------------------------
Build infinispan distribution (see root maven readme)
Unzip the bin zip and execute ./runGuiDemo.sh
When the cache starts, you'll see that warning in the logs.
> Demo startup throwing java.lang.ClassNotFoundException: org.infinispan.query.impl.LifecycleManager
> --------------------------------------------------------------------------------------------------
>
> Key: ISPN-266
> URL: https://jira.jboss.org/jira/browse/ISPN-266
> Project: Infinispan
> Issue Type: Bug
> Reporter: Galder Zamarreno
> Assignee: Vladimir Blagojevic
> Fix For: 4.0.0.CR2
>
>
> Starting Infinispan demo in trunk (r1129) throws:
> 2009-11-11 11:10:45,256 WARN [ModuleProperties] (pool-1-thread-1) Module query loaded, but could not be initialized
> java.lang.ClassNotFoundException: org.infinispan.query.impl.LifecycleManager
> at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
> at org.infinispan.util.Util.loadClass(Util.java:55)
> at org.infinispan.util.ModuleProperties.resolveModuleLifecycles(ModuleProperties.java:114)
> at org.infinispan.factories.AbstractComponentRegistry.<clinit>(AbstractComponentRegistry.java:102)
> at org.infinispan.manager.DefaultCacheManager.initialize(DefaultCacheManager.java:276)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:259)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:242)
> at org.infinispan.demo.InfinispanDemo$10.run(InfinispanDemo.java:320)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> at java.lang.Thread.run(Thread.java:636)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list