Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
2
votes
2 answers
Monitoring JDBC Connection Pools on WebSpere 7
Recently we started in production with a new application hosted in several WebSphere Aplication Server and would be nice to have them monitored/graphed with more or less the same parameters we monitor/graph our Jboss servers.
Right now I managed to…

alphamikevictor
- 595
- 7
- 17
2
votes
0 answers
How to run servlet 3.0 in websphere 7
how to run Servlet 3.0 app in WebSphere 7?
I know WebSphere 7 support Servlet 2.5, but I don't know if is impossible or possible.

kete nefrega
- 221
- 2
- 3
- 7
2
votes
3 answers
Thread "WebContainer : 0" (00000029) has been active for 647279 milliseconds and may be hung
I am getting the following exception in WebSphere while trying to generate an excel report using jasper.
ThreadMonitor W WSVR0605W: Thread "WebContainer : 0" (00000029) has been active for 647279 milliseconds and may be hung. There is/are 1…

Nidheesh
- 4,390
- 29
- 87
- 150
2
votes
3 answers
Maven Install using WAS7
NOTE: I was using Maven 3+, see the comments.
I am trying to compile a project using Maven coupled with WAS7 but unfortunately seem to be receiving the following error:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J:…

Jakub
- 61
- 2
- 8
2
votes
1 answer
Websphere 7 Thread Dump Analysis
We are using WAS 7 and our ear is deployed on this.
Environment Details
Operating System : AIX 7.1
Processor Architecture : ppc64
Number of Processors : 8
Java version : JRE 1.6.0 AIX ppc64-64 build jvmap6460sr10fp1-20120202_101568…

Rahul Agrawal
- 8,913
- 18
- 47
- 59
2
votes
1 answer
Automatically associate shared library when installing application on websphere
I use RSA and deploy using the server view. Everytime I clean or re-install my application, I need to run a python script that associates my application with a shared library. Is there any way to configure Websphere to do this automatically?
Run…

KOT
- 1,986
- 3
- 21
- 35
2
votes
2 answers
Getting null error when running a simple JAX-RS app on Websphere Application Server 7
I have no compilation errors and my app launches fine on my testing server. However, I get an error when trying a GET request:
[1/2/14 10:23:13:248 EST] 00000022 RequestProces I org.apache.wink.server.internal.RequestProcessor logException The…

pnkflydgr
- 665
- 3
- 13
- 22
2
votes
1 answer
JSPG0122E: Unable to parse EL function in Websphere 7
I am moving a web application to Websphere 7 and I am running into an error with my JSP page.
JSPG0227E: Exception caught while translating /WEB-INF/jsp/snet/destinationTripReport.jsp:
/WEB-INF/jsp/snet/destinationTripReport.jsp(211,8) -->…

user3146921
- 23
- 1
- 3
2
votes
2 answers
How does one fix a "The Resource Bundle Must Containt Title" error?
We are using WAS 7 server and also WebSphere portal server 6.1 on top of it. I imported my application into RAD, but there is an compilation error in the portal.xml file (located inside web-inf).
Error Message :
IWAL0056E :THE RESOURCE BUNDLE MUST…

Saravanan
- 11,372
- 43
- 143
- 213
2
votes
0 answers
Unable to deploy EAR in WebSphere Application Server in Unix with ANT Scripts
I am trying to deploy EAR in my WAS 7.0 in Unix Server by means of ANT Scripts but couldn't get it working.It works fine in Windows environment.
A part of ws_ant.xml is as follows,

explorer
- 1,074
- 2
- 11
- 31
2
votes
0 answers
websphere 7 is losing "spring webflows flow state" after action-state
currently we're encountering some problems with websphere 7 and spring webflow 2.3.2-RELEASE.
We want to restore some objects of a former conversation. These object have been serialized and stored somewhere.
So if the users clicks on link in a…

user3018366
- 21
- 2
2
votes
4 answers
404 NoTargetForURIException accessing static resources in WebContent folder under Websphere 7
In an Eclipse web project targeting WebSphere Application Server 7, I have CSS files in a css subfolder under WebContent. When I try to access them from a browser I get a 404 error saying:
Error 404:…

Rob Darwin
- 942
- 1
- 10
- 17
2
votes
1 answer
MDB creation In WAS 7
I am trying to create a local queue and a mdb that listens this local queue in my WAS 7.0 server. I reffered this URL and followed all the steps given. When i tried to run it am getting the below exception.
AnnotativeMetadataManagerImpl merge Caught…

Mohan
- 3,893
- 9
- 33
- 42
2
votes
1 answer
Issue with Websphere Application Server in debug mode
I have problem while starting my WebSphere Application Server 7.0 in debug mode.I keep getting a window prompting for "Edit source Lookup Path".I have cleared wstemp,temp and after that the server got started in debug mode but the breakpoints are…

explorer
- 1,074
- 2
- 11
- 31
2
votes
1 answer
Session Invalidate not Working with LTPA-based Security
I normally handle site logout with a JSP that executes <%= session.invalidate() %> then redirects to the home page. Now I am running on WebSphere authenticating using LTPA and a SSL Certificate. Session.invalidate() does not work. Someone suggested…

TheEwook
- 11,037
- 6
- 36
- 55