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

IllegalAccessError: tried to access method net.imglib2.util.StopWatch.<init> #30

Closed
haesleinhuepf opened this issue Dec 7, 2018 · 1 comment

Comments

@haesleinhuepf
Copy link

haesleinhuepf commented Dec 7, 2018

Hi @maarzt ,

I just tried Labkit for the first time. It came via update site to my Fiji on Windows 10 64 bit with Java 1.8. I opened an image and clicked the menu Plugins > Segmentation > Labkit. An error came up:

Exception in thread "PainterThread" java.lang.IllegalAccessError: tried to access method net.imglib2.util.StopWatch.()V from class net.imglib2.cache.iotiming.IoStatistics
at net.imglib2.cache.iotiming.IoStatistics.(IoStatistics.java:21)
at net.imglib2.cache.iotiming.CacheIoTiming.getIoStatistics(CacheIoTiming.java:30)
at net.imglib2.cache.iotiming.CacheIoTiming.getIoStatistics(CacheIoTiming.java:17)
at net.imglib2.cache.iotiming.CacheIoTiming.getIoTimeBudget(CacheIoTiming.java:40)
at bdv.viewer.render.MultiResolutionRenderer.createProjector(MultiResolutionRenderer.java:658)
at bdv.viewer.render.MultiResolutionRenderer.paint(MultiResolutionRenderer.java:496)
at bdv.viewer.ViewerPanel.paint(ViewerPanel.java:485)
at net.imglib2.ui.PainterThread.run(PainterThread.java:86)

Furthermore, the viewer is empty:
image

Is there maybe something wrong with the installation via update site? A dependency might be missing? Any hint would be helpful!

Cheers,
Robert

@maarzt
Copy link
Collaborator

maarzt commented Dec 14, 2018

@haesleinhuepf This bug is fixed already :) There was a problem within imglib2-cache.

@maarzt maarzt closed this as completed Dec 14, 2018
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