We are facing a strange issue on our environment. We deployed our custom theme which was working fine with tomcat on our Problem Environment and it started throwing the following error for pages with Classic Theme:
19:21:31,020 WARN [http-bio-8080-exec-3][code_jsp:?] {code="404", msg="/html/themes/classic/css/compass"}
We undeployed our custom theme, we replaced the ROOT.war, we even replaced the whole server with a clean install but the same error.
And when I check with firebug on firefox I see that the custom.css and other css files are not loaded for the pages and hence the styles are not applied. I can see aui.css and main.css but not the other CSS files which I can see on my local.
I found this issue LPS-46864 in which the error log is similar, but the cause is different. We don't have any hook deployed only our custom theme and some independent plugin portlets.
Problem Environment: Liferay 6.2 EE Jboss Bundle on CentOS 6.2
Any pointers as to what might be wrong would help.
Thanks