• 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

CacheFullException

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I get this error when working with Statefull session beans. Btw, I use Weblogic v 8.1.

Any help is appreciated.
Regards,
Kiran
 
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kiran Kumar:
Hi All,
I get this error when working with Statefull session beans. Btw, I use Weblogic v 8.1.
Any help is appreciated.
Regards,
Kiran


weblogic-ejb-jar.xml has an element called stateful-session-cache if i remeber correctly. U can specify the the max beans in cache for the bean in the there.
 
Kiran Kumar
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But my EBs are not statefull
Did anyone face similar problems?
Also, I did increase the maxtimeout value to 2000. But still the transaction timesout at 32s. This time the error is different though.

Hoping someone answers back,
Thanks,
Kiran
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
maybe I'm on the wrong train, but it was a SQLException
> java.sql.SQLException: Transaction rolled back: Transaction timed out after 32 seconds
Maybe it was a timeout from your db server?
 
Stephan Staeheli
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And? Was I right? Feedback is appreciated....
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic