You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MCRTileEventhandler throws sometimes the following exception:
java.lang.NullPointerException: Cannot invoke "org.mycore.iview2.services.MCRTilingQueue.remove(String, String)"
because the return value of "org.mycore.iview2.services.MCRTilingQueue.getInstance()" is null
at org.mycore.iview2.frontend.MCRIView2Commands.deleteImageTiles(MCRIView2Commands.java:408)
at org.mycore.iview2.events.MCRImageTileEventHandler.handlePathDeleted(MCRImageTileEventHandler.java:66)
at org.mycore.common.events.MCREventHandlerBase.doHandleEvent(MCREventHandlerBase.java:110)
at org.mycore.common.events.MCREventManager.handleEvent(MCREventManager.java:153)
... 22 more
The text was updated successfully, but these errors were encountered:
The MCRTileEventhandler throws sometimes the following exception:
The text was updated successfully, but these errors were encountered: