IBM WebSphere Application Server traditional, a software application server, is the flagship product within IBM's WebSphere brand. WebSphere Application Server is built using open standards such as Java EE, XML, and Web Services.
Questions tagged [websphere-traditional]
21 questions
5
votes
2 answers
How do I install (or uninstall) an EAR in WebSphere Application Server v.8.5 via command line, using wsadmin?
Rather than having to go through the administration console, which is tedious, I would rather install and uninstall my Java application (EAR) via command-line, saved as a short-cut in Windows.
Please note that I am running WebSphere Application…

Ebony Maw
- 514
- 7
- 23
3
votes
1 answer
Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object
i am trying to connect db2 from my java code in web sphere application server.
i am getting following exception.please suggest any one on this.
Caused by: com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI…

subbareddy
- 31
- 1
- 4
2
votes
1 answer
Websphere 9.00.6 Eclipse oxygen EAR deploying issue
I am deploying EAR into websphere 9.0.0.6 ISC everytime I make a change to java file. Its taking long time. Is there any setting I can do so that every time I make java change, can websphere deploy(Publish) the code automatically.

Sruthi
- 61
- 1
- 7
2
votes
2 answers
reduce the size of war file to deploy to websphere
I have a war file which is about 500-700mb in size and the deployment takes extremely long (1-1.5hr) in production environment.
Most of the jar files are 3rd party libraries which will be rarely changed unless there is an upgrade.
I am considering…

ilovetolearn
- 2,006
- 5
- 33
- 64
1
vote
2 answers
Failed to start application WAS 8.5.5.10
My application failed to start with the below error on WebSphere Application Server 8.5.5.10 which was working on 8.5.5.5
[1/2/17 17:54:20:842 IST] 0000006f ecs W com.ibm.ws.ecs.internal.scan.context.impl.ScannerContextImpl scanJAR unable…

kusumat
- 319
- 3
- 9
- 21
1
vote
1 answer
How to run a specific profile on WebSphere on Docker?
Is it possible to copy an existing WebSphere profile and run it on WebSphere in Docker?
I am doing some research on containerization, virtualization, etc. and am currently working with Docker. Getting WebSphere up and running on Docker is simple…

Timbuck
- 233
- 4
- 13
1
vote
1 answer
Websphere threads getting exhausted
I have a web application running on websphere, at a certain point of time some web container threads are reported to be hung in IBM WebSphere and later the web container threads are reported to reach its 80% limit .
ThreadMonitor W WSVR0605W:…

Vishal Tyagi
- 560
- 9
- 26
1
vote
0 answers
Exception happening randomly on WebSphere 9
We've an application deployed on WAS 9 (JSF, in case it matters) and noticed that, randomly, the application stops working properly after a redeployment (all POST requests fail and we're always redirected to the homepage).
The log shows the same…

EPMS Devteam
- 273
- 2
- 15
1
vote
2 answers
Is there a way to upgrade WebSphere 8.5.5.10 to version 9?
Is there a way to upgrade WebSphere 8.5.5.10 to version 9?
When installing Fix Packs using IBM Installation Manager, I only add the repository.config, but after adding the repository.config for Version 9, I only have the install option.

Xeqthr
- 19
- 1
- 1
- 5
1
vote
2 answers
How to reset password for admin account in IBM websphere 6.1?
We have an admin account for our websphere application version 6.1 ! User admin account is wwsadmin. We have forgot the password of this admin account and not able to login into our console. Can anybody tell how we can reset the password of this…

SinghVK
- 313
- 2
- 12
1
vote
1 answer
Change password in websphere application server
I am new to Websphere Application server , however I need to change the password of the users in federated file system through some utility . I can develop that utility in Java , however I need to know where will I get information about WAS command…

Harshal
- 57
- 2
0
votes
1 answer
How to run Websphere traditional in container on non-default port?
I'm running a container based on the following image:
https://hub.docker.com/r/ibmcom/websphere-traditional
Everything works fine when i use the same ports on container and host, like so:
docker run --name test -h test -p 9043:9043 -p 9443:9443 -d…

Alex
- 671
- 5
- 19
0
votes
1 answer
SRVE0255E: A WebGroup/Virtual Host to handle /ibm/console/ has not been defined
I have deployed WebSphere Traditional on RedHat OpenShift but I'm unable to get the admin console. I could see that the server is running inside the pod. Attaching the yaml files I have used and the pod logs that are generated. Please help.…

abhishek
- 1
- 1
0
votes
0 answers
Log4j logs not formed on Ubuntu
I am trying to view log4j files for the WARs that I deployed on Websphere. My Websphere is in a docker container with Ubuntu base image. I gave the -Dlogs-path=/home/agilisserver in my JVM arguments on the Admin console. But I cannot see the logs in…

Nandita Dube
- 11
- 1
- 3
0
votes
1 answer
ClassCastException on JPA Entities after Application Restart
We're now using WebSphere 9 and some applications are behaving differently then they did in WebSphere 8.5.5.
Every time we restart the apps (not the server), they stop working correctly and the log shows exceptions similar to this…

EPMS Devteam
- 273
- 2
- 15