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

Rick Hillegas updated DERBY-5990:
---------------------------------

    Bug behavior facts: Embedded/Client difference,Seen in production  (was: 
Embedded/Client difference)
                Labels: derby_triage10_11  (was: )
    
> new BasicDeamon(derby.rawStoreDaemon) 
> --------------------------------------
>
>                 Key: DERBY-5990
>                 URL: https://issues.apache.org/jira/browse/DERBY-5990
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.5.1.1
>         Environment: windows running embedded database
>            Reporter: leonv
>              Labels: derby_triage10_11
>         Attachments: derbytest.zip
>
>
> I'm starting a java program that creates a new or opens an existing database:
> jdbc:derby:/derbyDB/Test123;create=true
> All works fine.
> Now I start a 2nd instance of that same program connecting to the same DB.
> At this point a new "derby.rawStoreDaemon" daemon is created every second.
> After the timeout occurs and with 50 or more threads created I'm finally 
> getting the expected exception:
> "Another instance of Derby may have already booted the database "
> I do expect all the exceptions, but there should be no need to start more 
> then 1 "derby.rawStoreDaemon", or at least let it die once the database is in 
> use.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to