You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/08/16 16:44:36 UTC

svn commit: r794446 - /websites/staging/chemistry/trunk/content/java/developing/guide.html

Author: buildbot
Date: Tue Aug 16 14:44:36 2011
New Revision: 794446

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/developing/guide.html

Modified: websites/staging/chemistry/trunk/content/java/developing/guide.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/guide.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/guide.html Tue Aug 16 14:44:36 2011
@@ -999,23 +999,12 @@ and the client stack trace.</p>
 
 <p>The output from this snippet looks like this:-</p>
 <div class="codehilite"><pre>server error page :
-&lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Chemistry OpenCMIS - objectNotFound error&lt;/title&gt;&lt;/head&gt;&lt;body&gt;
-&lt;h1&gt;HTTP Status 404 - objectNotFound&lt;/h1&gt;
-&lt;!--message--&gt;unknown type id: cmis:badtype&lt;!--/message--&gt;&lt;/p&gt;&lt;hr noshade=&#39;noshade&#39;/&gt;&lt;!--stacktrace--&gt;&lt;pre&gt;
-org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: unknown type id: cmis:badtype
-    at org.apache.chemistry.opencmis.inmemory.server.InMemoryRepositoryServiceImpl.getTypeDefinition(InMemoryRepositoryServiceImpl.java:110)
-    at org.apache.chemistry.opencmis.inmemory.server.InMemoryService.getTypeDefinition(InMemoryService.java:110)
-    ...
-    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1665)
-    at java.lang.Thread.run(Thread.java:662)
-
-&lt;/pre&gt;&lt;!--/stacktrace--&gt;&lt;hr noshade=&#39;noshade&#39;/&gt;&lt;/body&gt;&lt;/html&gt;
-
+Apache Chemistry OpenCMIS - objectNotFound error
+HTTP Status 404 - objectNotFound
+[...]
 Client stack trace :
 org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Not Found
-    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:408)
-    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:488)
-    ...
+    [...]
     at org.apache.chemistry.opencmis.client.runtime.SessionImpl.createDocument(SessionImpl.java:651)
     at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:87)
     at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:409)