Skip to main content

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

http://aspectj.2085585.n4.nabble.com/file/n3668210/PerformanceAdvice.java
PerformanceAdvice.java 
http://aspectj.2085585.n4.nabble.com/file/n3668210/DeploymentError.txt
DeploymentError.txt 
Hi Andy,
I really appreciate you taking time to look at this. I have attached the
PerformanceAdvice.java file as per your request. Also attached errors while
deploying.


I am using maven for all my dependencies. So the versions definitely must be
uniform across build and runtime. My aspectj runtime and tools are at the
same versions.

Here is the maven plugin that uses spring-instrumentation.
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.4</version>
                <configuration>
                    <forkMode>once</forkMode>
                  
 				
<argLine>-javaagent:"${settings.localRepository}/org/springframework/spring-instrument/3.1.0.BUILD-SNAPSHOT/spring-instrument-3.1.0.BUILD-SNAPSHOT.jar"</argLine>
                    <useSystemClassloader>true</useSystemClassloader>
                    <enableAssertions>true</enableAssertions>
                   <printSummary>true</printSummary>
                   
                </configuration>
            </plugin>
Thanks
Sri


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


Back to the top