0

Today I found very wearied behavior of alfresco, When I upload any .txt file via share UI, its getting uploaded successfully, but if I upload any other type of file then it's giving 500 internal server error as shown in attached screen shot, also you can see in the image that .txt file got uploaded successfully.

The strange thing is there is no any error in the server logs.

Doe's anyone faced similar issue? Also it is working for .txt, so is it a issue of Transformation?

Please suggest the possibilities of error.

Thanks in Advance.

enter image description here

Error while uploading through CMIS workbench:

enter image description here

Deepak Talape
  • 997
  • 1
  • 9
  • 35

1 Answers1

2

It does sound like a transformation problem to me, but it is hard to be sure.

Because TXT files are working that means there isn't a problem with your repo being read-only or something like that. If these were office files, especially if they were large, you might be hitting a configurable transformer limit.

I would try uploading the problem files using something other than Share, such as:

  • Alfresco FTP
  • Alfresco WebDAV
  • Alfresco CIFS/SMB
  • Apache Chemistry Workbench

Using any (or all) of these will give you a clue as to whether the problem is in Share or lower in the stack.

Jeff Potts
  • 10,468
  • 17
  • 40
  • I am getting same error through CMIS workbench, and not able to upload documents, please find attached screen shots in the question body. please update your views. – Deepak Talape Sep 17 '18 at 12:50
  • Try uninstalling the uploader plus repository AMP and see if the problem persists. – Jeff Potts Sep 18 '18 at 03:02