Alfresco Failed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016 01:25 AM
Hi
I am using Alfresco 3.4.11 enterprise edition. Last couple of weeks , my alfresco server shutdown unexceptionably. I seen the error logs below
19:54:54,353 DEBUG [org.alfresco.fileserver] [FTP] FTP session request received from 10.118.xx.xx
19:55:00,353 ERROR [org.alfresco.fileserver] java.lang.ArrayIndexOutOfBoundsException: -1
java.lang.ArrayIndexOutOfBoundsException: -1
at org.alfresco.jlan.ftp.FTPSrvSession.getNextCommand(FTPSrvSession.java:4381)
at org.alfresco.jlan.ftp.FTPSrvSession.run(FTPSrvSession.java:4851)
at java.lang.Thread.run(Thread.java:662)
19:55:00,353 DEBUG [org.alfresco.fileserver] [FTP] FTP session request received from 10.118.xx.xx.
Its seems to be FTP issues , but I cant found the solution for this .Its very urgent and critical issue .
if any help appreciated.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016 08:21 AM
It seems something related to the FTP Server implementation, have you tried to disable the FTP Server?
Try to set the following property in the alfresco-global.properties:
ftp.enabled=false
And then restart Alfresco.
Check also the documentation here:
FTP file server properties | Alfresco Documentation
Hope this helps.
