|
问题:
1、使用attachment组件上传附件,控制台打印以下信息,发现数据库存储的json字符串信息没有size、time和fileID,请教:
[{
"docID":"C950F4AA025000018CE21DE09DF91769",
"docName":"test.txt",
"docPath":"/defaultDocNameSpace/6cd0ba02-5d07-46d2-8fd9-07cfc39400b4/9da0d865-6ac8-4a67-baa9-169a33b060a5/00fcf276-1d62-4773-9c4d-b22f4d38cfb8",
"fileID":""}]
2021-04-06 20:14:07 [http-80-2] [org.outerj.daisy.ftindex.FullTextNamespaceIndexImpl] ERROR: IMPORTANT WARNING: the fulltext index directory was locked, which indicates improper shutdown of the Daisy repository server. Some index updates might not have been flushed to disk.
2021-04-06 20:14:07 Not registed session:62F1F007F236C7E4B09200841EBCC2D1, jsessionid:JSESSIONID=null, action: <?xml version="1.0" encoding="UTF-8"?>
<action name="checkSessionAction" activity="mainActivity" process="/SA/doc/system/systemProcess"> <parameters xmlns:xbiz="http://www.justep.com/xbiz#"> <parameter name="key"> <xbiz:simple type="http://www.w3.org/2001/XMLSchema#string">f933c7f22e58992ce220df61190a807e7677cddb413052ddfac4dbc8f11e324ca1a36e0bb9999d10bcd3ac9df5682c0d0e5036e673d94745c217d80aca3170347b3fa6c95328f0b9</xbiz:simple> </parameter> <parameter name="path"> <xbiz:simple type="http://www.w3.org/2001/XMLSchema#string">http://localhost/DocServer/repository/file/cache/upload</xbiz:simple> </parameter> </parameters></action>
|
|