Version 8.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-8]
1195 questions
-1
votes
1 answer
How to get all websphere application configuration using Jython?
I need to collect all the WAS configuration detail in json format. I thought of using Jython for that. Can you please help how I can achieve it.

Vishnu
- 97
- 1
- 13
-1
votes
1 answer
500 Internal Server Error after 30 minutes in WebSphere8
I developed an Spring Batch application, and hosted in a corporative WebSphere 8.5.15 server. This application some rest endpoints for execute diferents jobs that basically do calls to stored procedures and execute multiples database querys.
I call…

daironh
- 13
- 5
-1
votes
1 answer
How can install and configure IBM HTTP Server v9 from archieve zip
I want to install the "IBM HTTP Server for IBM WebSphere Application Server V9.0" without the IBM InstallationManager just with an archive file.
I already downloaded the archive file 9.0.5-WS-IHS-ARCHIVE-win-x86_64-FP003.zip
and just run the…

mohamedn
- 15
- 1
- 12
-1
votes
1 answer
Run two war instances in the same server.xml config
I've generated two instances of Spring Boot (1.5.10.RELEASE) (war) with different properties (DB),
My question is about to run those two instances with same port but with different context in WebSphere Liberty Core 8.5 ?
My server.xml…

Mirlo
- 625
- 9
- 26
-1
votes
2 answers
Jsp is getting complie time error in IBM websphere 8.5
I am getting an compile time error in my jsp suddenly. Couple of days before its worked perfectly suddenly its behaving weirdly. I am getting the below error. Its happening in my production system
JSPG0091E: An error occurred at line: 414 in the…

Bhaskara Arani
- 1,556
- 1
- 26
- 44
-1
votes
1 answer
javax.naming.Reference incompatible with org.hibernate.SessionFactory
I am using hibernate-core-4.2.21.Final on Websphere 8.5.5.4.
The Hibernate configuration is as follows:

Mahmoud Saleh
- 33,303
- 119
- 337
- 498
-1
votes
1 answer
How to fix J2CA0045E: Connection not available while invoking method createOrWaitForConnection for resource jdbc/"my_datasource"
I have installed one J2EE application in Websphere ND 8.5.5.9 on a IBM AIX 7.2 server.
While installing application, I have skipped the Queue setup by giving the dummy values to it. Then, Listener port issue came up, as the queue was trying to…

Manpreet
- 125
- 3
- 11
-1
votes
1 answer
WebSphere ND 8.5 Profiles
I was looking for the complete or at least the mechanics of different profiles that can be created in WebSphere Profiles Management Tool (i'm not talking about different DISTRIBUTIONS like "express"/"for developer"/"ND" etc).
I could not find any…

Felipe C.
- 97
- 6
-1
votes
1 answer
Need help on WebSphere SAML SSO config setup
I am following the below document to configure the SAML SSO for WAS 8.5.5 and we are stuck at the very first step. As per the guide, we are supposed to add an identity provider using metadata of the identity provider & then import the SAML token…
-1
votes
1 answer
New Button is not visible in websphere portal server 8.5. Give error: You do not have access to configure any libraries
I have already check all the accessibility at library level as well as resource level. But new button is not visible.
Please click this image https://i.stack.imgur.com/g8Utp.jpg

Saurabh
- 1
- 3
-1
votes
2 answers
WebSphere 9 upgrade with RAD 8.5
Our developers currently use the IBM RAD 8.5 to develop web applications (No enterprise Java beans (No J2EE), use Spring framework). The server team is planning to upgrade WebSphere from version 8 to version 9. Last I checked in the servers tab,…

g5thomas
- 315
- 1
- 4
- 14
-1
votes
1 answer
Exception in thread "Thread-102" java.lang.NoClassDefFoundError: javax.ejb.EJBHome
1 InitialContext initialContext = new InitialContext();
2 EJBHome ejbHome = (EJBHome) initialContext.lookup(jndiLocation);
3 Class ejbHomeClass = ejbHome.getClass();
4 Method createMethod = ejbHomeClass.getMethod("create", new Class[] {…

Loren
- 1,260
- 5
- 16
- 23
-1
votes
2 answers
High CPU utilisation in websphere liberty
We are migrating from websphere application server to websphere liberty.
When our application is deployed in WAS, the CPU utilisation is 8%. The same application when deployed in WLP, the CPU utilisation is more than 50% and was fluctuating.
Can…

Krishna Chaitanya
- 2,533
- 4
- 40
- 74
-1
votes
1 answer
Unable to get oracle database connection
1.JAVA_HOME is set to IBM JAVA SDK.
2.Unable to get oracle database connection. Where as tried running the same on machine having Oracle java set as JAVA_HOME
3.Placed ojdbc14.jar under AppServer/lib.
try {
connection =…

kusumat
- 319
- 3
- 9
- 21
-1
votes
1 answer
WebSphere Installation Error
I am trying to install web Sphere Server trail version in my machine.
I am able install the IBM Installation Manager 1.8.
then I am trying to install IBM WAS 8.5.5 ND then I am getting the below error
Error:
The com.ibm.websphere.NDTRIAL.v85…

Subhani Khan
- 1
- 5