only unique thing I'm doing is port is 2121
thus, ftp://192.168.1.114:2121 (which works great in browser, explorer, filezilla, etc
ERROR MESSAGE:
net.sourceforge.fullsync.FileSystemException: Nested exception: Could not connect to FTP server on "192.168.1.114".
nested exception:
org.apache.commons.vfs2.FileSystemException: Could not connect to FTP server on "192.168.1.114".
at org.apache.commons.vfs2.provider.ftp.FtpClientFactory.createConnection(FtpClientFactory.java:159)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.createClient(FTPClientWrapper.java:71)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.getFtpClient(FTPClientWrapper.java:90)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.<init>(FTPClientWrapper.java:49)
at org.apache.commons.vfs2.provider.ftp.FtpFileProvider.doCreateFileSystem(FtpFileProvider.java:85)
at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.getFileSystem(AbstractOriginatingFileProvider.java:103)
at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:81)
at org.apache.commons.vfs2.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:65)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:693)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:621)
at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.<init>(CommonsVfsConnection.java:54)
at net.sourceforge.fullsync.fs.filesystems.FTPFileSystem.createConnection(FTPFileSystem.java:46)
at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:75)
at net.sourceforge.fullsync.impl.AbstractTaskGenerator.execute(AbstractTaskGenerator.java:132)
at net.sourceforge.fullsync.Synchronizer.executeProfile(Synchronizer.java:63)
at net.sourceforge.fullsync.ui.MainWindow.doRunProfile(MainWindow.java:641)
at net.sourceforge.fullsync.ui.MainWindow.access$400(MainWindow.java:59)
at net.sourceforge.fullsync.ui.MainWindow$29.run(MainWindow.java:617)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.commons.vfs2.FileSystemException: Could not login to FTP server on "192.168.1.114" as user "Anonymous".
at org.apache.commons.vfs2.provider.ftp.FtpClientFactory.createConnection(FtpClientFactory.java:98)
... 18 more
net.sourceforge.fullsync.FileSystemException: Nested exception: Could not connect to FTP server on "192.168.1.114".
at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.<init>(CommonsVfsConnection.java:60)
at net.sourceforge.fullsync.fs.filesystems.FTPFileSystem.createConnection(FTPFileSystem.java:46)
at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:75)
at net.sourceforge.fullsync.impl.AbstractTaskGenerator.execute(AbstractTaskGenerator.java:132)
at net.sourceforge.fullsync.Synchronizer.executeProfile(Synchronizer.java:63)
at net.sourceforge.fullsync.ui.MainWindow.doRunProfile(MainWindow.java:641)
at net.sourceforge.fullsync.ui.MainWindow.access$400(MainWindow.java:59)
at net.sourceforge.fullsync.ui.MainWindow$29.run(MainWindow.java:617)
at java.lang.Thread.run(Unknown Source)
Last edit: eturk 2018-04-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
the only reason for the error that I can find points to a failed login either because of wrong username or wrong password.
Do you use any anti virus software or other security software on your system? Can other FTP clients connect to your local server? What FTP server software are you using?
Br,
Christoph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
getting nested exception error trying to connect
only unique thing I'm doing is port is 2121
thus, ftp://192.168.1.114:2121 (which works great in browser, explorer, filezilla, etc
ERROR MESSAGE:
Last edit: eturk 2018-04-26
Hi,
looks like you need to secify a user and a password to connect to that FTP server.
Have you specified the user and the password in FullSync?
HTH,
Christoph
Thanks for reply!
No login/password. It's a server on the lan.
Works great connecting to ftp.intel.comftp://ftp.intel.com but exception when I change to local
From: Christoph cobexer@users.sourceforge.net
Sent: Thursday, April 26, 2018 10:41 PM
To: [fullsync:discussion] 394534@discussion.fullsync.p.re.sourceforge.net
Subject: [fullsync:discussion] ftp exception
Hi,
looks like you need to secify a user and a password to connect to that FTP server.
Have you specified the user and the password in FullSync?
HTH,
Christoph
ftp exceptionhttps://sourceforge.net/p/fullsync/discussion/394534/thread/c54b4031/?limit=25#6914
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/fullsync/discussion/394534/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Hi,
the only reason for the error that I can find points to a failed login either because of wrong username or wrong password.
Do you use any anti virus software or other security software on your system? Can other FTP clients connect to your local server? What FTP server software are you using?
Br,
Christoph