Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
1
vote
1 answer
Enabling Oracle jdbc driver logs on Websphere 6.1
I am having some problems with an Hibernate Criteria query causing a outOfIndex error at driver level, I am pretty sure the problem is at the driver as I have being debugging and everything seems ok, but to be sure and be able to report the error I…

frisco
- 1,897
- 2
- 21
- 29
1
vote
1 answer
Spring 2.5.6/WPS 6.1: < in an input field gets turned into < in the mapped field
A friend of mine asked me to take a look at a portlet he was developing.
The issue he's having is that when he enters a value like
1 < 2 > 3
in an input field he gets
1 < 2 > 3
in the mapped String field.
While a decent bit of his code is…

Hugo
- 681
- 1
- 7
- 6
1
vote
1 answer
Programmatically create WorkManager on WAS 6.1
Is it possible to create a WorkManager from within a running application?
(will even accept hacks and/or non-public API:)
I have neither access to any deployment descriptor nor can I require any extra configuration in the deployment environment…

rustyx
- 80,671
- 25
- 200
- 267
1
vote
2 answers
How to configure RAD7.5 to use some predefined filters
I am using RAD7.5 for the project development. My web.xml file looks like this:
config.file
@project.config.location@
So basically @project.config.location@…

Sameer Malhotra
- 103
- 1
- 2
- 7
1
vote
2 answers
Where to place a data file in Websphere?
I have a war deployed on a Websphere box. It uses a file to build up a trie structure inside a web service. Instead of having to redeploy an updated ear with the file as a resource, we want to be able to put the file on Websphere and update it as…

AHungerArtist
- 9,332
- 17
- 73
- 109
1
vote
2 answers
jmeter websphere 6.1 j_security_check
Can someone explain to me how to get jmeter to login. I have an http request that goes to apps/j_security_check. I have added two parameters j_username and j_password. It does not seem to authenticate the user when I run this request.

Doug
- 390
- 8
- 20
1
vote
1 answer
How do I launch the WebSphere management console in Windows 2003 Server
I am new to WebSphere application server. I need to make minor changes on the server.
I don't know how to launch the Admin console.

acadia
- 2,301
- 10
- 40
- 57
1
vote
0 answers
Issue while using jQuery with Struts2 on Webspphere 6.1.0.0 - Error 404: SRVE0190E: File not found: xxx.action
I have a Struts2 application where I am using jQuery autoComplete feature. It is deployed on Websphere 6.1.0.0. Request is sent properly and response is received with valid results, but due to an error it is not displayed on page. Following is the…

imnd_neel
- 109
- 1
- 9
1
vote
1 answer
webshere snap files - What is it
I have recently enabled java heap dumps and java thread dumps/javacore files on my websphere server v6.1. here is an example of the files that get created on my server.
javacore.20150728.142732.7726.txt
heapdump.20150728.142732.7726.phd
But I am…

Richie
- 4,989
- 24
- 90
- 177
1
vote
1 answer
MyEclipse 2015 WebSphere 6.1 'Multiple problems have occurred' when server starts
I have a WebSphere 6.1 server with 3 EARs that I've recently imported and migrated in ME2015. Whenever I start my server, I'm given the following error.
(Error message that is repeated is:…

Tom
- 221
- 4
- 15
1
vote
1 answer
update portlet without refreshing portal page
I'm trying to create a simple agena portlet.
Now I've developed a basic one using spring-portlet-mvc, it allows you to navigate to the next and previous month with thusly named links that invoke a previousMonth or nextMonth function in my…

mike
- 11
- 3
1
vote
1 answer
How to enable gzip/deflate compression on IBM WebSphere Application Server 6.1?
I am using IBM WebSphere Application Server 6.1 in my application. I want to make file like js, css and html to compress. My question is how can I enable compression?
Note
I am using IBM WebSphere Application Server 6.1 not IBM Http Server.

Arslan Aslam
- 75
- 1
- 5
1
vote
0 answers
Jenkins failed to deploy ear to websphere 6.1 using websphere deployer plugin
I am trying to deploy my ear file to websphere. but it is throwing below error.. can anyone help me in this...?
[echo] Creating WAR... at 11-19-2014 04:21PM
[war] Building war:…

guru
- 11
- 3
1
vote
2 answers
NoClassDefFoundError for com.ibm.wsspi.uow.UOWManager
I have a Websphere server deployed on my machine and I'm getting back:
java.lang.NoClassDefFoundError: com.ibm.wsspi.uow.UOWManager
This happens whenever I view any page on the application I have running on Websphere. There were no issues…

MGZero
- 5,812
- 5
- 29
- 46
1
vote
2 answers
AppDeploymentException while deploying hand-rolled Websphere EAR
I am trying to compile and deploy an EAR file to a WebSphere 6.1 app server (WAS) -- without Rational Application Developer (RAD) or Liberty. I'm in the initial stage of trying to move the compile and deploy to a build server. I have no problems…

AndyJ
- 1,204
- 3
- 14
- 28