IBM Support

PK30110: MISSING SUPPORT FOR WEBDAV HTTP METHODS

Fixes are available

6.1.0.7: WebSphere Application Server V6.1 Fix Pack 7 for Solaris
6.1.0.7: WebSphere Application Server V6.1 Fix Pack 7 for HP-UX
6.1.0.7: WebSphere Application Server V6.1 Fix Pack 7 for Linux
6.1.0.5: WebSphere Application Server V6.1.0 Fix Pack 5 for Linux
PK30110; 6.0.2.11: missing support for WebDav and DeltaV HTTP method types
6.1.0.7: WebSphere Application Server V6.1 Fix Pack 7 for Windows
6.1.0.7 WebSphere Application Server V6.1 Fix Pack 7 for AIX
6.1.0.5: WebSphere Application Server V6.1.0 Fix Pack 5 for AIX
6.1.0.5: WebSphere Application Server V6.1.0 Fix Pack 5 for i5/OS
6.1.0.7: WebSphere Application Server V6.1 Fix Pack 7 for i5/OS
6.1.0.5: WebSphere Application Server V6.1.0 Fix Pack 5 for HP-UX
6.1.0.5: WebSphere Application Server V6.1.0 Fix Pack 5 for Windows
Java SDK 1.5 SR8 Cumulative Fix for WebSphere Application Server
Java SDK 1.5 SR8 Cumulative Fix for WebSphere Application Server
Java SDK 1.5 SR10 Cumulative Fix for WebSphere Application Server
6.1.0.31: Java SDK 1.5 SR11 FP1 Cumulative Fix for WebSphere Application Server
6.1.0.33: Java SDK 1.5 SR12 FP1 Cumulative Fix for WebSphere
6.1.0.29: Java SDK 1.5 SR11 Cumulative Fix for WebSphere Application Server
6.1.0.35: Java SDK 1.5 SR12 FP2 Cumulative Fix for WebSphere
6.1.0.37: Java SDK 1.5 SR12 FP3 Cumulative Fix for WebSphere
6.1.0.39: Java SDK 1.5 SR12 FP4 Cumulative Fix for WebSphere Application Server
6.1.0.41: Java SDK 1.5 SR12 FP5 Cumulative Fix for WebSphere Application Server
6.1.0.43: Java SDK 1.5 SR13 Cumulative Fix for WebSphere Application Server
6.1.0.45: Java SDK 1.5 SR14 Cumulative Fix for WebSphere Application Server
6.1.0.47: WebSphere Application Server V6.1 Fix Pack 47
6.1.0.47: Java SDK 1.5 SR16 Cumulative Fix for WebSphere Application Server
6.1.0.5: WebSphere Application Server V6.1.0 Fix Pack 5 for Solaris
6.1.0.9: WebSphere Application Server V6.1 Fix Pack 9 for Solaris

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The WebSphere Application Server, versions 6.0.x, more strictly
    checks the HTTP methods types (as specified for the Servlet
    specification version 2.4; see
      http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd).
    This causes certain applications, specifically, those which
    contain a Web Module that use particular WebDAV or DeltaV HTTP
    method types, to fail to deploy.
    
    The prior APARs PQ98556, PK08719, and PK06273, added support
    for a number of the WebDAV and DeltaV HTTP method types, but
    did not add support for MKWORKSPACE, UPDATE, LABEL, MKACTIVITY,
    BIND, UNBIND, or REBIND.
    
    Applications containing Web Modules which use these HTTP method
    types will fail to deploy.  The signature for this failure is
    an exception in the application server System Error log file,
    usually "SystemErr.log".  The exception stack trace will begin
    with the following:
    
    [7/17/06 12:43:12:547 PDT] 0000001f SystemErr     R
    AppDeploymentException: [null]
    com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescri
    ptorLoad
    Exception: IWAE0022E Exception occurred loading deployment
    descriptor
    for module "[webModule].war" in EAR file "[EAR Path]"
    [7/17/06 12:43:12:562 PDT] 0000001f SystemErr     R
    com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescri
    ptorLoad
    Exception: IWAE0022E Exception occurred loading deployment
    descriptor
    for module "[webModule].war" in EAR file "[EAR PATH]"
    !Stack_trace_of_nested_exce!
    com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescri
    ptorLoad
    Exception: WEB-INF/web.xml
    !Stack_trace_of_nested_exce!
    com.ibm.wtp.internal.emf.xml.util.FeatureValueConversionExceptio
    n:
    IWAE0014E Failed to convert [HTTP Method Type] to Enumeration.
     at
    com.ibm.wtp.internal.emf.xml.util.DefaultFeatureValueConverter.
    failedToConvert(DefaultFeatureValueConverter.java:264)
    
    In the actual stack trace, the values [webModule], [EAR PATH],
    and [HTTP Method Type] will be displayed as specific values,
    according to the customer's application and according to the
    particular HTTP Method type which is used.
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED: Users of WebSphere Application Server,       *
    *                 versions 6.0.2.x, having applications that   *
    *                 use the HTTP WebDAV and DeltaV HTTP method   *
    *                 types MKWORKSPACE, UPDATE, LABEL,            *
    *                 MKACTIVITY, BIND, UNBIND, or REBIND.         *
    ****************************************************************
    * PROBLEM DESCRIPTION: Applications containing the listed      *
    *                      HTTP method types fail to deploy,       *
    *                      generating an IWAE022E exception to     *
    *                      the SystemErr log.                      *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    The WebSphere Application Server, versions 6.0.x, more strictly
    checks the HTTP methods types (as specified for the Servlet
    specification version 2.4; see
      http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd).
    This causes certain applications, specifically, those which
    contain a Web Module that use particular WebDAV or DeltaV HTTP
    method types, to fail to deploy.
    
    The prior APARs PQ98556, PK08719, and PK06273, added support
    for a number of the WebDAV and DeltaV HTTP method types, but
    did not add support for MKWORKSPACE, UPDATE, LABEL, MKACTIVITY,
    BIND, UNBIND, or REBIND.
    
    Applications containing Web Modules which use these HTTP method
    types will fail to deploy.  The signature for this failure is
    an exception in the application server System Error log file,
    usually "SystemErr.log".  The exception stack trace will begin
    with the following:
    
    [7/17/06 12:43:12:547 PDT] 0000001f SystemErr     R
    AppDeploymentException: [null]
    com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescri
    
    ptorLoad
    Exception: IWAE0022E Exception occurred loading deployment
    descriptor
    for module "[webModule].war" in EAR file "[EAR Path]"
    [7/17/06 12:43:12:562 PDT] 0000001f SystemErr     R
    com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescri
    
    ptorLoad
    Exception: IWAE0022E Exception occurred loading deployment
    descriptor
    for module "[webModule].war" in EAR file "[EAR PATH]"
    !Stack_trace_of_nested_exce!
    com.ibm.etools.j2ee.commonarchivecore.exception.DeploymentDescri
    
    ptorLoad
    Exception: WEB-INF/web.xml
    !Stack_trace_of_nested_exce!
    com.ibm.wtp.internal.emf.xml.util.FeatureValueConversionExceptio
    
    n:
    IWAE0014E Failed to convert [HTTP Method Type] to Enumeration.
     at
    com.ibm.wtp.internal.emf.xml.util.DefaultFeatureValueConverter.
    failedToConvert(DefaultFeatureValueConverter.java:264)
    
    In the actual stack trace, the values [webModule], [EAR PATH],
    and [HTTP Method Type] will be displayed as specific values,
    according to the customer's application and according to the
    particular HTTP Method type which is used.
    

Problem conclusion

  • This problem was fixed in IES (IBM Eclipse SDK) via the
    defect tracking entities RATLC01129066 and eclipse bugzilla
    159481.
    
    The fix for this APAR is currently targeted for inclusion
    in fixpacks 6.0.2.17 and 6.1.0.5.
    Please refer to the recommended updates page for delivery
    information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PK30110

  • Reported component name

    WEBSPH APP SERV

  • Reported component ID

    5724J0800

  • Reported release

    60W

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2006-08-18

  • Closed date

    2006-11-23

  • Last modified date

    2006-11-27

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBSPH APP SERV

  • Fixed component ID

    5724J0800

Applicable component levels

  • R60A PSY

       UP

  • R60H PSY

       UP

  • R60I PSY

       UP

  • R60P PSY

       UP

  • R60S PSY

       UP

  • R60W PSY

       UP

  • R60Z PSY

       UP

  • R61A PSY

       UP

  • R61H PSY

       UP

  • R61I PSY

       UP

  • R61P PSY

       UP

  • R61S PSY

       UP

  • R61W PSY

       UP

  • R61Z PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"6.0","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
29 December 2021