Re: [daemon] How to daemonize a Java app that has a private default constructor

2015-08-08 Thread Bill Durant
On Aug 8, 2015, at 9:29 AM, sebb wrote: > > On 28 July 2015 at 00:56, Bill Durant wrote: >> Greetings: >> >> I have Java application that has a private default constructor in order to >> support the singleton pattern. >> >> When I try to daemonize the application with jsvc, I get the following

Re: [daemon] How to daemonize a Java app that has a private default constructor

2015-08-08 Thread sebb
On 28 July 2015 at 00:56, Bill Durant wrote: > Greetings: > > I have Java application that has a private default constructor in order to > support the singleton pattern. > > When I try to daemonize the application with jsvc, I get the following > exception: > > java.lang.IllegalAccessException: Cl

[daemon] How to daemonize a Java app that has a private default constructor

2015-07-27 Thread Bill Durant
Greetings: I have Java application that has a private default constructor in order to support the singleton pattern. When I try to daemonize the application with jsvc, I get the following exception: java.lang.IllegalAccessException: Class org.apache.commons.daemon.support.DaemonLoader can