From: <ful...@li...> - 2017-01-31 07:47:14
|
Hi Am 2017-01-27 um 11:16 schrieb ful...@li...: > Good morning, > I've just installed your software (FullSync Version:0.10.4) and made a > new profile to sync data with my home NAS. I'm sure it is connected and > reachable from my location (tested with filezilla), but your software > reply me with an error: The error below confirms that a connection is possible, but was immediately closed again as soon as FullSync tried to log in... There are two things I could think of: * Configuration problem: wrong username / password, unsupported login method,... the FullSync log file may contain further hints about this. * Unlikely but possible: Your hostname is a dynamic DNS based name, the Java runtime used by FullSync may cache name resolution results for a long time and your IP address might have changed since FullSync first tried to access it. Restarting FullSync might help in this case. General Warning: FTP is horrible. Connecting an FTP server to the internet is a really bad idea. Switching to SFTP (not FTPS) and using Key-Based authentication is much better in terms of security, privacy and functionality. If both options from above don't lead to anything then a network trace using Wireshark or a similar tool may be needed to figure out what the problem really is. HTH, Christoph > > net.sourceforge.fullsync.FileSystemException: Nested exception: Could > not connect to FTP server on "jacoponas.ddns.net". > nested exception: > org.apache.commons.vfs2.FileSystemException: Could not connect to FTP > server on "jacoponas.ddns.net". > 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.net.ftp.FTPConnectionClosedException: > Connection closed without indication. > at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:317) > at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:294) > at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:483) > at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:608) > at org.apache.commons.net.ftp.FTP.user(FTP.java:753) > at org.apache.commons.net.ftp.FTPClient.login(FTPClient.java:1034) > at > org.apache.commons.vfs2.provider.ftp.FtpClientFactory.createConnection(FtpClientFactory.java:94) > ... 18 more > net.sourceforge.fullsync.FileSystemException: Nested exception: Could > not connect to FTP server on "jacoponas.ddns.net". > 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) > > Any idea why and how to fix that? > Thanks in advance, > |