PQ79991; 5.0.2: Problem creating ListenerPort using
wsadmin
Downloadable files
Abstract
After creating a ListenerPort using wsadmin, the listener
port created cannot be viewed through the admin console, and the server
that contains the listener port cannot be started.
Download Description
When a listener port is created using wsadmin, its initial state
property is missing. This causes problemes when viewing the listener port
object as well as starting the server containing the listener port.
The wsadmin command "$AdminConfig required ListenerPort" returns name,
ConnectionFactoryJNDIName and destinationJNDIName. Creating a ListenerPort
with only these
3 attributes will appear to have been successfull, however the server
failed to start/restart. This is because attribute StateManageable is
missing.
This interim fix provides a template for ListenerPort that contains the
StateManageable attribute, so that if the attribute is not set, it will
create one for user with initialState set to START.
Prerequisites
Please download the UpdateInstaller below to install this fix.