Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Very very slow startup.

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For some reason the startup time is around 10 minutes. It wasnt this slow earlier. I presume its waiting on some timeout but..

I'm using version 2.1.4 with the inbuilt hsqldb.

I get the starting connection pool message, and it manages to create the first page with the javascript redirect, but thats about it.
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I took a quick look around, and there are like 34560 entries in the jforum.log (in the hsqldb directory) with this :

INSERT INTO JFORUM_SESSIONS VALUES('xxxxxxxxxxxxx',3,'2005-09-27 05:09:08.656',0,'',0,NULL)

I replaced the original with xxxxxxxxxxxxx.
[originally posted on jforum.net by typo]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's the HSQLDB version? there are some issues with 1.7.?? regard log files.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:What's the HSQLDB version? there are some issues with 1.7.?? regard log files.

Rafael



Thanks for the quick reply.

The hsqldb version is 1.7.3 (which comes with 2.1.4 version of jforum.)

Will it work ok if I replace the hsqldb-1.7.3.0.jar with an older version?


[originally posted on jforum.net by typo]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got it working by replacing 1.7.3 with 1.7.2. Thanks
[originally posted on jforum.net by typo]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am seeing this on my installation as well. But I am using the postgres database and driver?
[originally posted on jforum.net by Anonymous]
 
reply
    Bookmark Topic Watch Topic
  • New Topic