Re: not getting proper database shutdown message in embedded mode

2022-12-21 Thread Orange Trees
Hello, Any further suggestions please where and what should I check? Regards, Orange From: Orange Trees Sent: 27 November 2022 12:35 To: Derby Discussion Subject: Re: not getting proper database shutdown message in embedded mode Hi, I investigated this even

not getting proper database shutdown message in embedded mode

2022-11-25 Thread Orange Trees
Hello, For some reason for my newly created database in embedded mode after issuing shutdown command getConnection("jdbc:derby:" + + ";shutdown=true") I'm not getting the message 'Database shutdown.' (as it was for my previous projects) but instead I'm getting this message: 08006.D : [0]

Re: not getting proper database shutdown message in embedded mode

2022-11-25 Thread Orange Trees
hillegas/derby/upgradeReleases/10.15.2.0/derby.jar:/Users/rhillegas/derby/upgradeReleases/10.15.2.0/derbyshared.jar:/Users/rhillegas/derby/upgradeReleases/10.15.2.0/derbytools.jar:/Users/rhillegas/src Default locale = en_US Database 'memory:db' shutdown. On 11/25/22 4:33 AM, Orange Trees wr

Re: not getting proper database shutdown message in embedded mode

2022-11-25 Thread Orange Trees
Hi, I investigated further. It is something related to my NetBeans IDE. When I run the test program from outside IDE it gives the correct result. But when I do this from IDE the result is as I posted in the previous message. Also, older projects, imported from the previous machine work fine.

Re: not getting proper database shutdown message in embedded mode

2022-11-27 Thread Orange Trees
Hi, I investigated this even further. Derby DB version 10.14.2.0 is not having this problem. So in the same environment (LinuxMint 19, Java 17, NetBeans14) problems are at least with Derby DB 10.15.2.0 and 10.16.1.1. Thus I still unsure where exactly the problem is, is it NetBeans or Derby DB?