Questions tagged [ibm-jre]

10 questions
5
votes
1 answer

Unable to Extract trust manager on IBM JRE8 with OKHTTP3

Can Any one help on this please. I am also using OKHTTP3 version 4.8.1 to write HTTP2 client . Its Working on Oracle JDK 8 but not working on IBM JRE 8. Error message: java.lang.IllegalStateException: Unable to extract the trust manager on…
3
votes
2 answers

Impossible (?): NullPointerException on ConcurrentLinkedQueue.size()

I'm getting this NPE on IBM JVM, 1.6: java.lang.NullPointerException at java.util.concurrent.ConcurrentLinkedQueue.first(ConcurrentLinkedQueue.java:274) at …
adaf
  • 258
  • 1
  • 8
3
votes
5 answers

Installing IBM JRE on Windows (a non-IBM machine)

I'm developing a Java 5.0 application that connects to Websphere Application Server default messaging queues. My application will be deployed on Windows server (with sun JDK installed by default), in order to connect to the Websphere queues I have…
Ahmad Y. Saleh
  • 3,309
  • 7
  • 32
  • 43
1
vote
2 answers

How to add JVM argument `-Dcom.ibm.mq.cfg.useIBMCipherMappings=false` to IBM MQ?

Recently I've been migrated to IBM MQ v8 to IBM MQ v9 (v9.1.2.0 specifically). I used SSL to communicate with the broker. So as per Deprecated CipherSpecs document, IBM has deprecated number of cipher suites that came up with MQ 8 and seems all of…
Sachith Dickwella
  • 1,388
  • 2
  • 14
  • 22
1
vote
1 answer

Java keystore format between JVM versions, implementations

Can I safely re-use a java keystore file (jre/lib/security/cacerts) between any 'minor releases' and across all vendor-implementations (e.g: oracle/ibm/openjdk)? I.e. :Will a 'cacerts file' for Oracle Java 1.8.x work with an IBM Java 1.8.y? What…
user331465
  • 2,984
  • 13
  • 47
  • 77
1
vote
1 answer

MalformedInputException while using Shrinksafe with IBM JRE

While trying to use Shrinksafe custom_rhino.jar to build Dojo I get MalformedInputException. The problem occurs when build reaches custom widgets/templates which contain french letters stored in UTF-8. The AIX machine has LANG=en_US which should be…
zoom-fr
0
votes
1 answer

Which IBM JDK version to install Ubuntu?

There are so many versions of IBM JRE/JDK available for linux machine at https://www.ibm.com/support/pages/java-sdk-downloads-version-80 Which version is available for ubuntu(to be specific ubuntu 20.04)?
Jeet
  • 85
  • 3
  • 8
0
votes
0 answers

Should SimpleDateFormat with German Locale be able to parse a String with Timezone CEST?

I have a Java application which basically contains the following code in a test and expects it to throw an Exception: String date = "Fr August 21 16:41:32 CEST 2015"; DateFormat dateFormat = new SimpleDateFormat("EEE MMMM dd HH:mm:ss z yyyy",…
Jdv
  • 962
  • 10
  • 34
0
votes
1 answer

Client jar file version for IBM MQ7 and MQ8

Our product will support IBM MQ7 and MQ8 based on client requirement. Now, we like to know latest client jar version that we may use for our application? We would like to use JMS 1.1 specification. I have found following link for MQ 7.5…
0
votes
1 answer

Is there a way localy publish Webservice Endpoints With IBM JRE

I'm trying to write a test for a Webservice using the approach described at http://antoniogoncalves.org/2012/10/24/no-you-dont-need-to-mock-your-soap-web-service-to-test-it/ But on calling Endpoint.publish I get the following…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348