Version 8.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-8]
1195 questions
2
votes
0 answers
JVMCFRE003 bad major version; class=com/microsoft/sqlserver/jdbc/SQLServerConnectionPoolDataSource, offset=6
I am trying to create a JDBC data source in WebSphere. Testing the connection returns the error message:
JVMCFRE003 bad major version;
class=com/microsoft/sqlserver/jdbc/SQLServerConnectionPoolDataSource,
offset=6
my environment and…

Heinz
- 913
- 4
- 12
- 22
2
votes
2 answers
How to retrieve Websphere TrustStore using Apache Httpclient 3
I am using Apache Httpclient (commons httpclient 3.1). As of now we make a client call by specifying the physical path to a Keystore and Trustsore file.
At the same time these are also confugured in Websphere 8.5.
for example at :
SSL certificate…

Aruni Mishra
- 79
- 8
2
votes
0 answers
Mismatch in SOAP/SAAJ dependencies in WAS 8.5
I've been trying to upgrade to Spring 5 and I am having issues with the SAAJ wrapper around my SOAP web services. It all works fine on tomcat, but moving it to WAS 8.5 has caused me no end of trouble.
The following is the stack trace that is…

Sandy
- 21
- 2
2
votes
3 answers
javax.jms.JMSException: maximum connections (50) reached error while configuring more than 50 resource adapters - MDB
We are getting the below exception when we try to configure more than 50 MDB (each MDB to a different MQ). I have tried changing the standalone.xml configuration as below, but still it didnt help. Could someone help us on this…

Rakhu Augustus
- 21
- 2
2
votes
1 answer
How to enable strong cipher suites in Websphere 8.0?
SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384 is listed as top priority in the Cryptography Providers list:
To my humble knowledge,
ECDHE RSA (Elliptic-curve Diffie–Hellman) and RSA are a combination of asynchronous algorithms for exchanging a shared…

Michael K
- 111
- 2
- 8
2
votes
1 answer
WebSphere 9 with Java EE8
Where can I download WebSphere 9.x ND or WebSphere LP with Java EE8 support?
I tried searching in the internet but I am not getting adequate results.

Prerak Tiwari
- 3,436
- 4
- 34
- 64
2
votes
2 answers
An internal error occurred during: "Publishing to WAS 8559 ..."
I got following error while starting the server.
An internal error occurred during: "Publishing to WAS 8559 ...".
Could not initialize class com.ibm.ws.ffdc.FFDCFilter
Eclipse Java EE IDE for Web Developers Version: Mars.1 Release (4.5.1)
IBM…

Dust break
- 127
- 2
- 14
2
votes
0 answers
Websphere deployment application name
When doing WAR deployment on IBM Webspehere 8.5 it is possible to set Application name and Application Build ID
By default Application Name is the WAR filename and Application Build ID is set to Unknown.
I know i can set Application Build ID using…

sgargel
- 986
- 2
- 11
- 29
2
votes
0 answers
java.lang.NullPointerException for JAXRSServletContainerInitializer while deploying web app on Websphere 8.5.5.9
Trying to deploy a web app on websphere 3.5.5 but it results in null pointer exception at JAXRSServletContainerInitializer.
Below is the error log:-
[7/4/17 12:06:46:151 IST] 00000088 SystemErr R Caused by: java.lang.NullPointerException
[7/4/17…

Sagar
- 197
- 1
- 9
2
votes
3 answers
Websphere 9 - cannot create profile and no error shows up in Wizard
I'm in this page in the profile creation wizard, but nothing happens when I click the next button. It wont proceed to the next page. No error shows up too. weird.
I already have an existing WAS 8.5 installed in my machine so I figured this may be…

Hingle McJingleberry
- 541
- 4
- 26
2
votes
1 answer
How to notify mainthread when completing WorkEvent with exception?
I'm working with the IBM WorkManager (v8.0.0) to do some work asynchronous to the main thread.
For this I use the following code:
// wm = via resource injected WorkManager
WorkItem item = wm.startWork(work, WorkManager.INDEFINITE, new…

bish
- 3,381
- 9
- 48
- 69
2
votes
2 answers
WebSphere 8.5.5.9 not shipped with SDK 8
In our project we are migrating from WebSphere 7 (Java 6) to 8.5.5.9 (Java 8). We chose this precise version because it supports Java 8.
Somehow, we got installed 8.5.5.9 just with SDK 1.6.
Is there any special fix to be installed with the IBM…

sogeking
- 1,216
- 2
- 14
- 45
2
votes
1 answer
How to set JMSExpirationTime on MQ Response message for SOAP/JMS based web service?
We have a SOAP over JMS based web service running on Websphere 8.5.5. The web service receives an MQ request message, processes the request and send back the response. All is well.
Now we have a requirement to set the JMSExpirationTime on the MQ…

Bhupesh Ravish
- 31
- 6
2
votes
0 answers
Websphere 6.1 to 8.5 how to update ibm-web-bnd.xmi to ibm-web-bnd.xml Remote EJB
In Websphere 6 ibm-web-bnd.xmi file I have

galisanz
- 21
- 4
2
votes
1 answer
WebSphere liberty web socket lost messages
I'm playing with web sockets on WebSphere Liberty 16.0.0.3 and seeing something odd. If I send a number of messages back to back using the getAsyncRemote.sendText method (say 4 in a row), there are times when 2 of the messages don't make it to the…

RyanColorado
- 31
- 3