Menu

#46 nullexception if source or dest is not localpath

open
nobody
5
2012-12-07
2006-08-28
Anonymous
No

whenever i try to sync a ftp to either a local
destination or another ftpserver i get the error:
"An exception occured:
null"

the Details are:

java.lang.NullPointerException
at java.util.Hashtable.get (Unknown Source)
at
net.sourceforge.fullsync.FileSystemManager.createConnection(FileSystemManager.java:43)
at
net.sourceforge.fullsync.impl.AbstractTaskGenerator.execute(AbstractTaskGenerator.java:95)
at
net.sourceforge.fullsync.Synchronizer.executeProfile(Synchronizer.java:45)
at
net.sourceforge.fullsync.ui.MainWindow._doRunProfile(MainWindow.java:626)
at
net.sourceforge.fullsync.ui.MainWindow.access$400(MainWindow.java
:52)
at
net.sourceforge.fullsync.ui.MainWindow$25.run(MainWindow.java:604)
at java.lang.Thread.run(Unknown Source)

it only runs when i make both source and destination
local...

Discussion


Log in to post a comment.