[infinispan-issues] [JBoss JIRA] (ISPN-1875) Pi approximation and word count demos don't work
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Feb 22 09:06:37 EST 2012
[ https://issues.jboss.org/browse/ISPN-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1875:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Pi approximation and word count demos don't work
> ------------------------------------------------
>
> Key: ISPN-1875
> URL: https://issues.jboss.org/browse/ISPN-1875
> Project: Infinispan
> Issue Type: Bug
> Components: Demos and Tutorials
> Affects Versions: 5.1.1.FINAL
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.1.2.CR1, 5.1.2.FINAL
>
>
> {code}[g at dhcp-144-239:/opt/infinispan]% ./bin/runPiApproximationDemo.sh
> Exception in thread "main" java.util.ServiceConfigurationError: org.infinispan.lifecycle.ModuleLifecycle: Provider org.infinispan.query.impl.LifecycleManager not found
> at java.util.ServiceLoader.fail(ServiceLoader.java:214)
> at java.util.ServiceLoader.access$400(ServiceLoader.java:164)
> at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:350)
> at java.util.ServiceLoader$1.next(ServiceLoader.java:421)
> at org.infinispan.util.ModuleProperties.resolveModuleLifecycles(ModuleProperties.java:70)
> at org.infinispan.factories.GlobalComponentRegistry.<init>(GlobalComponentRegistry.java:100)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:377)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:336)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:323)
> at org.infinispan.demo.CacheBuilder.<init>(CacheBuilder.java:39)
> at org.infinispan.demo.Demo.startCache(Demo.java:62)
> at org.infinispan.demo.distexec.PiApproximationDemo.run(PiApproximationDemo.java:38)
> at org.infinispan.demo.distexec.PiApproximationDemo.main(PiApproximationDemo.java:28)
> [g at dhcp-144-239:/opt/infinispan]% ./bin/runPiApproximationDemo.sh
> [g at dhcp-144-239:/opt/infinispan]% ./bin/runWordCountDemo.sh
> Exception in thread "main" java.util.ServiceConfigurationError: org.infinispan.lifecycle.ModuleLifecycle: Provider org.infinispan.query.impl.LifecycleManager not found
> at java.util.ServiceLoader.fail(ServiceLoader.java:214)
> at java.util.ServiceLoader.access$400(ServiceLoader.java:164)
> at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:350)
> at java.util.ServiceLoader$1.next(ServiceLoader.java:421)
> at org.infinispan.util.ModuleProperties.resolveModuleLifecycles(ModuleProperties.java:70)
> at org.infinispan.factories.GlobalComponentRegistry.<init>(GlobalComponentRegistry.java:100)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:377)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:336)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:323)
> at org.infinispan.demo.CacheBuilder.<init>(CacheBuilder.java:39)
> at org.infinispan.demo.Demo.startCache(Demo.java:62)
> at org.infinispan.demo.mapreduce.WordCountDemo.run(WordCountDemo.java:63)
> at org.infinispan.demo.mapreduce.WordCountDemo.main(WordCountDemo.java:51){code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list