Reputation: 2483
I am getting the following error when I try to load page which has got 2 portlets deployed and has a theme
16:49:13,300 ERROR [http-bio-8080-exec-23][ThemeUtil:445] _SERVLET_CONTEXT_/templates/portal_normal.vm does not exist
What might be the reaon for this?
I am not able to load the page itself. Please help.
Upvotes: 0
Views: 664
Reputation: 358
It seems that your theme is not deployed properly.
Undeploy the custom-theme that is applied to the page, then try loading the page if the page loads than it is confirmed it is the theme which was causing the issue.
If the issue still persist restart the server and then check if the page loads. After this deploy your custom-theme again.
Sometimes you would require to clear the temp
folder as well since it retains stale data which can cause problems like these.
This should give you some lead to find out the solution.
Upvotes: 2
Reputation: 57
It happened to me and what i did was i continuously stopped , started the server again and again. Then i did ant build lot of times and it automatically got solved. ITs just some kind of conflict which we could not resolve.
Upvotes: 0