On Thu, Sep 10, 2009 at 18:53, Daniel, de la Cuesta Navarrete <cue...@gmail.com> wrote: > 10.09.2009 17:47:31.888 *INFO* [httpSSLWorkerThread-8181-1] > org.apache.jackrabbit.net.JCRURLConnection connect: URL: > jcr:/_/default/apps/gad/content/GET.jsp, Reason: > javax.jcr.ItemNotFoundException > 10.09.2009 17:47:31.934 *ERROR* [httpSSLWorkerThread-8181-1] > org.apache.sling.scripting.jsp.SlingIOProvider Cannot write file > /var/classes/org/apache/jsp/apps/gad/content/GET_jsp.java > javax.jcr.ItemExistsException: > /var/classes/org/apache/jsp/apps/gad/content/GET_jsp.java
The actual exception is a javax.jcr.ItemExistsException when the jsp compiler tries to write the class file - which indicates a concurrency issue in the jsp compiler rather than a repository corruption. (ItemExistsExceptions and ItemNotFoundException are "normal" exceptions to be expected in the JCR API.) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com