sebb schrieb:
On 20 April 2012 14:11, P.N.<[email protected]>  wrote:
P.N. schrieb:


Hello!

...


This is my command:
C:\MyServiceDir>commons-daemon\prunsrv.exe //IS//ServiceID
--DisplayName="Name of Service" --Description="Service description"
--Install="C:\MyServiceDir\commons-daemon\prunsrv.exe"

--Classpath=C:\MyServiceDir\lib\xalan.jar;C:\MyServiceDir\lib\activation.jar;MyServer.jar
--DependsOn=RpcSs ++DependsOn=Nla ++DependsOn=BITS
--Jvm="C:\jdk1.6.0\jre\bin\server\jvm.dll" --JvmMx=512
--JvmOptions="-Dsome_option=value" --StartPath="C:\MyServiceDir"
--Startup=auto --StartParams="-para1:val1;-para2:val2"
++StartParams=-test:"some path" --ServiceUser=".\MyAdmin"
--ServicePassword=MyPassword
--StartMode=jvm --StartClass=my.class.for.Service --StartMethod=start
--StopMode=jvm --StopClass=my.class.for.Service --StopMethod=stop
--StdOutput=auto --StdError=auto --LogPath="C:\MyServiceDir\log"
--LogLevel=Debug --LogJniMessages=1 --Type=interactive --PidFile="pid"

What am I doing wrong?


Just noticed, stability problems resulted from networking problems, sorry.

So these problems are left:
1. Console window - why is it there and how to hide it?
2. After adding --ServiceUser and --ServicePassword, the
   description is no more added to the windows service
3. Service login is not registered correctly
   (Without the auth parameters, --Type is ignored,
    with auth parameters login is LOCALSERVICE/interactive)

BTW, running WinXP.

What version of DAEMON are you using?

I can see you are using Java 1.6, but which build?

Why are you using --Type=interactive?

1. Procrun 2.0

2. build 1.6.0_05-b13
According to FAQ example "./configure --with-java=/cygdrive/c/Archiv~1/java/jdk1.5.0_06"
   the JRE should work, though outdated.

3. Want to login with Local System account. If I don't activate
   "Allow service to interact with desktop", it seems I cannot
   access the socket port bound by the application.

However, I've additionally got a problem with my service:
It shuts down when logging out my user account, and though its start type is "Automatically", it doesn't start even after login.

Kind regards
Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to