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
1 answer

Application running in websphere liberty 17.0.0.2 or latest 17.0.0.3 is not able to utilize proxy system properties

I created a sample web application for POC. This application running in Amazon EC2 liberty 17.0.0.2. When we send get request to servlet as below it has to send message to AWS SQS. http://localhost:8080/TestSqsWeb/SqsServlet?message=Hello333 Our…
0
votes
0 answers

org.springframework.beans.FatalBeanException type mismatch between read and write methods

I have a web application written using Grails 2.2.4. To this point we have been compiling and running it using the IBM 1.6 JDK on AIX because our AIX version did not support 1.7 or higher. We recently updated our AIX version so we can now support…
Andrew
  • 1
  • 3
0
votes
0 answers

Classloader contention on JAX-WS invocations in Weblogic

We are encountering many threads waiting behind the below thread which owns the ClassLoader lock as shown. This is happening on Weblogic 10.3.6 running on IBM JDK 1.7. I have considered swapping out the Weblogic JAX-WS implementation with a newer…
rudolfv
  • 797
  • 1
  • 9
  • 22
0
votes
2 answers

Nashorn and OSGi: invocable.getInterface() : Can not find a common class loader for ScriptObject and MyInterface

Before updating from IBM Java 7 to 8 the following code used to work in an Equinox OSGi environment: ScriptEngineManager manager = new ScriptEngineManager(getClass().getClassLoader()); ScriptEngine engine =…
Phil
  • 1
  • 1
0
votes
1 answer

WebSphere web container threads hungs with maximum threads state in runnable

We have WebSphere environment with 2 Node Agents and 4 Application Servers. On high traffic one of the application servers stops responding to requests at it jumps to maximum web container thread counts. On analyzing thread dump we found that approx…
Shlok Thakur
  • 13
  • 1
  • 7
0
votes
1 answer

Has ClassifyImagesOptions been deprecated?

If so, what was it replaced by? If not, I can't seem to import it properly. Could someone please give me pointers on how I could do that?
0
votes
0 answers

SSL .pk12 importing error using ikeyman

I have generated CSR and downloaded .pk12 file from the CA. While I'm trying to import this getting error as An IO Exception has occurred: DerInputStream.getLength(): lengthTag=47, too big. Error details are as :: Error Code: 58 Stack…
Saikiran
  • 140
  • 14
0
votes
1 answer

Compilation error: package javax.ejb and javax.mail does not exist using IBM SDK 7

Recently I have updated IBM SDK 6 to IBM SDK 7 but getting error as package javax.ejb does not exist package javax.mail does not exist so do I need to download and place those jar? Does IBM SDK 7 supports EJB2.5
Sasikumar Murugesan
  • 4,412
  • 10
  • 51
  • 74
0
votes
1 answer

How do we get SR and FP of IBM JRE using Java?

How do we get the below details from Java code? Particularly SR and FP details. java version "1.7.0" Java(TM) SE Runtime Environment (build pap6470_27sr1fp1-20140708_01(SR1 FP1)) IBM J9 VM (build 2.7, JRE 1.7.0 AIX ppc64-64 Compressed…
DarkCrow
  • 785
  • 2
  • 8
  • 29
0
votes
1 answer

OutofMemory error with ibm jdk 1.7

I am using IBM jdk 1.7(to support TLS cyphers) for an struts based application deployed with embedded tomcat. We are running with memory leaks(OOM) that generated almost 30 gigs of dumps.This has become a rotine event. We have tried increasing the…
0
votes
0 answers

IBM Websphere JDK throws keystore exception - how to recognize which keystore is mentioned?

I'm trying to call https soap service(Cisco call manager, if it helps) from websphere application. I've added certificate both to ibm java keystore and websphere keystore. I got another exception first and used this to resolve. I didn't wanted to…
Anton
  • 1,409
  • 1
  • 19
  • 37
0
votes
1 answer

clearing batch preparedstatements

I have a java application which read files and writes to oracle db row by row. We have come across a strange error during batch insert which does not occur during sequential insert. The error is strange because it occurs only with IBM JDK7 on AIX…
cacert
  • 2,677
  • 10
  • 33
  • 56
0
votes
2 answers

HttpServlet in IBM Java?

I'm trying to build an app using IBM Bluemix that takes user input in an HTML form, processes it in a server-side Java application, and returns the processed data to the user. This kind of thing is really simple to implement using HttpServlet, but…
Morgan G
  • 595
  • 1
  • 5
  • 19
0
votes
1 answer

IBM Java SE 1.6 and STS conflict

I'm using Eclipse kepler and IBM jdk 1.6. java version "1.6.0" Java(TM) SE Runtime Environment (build pwa6460sr2-20080818_01(SR2)) IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows Vista amd64-64 jvmwa6460-20080816_22093 (JIT enabled, AOT…
0
votes
1 answer

Websphere 8.5 jdk 7 installation

I have JDK 7 installed on my machine. I have JDK 7 patch installed on Websphere 8.5.5.0 When I try to run the following command I get an error. Command managesdk.bat -enableProfile -profileName AppSrv01 -sdkName 1.7_64 Error CWSDK0009E: Unexpected…
user3549439
  • 21
  • 2
  • 6