Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
0
votes
1 answer
Websphere and ibm-application-bnd.xmi file issue
My web application (enabled with basic authentication for security) builded through maven and deployed in websphere. When I am mapping security user roles to respective group websphere server internally creating ibm-application-bnd.xmi with my role…

Mohan
- 3,893
- 9
- 33
- 42
0
votes
0 answers
How to change log file from SystemOut.log to other in WAS.7
In websphere application server.7 ,(WAS/RAD) , How to change the the logs that are storing in SystemOut.log file into other file ??
Is there any steps to change log file in logging and tracing??

saagaravk
- 93
- 1
- 2
- 11
0
votes
2 answers
Can't change log detail levels permanently with a Jython script (WAS 7)
I'm trying to change WebSphere's Log Detail Levels with a Jython script:
..
AdminTask.setTraceSpecification('[-serverName server1 -nodeName qnode -traceSpecification com.ibm.*=all=enabled]')
AdminConfig.save()
..
After successfully running the…

Csaba
- 965
- 9
- 20
0
votes
4 answers
Exception while deployement of AXIS2 in Websphere7.0
I was deployed the AXIS2.WAR file in the Websphere7 App.Server.
When i am accessing the AXIS Admin console I am getting This Exception
Can any one give me an Idea whats going wrong?
This is Exception Log
The ping-1.6.2.jar module, which is not…

RamaKrishna Chowdary
- 15
- 2
- 8
0
votes
0 answers
INITIAL_CONTEXT_FACTORY configuration in WebsphereMQ 7.5
I tried to configure InitialContext in WebsphereMQ 7.5.0 and my JmsAdmin.config file is like:
INITIAL_CONTEXT_FACTORY: com.ibm.websphere.naming.WsnInitialContextFactory
PROVIDER_URL: corbaloc:iiop:localhost:2810
When I run JmsAdmin in Linux I got…

veeras
- 61
- 1
- 4
- 11
0
votes
1 answer
login method fallback for SPNEGO in Websphere 7
I am trying out the SPNEGO feature in Websphere 7. I want to allow basic authentication in case of client not supporting SPNEGO.
In my web.xml, I have
BASIC
SampleApp…

Adrian Shum
- 38,812
- 10
- 83
- 131
0
votes
1 answer
Monitoring Tools in WebSphere Application Server v6.1
How to enable PMI (Performance Monitoring Infrastructure) Data Collection and what is the use of "PMI" in WebSphere Application Server?
What is a "Core Group" WebSphere Application Server?
What is the difference between JSESSION ID and CLONE ID in…

Bhasker Narayana
- 1
- 1
- 1
0
votes
3 answers
Web Sphere Application Server Logs
What are the different "log files" available in Web Sphere Application Server?
What is the use of "trace.log" file?
What are the different "log levels" available in Web Sphere Application Server?
Where can I find "process ID" in Web Sphere…

Bhasker Narayana
- 1
- 1
- 1
0
votes
2 answers
Websphere : ClassCastException for Webservice
I have an EAR module which contian ejb client, structs web module and webservice which created by annotation. Application works fine and wsdl is published in JBOSS. But in websphere it gives
java.lang.ClassCastException…

Ranjeeth p t
- 3
- 3
0
votes
1 answer
OpenJPA on WAS7 - random selects incorrectly returning no rows
First time asking a question...Appreciate your kindness :-)
I wrote a web service that uses openjpa 1.2.2 to retrieve results against an oracle 11g database. I deployed the service to WAS 7.
The service works fine when run one at a time, and it…

Andrew Machen
- 97
- 1
- 4
0
votes
2 answers
No understanding with the database connection from WAS connection pool through JNDI
i'm developing a little java client program to retrieve database connection from WAS connection pool through JNDI lookup. But this java client locates outside WAS scope. The code details as below:
import java.util.*;
import javax.naming.*;
import…

wing2ofsky
- 926
- 4
- 27
- 48
0
votes
1 answer
which jar file do i need for class com.ibm.websphere.rsadapter.DB2UniversalDataStoreHelper?
i've got ClassNotFound exception for com.ibm.websphere.rsadapter.DB2UniversalDataStoreHelper when running my java application . Does anybody know where i can get this class, which jar file?
Thanks in advance

wing2ofsky
- 926
- 4
- 27
- 48
0
votes
2 answers
Java EE application Hung on WAS 7.0 due to memory consumption
I have an application which is running fine on WAS 6.0 but throwing a core dump on WAS 7.0 because java threads are occupying the entire memory. It runs on a shared environment.
Has anyone faced such a problem before? I can provide the core dump if…

Mike
- 1,889
- 5
- 26
- 32
0
votes
2 answers
WebSphere 7 - Classpath is different on both servers within the same cluster
I am facing a peculiar issue in WebSphere 7. Our Spring WS application has several Jars under /WEB-INF/lib and it doesnt have an explicit Classpath. The application is deployed in 2 clustered servers. The EAR contains only one Module and no other…

Parag
- 1
- 3
0
votes
1 answer
Websphere Commerce (WCS7) Gift Card Query
After adding a gift card to the shopping cart (a random WCS example: https://store.sony.com/webapp/wcs/stores/servlet/SYGiftCardView?storeId=10151&categoryId=8198552921644551354&catalogId=10551&langId=-1), what DB2 table are the fields for 'To',…

Chandrew
- 16,987
- 4
- 24
- 40