|
From: Lars S. <Lar...@if...> - 2012-03-29 09:51:41
|
Hi Christian I solved the problem, I had a space in the application name in the script-file, so it took the name as two parameters. Thanks for the quick help! Lars On 29-03-2012 05:36, Christian Mueller wrote: > Hello Lars, > > the argument 'Indberetning' seems to be somewhere defined on the > command line already. > > The Wrapper expects the command line to look like: > ./wrapper <command> <configuration file> [configuration properties] > [...] > > where configuration properties are defined as > property=value > > how are you launching the Wrapper? > if you use the shell script, please go to the console() (or start(), > depending on how you launch) function and insert before "eval > $COMMAND_LINE" and echo of the command line, so you should see the > whole command line the script is building up and probably get some > leads on where the value got inserted. > > Please let me know if you have any further questions. > > Thank you, > Christian > > > On Wed, Mar 28, 2012 at 9:12 PM, Lars Schnoor <Lar...@if... > <mailto:Lar...@if...>> wrote: > > Hi > > I get the following error when I try to start the wrapper on Linux. > FATAL | wrapper | 2012/03/28 13:59:52 | The argument > 'Indberetning' is > not a valid property name-value pair. > Where does the wrapper get this parameter from, I can not see it > in the > wrapper.conf, my service has Indberetning as part of the name, but > where > does this error occur? > > Lars > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > <mailto:Wra...@li...> > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > > > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user |