Hi Sebastian, Yes, you can have as many CMIS clients in one server as you like. The session objects are isolated from each other. Please check your client configuration. OpenCMIS can't parse the AtomPub service document. Either the server is not up or you are using a wrong URL.
Is your repository deployed in the same Tomcat? If so, please check the start up order. If your application starts before the repository is up and ready, you get this exception. - Florian On 07/04/2011 09:21, Sebastian Danninger wrote: > Dear all, > > should it be possible to have 2 cmis clients in 1 tomcat server and > access 2 repository (1st repository - 1st client, 2nd repository - 2nd > client) > > Whenever I try this I get: > > org.springframework.web.util.NestedServletException: Request > processing failed; nested exception is > org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException: > Parsing exception! > > at the 2nd client (restarted tomcat). > > I also get this error when deploying the cmis client into tomcat (mvn > tomcat:deploy / redeploy). After a restart of tomcat thats fixed. > > thanks for your answers > > best regards > > Sebastian
