Am running XWiki 10.3 on Ubuntu. I used to have FileManager extension running, but for reason I can’t figure it’s stopped working (unaware of any instance changes).
Uploading a file appears to go well, until it finishes and no error is reported in the browser. But the file doesn’t appear in the list. The catalina log for the tomcat8 instance has the following:
2018-06-07 16:17:10,505 [http://wiki.ss.saas.hpe.com/xwiki/bin/get/FileManager/Presentations?action=createFile&form_token=pYDgLixXJ3iBckKkmP5q5A] ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #createFile called at 39:xwiki:FileManagerCode.FolderSheet[line 7, column 1]
2018-06-07 16:17:10,505 [http://wiki.ss.saas.hpe.com/xwiki/bin/get/FileManager/Presentations?action=createFile&form_token=pYDgLixXJ3iBckKkmP5q5A] ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #handleFolderWebServiceRequest called at 39:xwiki:FileManagerCode.FolderSheet[line 2, column 1]
Could anyone help me understand what that is telling me, how to troubleshoot? Appreciate any advice.
-Alan
EDIT: Also, I’m seeing a bunch of the following warnings in the log, not sure if related:
2018-06-07 19:00:56,521 [http://wiki.ss.saas.hpe.com/xwiki/bin/get/FileManager/Presentations?data=files&limit=15&offset=0&outputSyntax=plain&sort=date] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of getter [com.xpn.xwiki.api.Attachment.getFilesize] in 36:xwiki:FileManagerCode.FolderSheet@317,17
2018-06-07 19:00:58,545 [http://wiki.ss.saas.hpe.com/xwiki/bin/get/FileManager/Presentations?data=files&limit=15&offset=0&order=desc&outputSyntax=plain&sort=date] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of getter [com.xpn.xwiki.api.Attachment.getFilesize] in 41:xwiki:FileManagerCode.FolderSheet@317,17
2018-06-07 19:01:04,639 [http://wiki.ss.saas.hpe.com/xwiki/bin/get/FileManager/Presentations?data=files&limit=15&offset=0&outputSyntax=plain&sort=date] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of getter [com.xpn.xwiki.api.Attachment.getFilesize] in 40:xwiki:FileManagerCode.FolderSheet@317,17