ibm-jdk

Could not find TLS ALPN provider; no working netty-tcnative, Conscrypt, or Jetty NPN/ALPN available

我们两清 提交于 2020-12-08 07:23:51
问题 What version of gRPC are you using? 1.13.1 I am using java 8 to build an executable jar. Below is the java version: $ /usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/bin/java -version openjdk version "1.8.0_171" OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-2~14.04-b11) OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode) I am using gradle 3.4.1 to generate the jar as follows: /opt/gradle-3.4.1/bin/gradle jar -Dorg.gradle.java.home=/usr/lib/jvm/java-1.8.0-openjdk-amd64/ Below are the

Java FX 2 on IBM jdk?

大城市里の小女人 提交于 2020-01-15 08:53:12
问题 Does IBM's java 7 bundle Java FX 2? I have JDK Version 7 Release 1 for Linux (32 bit) and it doesn't seem to contain it. If it doesn't, can I still use it, and what do I need to do for that? Thanks 回答1: No, IBM Java 7 does not include JavaFX 2. The Oracle distributions of Java 7 and 8 are the only supported Java runtimes that include JavaFX that I am aware of at this time. JavaFX 2 is mostly closed source, so you can't really port it to any other runtimes. JavaFX 8 is completely open source,

Error accessing a Web Service with SSL

谁说胖子不能爱 提交于 2019-12-30 01:05:58
问题 I have a program that is supposed to send a file to a web service, which requires an SSL connection. I run the program as follows: SET JAVA_HOME=C:\Program Files\Java\jre1.6.0_07 SET com.ibm.SSL.ConfigURL=ssl.client.props "%JAVA_HOME%\bin\java" -cp ".;Test.jar" ca.mypackage.Main This was works fine, but when I change the first line to SET JAVA_HOME=C:\Program Files\IBM\SDP\runtimes\base_v7\java\jre I get the following error: com.sun.xml.internal.ws.client.ClientTransportException: HTTP

Error accessing a Web Service with SSL

孤街浪徒 提交于 2019-12-30 01:05:09
问题 I have a program that is supposed to send a file to a web service, which requires an SSL connection. I run the program as follows: SET JAVA_HOME=C:\Program Files\Java\jre1.6.0_07 SET com.ibm.SSL.ConfigURL=ssl.client.props "%JAVA_HOME%\bin\java" -cp ".;Test.jar" ca.mypackage.Main This was works fine, but when I change the first line to SET JAVA_HOME=C:\Program Files\IBM\SDP\runtimes\base_v7\java\jre I get the following error: com.sun.xml.internal.ws.client.ClientTransportException: HTTP

Worklight Push notification (APNS) fails with javax.net.ssl.SSLHandshakeException

天涯浪子 提交于 2019-12-18 07:10:07
问题 I have a Worklight 6.1 app on iOS with push notifications. It works fine, until something goes wrong on the Worklight server. All push notifications after that fail until the server is restarted. The Worklight server is Liberty 8.5.5.0 on Linux x86_64 Using JDK : java-1.7.0-ibm-1.7.0.5.0.x86_64 The Worklight database is Derby (this is a test server) Everything works great when I start the server. 10 minutes after the server starts, I see: [2/20/14 19:39:15:319 CST] 0000003e com.notnoop.apns

How to enable TLS version 1.2 in web logic for outgoing https transactions

允我心安 提交于 2019-12-11 04:20:02
问题 I am working on one project which require TLS version 1.2 to be enabled on web logic server for outgoing https transactions. I tried using below properties in web logic startup script : Weblogic.security.SSL.minimumProtocolVersion=TLSv1.2 Or Weblogic.security.SSL.protocolVersion=TLS But when I ran some test I was able to see TLSv1 still getting used in the clientHello message in weblogic SSL logs. We tried every permutation and combination to start the TLS handshake with TLSv1.2 but no

IBM JVM 1.6 SR14: java.lang.UnsatisfiedLinkError: fontmanager (Not found in com.ibm.oti.vm.bootstrap.library.path)

不羁岁月 提交于 2019-12-08 13:35:02
问题 We upgraded IBM Java on our AIX machine from Java 1.6 SR 9 to Java 1.6 SR14 and now we have following error during start of our applications: Exception in thread "main" java.lang.UnsatisfiedLinkError: fontmanager (Not found in com.ibm.oti.vm.bootstrap.library.path) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1030) at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:994) at java.lang.System.loadLibrary(System.java:507) at sun.font.FontManager$1.run

Downloading IBM J9 JDK [closed]

有些话、适合烂在心里 提交于 2019-12-06 18:30:02
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I have the following questions on IBM J9 JDK/JRE. Does any one know the location where I can download the latest J9 JDK? I googed it and couldn't find the location. What is the relation between IBM J9 JDK and Apache Harmony project? Thank you. 回答1: As McDowell suggested in his comment. You can get the J9 JDK from

Downloading IBM J9 JDK [closed]

余生颓废 提交于 2019-12-04 23:53:25
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I have the following questions on IBM J9 JDK/JRE. Does any one know the location where I can download the latest J9 JDK? I googed it and couldn't find the location. What is the relation between IBM J9 JDK and Apache Harmony project? Thank you. Favonius As McDowell suggested in his comment. You can get the J9 JDK from this link: https://developer.ibm.com/javasdk/downloads/ . Specifically.. Linux - https://www.ibm