[ 
https://issues.apache.org/jira/browse/DERBY-4589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-4589:
---------------------------------

    Attachment: Test_4589.java

Attaching Test_4589.java, a repro for this problem. The program creates a 
database, shuts it down, deletes the service.properties in the database, then 
tries to re-create the database. This raises:

ERROR XBM0J: Directory .../db_4589 already exists.

> Corrupted database prevents startup and should be automatically repaired 
> perhaps
> --------------------------------------------------------------------------------
>
>                 Key: DERBY-4589
>                 URL: https://issues.apache.org/jira/browse/DERBY-4589
>             Project: Derby
>          Issue Type: Improvement
>          Components: Store
>    Affects Versions: 10.5.3.0
>         Environment: Windows 2000, SP4. J2SE 1.6
>            Reporter: Jeff Mckenzie
>         Attachments: 2010-03.zip, Test_4589.java
>
>
> I have found a database in my application that prevents startup due to it 
> being corrupted. 
> The driver reports that the database does not exist, even though it does. 
> Then when my app tries to create the database using ;create=true; on the URL 
> it fails.
> I think this happened due to the app being killed in Task Manager while it 
> was creating the database.
> I have the database saved so that you can reproduce the problem. (I'm not 
> sure if I can attach it yet)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to