Re: not getting proper database shutdown message in embedded mode

2022-12-22 Thread Rick Hillegas
-10.15.1.3.html On 12/21/22 9:29 PM, Orange Trees wrote: 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

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

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?

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-25 Thread Orange Trees
(what actually gave the same result as when region was not US) [cid:fb941382-5d6e-4e71-9b2e-a1a80dea4358] Regards, Orange From: Rick Hillegas Sent: 25 November 2022 21:33 To: derby-user@db.apache.org Subject: Re: not getting proper database shutdown message

Re: not getting proper database shutdown message in embedded mode

2022-11-25 Thread Rick Hillegas
This indicates that Derby cannot find the localized messages for your environment. Only the English messages are bundled inside derby.jar. What happens when you run the following program: import java.sql.*; import java.util.*; public class Z {     public static void main(String... args)