• 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

Could not find new XAResource to use for recovering non-serializable XAResource

 
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since Yesterday I was wondering about this Exception, I don't know whats going on in my AS. The following lines are printing on the console for every 4 minutes or so. It never gives the trouble to my regular working other applications it only throwing the messages on console.


Why these are printing on the console, I googled for this but I didn't find a sufficient information. Is there any related to apache logging system? because I worked yesterday on apache loggings.
 
Simpson Kumar
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this correct approach to get rid of messages?

delete {jboss-dir}/server/{config}/data/tx-object-store

After I did this, no longer I seen those message. Its fine if we did so in staging, what if its in production? we cant reomve tx-object-store, then what we do in that situation?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic