[
https://jira.jboss.org/jira/browse/ISPN-148?page=com.atlassian.jira.plugi...
]
Galder Zamarreno resolved ISPN-148.
-----------------------------------
Fix Version/s: (was: 4.0.0.CR1)
Resolution: Out of Date
Volatile/NonVolatile component difference is no longer there, at least for create/start
phase distinction.
Instead, there's a SurviveRestarts annotation that notes those components can keep
their component
registry in spite of stopping it.
As a result, this JIRA is now out of date.
VersionAwareMarshaller's @Start method sometimes not being
called
-----------------------------------------------------------------
Key: ISPN-148
URL:
https://jira.jboss.org/jira/browse/ISPN-148
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 4.0.0.ALPHA6
Reporter: Galder Zamarreno
Assignee: Galder Zamarreno
Priority: Minor
Attachments: FailingTest.java
Running the attached test fails with the following exception:
java.lang.NullPointerException
at
org.infinispan.marshall.jboss.JBossMarshaller$1.initialValue(JBossMarshaller.java:70)
at org.infinispan.marshall.jboss.JBossMarshaller$1.initialValue(JBossMarshaller.java:1)
at java.lang.ThreadLocal$ThreadLocalMap.getAfterMiss(ThreadLocal.java:374)
at java.lang.ThreadLocal$ThreadLocalMap.get(ThreadLocal.java:347)
at java.lang.ThreadLocal$ThreadLocalMap.access$000(ThreadLocal.java:225)
at java.lang.ThreadLocal.get(ThreadLocal.java:127)
at
org.infinispan.marshall.jboss.JBossMarshaller.startObjectOutput(JBossMarshaller.java:142)
at
org.infinispan.marshall.VersionAwareMarshaller.startObjectOutput(VersionAwareMarshaller.java:109)
at
org.infinispan.marshall.VersionAwareMarshaller.objectToBuffer(VersionAwareMarshaller.java:87)
at
org.infinispan.marshall.VersionAwareMarshaller.objectToByteBuffer(VersionAwareMarshaller.java:167)
at org.infinispan.loaders.file.FileCacheStore.saveBucket(FileCacheStore.java:188)
at org.infinispan.loaders.file.FileCacheStore.insertBucket(FileCacheStore.java:174)
at
org.infinispan.loaders.bucket.BucketBasedCacheStore.storeLockSafe(BucketBasedCacheStore.java:61)
at org.infinispan.loaders.LockSupportCacheStore.store(LockSupportCacheStore.java:126)
at
org.infinispan.interceptors.CacheStoreInterceptor.visitPutKeyValueCommand(CacheStoreInterceptor.java:195)
at
org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
at
org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:118)
at
org.infinispan.interceptors.CacheLoaderInterceptor.visitPutKeyValueCommand(CacheLoaderInterceptor.java:75)
at
org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
at
org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:118)
at
org.infinispan.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:132)
at
org.infinispan.commands.AbstractVisitor.visitPutKeyValueCommand(AbstractVisitor.java:57)
at
org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
at
org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:118)
at
org.infinispan.interceptors.TxInterceptor.enlistWriteAndInvokeNext(TxInterceptor.java:185)
at
org.infinispan.interceptors.TxInterceptor.visitPutKeyValueCommand(TxInterceptor.java:127)
at
org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
at
org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:118)
at
org.infinispan.interceptors.InvocationContextInterceptor.handleAll(InvocationContextInterceptor.java:48)
at
org.infinispan.interceptors.InvocationContextInterceptor.handleDefault(InvocationContextInterceptor.java:34)
at
org.infinispan.commands.AbstractVisitor.visitPutKeyValueCommand(AbstractVisitor.java:57)
at
org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:237)
at org.infinispan.CacheDelegate.put(CacheDelegate.java:326)
at org.infinispan.CacheDelegate.put(CacheDelegate.java:544)
at org.infinispan.CacheDelegate.put(CacheDelegate.java:179)
at org.infinispan.marshall.FailingTest.runTest(FailingTest.java:65)
at org.infinispan.marshall.FailingTest.test000(FailingTest.java:44)
... Removed 22 stack frames
For some reason, VAM's @Inject method is being called but not its @Start method.
--
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