|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Problems with 3.3.5Hello there! I've downloaded the latest version of wrapper, and it throws an error when I try to start, complaining that my parameters are not escaped by ", for instance:
wrapper.app.parameter.2=-b 0.0.0.0 Well, so I've quoted them... now I get an error starting jboss about address not found 0.0.0.0. I moved back to version 3.2.3 and it was working fine. Now, after using it for 2 days, it started to show: JVM exited while loading the application, but there's nothing wrong on the logs. Any ideas please? Best regards -- The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have created a society that honors the servant and has forgotten the gift. ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Wrapper-user mailing list Wrapper-user@... https://lists.sourceforge.net/lists/listinfo/wrapper-user |
|
|
Re: Problems with 3.3.5Vinicius,
Which platform are you running on? Could you also please post your wrapper.conf as well as any wrapper.log output? The first issue with the parameter is being caused because you have a space in that value. Windows and UNIX platforms launch processes differently, the Wrapper requires you to break up your parameters to make sure that the configuration works reliably on all platforms. In this case, you want to specify your parameters as follows: wrapper.app.parameter.2=-b wrapper.app.parameter.3=0.0.0.0 Cheers, Leif On Wed, Jun 24, 2009 at 1:49 AM, Vinicius Carvalho<viniciusccarvalho@...> wrote: > Hello there! I've downloaded the latest version of wrapper, and it throws an > error when I try to start, complaining that my parameters are not escaped by > ", for instance: > > wrapper.app.parameter.2=-b 0.0.0.0 > > Well, so I've quoted them... now I get an error starting jboss about address > not found 0.0.0.0. I moved back to version 3.2.3 and it was working fine. > > Now, after using it for 2 days, it started to show: JVM exited while loading > the application, but there's nothing wrong on the logs. > > Any ideas please? > > Best regards ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Wrapper-user mailing list Wrapper-user@... https://lists.sourceforge.net/lists/listinfo/wrapper-user |
|
|
Re: Problems with 3.3.5Thanks Leif, the problem was on a bat script that was reseting the jboss_home var :(
Now regarding 3.3.5 issues, I'm still using 3.2.3, I tried separating the parameters like you said: wrapper.app.parameter.2=-b wrapper.app.parameter.3=0.0.0.0but it also threw some errors, could not remember which. 3.2.3 is working so fine right now :) Thanks On Tue, Jun 23, 2009 at 2:04 PM, Leif Mortenson <leif.mortenson@...> wrote: Vinicius, -- The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have created a society that honors the servant and has forgotten the gift. ------------------------------------------------------------------------------ _______________________________________________ Wrapper-user mailing list Wrapper-user@... https://lists.sourceforge.net/lists/listinfo/wrapper-user |
| Free embeddable forum powered by Nabble | Forum Help |