Menu

#4 queue-transfer exception

closed
nobody
None
5
2003-09-26
2003-09-23
No

i edited a queue (changed the account) and then i tried
to retransfer the queue. this didn't work so i closed
wlfxp and loaded the queue again on startup. then i
tried to transfer the queue again but wlfxp didn't do
anything.
here is the exception:

java.lang.NumberFormatException: For input string: "2003:"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:477)
at java.lang.Integer.parseInt(Integer.java:518)
at
de.kout.wlFxp.ftp.FtpSession.connect(FtpSession.java:65)
at
de.kout.wlFxp.ftp.TransferManager.autoconnect(TransferManager.java:148)
at
de.kout.wlFxp.ftp.TransferManager.run(TransferManager.java:86)

Discussion

  • Philippe Trolliet

    Logged In: YES
    user_id=839062

    i had to add the account to the site manager because the two
    accounts had the same data and only differed in the
    password. the rest was equal.
    so i think the history should also make a difference between
    the account information when there is only a different password.

     
  • Alexander Kout

    Alexander Kout - 2003-09-23
    • status: open --> pending
     
  • Alexander Kout

    Alexander Kout - 2003-09-23

    Logged In: YES
    user_id=169947

    OK. I changed it to compare the passwd, too. The exception says that
    the port is "2003:" and that it can't be parsed into an integer, so check
    your server settings. I changed that to accept only numbers now.

     
  • Alexander Kout

    Alexander Kout - 2003-09-26
    • status: pending --> closed
     

Log in to post a comment.