Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Adaptive forms exception after upgrade to AEM 6.5.10 - in createGuideInitializationState

Avatar

Level 7

hi folks,

I just updated to service pack 10.

However, my forms don't work anymore. 

Anyone have any idea?

Our forms are very simple. Just 2 columns of text entry and dropdowns and submit buttons that send the info to an email address.

thanks

Fiona

 

at com.day.cq.wcm.core.impl.WCMComponentFilter$ForwardRequestDispatcher.include(WCMComponentFilter.java:516) [com.day.cq.wcm.cq-wcm-core:5.12.172]
at com.day.cq.wcm.tags.IncludeTag.includeResource(IncludeTag.java:254) [com.day.cq.wcm.cq-wcm-taglib:5.13.8]
at com.day.cq.wcm.tags.IncludeTag.doEndTag(IncludeTag.java:103) [com.day.cq.wcm.cq-wcm-taglib:5.13.8]
at org.apache.jsp.libs.fd.af.components.guideContainerWrapper.guideContainerWrapper_jsp._jspService(guideContainerWrapper_jsp.java:357)
at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [org.apache.sling.scripting.jsp:2.3.6]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:725) [org.apache.felix.http.servlet-api:1.1.2]
at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) [org.apache.sling.scripting.jsp:2.3.6]
... 376 common frames omitted
Caused by: javax.el.ELException: Error reading 'guideInitializationState' on type com.adobe.aemds.guide.common.GuideContainer
at javax.el.BeanELResolver.getValue(BeanELResolver.java:87) [org.apache.sling.scripting.el-api:1.0.4]
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54) [org.apache.sling.scripting.el-api:1.0.4]
at org.apache.el.parser.AstValue.getValue(AstValue.java:123) [org.apache.sling.scripting.jsp:2.3.6]
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at org.apache.sling.scripting.jsp.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:975) [org.apache.sling.scripting.jsp:2.3.6]
at org.apache.jsp.libs.fd.af.components.guideContainer.guideContainer_jsp._jspx_meth_c_005fset_005f13(guideContainer_jsp.java:1954)
at org.apache.jsp.libs.fd.af.components.guideContainer.guideContainer_jsp._jspService(guideContainer_jsp.java:893)
at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [org.apache.sling.scripting.jsp:2.3.6]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:725) [org.apache.felix.http.servlet-api:1.1.2]
at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) [org.apache.sling.scripting.jsp:2.3.6]
... 411 common frames omitted
Caused by: java.lang.NullPointerException: null
at com.adobe.aemds.guide.common.GuideContainer.createGuideInitializationState(GuideContainer.java:962) [com.adobe.aemds.guide.aemds-guide-core:6.0.126]
at com.adobe.aemds.guide.common.GuideContainer.getGuideInitializationState(GuideContainer.java:992) [com.adobe.aemds.guide.aemds-guide-core:6.0.126]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:83) [org.apache.sling.scripting.el-api:1.0.4]
... 420 common frames omitted

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @fionas76543059 , 
Have you installed add on package of forms for 6.5.10.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @fionas76543059 , 
Have you installed add on package of forms for 6.5.10.

Avatar

Level 2

Hi @TarunKumar I just wanted to add also that I was finding the same issue after updating to 6.5.10 and your reply solved the issue. Thanks!