[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-23 Thread Moslem
hi Sir I tryed but i have alwase the same problems so i decided to redo all the steps so i downloaded Jboss-4.2.2.Ga and i run it to see who it works without any modification , for my surprise when i execute it directly form run.bat it does not start but when i run it from eclipse it

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
hi ! sir i did what u told me i v puted the pluggable-instrumentor.jar in the jboss bin folder but i still have the same problem --- MBeans waiting for other MBeans --- ObjectName: jboss.aop:service=AspectManager State: FAILED Reason: java.lang.NullPointerException so any other

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread [EMAIL PROTECTED]
Proper stacktrace please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152576#4152576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152576 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
10:14:36,468 INFO [Server] Starting JBoss (MX MicroKernel)... 10:14:36,468 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440) 10:14:36,468 INFO [Server] Home Dir: D:\Pfe\jboss-4.2.0.GA\jboss-4.2.0.GA 10:14:36,468 INFO [Server] Home URL:

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
that is my run.bat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152599#4152599 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152599 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread [EMAIL PROTECTED]
I think you have forgotten to add the -javaagent:pluggable-instrumentor.jar switch to the JAVA_OPTS in your run.bat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152595#4152595 Reply to the post :

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
maby the problem is due to jdk because i am using jdk 1.6 not 1.5? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152590#4152590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152590

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
@echo off rem - rem JBoss Bootstrap Script for Win32 rem - rem $Id: run.bat 60996 2007-02-28 13:44:01Z [EMAIL PROTECTED] $ @if not %ECHO% == echo

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
that is my run.bat i ve already add the line set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -javaagent:pluggable-instrumentor.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152600#4152600 Reply to the post :

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread Moslem
ok i'll try , thx for ur fast ansers :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152602#4152602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152602 ___ jboss-user mailing

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-22 Thread [EMAIL PROTECTED]
YOu are adding javaagent twice | set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -javaagent:pluggable-instrumentor.jar | set JAVA_OPTS=%JAVA_OPTS% -javaagent:%JBOSS_ENDORSED_DIR%\pluggable-instrumentor.jar | I have no idea what that does, try only adding it once View the original

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-20 Thread Moslem
i have jdk 1.6 when i run jboss i have this : 15:38:08,425 INFO [Server] Starting JBoss (MX MicroKernel)... 15:38:08,425 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440) 15:38:08,425 INFO [Server] Home Dir:

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-20 Thread [EMAIL PROTECTED]
You need to download JBoss AOP 1.5.5.GA, which is the version used by AS 4.2.0.GA, and copy the pluggable-instrumentor.jar to the JBoss-4.2.0/bin folder. See section 10.3 of the reference manual, and try the injboss example that comes with the aop 1.5.5 download View the original post :

[jboss-user] [JBoss AOP] - Re: problem with jboss loadtime weaving

2008-05-20 Thread Moslem
ok , thx i'll try it and see what hapens then View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152077#4152077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4152077 ___ jboss-user