|
From: Leif M. <le...@ta...> - 2006-11-27 02:42:07
|
Prashant,
The problem is that the wrapper.java.additional.n properties
currently require all
values of 'n' be defined. The wrapper loops over them until it finds
one that is
missing. In your wrapper.conf file, n=4 is missing. You have a
wrapper.java.additional.4.stripquotes property, but the
wrapper.java.additional.4
property itself is not defined.
You can also see the generated java command by adding the following
to your
wrapper.conf:
wrapper.java.command.loglevel=INFO
Cheers,
Leif
prashant n wrote:
> hi List,
>
> I am using labdaprobe from http://www.lambdaprobe.org/ to monitor my
> jboss along with the combination of wrapper which starts my java
> applications as service.
> When i try to use the memory information under lambdaprobe, it throws
> back an error :
> -------------------------------------------------------------------------------------
> This page requires Java5 with enabled JMX Agent. To enable the JXM
> Agent please add "-Dcom.sun.management.jmxremote" to java command line
> or $JAVA_OPTS environment variable
> --------------------------------------------------------------------------------------
> I posted this to lambdaprobe and got a reply to check whether the
> wrapper is loading all the argunments which I have specified in the
> wrapper.conf file My wrapper.conf file along with couple of other
> wrapper.java.additional.x properties as :
> ---------------------------------------------------------------------------------------
> # Java Additional Parameters
> wrapper.java.additional.1=-server
> wrapper.java.additional.2=-Dprogram.name=run.sh
> wrapper.java.additional.3=-Djava.net.preferIPv4Stack=true
> wrapper.java.additional.4.stripquotes=TRUE
> wrapper.java.additional.5=-XX:+UseConcMarkSweepGC
> wrapper.java.additional.6=-XX:+UseParNewGC
> wrapper.java.additional.7=-XX:ParallelGCThreads=20
> wrapper.java.additional.8=-Xss128k
> wrapper.java.additional.9=-XX:+AggressiveOpts
> wrapper.java.additional.10=-XX:NewSize=256m
> wrapper.java.additional.11=-XX:MaxTenuringThreshold=0
> wrapper.java.additional.12=-XX:SurvivorRatio=128
> wrapper.java.additional.13=-XX:PermSize=128m
> wrapper.java.additional.14=-Xmn256m
> wrapper.java.additional.15=-XX:+UseTLAB
> wrapper.java.additional.16=-Dcom.sun.management.jmxremote
> ------------------------------------------------------------------------------------------
> I want to know how to check the wrapper service daemon whether it is
> loading all these additional java parameters or not.
>
> Please help me
> Regards
> Prashant
>
> -----------------------------------------------------------
> Hi..! Get this Exclusive Offer From 30gigs.com. Free Ipod Nano! Click
> Here.
> <http://myexclusiverewards.com/rd_p?p=119386&c=13204-ipodnano_emc_drsk130&a=SignatureAds>
> Don't have 30gigs email account yet? Sign up and get your 30GB Webmail
> <http://www.30gigs.com/accept/107805/62d9ae11828889a2a5c677ba37aa8ae8>account
> Now!
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
|