[seam-issues] [JBoss JIRA] Updated: (SEAMPERSIST-55) @Transactional annotation on @SessionScoped bean fails on cluster

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Tue Jun 7 06:43:59 EDT 2011


     [ https://issues.jboss.org/browse/SEAMPERSIST-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Schmidt updated SEAMPERSIST-55:
-------------------------------------

    Attachment: exception.log


fragment of server.log with the exception

> @Transactional annotation on @SessionScoped bean fails on cluster
> -----------------------------------------------------------------
>
>                 Key: SEAMPERSIST-55
>                 URL: https://issues.jboss.org/browse/SEAMPERSIST-55
>             Project: Seam Persistence
>          Issue Type: Bug
>    Affects Versions: 3.0.0.Final
>         Environment: JBoss AS 6.1 SNAPSHOT, mod_jk
>            Reporter: Marek Schmidt
>            Assignee: Stuart Douglas
>             Fix For: Future
>
>         Attachments: exception.log
>
>
> a session containing a @Transactional @SessionScoped bean fails to replicate with
> {quote}
> [org.infinispan.interceptors.InvocationContextInterceptor] (ajp-127.0.1.1-8009-2) Execution error: : org.infinispan.CacheException: java.lang.RuntimeException: Failure to marshal arguments(s)
>         at org.infinispan.util.Util.rewrapAsCacheException(Util.java:477) [:4.2.0.FINAL]
>         at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.invokeRemoteCommands(CommandAwareRpcDispatcher.java:123) [:4.2.0.FINAL]
>         at org.infinispan.remoting.transport.jgroups.JGroupsTransport.invokeRemotely(JGroupsTransport.java:399) [:4.2.0.FINAL]
> ...
> Caused by: java.lang.RuntimeException: Failure to marshal argument(s)
>         at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher$ReplicationTask.marshallCall(CommandAwareRpcDispatcher.java:243) [:4.2.0.FINAL]
>         at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher$ReplicationTask.call(CommandAwareRpcDispatcher.java:270) [:4.2.0.FINAL]
>         at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.invokeRemoteCommands(CommandAwareRpcDispatcher.java:121) [:4.2.0.FINAL]
>         ... 76 more
> Caused by: org.infinispan.CacheException: Unable to marshall value AtomicHashMap{delegate=org.infinispan.util.FastCopyHashMap at 32ed99af}
>         at org.infinispan.marshall.MarshalledValue.serialize(MarshalledValue.java:100) [:4.2.0.FINAL]
>         at org.infinispan.marshall.MarshalledValue.getRaw(MarshalledValue.java:156) [:4.2.0.FINAL]
>         at org.infinispan.marshall.MarshalledValue$Externalizer.writeObject(MarshalledValue.java:248) [:4.2.0.FINAL]
> ...
> Caused by: java.io.NotSerializableException: org.jboss.seam.transaction.DefaultSeamTransaction
>         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1164) [:1.6.0_24]
> {quote}
> No that in this environment, the workaround for SEAMPERSIST-49 doesn't help.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list