|
From: Tested J. +ve <rak...@gm...> - 2009-03-11 12:00:19
|
Leif, Thanks for the response, Hey No need to apologize Mate, My Application starts a exe for example mspaint,notepad etc on the system on which the service is running.Now when I try to start the exe from a remote machine on windows XP it starts fine without any message,but Windows Vista gives a message of interactive desktop and when I click it,it takes me to a isolated desktop. Actually I want to start a enterprise level exe using this application and I can't work on it in a isolated environment,because I need other program's running on a system.For example I need to access the attributes from other programs to run the exe,which is not possible in a isolated desktop. Everything works fine on Xp,but the requirement is for Vista..thats where the problem arises.. Cheers! Rakesh Leif Mortenson-2 wrote: > > Rakesh, > Sorry, I have not yet found any way to do this. It appears that > there are some calls to show simple popup dialogs to the user. But > not a full blown GUI. What exactly does your application need to > display? > > Anyone with any input on this would be appreciated as well. > > Cheers, > Leif > > On Tue, Mar 10, 2009 at 9:13 PM, rakesh chaudhary <rak...@gm...> > wrote: >> Hi Leif, >> Were you able to find out some crack for the same. >> Thanks! >> Rakesh >> >> On Tue, Mar 3, 2009 at 10:16 AM, Leif Mortenson >> <lei...@ta...> wrote: >>> >>> Windows Vista Handles Interactive services quite differently than >>> previous versions of Windows. >>> http://msdn.microsoft.com/en-us/library/ms683502.aspx >>> >>> For security reasons, it no longer allows interactive services to run >>> along side other non-secure applications as they can access each other >>> via their windows. To avoid this, the servicee is forced to display >>> itself in an isolated desktop. I believe that is what you are seeing. >>> >>> I am going to do some more research on this and come up with a >>> suggested way of handling this. >>> >>> Cheers, >>> Leif >>> >>> On Mon, Mar 2, 2009 at 8:56 PM, Tested Java +ve <rak...@gm...> >>> wrote: >>> > >>> > 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 > > ------------------------------------------------------------------------------ > _______________________________________________ > 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-tp21972495p22453649.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |