Re: [aspectwerkz-dev] Another Problem using Weblogic 9.1
"Alexandre Vasseur" <[email protected]> Mon, 30 Oct 2006 15:44:32 +0100
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
there is 2 "java ...." command forked by your startup script. You probably need to debug it step by step manually to figure out what"s wrong there. Alex On 10/30/06, [email protected] <[email protected]> wrote: > > Hi All, > > I am getting following lines once i start my weblogic server , As you > can see below i get some unnecessary lines that i have coloured in > red.These lines occur when i am trying to add Aspectwerkz framework in my > application.Why is it so ? > . > *************************************************** > * To start WebLogic Server, use a username and * > * password assigned to an admin-level user. For * > * server administration, use the WebLogic Server * > * console at http:\\hostname:port\console * > *************************************************** > AspectWerkz - INFO - Pre-processor > org.codehaus.aspectwerkz.transform.AspectWerk > zPreProcessor loaded and initialized > Usage: java [-options] class [args...] > (to execute a class) > or java [-options] -jar jarfile [args...] > (to execute a jar file) > where options include: > -client to select the "client" VM > -server to select the "server" VM > -hotspot is a synonym for the "client" VM [deprecated] > The default VM is client. > -cp <class search path of directories and zip/jar files> > -classpath <class search path of directories and zip/jar files> > A ; separated list of directories, JAR archives, > and ZIP archives to search for class files. > -D<name>=<value> > set a system property > -verbose[:class|gc|jni] > enable verbose output > -version print product version and exit > -version:<value> > require the specified version to run > -showversion print product version and continue > -jre-restrict-search | -jre-no-restrict-search > include/exclude user private JREs in the version search > -? -help print this help message > -X print help on non-standard options > -ea[:<packagename>...|:<classname>] > -enableassertions[:<packagename>...|:<classname>] > enable assertions > -da[:<packagename>...|:<classname>] > -disableassertions[:<packagename>...|:<classname>] > disable assertions > -esa | -enablesystemassertions > enable system assertions > -dsa | -disablesystemassertions > disable system assertions > -agentlib:<libname>[=<options>] > load native agent library <libname>, e.g. > -agentlib:hprof > see also, -agentlib:jdwp=help and -agentlib:hprof=help > -agentpath:<pathname>[=<options>] > load native agent library by full pathname > -javaagent:<jarpath>[=<options>] > load Java programming language agent, see > java.lang.instrument > starting weblogic with Java version: > Starting WLS with line: > d:\bea9\JDK150~1\bin\java -client -Xms256m -Xmx512m > -XX:CompileThreshold=8000 > -XX:PermSize=48m -XX:MaxPermSize=128m -Xverify:none -da - > Dplatform.home=d:\be > a9\WEBLOG~1 -Dwls.home=d:\bea9\WEBLOG~1\server - > Dwli.home=d:\bea9\WEBLOG~1\integ > ration -Dweblogic.management.discover=true - > Dweblogic.ProductionModeEnabled= - > Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= - > Dweblogic.ext.d > irs=d:\bea9\patch_weblogic910\profiles\default\sysext_manifest_classpath > -Daspec > twerkz.transform.details=false-javaagent:D:\Release1\eprofilerbuild\build\relea > se\eProfiler.jar -Dweblogic.Name=AdminServer - > Djava.security.policy=d:\bea9\WEBL > OG~1\server\lib\weblogic.policy weblogic.Server > <Oct 30, 2006 7:35:16 PM IST> <Notice> <WebLogicServer> <BEA-000331> > <Started We > bLogic Admin Server "AdminServer" for domain "eProfiler1" running in > Development > Mode> > <Oct 30, 2006 7:35:16 PM IST> <Notice> <WebLogicServer> <BEA-000365> > <Server sta > te changed to RUNNING> > <Oct 30, 2006 7:35:16 PM IST> <Notice> <WebLogicServer> <BEA-000360> > <Server sta > rted in RUNNING mode> > > > These were the lines that i had added in my startweblogic.cmd : > > -------------------------------------------------------------------------------------------------- > > set > CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar;D:\Release1\eprofilerbuild\supportlib\arm- > 3.0.jar > ;D:\Release1\eprofilerbuild\build\release\eProfiler.jar;D:\Release1\eprofilerbuild\supportlib\servlet- > api.jar > > set JAVA_OPTIONS=%JAVA_OPTIONS% -Daspectwerkz.transform.details=false > set JAVA_OPTIONS=%JAVA_OPTIONS% > -javaagent:D:\Release1\eprofilerbuild\build\release\eProfiler.jar > @REM set AspectWerkz version and libs dependencies > set VERSION=2.0 > set ASPECTWERKZ_HOME=D:\aspectwerkz-2.0 > set DEPS=%ASPECTWERKZ_HOME%\lib\aspectwerkz-2.0.jar > ;%ASPECTWERKZ_HOME%\lib\aspectwerkz-jdk5-2.0.jar > ;%ASPECTWERKZ_HOME%\lib\dom4j-1.4.jar;%ASPECTWERKZ_HOME%\lib\qdox-1.4.jar > ;%ASPECTWERKZ_HOME%\lib\concurrent-1.3.1.jar;%ASPECTWERKZ_HOME%\lib\trove- > 1.0.2.jar;%ASPECTWERKZ_HOME%\lib\jrexx-1.1.1.jar;%CLASSPATH% > @REM for Java 1.5 > set DEPS=$DEPS:aspectwerkz-jdk5-$VERSION.jar > > @REM all AspectWerzk jar and dependencies > set > AW_PATH=aspectwerkz-extensions-$VERSION.jar:aspectwerkz-core-$VERSION.jar:aspectwerkz-$VERSION.jar:$DEPS > set ASPECTWERKZ_LIBS=%ASPECTWERKZ_HOME%\lib\dom4j-1.4.jar > ;%ASPECTWERKZ_HOME%\lib\qdox-1.4.jar;%ASPECTWERKZ_HOME%\lib\concurrent- > 1.3.1.jar;%ASPECTWERKZ_HOME%\lib\trove-1.0.2.jar > ;%ASPECTWERKZ_HOME%\lib\jrexx-1.1.1.jar > set ASPECTWERKZ_VERSION=2.0 > set CLASSPATH=%ASPECTWERKZ_HOME%\lib\aspectwerkz-2.0.jar > ;%ASPECTWERKZ_HOME%\lib\aspectwerkz-jdk5-2.0.jar > ;%ASPECTWERKZ_HOME%\lib\dom4j-1.4.jar;%ASPECTWERKZ_HOME%\lib\qdox-1.4.jar > ;%ASPECTWERKZ_HOME%\lib\concurrent-1.3.1.jar;%ASPECTWERKZ_HOME%\lib\trove- > 1.0.2.jar;%ASPECTWERKZ_HOME%\lib\jrexx-1.1.1.jar > ;%ASPECTWERKZ_HOME%\lib\aspectwerkz-extensions-%ASPECTWERKZ_VERSION%.jar;%ASPECTWERKZ_HOME%\lib\bcel.jar;%CLASSPATH% > @REM java -cp > "%ASPECTWERKZ_HOME%\lib\aspectwerkz-%ASPECTWERKZ_VERSION%.jar" > org.codehaus.aspectwerkz.util.EnvironmentDetect -jvm > java > -javaagent:%ASPECTWERKZ_HOME%\lib\aspectwerkz-jdk5-%ASPECTWERKZ_VERSION%.jar > -Xbootclasspath/p:"%ASPECTWERKZ_HOME%\lib\aspectwerkz-core-%ASPECTWERKZ_VERSION%.jar;%ASPECTWERKZ_HOME%\lib\aspectwerkz-extensions-%ASPECTWERKZ_VERSION%.jar;%ASPECTWERKZ_HOME%\lib\aspectwerkz-%ASPECTWERKZ_VERSION%.jar;%ASPECTWERKZ_HOME%\lib\aspectwerkz-jdk5-%ASPECTWERKZ_VERSION%.jar;%ASPECTWERKZ_LIBS%" > -Daspectwerkz.home="%ASPECTWERKZ_HOME%" %* > > Regards, > Yogesh.S > 9448708968 > > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. > > www.wipro.com >