B4J Question FTP Issue

ElliotHC

Active Member
Licensed User
I seem to be getting this error message returned, can anyone please help with it?

Many thanks.

java.lang.NullPointerException
at org.apache.commons.net.SocketClient.setSoTimeout(SocketClient.java:447)
at anywheresoftware.b4a.net.FTPWrapper.connectIfNeeded(FTPWrapper.java:494)
at anywheresoftware.b4a.net.FTPWrapper.access$3(FTPWrapper.java:485)
at anywheresoftware.b4a.net.FTPWrapper$2.run(FTPWrapper.java:225)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
 

ElliotHC

Active Member
Licensed User
Apparently, that is a server rejection message. I've forgotten to set a flag in my nested loops and issued more than 500 FTP upload requests in under a minute.

That'll do it for sure!
 
Upvote 0
Top