|
From: Christian M. <chr...@ta...> - 2012-07-25 07:18:34
|
Hello Abhishek, could you please enable debug output by setting 'wrapper.debug=true' in your conf file? The only thing the log file from your mail shows that there is something wrong with your log4j configuration. Apart from that it appears that the JVM exited normally. I hope to get a better understanding about what's going on, after seeing your debug log file. Best Regards, Christian Mueller Tanuki Software, Ltd. On Tue, Jul 24, 2012 at 9:21 PM, Abhishek Chordia < ema...@gm...> wrote: > Hi, > > I installed a new services but i am getting below error, please > help(Config attached) : > > > STATUS | wrapper | 2012/07/24 17:00:43 | CheckBeforeCall service > installed. > STATUS | wrapper | 2012/07/24 17:35:47 | --> Wrapper Started as Service > STATUS | wrapper | 2012/07/24 17:35:47 | Java Service Wrapper Community > Edition 32-bit 3.5.14 > STATUS | wrapper | 2012/07/24 17:35:47 | Copyright (C) 1999-2011 Tanuki > Software, Ltd. All Rights Reserved. > STATUS | wrapper | 2012/07/24 17:35:47 | > http://wrapper.tanukisoftware.com > STATUS | wrapper | 2012/07/24 17:35:47 | > STATUS | wrapper | 2012/07/24 17:35:48 | Launching a JVM... > INFO | jvm 1 | 2012/07/24 17:35:48 | WrapperManager: Initializing... > INFO | jvm 1 | 2012/07/24 17:35:51 | log4j:WARN No appenders could be > found for logger (com.one97.checkbeforecall.util.PropertyFileReader). > INFO | jvm 1 | 2012/07/24 17:35:51 | log4j:WARN Please initialize the > log4j system properly. > INFO | jvm 1 | 2012/07/24 17:35:51 | propertyFile > :C:\Windows_Service\bin\config\config.properties > STATUS | wrapper | 2012/07/24 17:35:54 | <-- Wrapper Stopped > STATUS | wrapper | 2012/07/24 17:37:11 | --> Wrapper Started as Service > STATUS | wrapper | 2012/07/24 17:37:11 | Java Service Wrapper Community > Edition 32-bit 3.5.14 > STATUS | wrapper | 2012/07/24 17:37:11 | Copyright (C) 1999-2011 Tanuki > Software, Ltd. All Rights Reserved. > STATUS | wrapper | 2012/07/24 17:37:11 | > http://wrapper.tanukisoftware.com > STATUS | wrapper | 2012/07/24 17:37:11 | > STATUS | wrapper | 2012/07/24 17:37:11 | Launching a JVM... > INFO | jvm 1 | 2012/07/24 17:37:11 | WrapperManager: Initializing... > INFO | jvm 1 | 2012/07/24 17:37:12 | log4j:WARN No appenders could be > found for logger (com.one97.checkbeforecall.util.PropertyFileReader). > INFO | jvm 1 | 2012/07/24 17:37:12 | log4j:WARN Please initialize the > log4j system properly. > INFO | jvm 1 | 2012/07/24 17:37:12 | propertyFile > :C:\Windows_Service\bin\config\config.properties > STATUS | wrapper | 2012/07/24 17:37:17 | <-- Wrapper Stopped > STATUS | wrapper | 2012/07/24 17:40:03 | --> Wrapper Started as Service > STATUS | wrapper | 2012/07/24 17:40:03 | Java Service Wrapper Community > Edition 32-bit 3.5.14 > STATUS | wrapper | 2012/07/24 17:40:03 | Copyright (C) 1999-2011 Tanuki > Software, Ltd. All Rights Reserved. > STATUS | wrapper | 2012/07/24 17:40:03 | > http://wrapper.tanukisoftware.com > STATUS | wrapper | 2012/07/24 17:40:03 | > STATUS | wrapper | 2012/07/24 17:40:03 | Launching a JVM... > INFO | jvm 1 | 2012/07/24 17:40:03 | WrapperManager: Initializing... > INFO | jvm 1 | 2012/07/24 17:40:05 | log4j:WARN No appenders could be > found for logger (com.one97.checkbeforecall.util.PropertyFileReader). > INFO | jvm 1 | 2012/07/24 17:40:05 | log4j:WARN Please initialize the > log4j system properly. > INFO | jvm 1 | 2012/07/24 17:40:05 | propertyFile > :C:\Windows_Service\bin\config\config.properties > STATUS | wrapper | 2012/07/24 17:40:08 | <-- Wrapper Stopped > > > > On Mon, Apr 23, 2012 at 1:18 PM, Abhishek Chordia < > ema...@gm...> wrote: > >> Thanks its working fine. >> >> >> >> >> On Mon, Apr 23, 2012 at 8:04 AM, Christian Mueller < >> chr...@ta...> wrote: >> >>> 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 >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> 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 >>> >>> >> >> >> -- >> Regards, >> Abhishek Chordia >> M : 08802042181 >> One97 Communication Ltd. >> B-121, Sector -5, Noida (NCR)-201301 >> >> > > > -- > Regards, > Abhishek Chordia > M : 08802042181 > One97 Communication Ltd. > B-121, Sector -5, Noida (NCR)-201301 > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |