cq5 author doesn't launch Sling error need help
I launch author and the AEM sign-in page comes up but the server icon doesn't come up after that. Then after I give credentials I get this error:
Cannot serve request to /projects.html in org.apache.sling.servlets.get.DefaultGetServlet on Author. It seems that it can't resolve the extension .html and the projects.html uri with the projects resource. Also it can't get the path.
0 (2014-10-29 09:34:30) TIMER_START{Request Processing} 0 (2014-10-29 09:34:30) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message> 0 (2014-10-29 09:34:30) LOG Method=GET, PathInfo=/projects.html 0 (2014-10-29 09:34:30) TIMER_START{ResourceResolution} 0 (2014-10-29 09:34:30) TIMER_END{0,ResourceResolution} URI=/projects.html resolves to Resource=, type=cq:Page, path=/libs/cq/core/content/projects, resource=[JcrNodeResource, type=cq:Page, superType=null, path=/libs/cq/core/content/projects] 0 (2014-10-29 09:34:30) LOG Resource Path Info: SlingRequestPathInfo: path='/libs/cq/core/content/projects', selectorString='null', extension='html', suffix='null' 0 (2014-10-29 09:34:30) TIMER_START{ServletResolution} 0 (2014-10-29 09:34:30) TIMER_START{resolveServlet(, type=cq:Page, path=/libs/cq/core/content/projects, resource=[JcrNodeResource, type=cq:Page, superType=null, path=/libs/cq/core/content/projects])} 0 (2014-10-29 09:34:30) TIMER_END{0,resolveServlet(, type=cq:Page, path=/libs/cq/core/content/projects, resource=[JcrNodeResource, type=cq:Page, superType=null, path=/libs/cq/core/content/projects])} Using servlet org.apache.sling.servlets.get.DefaultGetServlet 0 (2014-10-29 09:34:30) TIMER_END{0,ServletResolution} URI=/projects.html handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet 0 (2014-10-29 09:34:30) LOG Applying RequestfiltersThis is not on production. It is on a dev box. I don't have Felix installed. I have it configured to access a Felix on another dev box. My publisher works fine. I am using publisher for editing until I can fix it.
What do you suggest to get my author back? TIA.