iOS Question OTA Deployer Error

MarcoRome

Expert
Licensed User
Longtime User
Hi All.
1) I compiled the app remotely with user id server without any problems.
2) I downloaded the app locally.
3) When I try to send it OTA, I get the following error immediately.
The user ID is correct (as mentioned, the project compiles without any problems).

1784031749368.png




C:\OTA\bin>java.exe @release_java_modules.txt -m b4j/b4j.example.main
okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
at b4j/okhttp3.internal.http2.Http2Stream.checkOutNotClosed$okhttp(Unknown Source)
at b4j/okhttp3.internal.http2.Http2Stream$FramingSink.emitFrame(Unknown Source)
at b4j/okhttp3.internal.http2.Http2Stream$FramingSink.write(Unknown Source)
at b4j/okio.ForwardingSink.write(Unknown Source)
at b4j/okhttp3.internal.connection.Exchange$RequestBodySink.write(Unknown Source)
at b4j/okio.RealBufferedSink.emitCompleteSegments(Unknown Source)
at b4j/okio.RealBufferedSink.write(Unknown Source)
at b4j/anywheresoftware.b4h.okhttp.OkHttpClientWrapper$PostPayload.writeTo(Unknown Source)
at b4j/okhttp3.internal.http.CallServerInterceptor.intercept(Unknown Source)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source)
at b4j/okhttp3.internal.connection.ConnectInterceptor.intercept(Unknown Source)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source)
at b4j/okhttp3.internal.cache.CacheInterceptor.intercept(Unknown Source)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source)
at b4j/okhttp3.internal.http.BridgeInterceptor.intercept(Unknown Source)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source)
at b4j/okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(Unknown Source)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source)
at b4j/okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(Unknown Source)
at b4j/okhttp3.internal.connection.RealCall.execute(Unknown Source)
at b4j/anywheresoftware.b4h.okhttp.OkHttpClientWrapper.executeWithTimeout(Unknown Source)
at b4j/anywheresoftware.b4h.okhttp.OkHttpClientWrapper.access$0(Unknown Source)
at b4j/anywheresoftware.b4h.okhttp.OkHttpClientWrapper$ExecuteHelper.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

Any ideas or is it a remote OTA server problem ?
Thank you in advance
 
Top