Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websphere Application Server 8.5 + java 7, IncompatibleClassChangeError in JUL Aspect #270

Closed
asgerjensen opened this issue Sep 20, 2017 · 2 comments
Labels
Milestone

Comments

@asgerjensen
Copy link

asgerjensen commented Sep 20, 2017

Hi,
I tried upgrading to 0.9.24, and restarted my app server, and got the following exceptions in the log.

(It came a bunch of times, but this is representative of it).

Is there any way to disable the JavaLoggingAspect?

Is there any additional information I can provide on this?

Its IBMs JDK 1.7 thats being used.

[9/20/17 11:34:23:092 CEST] 0000005d webapp        E com.ibm.ws.webcontainer.webapp.WebApp initializeStaticFileHandler SRVE0302E: Error while adding static file processor: {0}
                                 java.lang.IncompatibleClassChangeError
	at org.glowroot.agent.plugin.logger.JavaLoggingAspect$LogAdvice.onBefore(JavaLoggingAspect.java:62)
	at com.ibm.ws.logging.WsLogger.log(WsLogger.java)
	at com.ibm.ws.logging.WsLogger.logp(WsLogger.java:607)
	at com.ibm.wsspi.webcontainer.logging.WebContainerLogger.logp(WebContainerLogger.java:65)

@trask trask added the bug label Sep 28, 2017
@trask
Copy link
Member

trask commented Sep 28, 2017

Hi @asgerjensen, thanks for reporting this! I'm able to reproduce and will look into it.

@trask trask added this to the v0.9.25 milestone Sep 29, 2017
@trask trask closed this as completed in b43de44 Sep 30, 2017
@trask
Copy link
Member

trask commented Sep 30, 2017

Thanks again for reporting this. It should be fixed now in the latest snapshot release glowroot-agent-0.9.25-SNAPSHOT-dist.zip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants