Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
4
votes
6 answers
Loading two classes in different JARs
I got two classes with the same package in different JARs. Until the previous version, both classes were identical, so i had no issues in loading them. Now, one of them has a new method added and if I want to access it, not only should I import the…

asgs
- 3,928
- 6
- 39
- 54
4
votes
2 answers
Convert IBM .phdfile to .hprof heap dump format
I am trying to analyse a dump file from a websphere production machine, at the moment I am not succesfull because the file is of the type .phd, and well things would be alot easier when the file could be converted to .hprof

Mark Bakker
- 1,278
- 8
- 19
4
votes
3 answers
What is the difference between an EAR file and a "WebSphere Enhanced EAR"?
Supposing that I have a standard EAR file (and the source files that were used to generated it,) what additional processing needs to be done to convert it to an IBM WebSphere "Enhanced EAR"?
Another way to ask this question would be to ask, "What is…

Jared
- 25,520
- 24
- 79
- 114
4
votes
4 answers
Unable to start my Websphere server in Local RSA
I am using WAS 6.1 and my server used to start properly but all of a sudden its not working..
when I attempt to start my server in my local RSA. I am getting the following error
I have restarted the system, RSA, killed all Java process but still…

Harish
- 425
- 3
- 7
- 19
4
votes
3 answers
Websphere 6.1 Stops Automatically
we're encountering an error in websphere version 6.1 running on a windows 2003 environment.
The server suddenly stops but there was no one who issued a stop on the server.
here is the logs of the server
what is weird is we did not an issue a stop…

grassbl8d
- 2,089
- 4
- 24
- 34
4
votes
3 answers
javax.servlet.UnavailableException after an upgrade to WAS 7
I have migrated my application from WAS 6 to WAS 7. The code is not showing any compilation error or missing anything, but when I am trying to run the application, I get following exception.
[9/19/12 9:45:37:609 EDT] 00000009 extension W…

Mike
- 1,889
- 5
- 26
- 32
3
votes
1 answer
WAS 6.1 shows Java version 5, but its really 1.4
I have a strange problem.
I have configured our Websphere Application Server to run Java 5. Its a really old application that I have migrated from Java 4.
If I in the jsp page…

Shervin Asgari
- 23,901
- 30
- 103
- 143
3
votes
0 answers
WAS dumpNameSpace giving error
When I run the command : /opt/IBM/Websphere/Appserver/bin/./dumpNameSpace.sh
I get this error:
Getting the initial context
Getting the starting context
==============================================================================
Name Space Dump
…

Victor
- 16,609
- 71
- 229
- 409
3
votes
1 answer
WebSphere Commerce - How does ReLogonFormView / Session Expiration Work?
Sorry for the broad topic. Basically, WSC is supposed to have out-of-the-box session timeout handling by forwarding the user to the ReLogonFormView, which the user can presumably configure (through Struts) to any jsp that they choose. We use a…

LJ2
- 593
- 5
- 11
3
votes
1 answer
Websphere 6.1 to 7.0 JmqiObject and JmsQueue missing
I am trying to migrate an application from Websphere 6.1 to 7.0
I noticed that many of the ibm MQ/JMS classes have changed/disappeared =)
In particular, I am getting errors on
com.ibm.msg.client.jms.JmsQueue
com.ibm.mq.jmqi.JmqiObject
it is saying…

khan
- 343
- 1
- 7
- 17
3
votes
1 answer
How can I add Websphere 6.1 server/runtime to Eclipse?
I'm currently using RAD 7.0.x.x but I would like to switch to Eclipse. As far as I managed to Google, there's no way to do it (there is an example which shows it's possible by making a Genreic Server/Runtime, but that option is not available in…

Andrija
- 937
- 14
- 33
3
votes
2 answers
Websphere Application Debug logging
I am trying to get my web application deployed on Websphere 6.1 to display debug level logs.
Originally I was using log4j, but have changed all loggers to use commons logging since it seems this is supported by Websphere.
I have set the log level…

Neal Donnan
- 1,733
- 1
- 13
- 18
3
votes
1 answer
How to disable or reduce SSL logging in Websphere Application Server
The logs in Websphere Appplication Server are thrashing a lot with redundnant details on SSL certificates used for each message sent over https.
Does anyone know how to disable this in WAS?
Thanks

user338154
- 161
- 2
- 5
- 8
3
votes
1 answer
How do I build a WAS 6.1 specific EAR without RSA/RAD?
Are there some IBM ant tasks that support this?

anger
- 1,018
- 1
- 9
- 25
3
votes
4 answers
How to access application.xml file of an EAR deployed to IBM WebSphere 6.1
I am deploying an EAR file to the IBM WebSpehre server 6.1 - I want to be able to access the EAR application name which is stored in the deployment file under 'display-name'. Looking through stack overflow posts on related subjects, I've been able…
user124626