Hi,
how do I configure JBoss-4.0.1sp1 to persist JMS messages in the filesystem
instead of the Hypersonic database?
Thank you,
Peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387#387
Reply to the post :
http://www.jboss.org/index.html?module=bb
Hi Joachim,
thank you for your suggestion, I have set the JVM memory allocation pool
parameters to -Xms128m and -Xmx768m ( was -Xmx512m before),
bit it did not help: startup time 12m:18s
| 15:16:19,470 INFO [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build:
CVSTag=JBoss_4_0_1_SP1 date=
Hello,
I am trying to migrate our application to JBoss-4.0.1, but I am facing
a problem: The startup time with JBoss-3.2.1 was around 2.5 min and
now it is over 10 min! I noticed that JBoss-4.0.1 uses the major part oft the
startup time to create the SQL statements for the entitybeans (see code b
Any suggestions? Alexey maybe?
Thanks,
Peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870355#3870355
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870355
--
Hi,
and here I post the corresponding log statements generated by
JBoss-3.2.1 when generating the SQL statements for the entitybeans.
It takes only 2.5 sec to generate the statements!
Any help would be very much appreciated,
best regards,
peter
| 2005-03-15 10:09:47,259 DEBUG
[org.jb
Hello again,
I exaggerated a little in my post: the generation of 1 sql
statement does take less than 15sec.
But the whole of the sql-generation takes over 8min, that's
a large part of the total startup time. I will post the log
statements of the sql-generation below.
greetings,
Peter
|
Hello everybody,
i am moving from jboss jboss-3.2.1 to jboss-4.0.1. The problem
I am facing is that it takes jboss-4.0.1 over 10min to start,
while jboss-3.2.1 started up in under 3min. I noticed that jboss-4.0.1
uses a large part of the startup time to generate the sql for the
entity beans (see
Hello fellow developpers,
today, I found out what the reason for the messagedrivenbean problem was,
that I had: on those machines that had problems when they tried to start
jboss, they had deleted the hsqldb-ds.xml file (which configures access to
the hypersonic database that jboss uses to keep j
Hello everybody,
I have a problem with Messagedrivenbeans: I included MDB in my application
that is running on a JBoss Server. It is working fine on my local server,
and also on some of my collegues machines it is working fine. But on some
of my collegues machines the following exceptions are thro