Expand my Community achievements bar.

Designs not loading in dispatcher pages

Avatar

Level 3

In my author and publish instance, the pages are coming fine but I am getting the following error in my dispatcher which might be stripping of the design and styling:

java.lang.NullPointerException
at com.xyz.assets.AssetsTag.doEndTag(AssetsTag.java:62)
at com.xyz.assets.AssetsTag.doEndTag(AssetsTag.java:244)

Any other input will be welcome.

4 Replies

Avatar

Community Advisor

It's highly unlikely that this problem is happening(given this stack trace) on Apache.

This looks like issue with your system that sit's before Dispatcher(Publisher or Author).

Regards,

Peter

Avatar

Level 9

On the publish environment, you have to make sure the anonymous user has at least permission on the /etc/tags/. This does happen.

Regards,

Jitendra

Avatar

Level 3

Hi, so I checked the permissions in etc tag in publish side, its already given. Any other suggestions ?