|
From: Leif M. <le...@ta...> - 2003-04-01 15:53:39
|
I was not clear from your message. Does the application work at all under the Wrapper? Ie. can you run it under the Wrapper in a console? Or are you only having problems when running as a service? When you run the Wrapper under debug mode, it will display the full Java command generated by the Wrapper. Copy this into a new batch file. And (important!) remove the parameter which sets the wrapper.key. You can then run that batch file to see how the application behaves without the Wrapper, but with the exact same configuration as when it is controlled by the Wrapper. I can't really help you beyond that without more info. If the application is not kicking out any error messages, then I have nothing to work with. From your email, this looks like code from your company so good news is that you should be able to debug what is happening in the source. If it is working under the Wrapper in console mode but not as a service then it is most likely a path problem. Compare the command generated when run as a console to that when run as a service and see if anything stands out. Cheers, Leif Ravi Shankar wrote: > Hi Leif, > > I have ran into another problem now. > > Our Reporting tool is successfully started as a service as I had > mentioned before. But this tool actually calls a RenderEngine in the > original application. But when I run it as a service, it seems that > renderengine is not started successfully because the report is not > getting generated. When I run the standalone script, however the > report is generated. There is no errors in wrapper.log file. I tried > adding like this too: > > > wrapper.app.parameter.1=com.elixirtech.report.server.ElixirReportServer > > wrapper.app.parameter.2=com.elixirtech.report.server.RenderEngine > > > > Any help please? > > Thanks and regards, > > Ravi > |