B4J Question Downloading Images Crush from jServer

narek adonts

Well-Known Member
Licensed User
Longtime User
Hi ,

I am download a list of files with b4i client to b4j server.

I am doing the request like

for i= 1 to 150
downloadimage
next

after few images are downloaded I am getting error on the server.

java.lang.IllegalStateException: Committed

I do not understand how to fix this issue.

P.S. there are 5 images and I am looping the download cycle for testing.
 
Top