Re: [aspectwerkz-user] AspectwerkZ Websphere 6.1 problem
akhilesh laddha <[email protected]> Mon, 9 Apr 2007 10:17:12 -0700 (PDT)
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
--0-1879190802-1176139032=:79279
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Mark,
Thanks for update. Yes Websphere 6.1 uses JDK1.5. Could you let me know what solution will work with 6.1?
Thanks
Akhilesh
Mark Lui <[email protected]> wrote:
It will not show up in the Console, only in the file native_stdout.log.
I'm assuming that WebSphere 6.1 is using JDK 1.5 or this technique will
not work. I have not used 6.1, only 6.0 which uses JDK 1.4. JDK 1.4
requires a prepared bootclasspath approach.
Mark
akhilesh laddha wrote:
> Hi Mark,
> We set "-javaagent" in genericJvmArguments as mentioned below in
> server.xml.
> *genericJvmArguments="-javaagent:D:\aspectwerkz\lib\aspectwerkz-jdk5-2.0.jar"*
>
> Even, after we are not getting AspectwerkZ load message on sonsole
>
> AspectWerkz - INFO - Pre-processor
> org.codehaus.aspectwerkz.transform.AspectWerk
> zPreProcessor loaded and initialized
>
> Please do let me know, is this correct? Could you provide me correct
> server.xml snippet for AspectWerkZ setting?
>
>
> Thanks
> Akhilesh
>
>
>
> */Mark Lui /* wrote:
>
> Use the Generic JVM arguments entry to add the java_options.
>
> Mark
>
> akhilesh laddha wrote:
> > Hi Mark,
> > I add the BootClasspath and classpaths to the JVM running the
> server
> > not the JVM starting the server using admin console. But, not
> sure how
> > to add JAVA_OPTIONS and
> > ="-javaagent:D:\aspectwerkz\lib\aspectwerkz-jdk5-2.0.jar using
> admin
> > console.
> >
> > Entries in server.xml looks as below. After doing these changes,
> not
> > getting the message
> > AspectWerkz - INFO - Pre-processor
> > org.codehaus.aspectwerkz.transform.AspectWerk
> > zPreProcessor loaded and initialized
> >
> >
> > verboseModeClass="false" verboseModeGarbageCollection="false"
> > verboseModeJNI="false" initialHeapSize="256" maximumHeapSize="512"
> > runHProf="false" debugMode="false" debugArgs="-Djava.compiler=NONE
> > -Xdebug -Xnoagent
> > Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7777"
> >
> genericJvmArguments="-Xbootclasspath/p:C:\IBM\WebSphere\AppServer\lib\enhanced.jar
>
> >
> -Daspectwerkz.definition.file=D:\EProfilerFolder\eprofilerIBM\src\refrence\j2ee\aop.xml"
>
> > disableJIT="false">
> >
> > C:\IBM\WebSphere\AppServer\lib\aspectwerkz-2.0.jar
> > C:\IBM\WebSphere\AppServer\lib\aspectwerkz-extensions-2.0.jar
> > C:\IBM\WebSphere\AppServer\lib\aspectwerkz-jdk5-2.0.jar
> > C:\IBM\WebSphere\AppServer\lib\dom4j-1.4.jar
> > C:\IBM\WebSphere\AppServer\lib\qdox-1.4.jar
> > C:\IBM\WebSphere\AppServer\lib\concurrent-1.3.1.jar
> > C:\IBM\WebSphere\AppServer\lib\trove-1.0.2.jar
> > C:\IBM\WebSphere\AppServer\lib\jrexx-1.1.1.jar
> > C:\IBM\WebSphere\AppServer\lib\eProfiler.jar
> > C:\IBM\WebSphere\AppServer\lib\demo.jar
> >
> >
> C:\IBM\WebSphere\AppServer\lib\aspectwerkz-core-2.0.jar;C:\IBM\WebSphere\AppServer\java\lib\tools.jar
> >
> > value="-javaagent:D:\aspectwerkz\lib\aspectwerkz-jdk5-2.0.jar"
> > required="true"/>
> >
> >
> >
> > Any help is appriciated
> >
> > Thanks
> > Akhilesh
> >
> > */Mark Lui /* wrote:
> >
> > Akhilesh,
> >
> > I believe you need to add the java_options and addition
> classpaths to
> > the JVM running the server not the JVM starting the server. This may
> > be done through the console.
> >
> > Navigate to Servers/Application Servers/
> >
>
>
> ------------------------------------------------------------------------
> 8:00? 8:25? 8:40? Find a flick
> in no time
> with theYahoo! Search movie showtime shortcut.
>
--
Mark Lui
[email protected]
310-737-7835
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
--0-1879190802-1176139032=:79279
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
<div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Mark,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></div> <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks for update. Yes Websphere 6.1 uses JDK1.5. Could you let me know what solution will work with 6.1?<o:p></o:p></SPAN></div> <div> <div> </div> <div> </div> <div>Thanks</div> <div>Akhilesh<BR><B><I>Mark Lui <[email protected]></I></B> wrote:</div></div> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">It will not show up in the Console, only in the file native_stdout.log. <BR>I'm assuming that WebSphere 6.1 is using JDK 1.5 or this technique will <BR>not work. I have not used 6.1, only 6.0 which uses JDK 1.4. JDK 1.4 <BR>requires a prepared bootclasspath approach.<BR><BR>Mark<BR><BR>akhilesh l
addha wrote:<BR>> Hi Mark,<BR>> We set "-javaagent" in genericJvmArguments as
mentioned below in <BR>> server.xml. <BR>> *genericJvmArguments="-javaagent:D:\aspectwerkz\lib\aspectwerkz-jdk5-2.0.jar"*<BR>> <BR>> Even, after we are not getting AspectwerkZ load message on sonsole<BR>> <BR>> AspectWerkz - INFO - Pre-processor <BR>> org.codehaus.aspectwerkz.transform.AspectWerk<BR>> zPreProcessor loaded and initialized<BR>> <BR>> Please do let me know, is this correct? Could you provide me correct <BR>> server.xml snippet for AspectWerkZ setting?<BR>> <BR>> <BR>> Thanks<BR>> Akhilesh<BR>> <BR>><BR>><BR>> */Mark Lui <[email protected]>/* wrote:<BR>><BR>> Use the Generic JVM arguments entry to add the java_options.<BR>><BR>> Mark<BR>><BR>> akhilesh laddha wrote:<BR>> > Hi Mark,<BR>> > I add the BootClasspath and classpaths to the JVM running the<BR>> server<BR>> > not the JVM s
tarting the server using admin console. But, not<BR>> sure how<BR>> > to add
JAVA_OPTIONS and<BR>> > ="-javaagent:D:\aspectwerkz\lib\aspectwerkz-jdk5-2.0.jar using<BR>> admin<BR>> > console.<BR>> ><BR>> > Entries in server.xml looks as below. After doing these changes,<BR>> not<BR>> > getting the message<BR>> > AspectWerkz - INFO - Pre-processor<BR>> > org.codehaus.aspectwerkz.transform.AspectWerk<BR>> > zPreProcessor loaded and initialized<BR>> ><BR>> ><BR>> > verboseModeClass="false" verboseModeGarbageCollection="false"<BR>> > verboseModeJNI="false" initialHeapSize="256" maximumHeapSize="512"<BR>> > runHProf="false" debugMode="false" debugArgs="-Djava.compiler=NONE<BR>> > -Xdebug -Xnoagent<BR>> > Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7777"<BR>> ><BR>> genericJvmArguments="-Xbootclasspath/p:C:\IBM\WebSphere\AppServer\lib\enhanced.jar<BR>>
;<BR>> ><BR>>
-Daspectwerkz.definition.file=D:\EProfilerFolder\eprofilerIBM\src\refrence\j2ee\aop.xml"<BR>><BR>> > disableJIT="false"><BR>> ><BR>> > C:\IBM\WebSphere\AppServer\lib\aspectwerkz-2.0.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\aspectwerkz-extensions-2.0.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\aspectwerkz-jdk5-2.0.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\dom4j-1.4.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\qdox-1.4.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\concurrent-1.3.1.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\trove-1.0.2.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\jrexx-1.1.1.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\eProfiler.jar<BR>> > C:\IBM\WebSphere\AppServer\lib\demo.jar<BR>> ><BR>> ><BR>> C:\IBM\WebSphere\AppServer\lib\aspectwerkz-core-2.0.jar;C:\IBM\WebSphere\AppServer\java\lib\tools.ja
r<BR>> ><BR>> >
value="-javaagent:D:\aspectwerkz\lib\aspectwerkz-jdk5-2.0.jar"<BR>> > required="true"/><BR>> ><BR>> ><BR>> ><BR>> > Any help is appriciated<BR>> ><BR>> > Thanks<BR>> > Akhilesh<BR>> ><BR>> > */Mark Lui /* wrote:<BR>> ><BR>> > Akhilesh,<BR>> ><BR>> > I believe you need to add the java_options and addition<BR>> classpaths to<BR>> > the JVM running the server not the JVM starting the server. This may<BR>> > be done through the console.<BR>> ><BR>> > Navigate to Servers/Application Servers/<BR>> ><BR>><BR>><BR>> ------------------------------------------------------------------------<BR>> 8:00? 8:25? 8:40? Find a flick <BR>> <HTTP: ?fr="oni_on_mail&#news" shortcuts tools.search.yahoo.com>in no time<BR>> with theYahoo! Search movie showtime shortcut. <
BR>> <HTTP: ?fr="oni_on_mail&#news" shortcuts tools.search.yahoo.com><BR>--
<BR><BR>Mark Lui<BR>[email protected]<BR>310-737-7835<BR><BR>---------------------------------------------------------------------<BR>To unsubscribe from this list please visit:<BR><BR>http://xircles.codehaus.org/manage_email<BR><BR></BLOCKQUOTE><BR><p> 
<hr size=1>Expecting? Get great news right away with <a href="http://us.rd.yahoo.com/evt=49982/*http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html">email Auto-Check.</a><br>Try the <a href="http://us.rd.yahoo.com/evt=49982/*http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html">Yahoo! Mail Beta.</a>
--0-1879190802-1176139032=:79279--