IBM Support

PI95971: THE NAMESPACE PREFIX 'APPRESOURCES' IS UNDECLARED.'

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Ø
    application-resources.xsl defines "resources" variable but uses
    "appresources".  Both should be "appresources".
    

Local fix

  • Ø
    The change to be made is to rename the
    variable in the namespace assignment from "resources" to
    "appresources".
    
    
    For example:
    
    
    <?xml version="1.0" encoding="UTF-8"?>
    
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:xmi="http://www.omg.org/XMI"
    
    xmlns:resources="http://www.ibm.com/websphere/appserver/schemas/
    6.0/appresources.xmi">
    
      <!-- Copy.xsl must be imported for all xforms -->
      <xsl:import href="copy.xsl"/>
    
      <!-- RTC210683 Additional application resource elements added
    in V9
    and only valid in V9+ config -->
      <xsl:template
    match="appresources:ApplicationResources/administeredObjectResou
    rces"/>
      <xsl:template
    match="appresources:ApplicationResources/connectionFactoryResour
    ces"/>
      <xsl:template
    match="appresources:ApplicationResources/jmsConnectionFactoryRes
    ources"/
    >
      <xsl:template
    match="appresources:ApplicationResources/jmsDestinationResources
    "/>
      <xsl:template
    match="appresources:ApplicationResources/mailSessionResources"/>
      <!--end additional application resource elements added in v9
    -->
    
    </xsl:stylesheet>
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server V9.0                                 *
    ****************************************************************
    * PROBLEM DESCRIPTION: Exceptions in the Controller Task of    *
    *                      the Deployment Manager occur during     *
    *                      migration.                              *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    An error message similar to the following occurs in the log
    files of the Controller Task of the Deployment Manager when
    synching nodes during migration:
    ERROR:  ' &#226;  &#162;ERR 0010 &#233; &#191; &#226;  &#162;ERR XPST0008 &#233; &#191; The namespace pr
    'appresources'  is undeclared.'
    The problem is caused by an incorrect variable name specified
    for a namespace in the file application-resources.xsl.  The
    variable name "resources" is specified.  The variable name
    should be "appresources":
    xmlns:appresources="http://www.ibm.com/websphere/appserver/schem
    as/6.0/appresources.xmi">
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    PI95971

  • Reported component name

    WEBSPHERE FOR Z

  • Reported component ID

    5655I3500

  • Reported release

    900

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-03-29

  • Closed date

    2018-05-30

  • Last modified date

    2018-05-30

  • 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

    WEBSPHERE FOR Z

  • Fixed component ID

    5655I3500

Applicable component levels

  • R900 PSY

       UP

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SS7K4U","label":"WebSphere Application Server for z\/OS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"900","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
19 October 2021