下载或查看附件时通常会遇到下面两种错误
第一种

Caused by: org.outerj.daisy.blobstore.NonExistingBlobException: Non existing blob name: defaultDocNameSpace_____________attachment201704063b5912003520474c4e475e7c2803747154225857
	at org.outerj.daisy.blobstore.impl.FSBlobStore.retrieve(Unknown Source)
	... 20 more

第二种

Caused by: org.outerj.daisy.repository.DocumentNotFoundException: A document with id 1811-defaultDocNameSpace does not exist.
        at org.outerj.daisy.repository.serverimpl.LocalDocumentStrategy.loadDocumentInTransaction(Unknown Source)
        at org.outerj.daisy.repository.serverimpl.LocalDocumentStrategy.load(Unknown Source)
        at org.outerj.daisy.repository.commonimpl.CommonRepository.getDocument(Unknown Source)

第一种错误是文档服务上没有找到要操作的附件,平台默认的附件上传后文件是存到model同级的data\doc\blobstore下的defaultDocNameSpace_____________attachment201704063b5912003520474c4e475e7c2803747154225857就是具体文件的目录名和文件名的拼接

第二种错误是文档服务器连的数据库中没有操作的附件的信息,就是配置的doc数据源的相关表中没有这个附件相关的记录