FTP

cancel
Showing results for 
Search instead for 
Did you mean: 
munagala
Member II

FTP

Hi,

I am getting this error

Error from JLAN
java.lang.NullPointerException
at org.alfresco.jlan.ftp.FTPRequest.parseCommandLine(FTPRequest.java:124)
at org.alfresco.jlan.ftp.FTPRequest.<init>(FTPRequest.java:66)
at org.alfresco.jlan.ftp.FTPSrvSession.getNextCommand(FTPSrvSession.java:4577)
at org.alfresco.jlan.ftp.FTPSrvSession.run(FTPSrvSession.java:5043)
at java.lang.Thread.run(Thread.java:748)

please help me

2 Replies
upforsin
Senior Member

Re: FTP

Hello,

you have to provide us with more information, ftp configuration, alfresco version, when does this error occure etc.

There are a lot of FTP-Alfresco related issues on this forum, look them up first (i.e, https://hub.alfresco.com/t5/alfresco-content-services-forum/ftp-connection-in-installed-alfresco/td-...

howkymike
Alfresco Developer
munagala
Member II

Re: FTP

Dear Sir,

I am not abule to connect ftp i am getting this error

:~# ftp -4pn localhost 9521
Connected to localhost.
220 FTP server ready
ftp> user admin
421 Service not available, remote server has closed connection
Login failed.
ftp> quit

:# ftp -6pn localhost 9521
Connected to localhost.
220 FTP server ready
ftp> user admin
421 Service not available, remote server has closed connection
Login failed.
ftp> quit


:~# netstat -ntulp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9727/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 12720/nginx: master
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 705/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1017/sshd
tcp6 0 0 127.0.0.1:8005 :::* LISTEN 27631/java
tcp6 0 0 127.0.0.1:7983 :::* LISTEN 27777/java
tcp6 0 0 :::41679 :::* LISTEN 27631/java
tcp6 0 0 :::8080 :::* LISTEN 27631/java
tcp6 0 0 :::80 :::* LISTEN 12720/nginx: master
tcp6 0 0 :::9521 :::* LISTEN 27631/java
tcp6 0 0 :::22 :::* LISTEN 1017/sshd
tcp6 0 0 :::8983 :::* LISTEN 27777/java
tcp6 0 0 :::8443 :::* LISTEN 27631/java
udp 0 0 127.0.0.53:53 0.0.0.0:* 705/systemd-resolve

Please help me fix the issue.