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

IncompatibleClassChangeError on Payara 173 #262

Closed
bit-ionutursuleanu opened this issue Aug 16, 2017 · 3 comments
Closed

IncompatibleClassChangeError on Payara 173 #262

bit-ionutursuleanu opened this issue Aug 16, 2017 · 3 comments
Labels
Milestone

Comments

@bit-ionutursuleanu
Copy link

After updating Payara 172 to 173 the following error appears while preparing a jdbc statement:

java.lang.IncompatibleClassChangeError: Class com.sun.proxy.$Proxy313 does not implement the requested interface org.glowroot.agent.plugin.jdbc.StatementAspect$HasStatementMirror
	at org.glowroot.agent.plugin.jdbc.ConnectionAspect$PrepareAdvice.onReturn(ConnectionAspect.java:78)
	at com.sun.gjc.spi.jdbc40.ProfiledConnectionWrapper40.prepareStatement(ProfiledConnectionWrapper40.java:316)
	at org.compiere.util.CPreparedStatement.<init>(CPreparedStatement.java:105)
@trask trask added the bug label Aug 17, 2017
@trask trask added this to the v0.9.25 milestone Aug 17, 2017
@trask
Copy link
Member

trask commented Aug 17, 2017

Hi @bit-ionutursuleanu, thanks for reporting this! I'll try to put out a fix tomorrow.

@trask trask closed this as completed in 2ac84b9 Aug 18, 2017
@trask
Copy link
Member

trask commented Aug 18, 2017

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

@bit-ionutursuleanu
Copy link
Author

Hi,
Just tested and it works. Thanks

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