Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] setting -javaagent:aspectjweaver.jar results inClassCircularityError

 
That seems similar than the bug i raised. You must exclude some classes
See : https://bugs.eclipse.org/bugs/show_bug.cgi?id=295586


Cordialement / Best regards

Jean-Louis Pasturel


-----Message d'origine-----
De : aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] De la part de Hemal Pandya
Envoyé : mercredi 6 janvier 2010 10:49
À : aspectj-users@xxxxxxxxxxx
Objet : [aspectj-users] setting -javaagent:aspectjweaver.jar results
inClassCircularityError

I use aspects to add some targeted tracing for performance analysis.
Everything used to work fine till this recent drop. Now, I get a
ClassCircularityError at start-up. Note that this happens even without
having any aspects in the classpath.

I am using version 1.6.6. The stacktrace is partially as follows. Is there
any other information I can provide?

Exception thrown in constructor of class: '*****'. Error description:
'java.lang.ClassCircularityError: org/apache/log4j/LogManager'.
                        Stack trace: 'java.lang.ClassCircularityError:
org/apache/log4j/LogManager
                        	at
org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:73)
                        	at
org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:209)
                        	at
org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:221)
                        	at ....

Does this have something to do with using slf4j? I am completely lost.
Any help is highly appreciated.

Thanks in advance.
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



*********************************
This message and any attachments (the "message") are confidential and intended solely for the addressees. 
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration. 
France Telecom Group shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
********************************



Back to the top