[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSP Compiler error

2006-03-02 Thread twick
After a complete uninstall of symantec, the issue seems to have disappeared during my limited testing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927623#3927623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392762

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSP Compiler error

2006-03-02 Thread twick
Thats the same thing we've been thinking here is that its an OS level issue, not actually a JBoss problem. Symantec antivirus is running, but after disabling all the symantec related services and turning off the auto-protect, the issue was still there. Maybe it needs to be completely uninstalled

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSP Compiler error

2006-03-02 Thread twick
I've recently started having the same problem, usually happens after a fresh build/deploy. My workaround was to modify the SmapUtil class. If the rename fails on the first try, it waits 50ms then retries (loops as needed). So far it always works on the second try after the 50ms delay. View the