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
0
votes
0 answers

Can we add jars to sun.boot.class.path in JDK 8?

Trying to compile the EJB project which uses EJSContainer class in IBMWasruntime.jar Getting the below error due to ibm related jars(ibmorb.jar) not available in sun.boot.class.path cannot access com.ibm.CORBA.iiop.ObjectResolver class file for…
0
votes
0 answers

how to enable Jetty debug log in 9.4.44 Logging initialized output (seen at INFO level)

I am using Jetty 9.4.44 and for jetty debug logs I have added jetty-logging.properties in classpath Setup logging implementation org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog org.eclipse.jetty.LEVEL=INFO Make websocket…
Imdad Ali
  • 11
  • 2
0
votes
1 answer

How to monitor JVM usages for Websphere Applications?

I'm trying to monitor JVM usages in IBM Websphere Server. Normally I use jstat tool from the JDK but since that's not available with IBM WAS, is there any other tool available for the same?
JCodeX
  • 19
  • 1
  • 9
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

DB2JCC driver jar calling different jdk for character encoding conversion

I have an application deployed on websphere console which connects with db2 database. The jdk installed is IBM JDK. On running a particular case from online screen, an error pops up : UnsupportedEncodingException . ERRCODE = -4220 On checking the…
Shubham Uniyal
  • 111
  • 1
  • 9
0
votes
1 answer

Exceptions while integrating : java.security.InvalidKeyException: Illegal key size

I am integrating payment gateway integration and I do have bouncy castle jar deployed with an entry in java.security file security.provider.11=org.bouncycastle.jce.provider.BouncyCastleProvider At run time, I do have the below mentioned exceptions;…
Chks
  • 23
  • 7
0
votes
1 answer

IllegalStateException: Failed to introspect Class

I am trying to implement extension capability on my SpringBoot application where the @ComponentScan is supposed to scan for bean definitions in a separate jar present in the classpath. The @ComponentScan looks like…
user1144004
  • 183
  • 3
  • 4
  • 21
0
votes
1 answer

JVM not taking Daylight Time changes in the server

We have 4 servers in production, and all of their times are being synchronized using NTP(Network Time Protocol) server, all of these servers in NewZealand, and as part of the Daylight, the servers been advanced to 1 hour i.e +1200 to +1300, but it…
Sud
  • 79
  • 1
  • 11
0
votes
2 answers

Java JUnit JVM_EnqueueOperation() stubbed

I get this error while trying to run a JUnit Test on eclipse Oxygen Using Ibm's jdk8. Is there any known bug in this version of jdk? How can I fix/avoid it?
Bakri Bitar
  • 1,543
  • 18
  • 29
0
votes
2 answers

Connecting to Db2 on z/OS via JDBC using IBM JDK vs OpenJDK

I am able to connect to Db2 on z/OS with the IBM universal JDBC driver file db2jcc4.jar using IBM JDK 1.8 that is bundled with WebSphere 9. Every thing works fine and I can browse the catalog and execute queries. I used Squirrel SQL version 4.0.0.…
Rahul Khimasia
  • 473
  • 12
  • 24
0
votes
0 answers

Unable to Establish a https connection using IBM JDK 1.8. It does work fine with oracle JDK1.8

I am trying to https connection to remote API , used Spring RestTemplate to make the connection .Its a spring boot application I able to make a connection on my local (oracle JDK 1.8 and tomcat) When deployed as war in Jboss EAP 7.1.0 GA that uses…
0
votes
1 answer

Java Hot Deployment (Sun JDK Vs IBM JDK) - Adding method/changing signature

I was reading this blog and it says that Sun JDK does not support hot deployment in case of method signature changes/new method gets added in classes etc. I also looked at bug detail on Sun's site. In the bug detail I could see a link for Sun's…
Vicky
  • 5,380
  • 18
  • 60
  • 83
0
votes
1 answer

IBM JDK throwing error 0 class {0} is already woven and has not been built in reweavable mode [Xlint:nonReweavableTypeEncountered]

We have few aspects, Aspect classes are defined with @Aspect and declared the same aspect in METAINFO/aop.xml: aop.xml
Madhusudana
  • 302
  • 3
  • 12
0
votes
1 answer

How do I connect SQL Server with IBM JDK 8?

My application run on Suse Linux with IBM JDK 8. The code is Connection con=DriverManager.getConnection("jdbc:sqlserver://xx.xx.xx.xx:1433;DatabaseName", "user", "password"); Statement sta=con.createStatement(); String…
Ran
  • 303
  • 1
  • 3
  • 15
0
votes
0 answers

cassandra 3.0.9 internode_encryption with IBM JDK 1.8?

In addition to changing keystore and truststore passwords and installing corresponding files in conf, I made the following changes to cassandra.yaml: internode_encryption: all algorithm: IbmX509 In addition I set the following environment…
user2133121
  • 341
  • 1
  • 3
  • 12