[JBoss JIRA] (ISPN-3575) Can not create newCache from baseCache from which to get the configuration inside EAP server
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3575?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3575:
------------------------------------
Summary: Can not create newCache from baseCache from which to get the configuration inside EAP server (was: Can not create new cache with LIKE with deployed application inside EAP server)
> Can not create newCache from baseCache from which to get the configuration inside EAP server
> --------------------------------------------------------------------------------------------
>
> Key: ISPN-3575
> URL: https://issues.jboss.org/browse/ISPN-3575
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 6.0.0.Beta1
> Reporter: Vitalii Chepeliuk
> Assignee: Mircea Markus
>
> After deploying carmart-tx application on EAP server and running create command with like paramer, ISPN019016 error occurs
> [remoting://localhost:9999/DefaultCacheManager/]> create newCache like carcache
> ISPN019016: No such cache: 'carcache'
> [remoting://localhost:9999/DefaultCacheManager/]> cache
> ___defaultcache carcache
> [remoting://localhost:9999/DefaultCacheManager/]> cache carcache
> [remoting://localhost:9999/DefaultCacheManager/carcache]> create newCache like carcache
> ISPN019016: No such cache: 'carcache'
> [remoting://localhost:9999/DefaultCacheManager/carcache]> create newCache like carcache
> ISPN019016: No such cache: 'carcache'
> [remoting://localhost:9999/DefaultCacheManager/carcache]> cache carcache
> [remoting://localhost:9999/DefaultCacheManager/carcache]> get carnumbers
> {"java.util.ArrayList":["FML 23-25","1P3 2632","1B2 1111","6T4 2526","2B2 4946"]}
> [remoting://localhost:9999/DefaultCacheManager/carcache]> get "6T4+2526"
> {"org.jboss.as.quickstarts.datagrid.carmart.model.Car":{"brand":"Mazda MX-5","displacement":1.8,"type":"CABRIO","color":"red","numberPlate":"6T4 2526","country":"USA"}}
> [remoting://localhost:9999/DefaultCacheManager/carcache]> create newCache like carcache
> ISPN019016: No such cache: 'carcache'
> [remoting://localhost:9999/DefaultCacheManager/carcache]> cache newCache
> ISPN019016: No such cache: 'newCache'
> [remoting://localhost:9999/DefaultCacheManager/carcache]> cache
> ___defaultcache carcache
> [remoting://localhost:9999/DefaultCacheManager/carcache]> cache ___defaultcache
> [remoting://localhost:9999/DefaultCacheManager/___defaultcache]> cache
> ___defaultcache
> [remoting://localhost:9999/DefaultCacheManager/___defaultcache]> create newCache like ___defaultcache
> ISPN019016: No such cache: '___defaultcache'
> -------------------------------------------------------------------------------------------------------
> Here is stack trace from server
> 13:47:00,970 ERROR [org.infinispan.cli.interpreter.Interpreter] (pool-1-thread-1) ISPN019003: Interpreter error: java.lang.IllegalArgumentException: ISPN019016: No such cache: 'carcache'
> at org.infinispan.cli.interpreter.session.SessionImpl.createCache(SessionImpl.java:93) [infinispan-cli-server-6.0.0.Beta1.jar:6.0.0.Beta1]
> at org.infinispan.cli.interpreter.statement.CreateStatement.execute(CreateStatement.java:25) [infinispan-cli-server-6.0.0.Beta1.jar:6.0.0.Beta1]
> at org.infinispan.cli.interpreter.Interpreter.execute(Interpreter.java:150) [infinispan-cli-server-6.0.0.Beta1.jar:6.0.0.Beta1]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
> at org.infinispan.jmx.ResourceDMBean.invoke(ResourceDMBean.java:271) [infinispan-core-6.0.0.Beta1.jar:6.0.0.Beta1]
> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) [rt.jar:1.7.0_25]
> at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) [rt.jar:1.7.0_25]
> at org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:1475)
> at org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:731)
> at org.jboss.remotingjmx.protocol.v2.ServerProxy$InvokeHandler.handle(ServerProxy.java:952)
> at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1$1.run(ServerCommon.java:153)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$2.run(ServerInterceptorFactory.java:100)
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$2.run(ServerInterceptorFactory.java:96)
> at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_25]
> at javax.security.auth.Subject.doAs(Subject.java:415) [rt.jar:1.7.0_25]
> at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor.handleEvent(ServerInterceptorFactory.java:96)
> at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1.run(ServerCommon.java:149)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (ISPN-3575) Can not create new cache with LIKE with deployed application inside EAP server
by Vitalii Chepeliuk (JIRA)
Vitalii Chepeliuk created ISPN-3575:
---------------------------------------
Summary: Can not create new cache with LIKE with deployed application inside EAP server
Key: ISPN-3575
URL: https://issues.jboss.org/browse/ISPN-3575
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 6.0.0.Beta1
Reporter: Vitalii Chepeliuk
Assignee: Mircea Markus
After deploying carmart-tx application on EAP server and running create command with like paramer, ISPN019016 error occurs
[remoting://localhost:9999/DefaultCacheManager/]> create newCache like carcache
ISPN019016: No such cache: 'carcache'
[remoting://localhost:9999/DefaultCacheManager/]> cache
___defaultcache carcache
[remoting://localhost:9999/DefaultCacheManager/]> cache carcache
[remoting://localhost:9999/DefaultCacheManager/carcache]> create newCache like carcache
ISPN019016: No such cache: 'carcache'
[remoting://localhost:9999/DefaultCacheManager/carcache]> create newCache like carcache
ISPN019016: No such cache: 'carcache'
[remoting://localhost:9999/DefaultCacheManager/carcache]> cache carcache
[remoting://localhost:9999/DefaultCacheManager/carcache]> get carnumbers
{"java.util.ArrayList":["FML 23-25","1P3 2632","1B2 1111","6T4 2526","2B2 4946"]}
[remoting://localhost:9999/DefaultCacheManager/carcache]> get "6T4+2526"
{"org.jboss.as.quickstarts.datagrid.carmart.model.Car":{"brand":"Mazda MX-5","displacement":1.8,"type":"CABRIO","color":"red","numberPlate":"6T4 2526","country":"USA"}}
[remoting://localhost:9999/DefaultCacheManager/carcache]> create newCache like carcache
ISPN019016: No such cache: 'carcache'
[remoting://localhost:9999/DefaultCacheManager/carcache]> cache newCache
ISPN019016: No such cache: 'newCache'
[remoting://localhost:9999/DefaultCacheManager/carcache]> cache
___defaultcache carcache
[remoting://localhost:9999/DefaultCacheManager/carcache]> cache ___defaultcache
[remoting://localhost:9999/DefaultCacheManager/___defaultcache]> cache
___defaultcache
[remoting://localhost:9999/DefaultCacheManager/___defaultcache]> create newCache like ___defaultcache
ISPN019016: No such cache: '___defaultcache'
-------------------------------------------------------------------------------------------------------
Here is stack trace from server
13:47:00,970 ERROR [org.infinispan.cli.interpreter.Interpreter] (pool-1-thread-1) ISPN019003: Interpreter error: java.lang.IllegalArgumentException: ISPN019016: No such cache: 'carcache'
at org.infinispan.cli.interpreter.session.SessionImpl.createCache(SessionImpl.java:93) [infinispan-cli-server-6.0.0.Beta1.jar:6.0.0.Beta1]
at org.infinispan.cli.interpreter.statement.CreateStatement.execute(CreateStatement.java:25) [infinispan-cli-server-6.0.0.Beta1.jar:6.0.0.Beta1]
at org.infinispan.cli.interpreter.Interpreter.execute(Interpreter.java:150) [infinispan-cli-server-6.0.0.Beta1.jar:6.0.0.Beta1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at org.infinispan.jmx.ResourceDMBean.invoke(ResourceDMBean.java:271) [infinispan-core-6.0.0.Beta1.jar:6.0.0.Beta1]
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819) [rt.jar:1.7.0_25]
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801) [rt.jar:1.7.0_25]
at org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:1475)
at org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:731)
at org.jboss.remotingjmx.protocol.v2.ServerProxy$InvokeHandler.handle(ServerProxy.java:952)
at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1$1.run(ServerCommon.java:153)
at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$2.run(ServerInterceptorFactory.java:100)
at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$2.run(ServerInterceptorFactory.java:96)
at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_25]
at javax.security.auth.Subject.doAs(Subject.java:415) [rt.jar:1.7.0_25]
at org.jboss.as.jmx.ServerInterceptorFactory$Interceptor.handleEvent(ServerInterceptorFactory.java:96)
at org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1.run(ServerCommon.java:149)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (ISPN-3321) NPE in MapReduceTask reduce phase
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-3321?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-3321:
-------------------------------
Priority: Critical (was: Major)
> NPE in MapReduceTask reduce phase
> ---------------------------------
>
> Key: ISPN-3321
> URL: https://issues.jboss.org/browse/ISPN-3321
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 5.3.0.Final
> Reporter: Alan Field
> Assignee: Dan Berindei
> Priority: Critical
> Labels: jdg62GAblocker
> Fix For: 6.0.0.CR1
>
>
> During the execution of a MapReduce word count job with 6 nodes, the following NPE is thrown:
> 11:19:37,870 ERROR [org.infinispan.remoting.InboundInvocationHandlerImpl] (remote-thread-2) Exception executing command
> java.lang.NullPointerException
> at org.infinispan.distexec.mapreduce.MapReduceManagerImpl.reduce(MapReduceManagerImpl.java:153)
> at org.infinispan.commands.read.ReduceCommand.perform(ReduceCommand.java:88)
> at org.infinispan.remoting.InboundInvocationHandlerImpl.handleInternal(InboundInvocationHandlerImpl.java:122)
> at org.infinispan.remoting.InboundInvocationHandlerImpl.access$000(InboundInvocationHandlerImpl.java:68)
> at org.infinispan.remoting.InboundInvocationHandlerImpl$2.run(InboundInvocationHandlerImpl.java:194)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:724)
> The full log is here - https://jenkins.mw.lab.eng.bos.redhat.com/hudson/user/afield@REDHAT.COM/m...'s%20jobs/job/jdg-radargun-mapreduce-test/181/console-edg-perf06/
> Looking at the code to see if I can figure out what happened.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months