[
https://issues.jboss.org/browse/ISPN-1344?page=com.atlassian.jira.plugin....
]
Dan Berindei resolved ISPN-1344.
--------------------------------
Fix Version/s: 5.0.1.FINAL
Resolution: Done
The was caused by distributed tasks starting to execute before the cache is fully started,
as described in ISPN-1365.
It was fixed together with ISPN-1365.
NullpointerException during adding node
---------------------------------------
Key: ISPN-1344
URL:
https://issues.jboss.org/browse/ISPN-1344
Project: Infinispan
Issue Type: Bug
Components: Transactions
Affects Versions: 5.0.0.FINAL
Reporter: Changgeng Li
Assignee: Dan Berindei
Priority: Critical
Fix For: 5.1.0.ALPHA1, 5.1.0.FINAL, 5.0.1.FINAL
Attachments: log.1.gz
Detail log file is attached. This happened during adding node.
Line 25568: Received the new view
Line 25664: NullPointerException is thrown
Line 25933: Setting factory enum to %s is printed.
2011-08-24 11:48:52,433 ERROR [org.infinispan.interceptors.InvocationContextInterceptor]
(OOB-8,erm-cluster-REHASH-TEST,beaumaris-52700) ISPN000136: Execution error
java.lang.NullPointerException
at
org.infinispan.transaction.xa.TransactionFactory.newGlobalTransaction(TransactionFactory.java:260)
at
org.infinispan.transaction.TransactionTable.getOrCreateLocalTransaction(TransactionTable.java:422)
at org.infinispan.interceptors.TxInterceptor.enlist(TxInterceptor.java:227)
at
org.infinispan.interceptors.TxInterceptor.enlistReadAndInvokeNext(TxInterceptor.java:197)
at
org.infinispan.interceptors.TxInterceptor.visitLockControlCommand(TxInterceptor.java:157)
at
org.infinispan.interceptors.DistTxInterceptor.visitLockControlCommand(DistTxInterceptor.java:117)
at
org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:122)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira