Hi All,
My B4J App runs well via b4j IDE but when I package using B4JPackager I get these errors from the debug..
Now I am pulling the pdf from https site I don't know what special parameters have to be set for the packaged version to behave like the IDE run Jar
My B4J App runs well via b4j IDE but when I package using B4JPackager I get these errors from the debug..
B4X:
E:\b4jProducts\b4jpackager\B4JPackager11\Objects\temp\build>cd bin
E:\b4jProducts\b4jpackager\B4JPackager11\Objects\temp\build\bin>java.exe @releas
e_java_modules.txt -m b4j/com.progwhiz.pdfviewer.main
javax.net.ssl.SSLHandshakeException: Received fatal alert: protocol_version
at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
at java.base/sun.security.ssl.Alert.createSSLException(Unknown Source)
at java.base/sun.security.ssl.TransportContext.fatal(Unknown Source)
at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Unknown Source
)
at java.base/sun.security.ssl.TransportContext.dispatch(Unknown Source)
at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown
Source)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Sourc
e)
at b4j/okhttp3.internal.connection.RealConnection.connectTls(Unknown Sou
rce)
at b4j/okhttp3.internal.connection.RealConnection.establishProtocol(Unkn
own Source)
at b4j/okhttp3.internal.connection.RealConnection.buildConnection(Unknow
n Source)
at b4j/okhttp3.internal.connection.RealConnection.connect(Unknown Source
)
at b4j/okhttp3.internal.connection.StreamAllocation.findConnection(Unkno
wn Source)
at b4j/okhttp3.internal.connection.StreamAllocation.findHealthyConnectio
n(Unknown Source)
at b4j/okhttp3.internal.connection.StreamAllocation.newStream(Unknown So
urce)
at b4j/okhttp3.internal.connection.ConnectInterceptor.intercept(Unknown
Source)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(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.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(Unkno
wn Source)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source
)
at b4j/okhttp3.internal.http.RealInterceptorChain.proceed(Unknown Source
)
at b4j/okhttp3.RealCall.getResponseWithInterceptorChain(Unknown Source)
at b4j/okhttp3.RealCall.execute(Unknown Source)
at b4j/anywheresoftware.b4h.okhttp.OkHttpClientWrapper.executeWithTimeou
t(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 S
ource)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
at java.base/java.lang.Thread.run(Unknown Source)
Suppressed: javax.net.ssl.SSLHandshakeException: Received fatal alert: h
andshake_failure
... 37 more
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Received fatal alert
: protocol_version, Response:
Now I am pulling the pdf from https site I don't know what special parameters have to be set for the packaged version to behave like the IDE run Jar