[jboss-jira] [JBoss JIRA] (AS7-4294) Invocation of RecoveryStoreProxy from the client side via JMX fails

Ivo Studensky (JIRA) jira-events at lists.jboss.org
Mon Mar 26 10:55:48 EDT 2012


Ivo Studensky created AS7-4294:
----------------------------------

             Summary: Invocation of RecoveryStoreProxy from the client side via JMX fails
                 Key: AS7-4294
                 URL: https://issues.jboss.org/browse/AS7-4294
             Project: Application Server 7
          Issue Type: Bug
          Components: Transactions
    Affects Versions: 7.1.1.Final
            Reporter: Ivo Studensky
            Assignee: Jason Greene
             Fix For: 7.1.2.Final


The RecoveryStoreProxy does not currently work on AS7 when it is called from the client side because of broken serialization of Uid class. It fails with the following exception:

{noformat}
Caused by: java.io.NotActiveException: Fields were never written
	at org.jboss.marshalling.river.RiverObjectOutputStream.finish(RiverObjectOutputStream.java:175)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1009)
	at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:885)
	at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62)
	at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119)
	at org.jboss.remotingjmx.protocol.v1.ClientConnection$TheConnection$15.write(ClientConnection.java:1181)
	at org.jboss.remotingjmx.protocol.v1.Common.write(Common.java:179)
	at org.jboss.remotingjmx.protocol.v1.ClientConnection$TheConnection.invoke(ClientConnection.java:1163)
	at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)
	... 92 more
Caused by: an exception which occurred:
	in object com.arjuna.ats.arjuna.common.Uid at 0
{noformat}

More details can be found in project jira - JBTM-1076.

--
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 jboss-jira mailing list