Re: Stopping Karaf

2020-04-16 Thread Alex Soto
Thank you JB. When I add my jar to the “startup.properties” I am getting error "java.lang.NoClassDefFoundError: javax/crypto/spec/DHParameterSpec”, which does not occur when I deploy the same jar manually from the deployment directory. Any idea why? This is Java 8: $JAVA_HOME/bin/java -ver

Re: Stopping Karaf

2020-04-16 Thread Jean-Baptiste Onofre
What’s the start level ? > Le 16 avr. 2020 à 15:37, Alex Soto a écrit : > > Thank you JB. > > When I add my jar to the “startup.properties” I am getting error > "java.lang.NoClassDefFoundError: javax/crypto/spec/DHParameterSpec”, which > does not occur when I deploy the same jar manually f

Re: Stopping Karaf

2020-04-16 Thread Alex Soto
I tried different ones: 3, 5... > On Apr 16, 2020, at 9:51 AM, Jean-Baptiste Onofre wrote: > > What’s the start level ? > >> Le 16 avr. 2020 à 15:37, Alex Soto > > a écrit : >> >> Thank you JB. >> >> When I add my jar to the “startup.properties” I am gettin

Re: Stopping Karaf

2020-04-16 Thread Alex Soto
It is working now with level 3, I had the jar in the wrong place in the “system” directory, so it have been finding an older version of this jar. Thanks! > On Apr 16, 2020, at 9:53 AM, Alex Soto wrote: > > I tried different ones: 3, 5... > > > > >> On Apr 16, 2020, at 9:51 AM, Jean-Ba