CRX CMIS not working
I'm trying to access CRX using CMIS. I have followed all the instruction here http://dev.day.com/docs/en/crx/current/deploying/cmis.html
But after followed all steps I'm not able to connect to CMIS server when trying to access http://server:port/cmis/repository. I'm running on Windows 7 and CRX 2.3
Error:
Cannot serve request to /cmis/repository in /libs/sling/servlet/errorhandler/404.jsp
Request Progress:
0 (2013-08-10 12:00:32) TIMER_START{Request Processing}
0 (2013-08-10 12:00:32) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message>
1 (2013-08-10 12:00:32) LOG Method=GET, PathInfo=/cmis/repository
1 (2013-08-10 12:00:32) TIMER_START{ResourceResolution}
6 (2013-08-10 12:00:32) TIMER_END{5,ResourceResolution} URI=/cmis/repository resolves to Resource=NonExistingResource, path=/cmis/repository
6 (2013-08-10 12:00:32) LOG Resource Path Info: SlingRequestPathInfo: path='/cmis/repository', selectorString='null', extension='null', suffix='null'
6 (2013-08-10 12:00:32) TIMER_START{ServletResolution}
6 (2013-08-10 12:00:32) TIMER_START{resolveServlet(NonExistingResource, path=/cmis/repository)}
9 (2013-08-10 12:00:32) LOG {0}: no servlet found
9 (2013-08-10 12:00:32) TIMER_END{3,resolveServlet(NonExistingResource, path=/cmis/repository)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet
9 (2013-08-10 12:00:32) TIMER_END{3,ServletResolution} URI=/cmis/repository handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet
9 (2013-08-10 12:00:32) LOG Applying Requestfilters
9 (2013-08-10 12:00:32) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter
9 (2013-08-10 12:00:32) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
9 (2013-08-10 12:00:32) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter
9 (2013-08-10 12:00:32) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter
9 (2013-08-10 12:00:32) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter
9 (2013-08-10 12:00:32) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet
9 (2013-08-10 12:00:32) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter
9 (2013-08-10 12:00:32) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter
9 (2013-08-10 12:00:32) LOG RedirectFilter did not redirect (request extension does not match)
9 (2013-08-10 12:00:32) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter
9 (2013-08-10 12:00:32) LOG Applying Componentfilters
9 (2013-08-10 12:00:32) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter
9 (2013-08-10 12:00:32) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter
9 (2013-08-10 12:00:32) TIMER_START{org.apache.sling.servlets.get.DefaultGetServlet#0}
9 (2013-08-10 12:00:32) TIMER_END{0,org.apache.sling.servlets.get.DefaultGetServlet#0}
11 (2013-08-10 12:00:32) LOG Applying Error filters
11 (2013-08-10 12:00:32) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
11 (2013-08-10 12:00:32) TIMER_START{handleError:status=404}
14 (2013-08-10 12:00:32) TIMER_END{3,handleError:status=404} Using handler /libs/sling/servlet/errorhandler/404.jsp
28 (2013-08-10 12:00:32) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap@1cce860), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap@1ac133e), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap@2383b2), serializer=Config(type=htmlwriter, config={}))}
28 (2013-08-10 12:00:32) TIMER_END{28,Request Processing} Dumping SlingRequestProgressTracker Entries
Even I am not able to login to CMIS client.
I found one thread here (http://forums.adobe.com/thread/1050494) which tells about CRX does not support. Can someone please let me know is it still not supported or someone was able to make it work successfully?
Thanks for your Help!
Sam