Expand my Community achievements bar.

SOLVED

6.2 touch UI dam is not opening assets.html/content/dam

Avatar

Level 2

04.09.2017 09:22:14.425 *ERROR* [10.229.253.199 [1504516934399] GET /assets.html/content/dam HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException

java.lang.Error: Unresolved compilation problem:

        Only a type can be imported. com.day.image.Layer resolves to a package

        at org.apache.jsp.libs.dam.gui.components.s7dam.assetviewer.assetviewer_jsp.<init>(assetviewer_jsp.java:40)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)

        at java.lang.Class.newInstance(Class.java:442)

        at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.loadServlet(JspServletWrapper.java:165)

        at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.prepareServlet(JspServletWrapper.java:434)

        at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:486)

        at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:449)

        at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:284)

        at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:102)

        at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:536)

        at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:388)

        at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:184)

        at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:491)

        at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:546)

        at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:44)

        at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:77)

        at com.day.cq.wcm.core.impl.WCMDeveloperModeFilter.doFilter(WCMDeveloperModeFilter.java:114)

        at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:68)

        at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:138)

        at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:68)

        at co

1 Accepted Solution

Avatar

Correct answer by
Administrator

Usually, occurs when you load the page before the JSP is successfully compiled

Do following:

1.  Login to - http://<AEM HOST>:<AEM PORT/system/console/slingjsp

     Click on Recompile all JSPs

2. Also, refere to this post, check your log completely and do analogous to what mentioned in the thread: Re: unresolved compilation problems

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Administrator

Moving this question to AEM Assets topic.

~kautuk



Kautuk Sahni

Avatar

Correct answer by
Administrator

Usually, occurs when you load the page before the JSP is successfully compiled

Do following:

1.  Login to - http://<AEM HOST>:<AEM PORT/system/console/slingjsp

     Click on Recompile all JSPs

2. Also, refere to this post, check your log completely and do analogous to what mentioned in the thread: Re: unresolved compilation problems

~kautuk



Kautuk Sahni