Re: Intermittent Derby Replication issue

2018-11-13 Thread Oskar Z
Thank Rick for the comment. Since yesterday, we have changed from a FREEZE call to using SHUTDOWN URL call, and also performed a full upgrade of the actual database by connecting to the database with upgrade=true and now it seems to work fine! We always used shutdown before, but for some

Derby 10.15.3.1 - Java 8?

2019-04-04 Thread Oskar Z
I’m looking to get the following Defect for Derby which is available in 10.15.3.1 DERBY-6981 "SQLSTATE: XJ001, SQLERRMC: java.lang.NullPointerException XJ001.U" But it is available only in 10.15.3.1 and only run in Java 9. Is it possible to

Re: Derby 10.15.3.1 - Java 8?

2019-05-01 Thread Oskar Z
rs it's hard to speculate about what's gone wrong. I don't have any > theory about why a one line change to the engine jar file would raise an NPE > on the client-side. Can you attach derby.log to DERBY-6981? Maybe there are > some clues there. > > On 4/29/19 12:37 PM, Oskar Z wr

Re: Derby 10.15.3.1 - Java 8?

2019-04-29 Thread Oskar Z
trying to open a connection. What does your > classpath look like? > > On 4/29/19 9:05 AM, Oskar Z wrote: >> Hi Rick, >> >> As follow-up so we started running the ported fix for the >> NullPointerException…. ("SQLSTATE: XJ001, SQLERRMC: >> java.lang.

Re: Derby 10.15.3.1 - Java 8?

2019-04-29 Thread Oskar Z
001, SQLERRMC: java.lang.NullPointerException XJ001.U" Thanks, Oskar > On Apr 29, 2019, at 3:14 PM, Rick Hillegas wrote: > > I don't see derbyshared.jar on the classpath. That new jar is required for > all 10.15 configurations. > > On 4/29/19 11:29 AM, Oskar Z wrote: &

Derby DB Encryption

2019-07-24 Thread Oskar Z
Hello - hope that someone has experience with Derby encryption. I’ve been using this documentation: https://db.apache.org/derby/docs/10.14/security/cseccsecure97760.html I’m not sure what’s happening, I’ve encrypted the DB

Re: Derby DB Encryption

2019-07-24 Thread Oskar Z
ibo.eu>> wrote: > >> Oskar, you mixed two distinct topics, encryption and authentication. You >> should also follow >> https://db.apache.org/derby/docs/10.14/security/cseccsecure42374.html >> <https://db.apache.org/derby/docs/10.14/security/cseccsecure42374.html>

Re: Derby DB Encryption

2019-07-24 Thread Oskar Z
Does anyone know what is the default encryption algorithm for the Derby DB encryption? Thanks, Oskar > On Jul 24, 2019, at 6:14 PM, Oskar Z wrote: > > Looks like the database when being encrypted, must be the FIRST connection to > DB. If DB has existing connections befor

Re: Derby Replication Issue

2020-08-27 Thread Oskar Z
You have to make sure that you shutdown the DB (or freeze), copy it over to slave, start master and start slave. And if you shutdown the DB, you must make sure that no calls are made to the DB that will start it up. Regards, Oskar > On Aug 27, 2020, at 2:21 PM, pramavyt s wrote: > > @