|
楼主 |
发表于 2019-8-13 16:18:55
|
显示全部楼层
tomcat只有那一行提示,通过浏览器控制台,发现uploadDoc.j这个请求有错误,错误如下
- <html><head><title>Apache Tomcat/6.0.41 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - RepositoryException</h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u>RepositoryException</u></p><p><b>description</b> <u>The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>org.outerj.daisy.runtime.DaisyRTException: RepositoryException
- com.justep.doc.httpconnector.HttpConnector.service(Unknown Source)
- com.justep.doc.httpconnector.FileServlet.service(Unknown Source)
- javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
- </pre></p><p><b>root cause</b> <pre>org.outerj.daisy.repository.RepositoryException: Problem retrieving blob data.
- org.outerj.daisy.repository.serverimpl.LocalDocumentStrategy.getBlob(Unknown Source)
- org.outerj.daisy.repository.commonimpl.PartImpl.getDataStream(Unknown Source)
- com.justep.doc.httpconnector.handlers.AbstractFileDownloadHandler.download(Unknown Source)
- com.justep.doc.httpconnector.handlers.FileDownloadHandler.handleRequest(Unknown Source)
- com.justep.doc.httpconnector.HttpConnector$PathHandler.handle(Unknown Source)
- com.justep.doc.httpconnector.HttpConnector.service(Unknown Source)
- com.justep.doc.httpconnector.FileServlet.service(Unknown Source)
- javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
- </pre></p><p><b>root cause</b> <pre>org.outerj.daisy.blobstore.NonExistingBlobException: Non existing blob name: defaultDocNameSpace_____________attachment20181011221b2d257c035e4f035c6c31448f2d11204a6d70
- org.outerj.daisy.blobstore.impl.FSBlobStore.retrieve(Unknown Source)
- org.outerj.daisy.repository.serverimpl.LocalDocumentStrategy.getBlob(Unknown Source)
- org.outerj.daisy.repository.commonimpl.PartImpl.getDataStream(Unknown Source)
- com.justep.doc.httpconnector.handlers.AbstractFileDownloadHandler.download(Unknown Source)
- com.justep.doc.httpconnector.handlers.FileDownloadHandler.handleRequest(Unknown Source)
- com.justep.doc.httpconnector.HttpConnector$PathHandler.handle(Unknown Source)
- com.justep.doc.httpconnector.HttpConnector.service(Unknown Source)
- com.justep.doc.httpconnector.FileServlet.service(Unknown Source)
- javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
- </pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the Apache Tomcat/6.0.41 logs.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.41</h3></body></html>
复制代码
|
|