Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
0
votes
1answer
9 views
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 ...
0
votes
1answer
11 views
automate setup of IBM RAD and Websphere
In a project we a forced to use IBM RAD and Webspher Application Server (6.1).
Setting up the development environment is currently described in about 10 pages of wiki documentation and takes about a ...
0
votes
0answers
12 views
JSP changes are not being reflected in RAD and websphere
I am using RAD 6.0 with websphere 6.1 version. What ever the changes i have done for the jsps are not being reflected. I tested it by writing some system.out.println also.
Many times i clean and ...
0
votes
0answers
11 views
Initialize WebAppAccess correctly from WebAppRunner
I'm maintaining a legacy WebSphere Portal Factory application - the module this question concerns is a kind of proxy servlet to forward custom javascript ajax queries to a model. Servlet code stripped ...
3
votes
1answer
28 views
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
...
1
vote
1answer
48 views
Did not realize init() exception thrown by servlet Faces Servlet: java.lang.NullPointerException
i am trying to run JSF2/PrimeFaces application on WebSphere 6.1
and my configuration is as follows:
Class loader order: Classes loaded with application class loader first.
WAR class loader policy: ...
0
votes
0answers
27 views
WebSphere 6.1 plugin for Eclipse Helios
Please share the link to download eclipse plugin for IBM Websphere Application Server 6.1.
0
votes
1answer
42 views
Steps to run metro (JAX-WS) on Websphere 6.1
Anyone knows the steps to run JAX-WS on Websphere 6.1? JAX-WS website doesn't lists any step. Though other frameworks like Apache cxf do list the steps to configure on Websphere 6.1
0
votes
0answers
55 views
Running JAX-WS 2.1 in the Websphere Application Server 6.1 gives linkage error You are loading old SAAJ from jar
I am trying to deploy a war in the Websphere Application Server (6.1) and I am getting the following linkage error. I have tried both parent first, and parent last class loader policy. Any tip on how ...
4
votes
0answers
37 views
WAS 6.1 IBMJCE provider generating wrong sha256withrsa signature
We are generating a digital signature (PKCS7) using Java security API. The digest algorithm is SHA-256 and the encryption algorithm is RSA (SHA256withRSA).
Using SunRsaSign provider in the local ...
0
votes
1answer
21 views
Why there are two severs 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 ...
0
votes
1answer
69 views
Websphere Application server not starting
We have one Websphere Application server instance which went down with OutOfMemory and is not starting after that. The error message in the log below. Any urgent help will be highly appreciated. WAS ...
0
votes
1answer
275 views
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 ...
0
votes
0answers
109 views
Trouble with JAX-RPC WSDL generation for array return types
I have the following Java in a class that I'm using RAD 8.0 to generate a WSDL for. This code is existing and is already being successfully consumed. I need to add some things to the web service ...
0
votes
0answers
71 views
cascading dropdown in JSF1.2 without using richfaces JAR
can anybody post me a code example for cascading dropdowns in java 1.5?? Check conditions below:
front end Should be in JSF1.2 .
should work on websphere 6.1 server.
should not use richfaces jars.
...
0
votes
0answers
129 views
Share session between two different EAR applications in the same cluster
We need to know if we can share a session that was created by a web application (/ABC) with anpther web application (/DEF) running on the same cluster and same domain in WebSphere 6.1 via Distributes ...
0
votes
0answers
6 views
WID publish unistalling console installed applications
I'm having some trouble with the publishing on Websphere Application Developer 6.1.2 (WID) because it is uninstalling some applications installed using the console.
I don't know if it is important but ...
0
votes
0answers
44 views
JSESSION ID and cookie path settings
Every time I deploy a new EAR file, the cookie path and JSESSION ID gets changed. The customization is made at the application level and the values are default at server level.
I want the settings to ...
0
votes
0answers
48 views
After Fixpack 45 for websphere 6.1 log4j creates file but not populate it
I have a strange problem with my component that is a TrustAssociationInterceptor and it starts up with the Application Server, so it's not deployed.
After the upgrade to version 45 of my websphere 6.1 ...
1
vote
2answers
122 views
Looking for Java source of JSF 1.1 implementation
I am desperately researching a very difficult, very intermittent duplicate component ID problem with a JSF 1.1 application running on IBM WebSphere 6.1. To troubleshoot, I think it might be useful to ...
0
votes
1answer
222 views
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. ...
0
votes
0answers
32 views
Websphere Application Server - Internationalization
We are planning to modify an existing application of ours running on Websphere application server for i18n support. Basically we need unicode support at all layers (utf-8 and 16). Are there are ...
1
vote
1answer
47 views
In WAS, why TOPIC and QUEUE are used together?
In websphere app server 6.1, when i want to set up JMS, I need to set up a topic, and i need to set up queues and then in MQ explorer I create a subscription between the topic and the queues. Now ...
0
votes
3answers
237 views
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 ...
0
votes
0answers
27 views
WAS port accepts requests despite having 'No associated transports'
In my WAS server, there is a port 9810 . The port name is BOOTSTRAP_ADDRESS. The transport details says 'No associated transports'. I read that this means that the port is closed to all incoming ...
0
votes
1answer
102 views
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 ...
1
vote
1answer
182 views
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 ...
2
votes
1answer
108 views
MQRFH2.usr coming in the main message body
Using WMQ7.0 with WMB 6.1
I have one flow where I am transforming a message and using MQRFH2.usr for holding some data.
But, I am facing the issue where the MQRFH2.usr is coming in the main message ...
1
vote
1answer
87 views
JPA Issue with WAS 6.1
I have installed an application on WAS 6.1 (through WID 6.1) and getting following exception while running the app.
Caused by: org.apache.openjpa.util.MetaDataException: class declares generator ...
0
votes
0answers
53 views
Properties not able to extract from JMS message through QueueBrowser
Just to elaborate, we are not seeing JMS application properties in the message though the JMS system properties are showing up in the newly create MQ 7 queues. The steps to recreate the error for ...
1
vote
2answers
111 views
Application properties not able to extract from MQ 7 queue using JMS
We are using the J2EE JMS API for browsing the queue
( J2EE jar dated 2/2/2010 from C:\Program Files\IBM\SDP70\runtimes\base_v61\lib)
Javax.jms.QueueBrowser queueBrowser = null;
queueBrowser ...
0
votes
0answers
52 views
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 ...
0
votes
1answer
128 views
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 ...
0
votes
0answers
106 views
Connection/Read timeout not working in com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection
In our application, we have set the connection timeout t0 50000 ms and read timeout to 50000 ms, and in our case we are getting the response after some 10 or minutes, but the code is not throwing ...
0
votes
1answer
52 views
What does the ByteCode mean from javacore file?
Normally, when walking through the javacore file, we can see code stack as below:
at com/csii/pe/channel/http/servlet/MainServlet.doGet(Bytecode PC:78(Compiled Code))
at ...
0
votes
1answer
232 views
Confused with the Websphere coredump file in Linux
sometimes i can see core dump file of Websphere process generated in my Linux system. I think it as full core file. However, when i check with ulimit -a, that would return with core file size 0 as one ...
0
votes
1answer
29 views
Websphere App Server administration
How can I see all my webserver process running in Websphere application server administration?
1
vote
1answer
294 views
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 ...
0
votes
3answers
101 views
Is it possible to run automatically a Java application on WebSphere Application Server?
I'm developing a Java application that is running on WebSphere Application Server 6.1. By now, I've installed a .war file in the server and I'm calling the methods from a jsp file and they're working ...
1
vote
0answers
185 views
Unable to start WAS
I wasn't able to start the WAS. Here is the startServer.log. Could anyone can explain me whats the problem..Thanks in advance.
************ Start Display Current Environment ************ Host ...
0
votes
0answers
151 views
Starting and stopping websphere 8 server from admin console [closed]
In my local admin console, i do not get buttons to start and stop the server, but in a remote admin console that i access, i get the start/stops ..... buttons. how to get those buttons in my local ...
0
votes
1answer
357 views
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 ...
1
vote
1answer
260 views
Get directory listing of WebContent directory from Struts Action
I have an application that is deployed on a WebSphere 6.1.0.25 server. I am trying to get a directory listing of available files from a directory in my WebContent folder:
...
0
votes
0answers
209 views
JNDI configuration in WebsphereMQ 7
I am trying to configure JNDI in WebsphereMQ7 by following below URL ...
2
votes
1answer
987 views
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.
...
2
votes
0answers
70 views
Does the LiveCount of Session include session from memory to memory replication in websphere?
i can see the LiveCount and ActiveCount of session from Websphere TPV. As for the websphere cluster environment in which that memory-to-memory replication enabled, does that LiveCount of session here ...
0
votes
1answer
235 views
Concerns on the webpshere session memory to memory replication
i've got a WAS environment whose topology looks like as below:(one typo here, that 'IH' should have been 'IHS')
The request from end-user goes through IHS and arrives in WAS1, then that application ...
0
votes
1answer
1k views
Websphere 6.1 plugin for eclipse juno
I'm trying realy hard to find Websphere 6.1 plugin for eclipse juno.
I didnt find anything in IBM site.
(I want to install STS ide . I understand that this ide is based on eclipse juno).
i would ...
1
vote
1answer
328 views
Configure Stateless EJB Pool size in Websphere
I'm looking for a way to configure the SLSB Pool size in Websphere. Is it possible to configure it from the Admin Console ?
Looking at the IBM Red Books it's mentioned how to configure the ORB Pool ...
0
votes
1answer
250 views
Monitoring Tools in WebSphere Application Server v6.1
How to enable PMI (Performance Monitoring Infrastructure) Data Collection and what is the use of "PMI" in WebSphere Application Server?
What is a "Core Group" WebSphere Application Server?
What is ...

