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

java.lang.IllegalAccessError: tried to access method com.google.common.collect.MapMaker.makeComputingMap #104

Closed
gionn opened this issue Mar 7, 2014 · 4 comments

Comments

@gionn
Copy link
Contributor

gionn commented Mar 7, 2014

Hi,

I am using v2.3.1 and I am getting the error:

Exception in thread "main" java.lang.IllegalAccessError: tried to access method com.google.common.collect.MapMaker.makeComputingMap(Lcom/google/common/base/Function;)Ljava/util/concurrent/ConcurrentMap; from class nl.javadude.scannit.registry.Registry
    at nl.javadude.scannit.registry.Registry.<init>(Registry.java:37)
    at nl.javadude.scannit.Scannit.<init>(Scannit.java:35)
    at com.xebialabs.overthere.Overthere.<clinit>(Overthere.java:63)

it looks like you are using a deprecated api in Guava 15.0+, as in this other bug report:
https://issues.apache.org/jira/browse/CASSANDRA-6007

Thanks.

@hierynomus
Copy link
Contributor

This is a bug in the Scannit library if you look closely at the stacktrace, not in overthere. Luckily I'm the developer of that one ;-). Can you file it there?

@hierynomus
Copy link
Contributor

Let's keep this one open to make sure we upgrade to a new release of Scannit.

@gionn
Copy link
Contributor Author

gionn commented Mar 7, 2014

Done! :D
hierynomus/scannit#7

hierynomus added a commit that referenced this issue Mar 7, 2014
@hierynomus
Copy link
Contributor

After the weekend, we will release a new version of overthere, we want to include more than just this fix ;)

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

No branches or pull requests

2 participants