Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] RunTime exception bad WeaverState.Kind: -115.

http://aspectj.2085585.n4.nabble.com/file/n3666585/ajcore.20110713.233400.797.txt
ajcore.20110713.233400.797.txt 

I am attaching the stack trace dump in a text file. I am very very new to
aspectJ and i am using this to report performance metrics in a Spring Web
Application. I am using Maven 3.XXX version to build and i am doing Load
Time weaving using Spring intsrumentation jars in STS IDE.

Can anybody tell me from looking at the stack trace, what could be the
reason for such an error?
Following are the softwares and their versions iam using.
		<java-version>1.6</java-version>
	
<org.springframework-version>3.1.0.BUILD-SNAPSHOT</org.springframework-version>
	
<org.springframework.security-version>3.1.0.CI-SNAPSHOT</org.springframework.security-version>
	
<org.springframework.integration-version>2.0.4.RELEASE</org.springframework.integration-version>
	
<org.springframework.social-version>1.0.0.BUILD-SNAPSHOT</org.springframework.social-version>
		<org.aspectj-version>1.6.11</org.aspectj-version>
		<org.slf4j-version>1.6.1</org.slf4j-version>

Thanks
sri


--
View this message in context: http://aspectj.2085585.n4.nabble.com/RunTime-exception-bad-WeaverState-Kind-115-tp3666585p3666585.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top