|
From: Tested J. +ve <rak...@gm...> - 2009-03-02 11:56:53
|
Hi Leif, Now I am able to see the GUI's. But I m caught in a another scenario.. I found out that the service running my application doesn't start any kind of java.exe or javaw.exe process. but it run's the client request. Also its mandatory for my application to start the exe without any User interaction. Because currently I have to select between the current desktop and interactive desktop which is being poped up by user request.In my case there will be no one to select between these options on the remote machine on which the service is running. How can we avoid this? Environment:Windows Vista Home Basic JRE : 6 Leif Mortenson-2 wrote: > > This could be getting caused by any number of things. I would need > more information to say for sure. > > My first guess is that your service is not being run as an interactive > service. That alone would explain why the GUI is not visible. > See this page: > http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-interactive.html > > Cheers, > Leif > > On Mon, Feb 16, 2009 at 6:05 PM, Tested Java +ve <rak...@gm...> > wrote: >> >> >> Hi all, >> >> I have a RMI-Application,which runs fine as Standalone.But after starting >> the application as a service >> it start's the required exe's in process tree but not as a application. >> >> The Structure is a Client/Administrator will start a particular exe on a >> machine on which the Service is running. >> >> I have created the Service for the RMI-Server specific files using >> Wrapper. >> >> After starting the java.exe process the service starts the exes but in as >> process and doesn't pop up the >> application window. >> >> For eg:If I request to start a mspaint the process mspaint.exe starts but >> doesnot pop up the paint window... >> >> Can any one find the bottleneck in this >> >> Thanks in Advance > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > -- View this message in context: http://www.nabble.com/Problem-in-running-the-Application-as-a-Service-tp21972495p22286854.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |