Re: Can't find database

2010-08-12 Thread Kristian Waagan
On 12.08.10 01:07, David Van Couvering wrote: Looks like it was a slash/forward-slash issue. I changed my code to use File.separator and this very strange bug (it would only happen sometimes, and only on some machines) looks like it has gone away. Since the problem is intermittent, could it

Re: Log connects and disconnects

2010-08-12 Thread Kristian Waagan
On 12.08.10 10:44, Damian Hofmann wrote: Thanks Kristian I used the Thread-View of visualvm, where I could see the states of DRDAConnectionThreads. This showed me, that my bugfix had improved the situation, but a small problem still remained. Hi, I see. You might also find the attributes

Failed to create database

2010-08-12 Thread darie17
Hello, I'm using Derby as an embedded DB in my Java app. Well, everything works fine when running the application from my IDE (Netbeans 6.9, jdk1.6.0_21, Windows 7 Pro 64 Bit). I can create tables, read data out of them etc. But: when I deploy my application (i.e. create an installation package

Re: Can't find database

2010-08-12 Thread David Van Couvering
Yes, there is definitely the possibility of multiple threads trying to boot the database. I'll look into that. This appears to be happening on 64-bit Windows machines only, but that could be a machine-related timing, or it could be the 64-bit VM. On Wed, Aug 11, 2010 at 10:58 PM, Kristian

Re: Failed to create database

2010-08-12 Thread David Van Couvering
I get this when there is already a directory with that name. If you see the next exception you'll probably see that it says the directory already exists. David On Thu, Aug 12, 2010 at 3:12 AM, darie17 dari...@yahoo.com wrote: Hello, I'm using Derby as an embedded DB in my Java app. Well,