Questions tagged [websphere-6.1]

Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.

288 questions
0
votes
1 answer

Class Loading issue in websphere

We have a production server which is a websphere instance, where we copied a jar (say, c.jar which is already existing in EAR and overriden now) to EAR which is already deployed as a hot fix. I have class A, referring class B in the same Jar that is…
Shakti Kumar
  • 137
  • 1
  • 7
0
votes
1 answer

Problem with RMS and Websphere 6.1 32 bit

I'm facing a problem with Websphere and RMS, followings are what I have: Windows 2003, sp2, 64 bit, enterprise edition. Microsoft Office word 2003 sp3. The machine is connected to a domain, and I logged-in by a domain user (with email address). RMS…
Saeed
  • 926
  • 16
  • 28
0
votes
0 answers

Websphere clusters + Struts application

I have one Struts application, which is deployed on Websphere: Websphere Server Cell Cluster-1 Cluster-2 I have deployed same application on both clusters. On cluster 1, my application works fine. On cluster 2, my application is not…
Jay Patel
  • 144
  • 8
0
votes
2 answers

IBM Support Assistant Out Of Memory when opening heapdump .phd file

I am using IBM Support Assistant 5 on my local machine. I am trying to open a heapdump file (.phd) file that I have grabbed from the server where I've had an out of memory error and copied it to my local machine. The file size is 915 MB. Inside IBM…
Richie
  • 4,989
  • 24
  • 90
  • 177
0
votes
1 answer

Out of memory exception on WAS 6.1 and EJB 2.1

My application is going out of memory and getting internal server error for some time and after that it is automatically recovered and the application is running fine. My application is hosted on WAS 6.1 and using Struts 1.1 and EJB 2.1. Here are…
Aman Mishra
  • 11
  • 1
  • 5
0
votes
1 answer

Running Primefaces (JSF2) application on Websphere 6.1

I have been attempting to get my Primefaces based web application to run on the customer's WAS 6.1.0.23 machine. I have tried both the reference and Myfaces implementations of JSF2, the latter of which has instructions for install on this specific…
hipbranch
  • 1
  • 1
0
votes
1 answer

EJB Lookup Issue with WebSphere Application Server 6.1

At first I want to tell that similar type of questions has been asked here but still I can't find the solution of my problem. I have a EJB 3 Project (name = HelloWorldEJBProject). There I have created a stateless remote EJB (name = HelloWorldEJB). I…
Sumit
  • 856
  • 5
  • 18
  • 38
0
votes
1 answer

In a distributed environment, how can I configure log4j to log to different files for each JVM instance in the same host?

My application runs on IBM WebSphere 6.1 Network Deployment. The application have several JSP files and Java classes. Today each host have only one JVM instance but my intention is to start another instance on each host. How can I configure log4j to…
0
votes
1 answer

I have ear file in my Rational Application Developer(RAD) still I cannot Add Project to WebSphere 6.1 local server

I am using RAD 8.0 with WebSphere 6.1. When I right click on the Server in the Servers View and select "Add and Remove..." I get a dialog saying "There are no resources that can be added or removed from the server." What am I missing to get it to…
ranju
  • 13
  • 2
  • 5
0
votes
1 answer

How to run a deployment task on application deployment and application start

I have a war file that I deploy using the websphere console. Everytime a new version of the application is deployed or the application is started I would like to delete some files in a websphere log directory on my linux filesystem. i.e.…
Richie
  • 4,989
  • 24
  • 90
  • 177
0
votes
2 answers

Programmatically authenticate user in TAI

I'm developing TAI which have to authorize user in WebSphere Portal. My TAI using OpenID Connect gets all information about user and i want to build some context, give it to WAS and tell WAS that he has to trust for this context without local…
dikkini
  • 1,184
  • 1
  • 23
  • 52
0
votes
1 answer

How to deploy EJB (MDB 2.1.x) in a web project

I use Maven, WebSphere 6.x, RAD 8.x and got a maven web project. I tried to add a MDB to the web project. I placed the MDB under src/main/java and placed ejb-jar.xml and the websphere binding under WEB-INF directly When I deploy the web project I…
juniorbansal
  • 1,249
  • 8
  • 31
  • 51
0
votes
2 answers

How to add the hostname to every line of SystemOut.log?

We have load balancing and the same name on multiple instances of WebSphere 6.1. Is there a way to WebSphere need to add the physical hostname to the WebSphere SystemOut.log lines (for example, to prepend to every line)? Thanks, Bert
Bert
  • 1
0
votes
0 answers

Issue invoking web service within websphere 6.1 environment

I'm trying to invoke a SOAP web service from within WebSphere 6.1. I can run the code fine using Apache Tomcat 6.0.36 runtime. However, with WebSphere 6.1, I get the following error: Jan 5, 2015 7:19:23 PM com.ibm.ws.ssl.config.SSLConfigManager…
Michael Sobczak
  • 1,045
  • 1
  • 24
  • 45
0
votes
0 answers

Force WebSphere to Compile Stale JSPs

I'm running WebSphere 6.1.0.5. I updated two JSP files and restarted the app through the admin console. One of them displays correctly and the other persists in showing the outdated version that existed before the change. Things I have tried:…
lea
  • 154
  • 5