Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

User Profile Form being sent to errorhandler 404.jsp

Avatar

Level 4

Hello Team,

We are currently experiencing our profile forms generating a 404 response. This has been working normally. Not sure when it stopped working.

The code in this area has not be touched for many many months.

This snippet of logs shows the sling servlet resolver doing its normal work but resulting in using the cached servlet for the 404.jsp.

Looking for suggestions as to why this is happening and possible resolutions.

Thanks.

 

GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Ordered list of servlet candidates follows
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Servlet candidate: /libs/foundation/components/primary/sling/servlet/default/form.GET.servlet
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Servlet candidate: /libs/foundation/components/primary/sling/servlet/default/GET.servlet
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Servlet candidate: /libs/foundation/components/primary/sling/servlet/default.servlet
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Checking if candidate resource /libs/foundation/components/primary/sling/servlet/default/form.GET.servlet adapts to servlet and accepts request
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Using servlet provided by candidate resource /libs/foundation/components/primary/sling/servlet/default/form.GET.servlet
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver getServletInternal returns servlet com.day.cq.wcm.foundation.forms.impl.FormChooserServlet
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Servlet com.day.cq.wcm.foundation.forms.impl.FormChooserServlet found for resource=JcrNodeResource, type=cq/security/components/profile, superType=null, path=/home/users/validuser/profile
GET /home/users/validuser/profile.form.html/content/website/publish/en_us/user/view-profile.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Using cached servlet /apps/sling/servlet/errorhandler/404.jsp

0 Replies