|
From: Leif M. <le...@ta...> - 2007-07-20 16:10:32
|
John, That message is most likely coming from the Service Manager so it will not be an issue with the Wrapper configuration. You can confirm this by checking your wrapper.log file and making sure that it does not contain any output from the service attempting to be run. Also check for a wrapper.log file under the windows and windows\system32 directories. As Hubert said, it could be a problem with your security policy. From your response, you are not setting an account run as. correct? That would mean that you are running as the SYSTEM account. Where do you have your wrapper.exe? Is it possible that there are some security restrictions set on the directory that would be preventing the SYSTEM user from accessing the wrapper binary. I have had problems from users in the past before that turned out to be this sort of thing. Cheers, Leif John Chandler wrote: > On Windows XP, I've configured a wrapper.conf file such that I can > start my app from a command window and it runs with no problem. I run > the install script, and the app appears to have been installed as a > service. It's configured to start up automatically, and no complaints > appear anywhere, until I try to Start this service. Then I get the > message, > > "Could not start the <MyApp> service on Local Computer./ Error 5: > Access is denied." > > Essentially the same message appears when I use "net start". If I > look at the Properties of the service, and copy the command to a > Command window, the expected thing happens if I leave the "-s" in > place, but if I change to a "-t" I again get "Access is denied" but > this comes from the Wrapper logger. If I change the flag to "-c", > everything appears to work fine. > > I don't know how to get either the Wrapper or Windows (which is where > I suspect the problem lies, but I can't be sure) to be any more > expansive as to what resource I'm being denied access to. Does anyone > have any clues or suggestions? > > Thanks. > > -jmc > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |