IBM Support

Interim Fixes for WebSphere Application Server Version 7.0.0.0

Download


Abstract

[<A name="top">]This document provides information about the Interim Fixes that are available for IBM® WebSphere® Application Server Version 7.0.0.0 products.

Download Description

The following table briefly describes each of the recommended Interim Fixes. The Interim Fix column provides a link to each Interim Fix so that you can download the fixes individually. However, you can also download all of the Interim Fixes for your specific operating system environment as one compressed file. For more information on this option, see the Download package section.

Before you download these Interim Fixes, you must have IBM WebSphere Application Server Version 7.0, IBM WebSphere Application Server Network Deployment Version 7.0, or IBM WebSphere Application Server - Express Version 7.0 installed.


For more information on installing these Interim Fixes, see the Installation Instructions section at the bottom of this document.



Interim fixDescription
PK67043This Interim Fix addresses a problem recognizing changes to the isclite application.

After fine-grained updates, the module or the application might need to restart. For example, if you deploy a Web module that contains a new user, the application needs to restart to recognize the new user. If you update module-level files for a Web module, only the module needs to restart. However, if you make changes to the isclite application, the application restarts with every update.
PK71757 Note: This Interim Fix also requires that you install the Interim Fix for APAR PK73001 first.

This Interim Fix addresses the following issues:
  • You might receive the following error message:
    java.lang.ClassCastException:
    org.eclipse.jst.j2ee.application.internal.
    impl.ApplicationImpl cannot be cast to
    org.eclipse.jst.javaee.application.Application
  • Some Enterprise JavaBeans (EJB) Stubs that are generated for the HP-UX operating system can lead to a java.lang.ClassCastException exception at run time.
PK71758This Interim Fix addresses a variety of Web services security caching failures. If you use Web services security in your environment, this Interim Fix is recommended. For example, if you use Reliable Messaging, you might encounter the following error message:
CWSKA0022E: A message part named {http://docs.oasis-open.org/ws-rx/wsrm/200702}
SequenceAcknowledgement was not secured using the correct security token.
PK71760This Interim Fix changes the behavior of the client container so that the application name is consistent with the application server naming process.

The EJBFactory lookup process fails because the Java™ Naming and Directory Interface (JNDI) name that is used to look up the EJBFactory is based on the application name, which is not specified. When the application name is not specified, the client container and the application server use different processes to create a unique application name. The run time for the application server specifies the application name as the name of the enterprise archive (EAR) file without the .ear extension. However, the client container specifies the application name as the fully qualified path of the EAR file. Because of the different naming processes, the lookup process fails.

With this Interim Fix, the application name does not include the fully qualified path.
PK71761This Interim Fix addresses an issue where you are unable to stop the deployment manager from an earlier version of the product.

When you migrate previous versions of WebSphere Application Server in a secure environment to WebSphere Application Server Version 7.0, the deployment manager does not stop an active deployment manager. During the migration process, a signer exchange prompt might exist in the log files or in the trace when you use the WASPostUpgrade command to stop the running deployment manager process. You cannot respond to this prompt so you are unable to stop the deployment manager process from the earlier version of WebSphere Application Server.
PK71765This Interim Fix changes the product code so that non-EJB base classes are not filtered. However, servlets, filters, and so on are filtered.

Annotations are a standard mechanism of adding metadata to Java classes. You can use metadata to simplify the development and deployment of Java Platform, Enterprise Edition (Java EE) 5 artifacts. Prior to the introduction of Java language annotations, deployment descriptors were the standard mechanism used by Java EE components.
These deployment descriptors were mapped to XML format, which facilitated their persistence. With WebSphere Application Server V7.0, the Java EE 5 annotation-based metadata is merged with the existing XML-based deployment descriptor metadata.

To avoid merging extraneous annotations, the following annotations were excluded:
  • Annotations from classes that happen to be in the archive, but are not part of the application
  • Base classes and their annotations
These exclusions led to missing references in the Enterprise JavaBeans (EJB) deployment descriptor when an EJB file extends from a base class and contains EJB-related annotations.
PK71766This Interim Fix addresses the following issues:
  • The following runtime exception might be created by a Java Message Service (JMS) application when bus security is enabled:com.ibm.websphere.sib.exception.
    SIErrorException:              com.ibm.websphere.sib.exception.
    SIErrorException:
    CWSIC8002E: An internal error occurred.
    An unknown or unexpected exception was
    thrown by the core API: exception

    CWSIC8007E: An exception was caught
    from the remote server with Probe Id
    3-004-0013.
    Exception: java.lang.NullPointerException.                      
    If this error occurs, applications might not be able to connect, send, or receive messages.
  • When message-driven beans (MDBs) lose their connection, the MDBs might fail to reconnect to the bus and consume messages after the resource becomes available again.
PK71773Do not use this interim fix.
Instead, see interim fix PK73001.
PK71779This Interim Fix addresses the issue where the getDeploymentDescriptor method on a module MBean might return a javax.management.MBeanException exception or an empty string.

When the getDeploymentDescriptor method is called on a module MBean, a com.ibm.etools.commonarchive.EARFile class is opened against the archive path for the module. When the deployment descriptor is retrieved from the enterprise archive (EAR) file, an exception or an empty string is returned, which is passed to the caller. The exception gets wrapped in a javax.management.MBeanException exception.

With this Interim Fix, the EARFile class is opened against the archive path for the module application. The deployment descriptor for the module is then retrieved.
PK71784This Interim Fix supports the cryptographic provider in a multi-threaded environment.

The hardware cryptography function in IBM WebSphere Application Server Version 7.0 causes a key exception in a multi-threaded environment. The IBMJCEProvider cryptographic provider issues an exception that states "the key is not a valid RSA public key."

This Interim Fix is necessary if you are using hardware cryptography.
PK71796This Interim Fix addresses the following exception in one of the Administrative Console panels for WebSphere Application Server if you are using WS-Notification:

An error occurred while processing request /ibm/console/secure/layouts/configboxLayout.jsp
Message: java.util.NoSuchElementException

java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(Unknown Source)
at com.ibm.ws.console.core.ConfigFileHelper.parseContextId
(ConfigFileHelper.java:1204)


The error might occur when you complete the following steps in the administrative console:
  1. Expand Service integration and click buses.
  2. Click New and use the Service Integration Bus wizard to create a new bus.
  3. Click the name of the new bus to view the configuration for the new bus.
  4. Under Topology, click Bus members and create a new bus member.
  5. Click Save to save the new bus member to the master configuration.
  6. On the left-side of the administrative console, expand Service integration > WS-Notification and click Services.
  7. Click New to create a new WS-Notification service using the WS-Notification service wizard. Using this wizard, create a service point instance on step 4 of the wizard.
  8. On the left-side of the administrative console, expand Services and click Service clients and select a service.

This Interim Fix is necessary if you are using WS-Notification.
PK71826This Interim Fix addresses the following issues:
  • When you use a valid user name that includes an at (@) symbol to log into an application, the authentication and authorization steps fail. For example, this situation might occur when you use an email address as a user ID.
  • The following Web authentication options are ignored: "Authenticate when any URI is accessed" or "Use available authentication data when an unprotected URI is accessed." Servlets that do not have security constraints are not authenticated, Trust Association Interceptors (TAI) are not invoked.

This Interim Fix is necessary if you use user IDs that have the @ symbol, such as in an email address.
PK71847This Interim Fix addresses the following issues:
  • If you install WebSphere Application Server to a location that contains a parenthesis in the path name, which is the default in some Microsoft® Windows® operating systems, the installation process is partially successful. This partial success prevents several commands in the install_root/bin directory from working correctly. The installation is only partially successful if a profile is created. Commands in the bin directory are impacted.
  • If you create a profile using non-English characters as parameters, the profile creation process fails.

This Interim Fix is necessary if you use an installation path that contains parenthesis or you use non-English characters during the profile creation process.
PK71855This Interim Fix addresses the following ClassCastException exceptions:
  • A ClassCastException exception might occur when you generate deployment code. An exception similar to the following messages occurs:
    java.lang.ClassCastException:
    org.eclipse.jst.j2ee.application.
    internal.impl.ApplicationImpl cannot
    be cast to org.eclipse.jst.javaee.
    application.Application
  • A ClassCastException exception might occur on the HP-UX or IBM i operating systems when you invoke the remote method invocation compiler (RMIC). An exception similar to the following message occurs:
    java.lang.ClassCastException:
    $Proxy34 cannot be cast to com.sun.ts.tests.ejb.ee.
    timer.helper.EJSRemoteCMPcom_
    sun_ts_tests_ejb_ee_timer_
    enHome_fcf0fa93
    at com.sun.ts.tests.ejb.ee.timer.
    helper._EJSRemoteCMPcom_sun_
    ts_tests_ejb_ee_timer_enHome_
    fcf0fa93_Stub.create(Unknown Source)    
This Interim Fix also requires the following prerequisite fixes:
PK71913This Interim Fix addresses the following issue:

After you install your application, you might find that the JAX-WS endpoints are unavailable. The problem might occur when you install an application enterprise archive (EAR) file that includes a Web archive (WAR) file. The WAR file contains both JAX-WS Web services and JavaServer Pages (JSP) files.
PK71945This Interim Fix addresses the following issue:

When you save a business entity to a UDDI server that uses a Derby database, you might encounter the following error message:

E_fatalError (10500) Serious technical error has occurred while processing the request. At least one service name is required.
PK71963This Interim Fix addresses the following issue:

When you install an EAR file that contains an EJB Java archive (JAR) file or WAR file and its deployment descriptor, which is the ejb-jar.xml or web.xml file, contains a duplicate <display-name> element, the following error occurs:

The exception org.eclipse.jst.j2ee.
commonarchivecore.internal.exception.
DeploymentDescriptorLoadException:
META-INF/ejb-jar.xml occurred. Check log for details.
PK71980This Interim Fix addresses the following issue:

When you deploy an EAR file that contains a Web module, you will find a missing classloader attribute in the application deployment.xml file. The classloader attribute of the WebModuleDeployment object is not created, by default, as expected. Administrative scripts that depend on the attribute cannot locate it. This Interim Fix creates a default classloader attribute at the Web module-level in the application deployment.xml file.

This Interim Fix is necessary if you run administrative scripts that rely on the presence of the WebModuleDeployment level class loader attribute.
PK72269This Interim Fix addresses the following issue:

Log files do not correctly roll over even if the files have been truncated using an external tool. The calculation is incorrect, which causes the roll over to occur when a few bytes exist over the defined maximum size.
PK72357This Interim Fix addresses the following issue:

An error occurs when you configure and save an application binding for a JAX-WS Web service. The following error occurs when you complete the configuration process through the administrative console using Microsoft Internet Explorer:

This page can not be displayed.

The following steps in the administrative console result in the error message:
  1. Expand Applications > Application Types.
  2. Click WebSphere enterprise applications > service_provider_application_instance.
  3. Under Web Services Properties, click Service client policy sets and bindings > Assign Binding.
  4. Select a service and select Attach Client Policy Set > Username WSSecurity default.
  5. Select the same service and select Assign Binding > New Application Specific Binding.
  6. Specify a bindings configuration name.
  7. Select Add > WS-Security.
  8. Click Save to save the binding to the master configuration.

If you do not want to install this Interim Fix, use Mozilla Firefox as your browser.
PK73001This Interim Fix addresses the following IBM Software Development Kit (SDK) issues:
  • When you use the XMLEncoder and XMLDecoder application programming interfaces (APIs), you might encounter inconsistencies in the data that is generated by the XMLEncoder API.
  • When you use iKeyman to create a PKCS12 key database, you might encounter an exception.
  • When you use some of the administrative console panels, the application server might crash.
  • When you use the verbose:gc argument, the application server might hang during the start up process.
  • You might encounter a ClassCastException exception in the generated EJB code on the HP-UX operating system.
  • You might encounter a NullPointerException exception when you use the wsgen command-line tool on the HP-UX operating system.

This Interim Fix is a prerequisite for PK71757 and PK71855. For more information, see the descriptions in this table.



Back to top

Prerequisites

Before you install any or all of these Interim Fixes, you must install one of the following products:

  • WebSphere Application Server Version 7.0
  • WebSphere Application Server Network Deployment Version 7.0
  • WebSphere Application Server - Express Version 7.0

Installation Instructions

Complete the following steps to install these Interim Fixes using the Update Installer:

  1. Download the compressed file that corresponds to your operating system environment.
  2. Decompress the file to the $WAS_HOME/UpdateInstaller/maintenance directory.
  3. Use the Update Installer to apply the updates to your version of WebSphere Application Server Version 7.0. You can download the Update Installer for your operating system through the following documents:
Note: Also, you can use the IBM WebSphere Installation Factory to install these Interim Fixes.

Download Package

The following compressed files contain the complete set of Interim Fixes in the previous table for each operating system.

Off
[{"DNLabel":"Interim fixes without the IBM SDK","DNDate":"9/26/2008","DNLang":"US English","DNSize":"7285","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_ALLWASFIXES_NOJDK.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"AIX Power PC\u00ae 32-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"99495","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_AixPPC32.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"AIX Power PC 32-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"99498","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_AixPPC32.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"AIX Power PC 64-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"106001","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_AixPPC64.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"AIX Power PC 64-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"106004","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_AixPPC64.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"HP-UX IA 64-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"142835","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_HpuxIA64.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"HP-UX IA 64-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"142837","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_HpuxIA64.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"HP-UX PA-RISC (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"81838","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_HpuxPaRISC.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"HP-UX PA-RISC (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"81843","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_HpuxPaRISC.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for Power PC 32-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"90066","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxPPC32.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for Power PC 32-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"90070","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxPPC32.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for Power PC 64-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"98524","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxPPC64.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for Power PC 64-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"98528","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxPPC64.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for zSeries\u00ae 32-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"85959","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxS390.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for zSeries 32-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"85962","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxS390.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for zSeries 64-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"90501","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxS39064.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for zSeries 64-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"90504","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_Linux39064.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for xSeries\u00ae 32-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"87673","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxX32.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for xSeries 32-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"87676","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxX32.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for xSeries 64-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"90724","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxX64.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Linux for xSeries 64-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"90726","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_LinuxX64.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Solaris SPARC 32-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"87563","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_SolarisSparc.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Solaris SPARC 32-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"87566","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_SolarisSparc.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Solaris SPARC 64-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"98370","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_SolarisSparc64.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Solaris SPARC 64-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"98373","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_SolarisSparc64.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Solaris for xSeries 64-bit (.tar)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"87792","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_SolarisX64.tar.gz","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Solaris for xSeries 64-bit (.zip)","DNDate":"9/26/2008","DNLang":"US English","DNSize":"87795","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_SolarisX64.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Windows 32-bit","DNDate":"9/26/2008","DNLang":"US English","DNSize":"95374","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_WINX32.zip","DNURL_FTP":null,"DDURL":null},{"DNLabel":"Windows 64-bit","DNDate":"9/26/2008","DNLang":"US English","DNSize":"102840","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixes/cumulative/V70ziptar/was70CummFixes_WinX64.zip","DNURL_FTP":null,"DDURL":null}]
[{"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Not Applicable","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF012","label":"IBM i"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.0","Edition":"Base;Express;Network Deployment","Line of Business":{"code":"LOB45","label":"Automation"}}]

Problems (APARS) fixed
PK67043;PK71757;PK71758;PK71760;PK71761;PK71765;PK71766;PK71773;PK71779;PK71784;PK71796;PK71826;PK71847;PK71855;PK71913;PK71945;PK71963;PK71980;PK72269;PK72357

Document Information

Modified date:
15 June 2018

UID

swg24020613