cancel
Showing results for 
Search instead for 
Did you mean: 

CE 5.0a FTP Server broken?

wootapa
Champ in-the-making
Champ in-the-making
Hi people.

I get alot of errors in alfrescotomcat-stderr after installing 5.0a CE and connecting with FTP. It's all installed with default settings.
Am I missing something here or is the FTP server broken?

Environment:
Windows Server 2008 R2,
alfresco-community-5.0.a-installer-win-x64.exe
Multi-Tenant

Filezilla log:

Status:   Resolving address of localhost
Status:   Connecting to [::1]:21…
Status:   Connection established, waiting for welcome message…
Response:   220 FTP server ready
Command:   USER woot@abc
Response:   331 User name okay, need password for woot@abc
Command:   PASS ***********
Error:   Connection timed out
Error:   Could not connect to server


alfresco-global.properties:

### FTP Server Configuration ###
ftp.enabled=true
ftp.port=21


alfrescotomcat-stderr.2014-07-07.log:

Exception in thread "Sess_FTP11_0:0:0:0:0:0:0:1" java.lang.StackOverflowError
   at org.springframework.beans.factory.support.AbstractBeanFactory.transformedBeanName(AbstractBeanFactory.java:993)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:230)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:266)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
   at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
   at org.alfresco.repo.security.authentication.subsystems.SubsystemChainingFtpAuthenticator.getUsableFtpAuthenticators(SubsystemChainingFtpAuthenticator.java:70)
   at org.alfresco.repo.security.authentication.AbstractChainingFtpAuthenticator.authenticateUser(AbstractChainingFtpAuthenticator.java:40)
   at org.alfresco.repo.security.authentication.AbstractChainingFtpAuthenticator.authenticateUser(AbstractChainingFtpAuthenticator.java:42)
   at org.alfresco.repo.security.authentication.AbstractChainingFtpAuthenticator.authenticateUser(AbstractChainingFtpAuthenticator.java:42)
   at org.alfresco.repo.security.authentication.AbstractChainingFtpAuthenticator.authenticateUser(AbstractChainingFtpAuthenticator.java:42)
   at org.alfresco.repo.security.authentication.AbstractChainingFtpAuthenticator.authenticateUser(AbstractChainingFtpAuthenticator.java:42)
   at org.alfresco.repo.security.authentication.AbstractChainingFtpAuthenticator.authenticateUser(AbstractChainingFtpAuthenticator.java:42)
   at org.alfresco.repo.security.authentication.AbstractChainingFtpAuthenticator.authenticateUser(AbstractChainingFtpAuthenticator.java:42)

… about 1000 more rows of that last one
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
What is your authentication chain?

In addition 5.0 now has a separate authentication chain for 5.0.   Which authenticators are enabled for ftp?

I've just checked and it works fine for me.

wootapa
Champ in-the-making
Champ in-the-making
Thanks mrogers. I use AlfrescoNtlm and External. The order was wrong. Works now. Thanks!
//Andreas