|
From: Christian M. <chr...@ta...> - 2012-03-29 04:06:00
|
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...> 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... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |