[ https://issues.apache.org/jira/browse/CONNECTORS-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13120058#comment-13120058 ]
Karl Wright commented on CONNECTORS-269: ---------------------------------------- According to HSQLDB team: "Yes, this is the proper method for shutting down the database. After the shutdown, there should be no files with the names, dbname.lck or dbnames.log. Deleting the files apart from the .data file should always be possible after shutdown. The .data file is accessed as java.nio byte buffers, which is subject to when a GC happens. We use a workaround suggested for Sun jvm's to force this, but the buffer may not be released with other jvm's. If the dbname.data file cannot deleted even after an explicit GC, you should be able to rename it to dbname.data.old, which will be deleted at the next startup." Since we're still seeing the dbname.lck and dbname.log also being locked, it's clear we've got not only a problem with how we manage the.data file, but also a likely bug in HSQLDB since these files should be unlocked but aren't. > Maven build is broken and runs Postgresql tests by default > ---------------------------------------------------------- > > Key: CONNECTORS-269 > URL: https://issues.apache.org/jira/browse/CONNECTORS-269 > Project: ManifoldCF > Issue Type: Bug > Components: Build > Affects Versions: ManifoldCF 0.4 > Reporter: Karl Wright > Assignee: Karl Wright > Fix For: ManifoldCF 0.4 > > > The maven build "mvn clean install" seems to run postgresql tests even though > it shouldn't. The postgresql tests also fail for reasons that need to be > researched. Using "ant test-pg" does not have this problem, so it seems to > be related to the maven build exclusively. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira