This is my log:
Error initializing map
--------- beginning of system
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (test) Create, isFirst = true **
** Activity (test) Resume **
** Service (downloadservice) Create **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (downloadservice) Start **
** Service (httputils2service) Create **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
** Service (httputils2service) Start **
Job completed: true
Job completed: true
Job completed: true
Job completed: true
Job completed: true
** Activity (test) Pause, UserClosed = true **
sending message to waiting queue (dd_progress)
sending message to waiting queue (dd_complete)
Ignoring cancel request.
http://www.humanisoft.com/test/52404296.jpg
Ignoring cancel request.
http://www.humanisoft.com/test/762044399.jpg
Ignoring cancel request.
http://www.humanisoft.com/test/528643595.jpg
Ignoring cancel request.
http://www.humanisoft.com/test/909029749.jpg
Ignoring cancel request.
http://www.humanisoft.com/test/305792120.jpg
Ignoring cancel request.
http://www.humanisoft.com/test/800634350.jpg
Ignoring cancel request.
http://www.humanisoft.com/test/376315579.jpg
Error occurred on line: 71 (DownloadService)
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runGoodChain(Shell.java:463)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:285)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:249)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:134)
at anywheresoftware.b4a.BA$2.run(BA.java:338)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7237)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Caused by: java.io.IOException: BufferedOutputStream is closed
at java.io.BufferedOutputStream.checkNotClosed(BufferedOutputStream.java:91)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:84)
at java.io.FilterOutputStream.flush(FilterOutputStream.java:88)
at java.io.FilterOutputStream.close(FilterOutputStream.java:61)
at anywheresoftware.b4a.objects.streams.File$OutputStreamWrapper.Close(File.java:442)
at b4a.example.downloadservice._canceldownload(downloadservice.java:191)
... 14 more