Questions tagged [ibm-jdk]

The IBM JDK (IBM Java Development Kit) is IBM's implementation of the Java Platform Standard Edition. It is available on wide variety of platforms including: Windows, Linux (on x86, Power, and z Systems), AIX, and z/OS.

The IBM JDK (IBM Java Development Kit) is IBM's implementation of the Java Platform Standard Edition. It is available on wide variety of platforms including: Windows, Linux (on x86, Power, and z Systems), AIX, and z/OS.

83 questions
1
vote
1 answer

With IBM JDK8 seeing sun.io.UnknownCharacterException exception

When I start our product, I run into this exception. If I switch the JDK to JDK7 it starts up fine. Caused by: java.lang.ClassNotFoundException: sun.io.UnknownCharacterException at java.net.URLClassLoader.findClass(URLClassLoader.java:607) at…
1
vote
0 answers

ExceptionInInitializerError when run test in context PowerMockRunner

We have test class DocumentIndicatorTest. Early it work with @RunWith(MockitoJUnitRunner.class). Now we change it on @RunWith(PowerMockRunner.class). And it perfect work on local pc (win7). But when this script running on bamboo server (linux), it…
MacTire
  • 21
  • 7
1
vote
2 answers

500 Error Weblogic Server

We are trying to deploy a web application on Oracle Web logic server. Server is installed on Cent Os and using IBM Java. After deploying web app we are getting bad or corrupt certificate issue. Previously It was deployed in the same server few…
ntulsi
  • 76
  • 1
  • 13
1
vote
1 answer

How to enable the SSLv3 setting in ibm java 8

I use IBM JDK J9 on AIX OS. I want to know what I need to change in the java.security file to enable the SSLv3 Secure Socket Layer protocol. Or is there another file that needs to be changed to enable this protocol?
developer
  • 79
  • 5
1
vote
0 answers

IBM jdk 1.4 keytool command to create valid public and private key for BKS provider

I am trying to create the certificate on IBM JDK1.4 using bouncy castle as a provider, I am using this command to create the certs, with this commands private key is created , but I am not able to create public key for it. Also I am looking for the…
Ashok I
  • 11
  • 4
1
vote
1 answer

How to load resource from classpath with informix.jvp.dbapplet.impl.JVPClassLoader?

I'd like to solve very specific problem with loading resources in Informix stored procedures written in Java. I have IFX v12 and IBM Java 1.7, when I wanted to load any resource from classpath (i.e. some property file) I've got IOException with…
1
vote
1 answer

How to Enable JDK 7 for Websphere Profile

I am using Websphere 5.5.0 with Default JDk version as 6. I installed new jdk 7. The Jdk7 got enabled only for the server and not for the entire profile. Then I ran the managesdk command to enable the Jdk 7 for the entire profile. managesdk.bat…
aknon
  • 1,408
  • 3
  • 18
  • 29
1
vote
2 answers

Can IntelliJ 14 be used to work with IBM JDK 1.7?

We have a customer who uses the IBM JDK and so I would like to have that as an option to use within IntelliJ (normally, I only recent Oracle releases). How can I install and setup IBM JDK 7 for use in IntelliJ such that I can switch between the two…
Jon
  • 1,675
  • 26
  • 57
1
vote
1 answer

How to properly configure Kerberos principal name

this is my krb5.ini file. [libdefaults] default_realm = TEST.EXAMPLE.COM ..... [realms] TEST.EXAMPLE.COM = { kdc = test.example.com:88 master_kdc = test.example.com:88 …
dorothy
  • 1,213
  • 5
  • 20
  • 35
1
vote
1 answer

Error while initializing metro webservice client

Since few weeks we have some trouble with our external test environment (which is not operated by us). Our webapplication is connected to a soap webservice. We are using: metro 2.1.1 for the webservice client java-1.5.0-ibm-1.5.0.12.4 is installed…
1
vote
1 answer

java.lang.LinkegeError while parsing ddm file DOMParser in Websphere 7

I am using websphere 7. to deploy my application. While deployment it needs to parse *.ddm file to read properties. We are using DOMParser to parse the file. following is the code. same this is working fine is Tomcat. InputStream iStream = new…
Prasad S Deshpande
  • 1,362
  • 4
  • 15
  • 35
0
votes
1 answer

Spring validation issue

We are facing an issue in IBM RAD IDE environment (IBM JDK 1.6 as the runtime JRE) while executing a test case. The same code is running fine with Springsource IDE (Sun JDK 1.6 as the runtime JRE). Is it an issue with JDK or with Spring…
Sandeep
  • 586
  • 2
  • 6
  • 17
0
votes
0 answers

garbage collection batch job jvm arguments

We have following jvm arguments while running batch jobs. These arguments are specific to ibm jdk 8. What are the corresponding variables for open jdk…
Sanjay
  • 165
  • 1
  • 13
0
votes
0 answers

Datasource test connection fails in jboss eap 6.4

I am trying to use jboss eap 6.4 with ibm sdk 1.8. I am trying to create a datasource which is a DB2 connection. However, when i try to do a test connection, it fails with the message - Internal Server Error { "outcome" => "failed", …
deepc554
  • 21
  • 2
0
votes
0 answers

Error connecting to Gemfire locators with IBM Java 1.8 and Apache Geode 1.15.1 jars

We are working on upgrading Gemfire client - Apache Geode 1.12.1 to Apache Geode 1.15.1. Java version used is IBM JDK 1.8.0 341 on Linux system. We are getting fatal alert: protocol version error while connecting to Gemfire locators with 1.15.1…
Sagar
  • 1