I am trying to use the wrapper script to run my application on boot up and
have run into an issue with java security providers. If I run my app using
./bin/start or ./bin/karaf it works correctly. If I run the
./bin/service-wrapper script generated by the wrapper feature i get the
following failures:

Caused by: java.security.NoSuchAlgorithmException: SunTlsRsaPremasterSecret
KeyGenerator not available

Some googling has led me to believe that the issue is usually fixed by
adding /jre/lib/ext to the java classpath. As far as I can tell the
service_wrapper script is setting that the same way as the bin/karaf and
./bin/start scripts.

Any pointers on what I can do to furthur understand and debug this issue?

Thanks alot
Sam Hendley

Reply via email to