Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
3
votes
2 answers
difference between Stop, Immediate Stop and Terminate in WAS6.1
What is the difference between "Stop", "Immediate Stop" and "Terminate" in case of a Websphere Application Server instance.
Specifically in the context of in-flight requests and in-flight transactions at the time.

Shreeni
- 295
- 4
- 12
3
votes
2 answers
JSPG0122E: Unable to parse EL function in Websphere 8
I am moving a web application from Websphere 6.1 to Websphere 8, and I am encountering the following error in one of my JSP pages:
com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /jsp/myJsp.jsp: …

Keppil
- 45,603
- 8
- 97
- 119
3
votes
1 answer
How can I get Java EE v5.0 to work with WAS 6.1?
How can I get Java EE v5.0 to run on Webpshere Application Server 6.1? My coworker is able to run EAR 5.0 projects, but the highest version I can use is 1.4. I need to be able to use EAR version 5.0
Thanks.
For the record we are both using IBM RAD…

ZakTaccardi
- 12,212
- 15
- 59
- 107
3
votes
3 answers
How to get access to the Websphere 6.1 ant tasks from vanilla ant (not ws_ant)
I guess I need to know what I need in the classpath (what jar) in order to execute WebSphere 6.1 ant tasks. If someone can provide an example that would be perfect.

fnCzar
- 3,153
- 4
- 26
- 28
3
votes
1 answer
Apache HttpClient 4.2.3 - SSLException: hostname in certificate didn't match
I'm having this big problem and I can't find any answer on google, so I try to write here.
I'm developing a web service client. To connect to the web service, I have to create an ssl channel with client authentication and use a proxy (the call must…

CodingMonkey
- 143
- 3
- 14
3
votes
2 answers
NameSpaceBinding and wsadmin
I am trying to create a StringNameSpaceBinding using the wsadmin tool of Websphere 6.1
Here are the steps i take
set cell [$AdminConfig getid /Cell:cell/]
$AdminConfig create StringNameSpaceBinding $cell { {name bindname} {nameInNameSpace…

Damien
- 4,081
- 12
- 75
- 126
3
votes
1 answer
WebSphere 8: el-api.jar (in app) conflicts with javax.j2ee.el.jar (in WS)
In short: is there a way to tell WebSphere to use classes from the application's own el-api.jar instead of from (the built-in) javax.j2ee.el.jar?
Story:
I know there are discussions on the internet about this problem during migrating applications…

gitarvandor
- 101
- 2
- 9
3
votes
1 answer
How to set the socket timeout for a DB2 Universal JDBC Driver?
How to set the socket timeout for a DB2 (9.7) Universal JDBC Driver DataSource on WebSphere Application Server 6.1? I've tried adding the blockingReadConnectionTimeout property as this IBM Technote says, but the problem is still there. Is there…

brokermq
- 97
- 1
- 4
- 15
3
votes
1 answer
What is the difference between these thread pools in Websphere?
In WebSphere Application Server, I see two thread pools that I can manipulate. There is one called "default", and another called "WebContainer", each having a minimum and maximum size.
What is each of these thread pools used for? In my application,…

Ray
- 4,829
- 4
- 28
- 55
3
votes
1 answer
What's the hard limit for apache ThreadsPerChild parameter in httpd.conf?
i'm using the ibm http server which is based on Apache. When i tried to increase the parameter ThreadsPerChild more than 1000, the http server always only start up 1000 worker threads. Below is the related information:
error log:
[Thu Jul 05…

wing2ofsky
- 926
- 4
- 27
- 48
2
votes
1 answer
Jython - module in sys.path, but "no module found"
I have some compiled Java classes on my sys.path (['.', 'D:\\PROGRA~1\\websphere_61\\base\\optionalLibraries\\jython\\Lib', 'D:\\program files\\websphere_61\\gmm\\scripts\\jython'])
On my dev environment these can be used from Jython:
from…

Synesso
- 37,610
- 35
- 136
- 207
2
votes
2 answers
Core Groups in WebSphere Application Server
I am wondering wherther or not I need CoreGroups in my WebSphere Application Server.
I'll explain:
I have different kinds of servers. However, they are all in the same DefaultCoreFroup. By my understanfing, I can seperate them to different…

user967710
- 1,815
- 3
- 32
- 58
2
votes
1 answer
WebSphere FFDC Count, what does it mean?
I am trying to understand what the "Count" column means in a WebSphere FFDC exception log. IBM told us we have received this error 6835 times. I have not found a good guide which explains what this count shows but from what I have seen it seems to…

roacha
- 593
- 2
- 12
- 29
2
votes
3 answers
Parsing command line options in Jython 2.1
I'm using Jython 2.1 for wsadmin scripting and want to find a better way of parsing command line options. I'm currently doing this:
-> deploy.py foo bar baz
and then in the script:
foo = sys.arg[0]
bar = sys.arg[1]
baz = sys.arg[2]
but would like…

blank
- 17,852
- 20
- 105
- 159
2
votes
1 answer
Webservices feature pack is installed but RAD says 'it is not installed'
When I run this command:
C:\Program Files\IBM\SDP\runtimes\base_v61\bin>versionInfo.bat
The output is:
WVER0010I: Copyright (c) IBM Corporation 2002, 2005; All rights reserved.
WVER0012I: VersionInfo reporter version 1.15.4.3, dated…

Victor
- 16,609
- 71
- 229
- 409