• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to serialize an object to byte form

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Masters,

I have a problem with my Websphere Application Server.
I'm using WAS 7.

I got this error from SystemOut.log, when I start client application:
[6/21/13 16:16:47:184 WIT] 0000001e PartnerLogDat W WTRN0039E: Unable to serialize an object to byte form.
[6/21/13 16:16:47:186 WIT] 0000001e XATransaction E J2CA0030E: Method enlist caught javax.transaction.SystemException: XAResource recovery information not serializable
at com.ibm.ws.tx.jta.RegisteredResources.enlistResource(RegisteredResources.java:1089)
(and so on .......)
Caused by: java.io.NotSerializableException: XAResource recovery information not serializable
at com.ibm.tx.jta.PartnerLogData.logRecoveryEntry(PartnerLogData.java:158)
at com.ibm.ws.tx.jta.RegisteredResources.enlistResource(RegisteredResources.java:1078)
... 59 more
while trying to enlist resources from DataSource DefaultDS with the Transaction Manager for the current transaction, and threw a ResourceException.
[6/21/13 16:16:47:192 WIT] 0000001e DataAccessReq E PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@30503050
[6/21/13 16:16:47:193 WIT] 0000001e DataAccessReq E PMGR0000E: Call stack:
com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@30503050
at com.ibm.ws.ejbpersistence.dataaccess.DataAccessRequestImpl.executeOneRowFBPK(DataAccessRequestImpl.java:580)
(and so on .......)

Can anyone help me on this?
Is it because of the Data Source that I use?
Or is it because of something else?


Thank you,



Rizki Sunaryo
 
We can fix it! We just need some baling wire, some WD-40, a bit of duct tape and this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic