|
From: Leif M. <lei...@ta...> - 2009-09-23 16:10:46
|
Shashank, Where is the ../config/jmxremote.password file relative to the location of the wrapper binary? By default, the Wrapper and JVM's working directory will be set to the location of the wrapper binary. The working directory depends on where Java is launched when running standalone. The Wrapper forces the working directory location to make the application run consistently. If you still have the problem, please send me your wrapper.conf file and a description of where the relevant files are located. Cheers, Leif On Tue, Sep 22, 2009 at 11:46 PM, Shashank X Deshmukh <sha...@jp...> wrote: > Hi, > > > > I'm running a java application through wrapper under windows XP with java > 1.6.0_16 . When I run the application outside wrapper through a bat file, > it works fine and I'm able to access my mBeans. But when I try to start the > application as a windows service implemented through wrapper, I get the > following error: "Error: Failed in reading the password file: > ../config/jmxremote.password" . > > This is probably not a file permissions issue as I've verified the windows > permissions and they are equivalent of 600. The jmxremote.password is out of > the jmx password file. > > Anyone encountered this problem before or any other suggestions? > > > > Thanks and Regards > > Shashank |