Menu

#138 jManage Shutdown

v2.0
closed-fixed
general (93)
5
2006-12-30
2006-12-22
JPavan
No

Using shutdown.cmd from the bin folder, doesn't really shutdown the jManage, Following is the error that is printed on the shutdown.cmd prompt---

Caused by: java.sql.SQLException: The database is already in use by another proc
ess: org.hsqldb.persist.NIOLockFile@9f888518[file =E:\jmanage-2.0\data\db.lck, e
xists=true, locked=false, valid=false, fl =null]: java.lang.Exception: java.io.
IOException: The process cannot access the file because another process has lock
ed a portion of the file : E:\jmanage-2.0\data\db.lck
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
at org.hsqldb.jdbcDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at org.jmanage.util.db.DBUtils.getConnection(DBUtils.java:53)
... 6 more

Discussion

  • Rakesh Kalra

    Rakesh Kalra - 2006-12-30

    Logged In: YES
    user_id=1058292
    Originator: NO

    The shutdown.cmd script was calling Startup class instead of Shutdown. This typo was introduced in 2.0 beta.

     
  • Rakesh Kalra

    Rakesh Kalra - 2006-12-30
    • status: open --> closed-fixed
     

Log in to post a comment.