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.

The versions you listed, are they the versions used to build this type:

com.samridhsai.ebulawa.perfmon.PerformanceAdvice

The error indicates a mismatch in versions somewhere.  Your LTW is
1.6.11 so that's fine, I just want to check what version was used to
build PerformanceAdvice.  Maybe if you could email me the class file I
can take a peek inside?

cheers,
Andy

On 13 July 2011 20:48, srikondoji <srikondoji@xxxxxxxxx> wrote:
> 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.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top