Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
0
votes
1 answer
Sharing files between two war modules in the same EAR in RSA
My EAR has 2 WARs.
The server starts without problems, but when I try to load a page of Module-B it complains about a needed file (configuration.xml) of Module-A.
Does somebody know how to share files in classpath between two modules in the same…

JLLMNCHR
- 1,551
- 5
- 24
- 50
0
votes
1 answer
ProtoBuf jar is causing exception when used in web application
I am trying to use JBPM v5.4 in my web-application using IBM WebSphere 6.1. JBPM comes with protobuf-java-2.4.1.jar so I added this jar in my web application. But when I start server I got following exception due to this jar. When I remove this jar,…

Bilal Mirza
- 2,576
- 4
- 30
- 57
0
votes
2 answers
Websphere Application Server 6.1 TE installation issue with RAD 8.0
I installed RAD 8.0 on my desktop and WAS 7.0 already..
now i want to install WAS 6.1 in my desktop. When i tried to install that it gives an error like below:
IBM WAS 6.1(64 bit) Test Environment 6.1.0.41 cannot be installed into any package…

ramee
- 47
- 7
0
votes
1 answer
NullPointerException in SettingsFactory.java:159 -Hibernate 3,Oracle10g,Websphere6.1
I am using Hibernate 3 in Websphere Application Server 6.1.
I am using JNDI to connect to my datasource. I checked the connection in Admin console and the connection was successful. But when I deploy my project in the server and connect to the…

Prabu Dhanapal
- 1
- 3
0
votes
1 answer
Set WAS Process Definition Environment Entries using Jython?
Is it possible to add custom Process Definition environment entry in a WebSphere Application Server using a jython script?
I see that the existing properties in the server.xml are assigned auto-generated IDs, is it possible to retrieve those prop…

lemotdit
- 448
- 1
- 10
- 21
0
votes
1 answer
How to undo a system property setting in Websphere when without starting it
I'm forced to use a Websphere Application Server 6.1.
I configured some system properties using the admin console, but now the application server doesn't start at all. Which also means I can't access the admin console to remove the system properties…

Jens Schauder
- 77,657
- 34
- 181
- 348
0
votes
3 answers
Websphere Application Server Data Source
We are facing a strange problem with Websphere Application Server Data Source.
Environment:
Websphere Application Server (6.1)
Linux
Liferay Portal (5.2)
Oracle 9i
Hibernate 3.0
We have datasource deployed in Application server referencing…

Rutvij Shah
- 113
- 4
- 10
0
votes
3 answers
WAS server 6.1 not able to identify JSON.jar file
I have build my application and deployed in WAS 6.1.
I am able to see my jar files in WEB-INF/lib and in war files,
While running application My WAS not identify JSON jar file. getting No Class def found error.
Please find attached logs…

cvsr.sarma
- 879
- 1
- 13
- 29
0
votes
1 answer
Why there are two servers listed in websphere portal console
When I login to websphere portal console and go under Servers -> Application Servers --> I see two servers listed: server1 and Websphere_Portal. Why are there two servers? There is only one portal server here.

Victor
- 16,609
- 71
- 229
- 409
0
votes
2 answers
Deploying Websphere Portals onto a 6.1 Server
Any time I try to publish my Portal project on a Websphere Portal 6.1 Server, I get the following error message:
Portal project publishing is not supported on WebSphere Portal v6.1 Server
Is that really true or have I done something wrong?
I'm…

Sarhanis
- 1,577
- 1
- 12
- 19
0
votes
1 answer
IBM WebSphere Portal Server 6 using xmlaccess script to deploy
I am new on IBM technologies and my company ask me to realize a portlet on an IBM Websphere Portal Server 6.1 base on IBM AIX OS.
I would like to deploy or update my portlet using a script shell. First question, is there a script that can do this…

Aktarel
- 33
- 1
- 7
0
votes
1 answer
Using DB2, "statement.executeQuery()" throws SqlEception only in my system
//Class UserProfileDBUtil.java
Connection conn = null;
PreparedStatement statment = null;
ResultSet rs = null;
try{
String sqlString = "select count(*) from "+AGENCY_SCHEMA_NAME+".AGENCY WHERE AGENCYCODE= ? and ENABLEDFLAG =…

akhilesh gupta
- 11
- 3
0
votes
1 answer
Websphere 6.1 - Configuring Security
When i try to configure security through the admin console of Websphere it just hangs.
Its at the last step of the below 4 steps
Specify extent of protection
Select user repository
Configure user repository
Summary
Here are the extracts…

Damien
- 4,081
- 12
- 75
- 126
0
votes
0 answers
Jersey on was 6.1 : Wrong class definition loaded from WAS plugin directory
Trying to test a jax rs Jersey application on WAS 6.1, I'm facing the following issue : Jersey needs asm 3.1, especially for the ClassReader class, but an uncompatible version of this class is loaded from WAS plugins directory.
the wrong class…

Mat
- 1,309
- 1
- 20
- 43
0
votes
1 answer
Can Websphere automatically remove temporary files?
I am currently using Websphere to host IBM Maximo, when a BIRT report is created and emailed, Websphere stores this in its temporary files. These files are often very large and are taking up a lot of disk space.
Does anyone know of a setting in…

user816526
- 25
- 4