• 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

PersistenceFullException for SIB data store

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My team is having a problem and we're not sure how to resolve it. We're using SIB message queues for local development, but we keep getting the exception below. We’re using a filestore which, by default, sets a maximum file size of 200MB. When the problem first occurred, as a quick fix, we just bumped the max file size up to 500MB, then later up to 1GB.

I've done some searching online and can't find a good solution to this. Is there a way to just clear the permanent file store? I've tried just deleting the log filestore, thinking maybe it would recreate it and start over, but it apparently also contains configuration settings and the queues won't work anymore.



We're using WAS 7.0, and IBM RAD 8.0
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, J
You need to understand why messages are stucked in Queues?

Issue possinle solution

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic