Hi -
I've created a new editable page template and a page to use it. However, when I go to my publish instance to render the page I am always getting this error :
12.02.2019 15:00:51.035 *ERROR* [10.223.43.6 [1550012451027] GET /publish/content/xxxx/en/test-2/flex-homepage-test.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException
java.lang.IllegalArgumentException: page has no template assigned
at com.day.cq.wcm.foundation.TemplatedContainer.<init>(TemplatedContainer.java:66)
at com.day.cq.wcm.foundation.impl.templated.TemplatedContainerAdapterFactory.getAdapter(TemplatedContainerAdapterFactory.java:77)
but only when I am not authenticated on the publish instance. When I am authenticated on the publish instance I am able to see my page render.
All of my other pages are using static templates and are visible on the publish instance without being authenticated on the publish instance. What am I missing/doing wrong on this editable template and page to cause it to give me this error?
Thanks in advance for your help.
Solved! Go to Solution.
Views
Replies
Total Likes
Since you are using both static/dynamic templates together, my thought is that some configuration is missing in this setup.
check the following:
Views
Replies
Total Likes
Since you are using both static/dynamic templates together, my thought is that some configuration is missing in this setup.
check the following:
Views
Replies
Total Likes
Thank you.
was missing from my root page. Once added I could see the page now.
Views
Replies
Total Likes
This issue can also occur if you don't have right permission under /conf/<root>/settings/wcm/templates/rep:policy. If, for some reason, e.g. putting package from other instance without right AC handling or deletion of rep:policy in repository etc., the rep:policy node is removed or permission to everyone group (used by Anonymous user) is revoked you would see same issue replicated.
Hi Maha,
I have the similar issue. How do I fix it or how can I replicate the rep:policy on my publisher.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies