Tagged Questions
3
votes
1answer
4k views
Websphere 6.1 to 7 how to update ibm-web-bnd.xmi to ibm-web-bnd.xml
In Websphere 6 ibm-web-bnd.xmi file I have
<?xml version="1.0" encoding="UTF-8"?>
<webappbnd:WebAppBinding xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" ...
3
votes
1answer
235 views
How do I build a WAS 6.1 specific EAR without RSA/RAD?
Are there some IBM ant tasks that support this?
3
votes
2answers
1k views
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 ...
2
votes
0answers
453 views
Websphere App Server 6.1: Redeploy after web.xml change required?
In WebSphere Application Server 6.1, is it necessary to redeploy the application (WAR/EAR) every time a change is made to a web.xml descriptor file?
2
votes
2answers
4k views
RAD (Rational Application Developer) — Clean vs. Publish vs Restart
I am currently using the Spring 3.0 framework in a websphere 6.1 environment. The IDE I am using is RAD (Rational Application Developer) 7.5. I was working on a problem last night and I found that ...
2
votes
3answers
2k views
What is the difference between an EAR file and a “WebSphere Enhanced EAR”?
Supposing that I have a standard EAR file (and the source files that were used to generated it,) what additional processing needs to be done to convert it to an IBM WebSphere "Enhanced EAR"?
Another ...
2
votes
2answers
2k views
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.
1
vote
2answers
51 views
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 = ...
1
vote
1answer
337 views
How to use javax/persistence/spi/PersistenceUnitInfo.getValidationMode() with WAS 6.1
I am using JPA 2.0 with Spring and hibernate in my project.
However, the runtime is WAS 6.1.
Compilation goes fine.
However, during deployment of the application, I get the following error:
...
1
vote
2answers
575 views
How to set up Apache CXF client to use WebSphere truststore? (Receiving “No trusted certificate found” exception.)
First, I'll start with a summary. I'm using an Apache CXF client to communicate over SSL with an Apache CXF service provider that is using a self-signed certificate. I imported the certificate into ...
1
vote
1answer
434 views
How do I find Queue Manager name when Queues are created via Websphere 6.1 running in RAD 7?
I am new to Websphere, and at this client site, we are running an older version of Websphere in an older version of RAD. I used a python script to define a queue factory and some queues, using a ...
1
vote
1answer
1k views
Websphere Application Server 6.1 (localized): Override locale for console messages
I have installed RAD 7.5 (based on Eclipse Ganymede 3.4.0) in Spanish. I'm working with Websphere Application Server 6.1 (spanish too).
The problem I have is that all console messages appear in ...
1
vote
1answer
648 views
Websphere 6.1 to 7.0 JmqiObject and JmsQueue missing
I am trying to migrate an application from Websphere 6.1 to 7.0
I noticed that many of the ibm MQ/JMS classes have changed/disappeared =)
In particular, I am getting errors on
...
1
vote
1answer
640 views
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 ...
1
vote
2answers
136 views
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 ...
1
vote
1answer
348 views
Changes to markup files not getting picked up in wicket project
When I change a html file in my wicket project and reload the page the changes don't get automatically picked up. I have to republish to pick up the changes. Changes to java files get picked up ...
1
vote
4answers
2k views
How to access application.xml file of an EAR deployed to IBM WebSphere 6.1
I am deploying an EAR file to the IBM WebSpehre server 6.1 - I want to be able to access the EAR application name which is stored in the deployment file under 'display-name'. Looking through stack ...
1
vote
2answers
1k views
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 ...
1
vote
2answers
978 views
Eclipse development environment for WAS 6.1
Currently I am working with MyEclipse for developing a J2EE application for WAS 6.1.
I noticed that eclipse added the new J2EE development environment.
When trying to configure it I can see that ...
0
votes
2answers
28 views
Websphere 6.1: Issue in Multiple Cells Call using IIOP
Need some help with below issue
We have 2 machines, each of these machines has 2 websphere cells installed in it.
Machine 1 (X1 and X2 cell)
Machine 2 (Y1 and Y2 cell)
We have web application ...
0
votes
0answers
31 views
Logging Stopped in Websphere
The Websphere protal 6.1 was logging normally
[WAS_HOME]\profiles[PROFILE_NAME]\logs[SERVER_NAME]\
But when I tried to clear the content of the log file to clear old logs, WebSphere log to this file ...
0
votes
1answer
26 views
Configuring Entrust CA cert for APNS on Websphere 6.1?
I'm running Websphere 6.1 on RHEL Linux. Trying to find out how to configure the APNS Entrust CA using the Websphere admin console key management commands. We are also using a proxy server outboud to ...
0
votes
1answer
30 views
WAS-Active Directory Reason for Authentication failure
I am using form based authentication with Websphere Application Server and Active Directory. Authentication can fail because of variety of reason viz.
user/password incorrect
Password expired
...
0
votes
0answers
13 views
websphere portal troubleshooting on aix
I am trying to learn troubleshooting on WP6 but in IBM papers i cant found specific methods for AIX. How can i learn solve problems on websphere portal 6 on AIX.
i found these:
...
0
votes
1answer
60 views
how to test application deployed in websphere cluster.?
I have create a cluster in websphere and deployed a defaultapplication coming with ibm package to cluster.
Now,i want to test this application to check weather it installed correctly on each member of ...
0
votes
1answer
101 views
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 ...
0
votes
2answers
104 views
deploying Websphere 6 on RAD 8
I have to deploy WAS 6/6.x on RAD 8. In the dropdown for creatnig a new server I see only WAS7 and WAS 8 as options not 6 . How can I get WAS 6 on RAD 8?
0
votes
1answer
102 views
Webservices feature pack is installed but RAD says 'it is not isntalled'
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: ...
0
votes
0answers
41 views
IBM WebExperience Factory - Page Navigation profiling not working with portal server 615
I am using IBM WebExperience Factory (WEF) for my development, but have to deploy the war on portal server 615.
The scenario is as follows:
I have developed two models.
I am supposed to develop ...
0
votes
1answer
33 views
Access ObjectId of the current page within theme java code in websphere portal 5.1
I want to get the ObjectId of the current page within custom theme coding. I got lot of samples where I can loop through the navigation model and get it within theme. But in my scenario I want to get ...
0
votes
2answers
166 views
WAS 6.1 - Deploying Multiple WARs in one EAR
So from what I read this should be pretty simple to execute.. I've followed a similar setup as seen here in creating my application.xml file.
<application>
...
0
votes
2answers
262 views
log4j not working in WebSphere
I have a strange problem whereby my log4j logging works when deployed on tcServer but not on WebSphere 6.1.
The file name that I've specified in the log4j is created. However, it is not populated even ...
0
votes
1answer
326 views
Websphere Application Server 6.1 for developers console install on RHEL 5 failing
Does anyone know how to get the Websphere Application Server for developers (v6.1) installed via the console?
I'm setting up a build server and the server I have is a RHEL 5.6 server with no ...
0
votes
2answers
337 views
websphere port conflict preventing app server from starting
I've tried doing a netstat and the port says it's listening. Looking at the websphere config files, I couldn't find anything else using this port. There are no other application servers or ...
0
votes
1answer
19 views
WAS 6.1 custom user roles
Instead of the already provided user roles in WAS 6.1, we want to customize it further. i.e, whether a user has permissions to deploy an EAR, change the configurations, Start / Stop the applications ...
0
votes
1answer
24 views
Restricting the location from which WAS deploys the EAR
We have a Websphere Application server 6.1 running in a Linux machine. Many team members have admin access to the server. Often, incorrect EARs have been deployed due to manual error. We want to ...
0
votes
1answer
50 views
When can a MemorySessionData object exist outside of the MemorySessionContext?
I am looking at a portable heapdump file from IBM WebSpehere 6.1 and understand that MemorySessionContext contains a SessionSimpleHashMap of all the MemorySessionData objects that represent the ...
0
votes
1answer
92 views
WebSphere Process Server and parallel task
We are designing a system that will use WebSphere Process Server.
At one point we need to call two web services and then combined the results.
We plan to create a parallel fork and then call each ...
0
votes
1answer
247 views
Auto Deploy to WebShere v6.1 through IBM RSA IDE
Is there a way to do an automatic deployment to my local rsa web sphere 6.1 instance that runs within rsa? I have maven build script already, not sure if I can integrate something into there? Or is ...
0
votes
2answers
310 views
Websphere 6.1: How to add version to cookies?
By default WebSphere 6.1 does not include version into LtpaToken and JSESSIONID cookies. Is there any way to enforce cookie version 1 for these cookies?
Does WebSphere 7.0 have this option?
-- EDIT ...
0
votes
1answer
66 views
.net adapter for websphere process server
We are looking at ways to integrate WebSphere (6.1.0.17) with .net.
Is there a native adapter or do we need to go via a web service call?
0
votes
3answers
251 views
ClassDefNotFoundException even though the class is loaded by the classloaders (Multiple Apllications are installed on the Server)
I have two Applications Installed on Websphere Server v.6.
1. SGOApplication
2. ReportingWeb
SGOApplication has a shared library mapped on Application Level i.e.
SGOAPPSHLIB
This library is having ...
0
votes
2answers
260 views
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:
<context-param>
<param-name>config.file</param-name>
...
0
votes
1answer
222 views
Viewing Queue and Topic massages in WebSphere 6.1
I need to see the messages in Queues and Topics configured on WebSphere 6.1. I tried to configure HermesJMS, but just couldn't make it work. If someone knows how to make it work with WebSphere 6.1, it ...
0
votes
1answer
64 views
Is there a way to find out how long it takes for websphere process a request
I have an issue where I need to monitor how long it takes for Websphere to process a request. Specifically I need to know how much time is spent in the "application world", that is time spent ...
0
votes
1answer
156 views
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.
0
votes
1answer
4k views
WebSphere web.xml / bindings issue
I just recently started having issues while deploying EARS within websphere. The error I get after I install the apps is provided below.
------Start of DE processing------ = [7/18/10 10:51:19:309 ...
0
votes
2answers
130 views
How to add the hostname to every line of SystemOut.log?
We have load balancing and the same name on multiple instances of WebSphere 6.1.
Is there a way to WebSphere need to add the physical hostname to the WebSphere SystemOut.log lines (for example, to ...
0
votes
2answers
534 views
Getting a connection from a Sybase datasource in WAS 6.1 fails with message “User name property missing in DriverManager.getConnection”
I have a standalone application that needs to connect to a Sybase database via a datasource, I'm trying to connect using getConnection() and get the connection from this Sybase datasource which is ...
0
votes
2answers
2k views
Why WebSphere 6.1 (JDK 1.5 Compliant) compiles my JSPs as JDK 1.4?
Our web application is JDK 1.5 compliant, and is running succesfuly on WebSphere 6.1
However, some JSPs we have that contain Java code in 1.5 syntax fail to compile by WebSphere.
It seems that for ...