Re: [daemon] Cannot execute complex SQL query when run the application with procrun

2011-06-07 Thread Michael Hagedorn
Where is Oracle server running? Local or remote? How do you connect to Oracle? Using username/password or local connection or OPS$? Michael On 07.06.2011 08:17, Mladen Turk wrote: > On 06/07/2011 05:37 AM, irfan romadona wrote: >> >> prunsrv //IS//TestSvc >> --Install=D:\INSTALLER\commons-daemon\

[daemon] Using RMI without security manager

2010-09-14 Thread Michael Hagedorn
My App is using RMI to talk between daemon component and GUI. Everything runs within one machine. If I deploy daemon component with '--StartMode=jvm' App runs into exceptions by RMI class loader. It misses a security manager. But I don't want to install security manager and if I deploy '--Star

Re: [daemon] Unable to find Java Runtime Environment

2010-09-14 Thread Michael Hagedorn
is this a built in feature of jvm.dll? And what does java.exe to skip security manager in case of local usage? Is jvm.dll assuming web browser usage by default? Thanks Michael On 13.09.2010 18:26, Mladen Turk wrote: > On 09/13/2010 05:43 PM, Michael Hagedorn wrote: >> Thanks for

Re: [daemon] Unable to find Java Runtime Environment

2010-09-13 Thread Michael Hagedorn
/13/2010 05:13 PM, Michael Hagedorn wrote: >> >> >> Hello *, >> >> I'm using prunsrv with --Jvm=auto and --StartMode=Java. >> If I try this on a machine with an out of the box installed JRE6 (no >> %JAVA_HOME% is set) service startup fails with &q

[daemon] Unable to find Java Runtime Environment

2010-09-13 Thread Michael Hagedorn
Hello *, I'm using prunsrv with --Jvm=auto and --StartMode=Java. If I try this on a machine with an out of the box installed JRE6 (no %JAVA_HOME% is set) service startup fails with "Unable to find Java Runtime Environment". If I use --JavaHome and assign JRE directory it works fine but that's