Yes, I'm shutting down the database with the shutdown attribute, I already looked at the code, I will look at it again. What I know is that it happens relative often that 2 applications try to open the database at the same time, and one of them has to be stopped. I will have to look at the code for this situation.
oysteing wrote: > > tom_ wrote: >> Without having a crash or something like that before, when trying to >> reopen >> the database the error message is "Failed to start database". Is there a >> possibility to start the database again? > > Just one more comment here: Make sure to explicitly shut down your > database before exiting your application? If it is shut down properly, > the database should not go into recovery at start-up. (I guess this > will not solve your problem since your database will still be vulnerable > to crashes until this bug is fixed, but normal startup will be quicker > if you avoid recovery) > > -- > Øystein > > -- View this message in context: http://www.nabble.com/Failed-to-start-database-tp14561205p14736309.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
