Menu

Nested exception: Could not determine the type of file ConnectException: Connection timed out: connect

2015-12-15
2016-01-24
  • Oreste Pérez

    Oreste Pérez - 2015-12-15

    net.sourceforge.fullsync.FileSystemException: Nested exception: Could not determine the type of file "ftp://10.10.1.1/EPower/orion".
    nested exception:
    org.apache.commons.vfs2.FileSystemException: Could not determine the type of file "ftp://10.10.1.1/EPower/orion".
    at org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:505)
    at org.apache.commons.vfs2.provider.AbstractFileObject.exists(AbstractFileObject.java:477)
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.<init>(CommonsVfsConnection.java:52)
    at net.sourceforge.fullsync.fs.filesystems.FTPFileSystem.createConnection(FTPFileSystem.java:46)
    at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:78)
    at net.sourceforge.fullsync.impl.AbstractTaskGenerator.execute(AbstractTaskGenerator.java:130)
    at net.sourceforge.fullsync.Synchronizer.executeProfile(Synchronizer.java:65)
    at net.sourceforge.fullsync.ui.MainWindow.doRunProfile(MainWindow.java:631)
    at net.sourceforge.fullsync.ui.MainWindow.access$400(MainWindow.java:56)
    at net.sourceforge.fullsync.ui.MainWindow$28.run(MainWindow.java:607)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.ConnectException: Connection timed out: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at javax.net.DefaultSocketFactory.createSocket(Unknown Source)
    at org.apache.commons.net.ftp.FTPClient.openDataConnection(FTPClient.java:592)
    at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2545)
    at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2519)
    at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2275)
    at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.listFilesInDirectory(FTPClientWrapper.java:135)
    at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.listFiles(FTPClientWrapper.java:125)
    at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetChildren(FtpFileObject.java:140)
    at org.apache.commons.vfs2.provider.ftp.FtpFileObject.getChildFile(FtpFileObject.java:110)
    at org.apache.commons.vfs2.provider.ftp.FtpFileObject.getInfo(FtpFileObject.java:199)
    at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetType(FtpFileObject.java:327)
    at org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:496)
    ... 10 more
    net.sourceforge.fullsync.FileSystemException: Nested exception: Could not determine the type of file "ftp://10.10.1.1/EPower/orion".
    at net.sourceforge.fullsync.fs.connection.CommonsVfsConnection.<init>(CommonsVfsConnection.java:55)
    at net.sourceforge.fullsync.fs.filesystems.FTPFileSystem.createConnection(FTPFileSystem.java:46)
    at net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:78)
    at net.sourceforge.fullsync.impl.AbstractTaskGenerator.execute(AbstractTaskGenerator.java:130)
    at net.sourceforge.fullsync.Synchronizer.executeProfile(Synchronizer.java:65)
    at net.sourceforge.fullsync.ui.MainWindow.doRunProfile(MainWindow.java:631)
    at net.sourceforge.fullsync.ui.MainWindow.access$400(MainWindow.java:56)
    at net.sourceforge.fullsync.ui.MainWindow$28.run(MainWindow.java:607)
    at java.lang.Thread.run(Unknown Source)

     
  • Christoph

    Christoph - 2015-12-15

    Hi,
    is it possible that the server shut down or something? because there is a "Connection timed out: connect" there in the middle of things apparently.

    Br,
    Christoph

     
    • Roland Mösl

      Roland Mösl - 2016-01-24

      That's an other problem, I just discuss in an Android help forum.

      Android assigns at own hotspot function always an other IP.
      I thought, I can run FullSync and realized only later,
      that ES file explorer showed an ohter IP for FTP connection.

      For luck, at home, the WLAN router always assigns the same IP.

       

Log in to post a comment.