Hi everybody,
Still trying to migrate our webapp from 4.5.19 to 5.3. I'm quite happy with the
results I got until now. I was able to start my application, and I'm getting in
AdminCentral as well :o) !
The problem I'm facing now is happening each time a picture should be rendered
using the imaging module (in my webapp and in AdminCentral in the picrture
preview mode => same effect). All my pictures have been correctly migrated to
the DAM (I can see them in AdminCentral), anf the generated URLs seem to be
right. But I don't get any picture displayed, and I have the following error in
the log each time one should be rendered:
<15.01.2015 07:57 Uhr MEZ> <Error> <HTTP> <BEA-101020>
<[ServletContext@820410566[app:mybaloise-extranet-publish-webapp
module:mybaloise-extranet-publish-webapp path:null spec-version:3.0]] Servlet
failed with an Exception
java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not
initialize class com.google.common.cache.LocalCache
at
info.magnolia.module.cache.filter.CacheFilter.doFilter(CacheFilter.java:165)
at
info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:60)
at
info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:80)
at
info.magnolia.cms.i18n.I18nContentSupportFilter.doFilter(I18nContentSupportFilter.java:73)
at
info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:89)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NoClassDefFoundError: Could not initialize class
com.google.common.cache.LocalCache
at
com.google.common.cache.LocalCache$LocalLoadingCache.<init>(LocalCache.java:4814)
at com.google.common.cache.CacheBuilder.build(CacheBuilder.java:789)
at
info.magnolia.imaging.caching.CachingImageStreamer.<init>(CachingImageStreamer.java:111)
at
info.magnolia.imaging.ImagingServlet.getStreamer(ImagingServlet.java:135)
at info.magnolia.imaging.ImagingServlet.doGet(ImagingServlet.java:97)
Truncated. see log file for complete stacktrace
Don't know where to start. Of course the LocalCache class is on my classpath
(in guava 16.0.1). Does anyone have any idea ?
Thanks a lot, cheers.
Fabrice
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=b96e308a-7fd9-4763-8ffc-9c19f3a16dc2
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------