Version 8.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-8]
1195 questions
0
votes
2 answers
Websphere CWWIM6004E
I am trying to start an application in Websphere 8, and keep on getting the following error.
From the message, it means we are missing the bindPassword, but we never have to define in WAS 6.1
Currently we are using Standalone LDAP registry. Does…

g5thomas
- 315
- 1
- 4
- 14
0
votes
1 answer
Best way to handle backed out message in WMB
I have a backout queue for my queue manager.
I want to build a message flow which will read this queue and if any message comes to the queue it should take the message and wrap it in a specially formatted XML message and put it in the normal…

nitgeek
- 1,250
- 12
- 20
0
votes
1 answer
Richfaces fileUpload - this._q._curReq is null
I am using JSF 2 and Richfaces 4.2.3.Final on a Websphere AS 8 (I think it ships with MyFaces 2.0.2)
I get a javascript error when trying to upload a document with the rich:fileUpload
this._q._curReq is null
I found this…

Nizor
- 85
- 2
- 9
0
votes
1 answer
Exception while publishing, due to CCSID mismatch
Developed a bar file using WMB 6.
Deployed in WMB 8 environment.
Have a broker "MSBK01"(WMB 8) with queue manager "MSBK01".The CCSID of the queue manager is 819.
Have another broker "MSBK01"(WMB 8) with queue manager "MSBK02". The CCSID of this…

nitgeek
- 1,250
- 12
- 20
0
votes
1 answer
Accessing websphere 8 admin console remotely
I am working on test env setup of WAS 8 on linux machine. can some one tell me how we will be able to access the admin console remotely after the installation? or rather what needs to be done so that we can access the admin console remotely?
Also it…

user1374266
- 323
- 1
- 4
- 19
0
votes
1 answer
How to deploy a common library in Websphere?
I'm just learning Websphere 8.5 and would like to know what is the simplest way to add a library, such as iText library so that it's available to all applications running on WAS.
I can see that both a Shared Library option is available in the Admin…

Max Korn
- 275
- 7
- 18
0
votes
1 answer
ClassNotFoundExceptoin is being thrown due to Classloader loading the wrong library
I am getting a ClassNotFoundException on the following class:
org.apache.commons.pool.impl.CursorableLinkedList$Cursor.
I have reviewed the web app, which is packaged into an EAR and noticed that there are 2 libraries where the above class exists…

Ruepen
- 411
- 5
- 8
- 19
0
votes
1 answer
Servlet 2.5 on WAS 8
Is there any way to use servlet 2.5 specification on WAS 8.0, by default he try to use 3.0 but the portal which I'm using doesn't support new servlet specification and I've to run it on lower version.

Marcin Maciukiewicz
- 11
- 1
- 3
0
votes
1 answer
Why is my exception about pagecontext which I do not have?
I get this error message
pageContext cannot be resolved
but I have no variable pagecontext.
This is the code (I know there are other problems here that are beyond the scope of this question):
<%@page…

Niklas Rosencrantz
- 25,640
- 75
- 229
- 424
0
votes
2 answers
Spring JMS client from WAS 8 accessing WMQ throws DetailedInvalidDestinationException
I have a web-application deployed in Websphere AS 8.0(Host A) using spring-jms client accessing queues in WMQ 7.0 in remote machine(Host B). I have configured WMQ ConnectionFactory and WMQ Queues in JNDI using JMS Provider under Resources link with…

ZAK
- 31
- 2
- 6
0
votes
1 answer
EL equivalent of <%= object.method(parameter) %> in WAS 8?
The documentation says parameters are supported but the example uses hl and # which are unknown to me where I use c: and $ instead of this which is from the docs:
All I know about $ vs # in EL…

Niklas Rosencrantz
- 25,640
- 75
- 229
- 424
0
votes
1 answer
EL variables not working in WAS 8
I use websphere 8 and RAD 8 and this scriptlet output the correct value:
<%= ansokanInfo.getPSystem() %>
But using EL it outputs nothing:
${ansokanInfo.PSystem}
I can write anything between the ${ and } and it won't render. What am I doing wrong?…

Niklas Rosencrantz
- 25,640
- 75
- 229
- 424
0
votes
1 answer
How to create a TCP/IP Socket connection pool on IBM WebSphere Application Server 8?
I have a situation where every request handled by my web-application that is deployed on IBM WebSphere Application Server 8 has to talk to a remote system via a Socket connection. Is possible to create a connection pool for the Socket connections in…

user1282545
- 167
- 4
- 11
-1
votes
1 answer
Under " dropins folder in websphere there are more than one war files how to generate separate log files for each war"
When I run my server which is in websphere, it generates log file in "C:\Softwares\wlp\usr\servers\theory\logs\messages.logs".It has only theory.war in C:\Softwares\wlp\usr\servers\theory\dropins
When I place more than one war files such as…

Pooja
- 55
- 1
- 1
- 10
-1
votes
1 answer
Jython script to terminate all JVMs on Websphere Application server
I have a Websphere cell with 6 nodes(1 dmgr+5 nodeagents) and 30 jvms(5 jvms on each node). I want to kill all the 30 jvms by login into dmgr node server using wsadmin.sh from /opt/WebSphere/AppServer855/profiles/dmgrprofile/bin/. Could I have a…

Kumar
- 23
- 8