facebook

The database is already in use by another process

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236606 Reply

    halmarius
    Member

    Hi,

    whenever I change some java code and save that change Tomcat 4.06 is reloaded. That a wonderfull thing. Unfortunetly when I try to reload the jsp page in a browser I get the SQLException:
    The database is already in use by another process

    I use myEclispe version 3.8.4 and the database is HSQL 1.7.1

    I guess there is a simple thing to stop this behaviour.

    Can you give a hint ?

    Thanks.

    Johann Eder

    #236613 Reply

    Scott Anderson
    Participant

    Johann,

    It’s likely that your JSP page isn’t properly opening and closing the database connection and as a result, refreshing the page causes some sort of issue with HSQL and the existing open connection. For additional followup on this, if you want any, I’d suggest posting a more detailed question to the Off Topic > Software Development forum, since this isn’t really a MyEclipse-specific question.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: The database is already in use by another process

You must be logged in to post in the forum log in