[jboss-user] [JBoss AOP] - *** java.lang.instrument ASSERTION FAILED ***
dunks80
do-not-reply at jboss.com
Mon Jan 29 17:12:33 EST 2007
Has anyone ever run across this error message when running aop? I've gotten it using both jdk 1.6 and jdk 1.5 on Fedora Core 5 64-bit
jdk 1.6
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at ../../../src/share/instrument/JPLISAgent.c line: 806
jdk 1.5
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at ../../../src/share/instrument/JPLISAgent.c line: 831
The errors occur...memory skyrockets and then maybe a minute later aspects and interceptors are no longer called.
I'm sure it is something in my code because i've been using JBoss-AOP for a while and never run into this problem. I just have no idea what causes something like this to happen and couldn't find much information. I took a look at the source file for JPLISAgent.c for 1.5 and there is a comment near the line that says "/* Finally, unmarshall the parameters (if someone touched the buffer, tell the JVM) */" Does this mean one of my aspcts is causing a buffer overflow?
Any one have any ideas?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008033#4008033
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008033
More information about the jboss-user
mailing list