Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
1
vote
1 answer
Message-Driven Bean reads two times the same message
Good morning in my timezone.
Application Server -> WAS 7
EJB 3.0
In the project i am working on, we are using an Message-Driven bean to read messages from a queue. This Message-Driven bean read two times the same message and in the second read it…

tt0686
- 1,771
- 6
- 31
- 60
1
vote
2 answers
Websphere Application Server SAML Token processing
I'm able to successfully setup websphere to authenticate with an IdP and access the web resource as expected. But now my application needs the claims/assertions/attributes available in the SAML token/response to proceed further. What is best option…

Defendore
- 649
- 1
- 8
- 20
1
vote
1 answer
How to trace errors logs of the Stored Procedure in PROD environment?
I am not an expertise in oracle DB. But I am curious to know that how can we check the logs of particular Stored procedure when it gets executed.
I check the trace folder but I dont know how and which file I have to analyse.
When I checked the…

Yogus
- 2,307
- 5
- 20
- 38
1
vote
1 answer
LTPA Timeout Handling In Application Level
In one of a project, a client asks to extend the LTPA timeout for a project. We can not extend the LTPA timeout in server level. Because the server(WAS 7) has more projects.
So I have googled and in IBM site I got a solution,
it says,
LTPA timeout =…

Arunkumar
- 23
- 4
1
vote
2 answers
connection.getConnetion() returns 404 code on WebSphere7
I have implemented a REST service using Spring Integration.
When I try to access the service manually using main function, It is working fine.
I also tested the service using REST Client in Google Chrome and that worked. But the service is coming…

Gunjan Shah
- 5,088
- 16
- 53
- 72
1
vote
1 answer
slow jms mq message sending
We are using Websphere MQ 7.5 with the Javax-JMS-classes and have some performance-problems, which aren't reproducable.
I have isolated the performance-issue to these two method-calls createSession and send.
These two calls sometimes take a large…

Christian
- 22,585
- 9
- 80
- 106
1
vote
0 answers
Xmlns prefixes after WAS upgrade in web service response
thanks a lot for your help. The problem is that I had a WAS upgrade from 7 to 8.5. Before the upgrade this was a typical answer:
…

Gabriel Zermeño
- 11
- 2
1
vote
1 answer
What types of nodes and management services pairs should the administrator configure for this topologywe
A system administrator is tasked with creating a WebSphere Application Server Network
Deployment topology with the following servers:
• a deployment manager (DMGR)
• a custom node
• an IBM HTTP Server (IHS)
What types of nodes and management…
user3228633
1
vote
2 answers
WebSphere v7.0 is not deploying EJB
I am working an enterprise application and built EAR file which contains WAR and ejb jar file and SOAP web services. I am successfully able to deploy the application without any startup errors and published the web services and I can access the wsdl…

user1614862
- 3,701
- 7
- 29
- 46
1
vote
1 answer
ClassCastException in Dozer when Object reserved memory and shared class cache is 100% full in WebSphere7
We are using dozer mapping in our J2EE application running on IBM websphere7 to map two classes. We are using it as
mapper.map(classA, Class.forName(classB));
This is working always except very very occasionally, when it fails with a…

rest_day
- 858
- 2
- 13
- 28
1
vote
0 answers
Setting up proxy filter for all application on WebSphere Application Server
We have multiple Java EE applications running on WebSphere Application Server 8.0. We want to write a filter for the entire set of applications running on WAS.
This filter will have access to the current HttpServletRequest targeted to the web…

Apps
- 3,284
- 8
- 48
- 75
1
vote
1 answer
I am getting "Authentication did not succeed for user ID" repeatedly 20 times
I am using ApacheWink and WAS Liberty 8.5
When a user enters a wrong password at server console below log message is printed 20 times consecutively.
[AUDIT ] CWWKS1100A: Authentication did not succeed for user ID sdwtest1@in.ibm.com. An invalid…

Sudarshan
- 43
- 1
- 5
1
vote
2 answers
Name and location of profile management tool in Websphere Application Server 7?
IIRC whenever I use to install WAS on my Windows PC it used to create short cuts to desktop of profile management tool. This time it wasn't created, please tell me the name and location of that batch file (in WAS) from where I can create the similar…

Ravish Rawat
- 476
- 2
- 15
- 48
1
vote
1 answer
Difference between Websphere Application server and Websphere commerce server
We are trying to install a patch to the Websphere Application Server. But have got the instructions for Websphere commerce server. so just wondering if both are same and the same instruction can be applied.
Do we need root access for doing any…

Jess
- 425
- 1
- 5
- 15
1
vote
2 answers
What version of Tomcat is contained in the Websphere Application Server 7
As far as I know the Websphere Application Server contains a Tomcat instance as servlet container.
I'd like to know which version of Tomcat this is in the Websphere 7.0 Version, since we are planning to use Tomcat for development, but WAS for…

Jens Schauder
- 77,657
- 34
- 181
- 348