I have an application that queues a large number of message driven beans that can then be processed asyncronously. The messages are persisted in the hsql database. Most of the time things work as planned. Sometimes, so many messages are being persisted that the localDB.data in {SERVER_HOME}/data/hypersonic/ reaches 2.0 gigs. When this happens, everything breaks and comes crashing to a halt.

Is there a way to increase the default size that hypersonic can grow too? I've checked the xml files (deploy/hsql-ds.xml and deploy/jms/hsqldb-jdbc2-service.xml) for any hint of a size constriant with no luck. Is there a limit on the hypersonic database size?

The os is running 2.4.19 linux kernel with reiserfs file system.

Thanks in advance for any input.

-Dennis


Note: sample of one of the many stack traces occurring when this problem happens:


Could not store message: 11175 msg=11166 hard NOT_STORED
PERSISTENT queue=QUEUE.EmailQueue priority=4 hashCode=20379376; - nested throwable: (java.sql.SQLException: S1000 General error java.lang.NullPointerException in statement [INSERT INTO JMS_MESSAGES (MESSAGEID, DESTINATION, MESSAGEBLOB, TXID, TXOP) VALUES(11166,
.... .... ...




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to