|
From: Christian M. <chr...@ta...> - 2012-04-23 02:35:15
|
Hello Abhishek, I'm sorry, I didn't realize that you started a new thread. As jeroen already pointed out, this looks strange: wrapper.java.classpath.3=.;ATI.jar Probably a typo... Those 2 classpath elements are not needed: wrapper.java.classpath.26=../lib/wrapper.dll wrapper.java.classpath.27=../lib/wrapperdemo.jar Furthermore, the NoClassDefFoundError for org.springframework.dao.DuplicateKeyException means that the jar file with that class is not defined on the classpath. I think it's in the transactions module (org.springframework.transaction-xxxx.jar) Hope this helps you out. Best Regards, Christian On Fri, Apr 20, 2012 at 11:57 PM, jeroen vranckx <jvr...@gm...>wrote: > > When I checked your config file, i noticed some things. > > -wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp was > not there. You can't specify the mainclass of your own application there. > you have to use one of the 4 implementation classes of the wrapper itself. > > -I deleted Wrappertest.jar. Don't think you need that anymore. > > -You should check you classpath.2 it was something like .;ATI.jar > I took a guess and changed it to ../ATI.jar > For the rest it seems fine by me. You should try the attached config file > out. maybe christian can check it also. Could be that i missed something. > > > By the way, if you are trying to run it as a windows service, if you > already used the wrapper.exe -i method, delete the old service first. And > redo everything with the new config file. > Make sure that you have all files and directorystructures right. > > greetze, jeroen > > > On 20 April 2012 14:50, Abhishek Chordia <ema...@gm...>wrote: > >> Hi team, >> >> >> Please help me out,I am not able to start the java application using >> wrapper : >> >> System : Windows XP >> Wapper Version: 3.5.14 >> >> -- >> Regards, >> Abhishek Chordia >> M : 08802042181 >> One97 Communication Ltd. >> B-121, Sector -5, Noida (NCR)-201301 >> >> >> >> ------------------------------------------------------------------------------ >> For Developers, A Lot Can Happen In A Second. >> Boundary is the first to Know...and Tell You. >> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >> http://p.sf.net/sfu/Boundary-d2dvs2 >> _______________________________________________ >> Wrapper-user mailing list >> Wra...@li... >> https://lists.sourceforge.net/lists/listinfo/wrapper-user >> >> > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |