Rakesh Kumar Parappa

Results 6 comments of Rakesh Kumar Parappa

@ljnelson - The issue is fixed now with the lates 3.x Java SDK. ``` [INFO] \- com.oracle.oci.sdk:oci-java-sdk-shaded-full:jar:3.2.2:compile [INFO] +- org.slf4j:slf4j-api:jar:1.7.33:compile [INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.70:compile [INFO] | \- org.bouncycastle:bcutil-jdk15on:jar:1.70:compile [INFO] \- org.bouncycastle:bcprov-jdk15on:jar:1.70:compile...

Closing the ticket. Please reopen it if you still see this issue in the latest 3.x version.

Hi, If you are using any OCI Java SDK version(s) [>= 3.31.0](https://github.com/oracle/oci-java-sdk/releases/v3.31.0) and [

Can you please share the stack trace? Also, which Jersey version are you using?

One thing you could try is setting the system property `oci.javasdk.apache.idle.connection.monitor.thread.enabled=false` or setting the property in clientConfigurator ``` .clientConfigurator(builder -> { builder.property(JerseyClientProperties.APACHE_IDLE_CONNECTION_MONITOR_THREAD_ENABLED, false); }) ``` Please let me know if...

Also, if are you using inputstreams, you need to close all input streams obtained from the response object. See here - https://github.com/oracle/oci-java-sdk/blob/master/ApacheConnector-README.md#program-hangs-for-an-indefinite-time