Technote (troubleshooting)
Problem
After exporting your application from your source IBM WebSphere Portal server using XMLAccess, you attempt to import the resulting XML into your target system. However, it fails with the following result:
<!-- 123/300 [servlet _V_082M6D0B680K1OAU_IR] -->
<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
build="wp5103_025" type="update" version="5.1.0.3"
xsi:noNamespaceSchemaLocation="PortalConfig_1.3.1.xsd">
<status element="[servlet _V_082M6D0B680K1OAU_IR]" result="failed">
<message
id="EJPXA0057E">com.ibm.wps.command.xml.XmlCommandException: EJPXA0057E:
Action create is not allowed for servlet resources. [servlet
_V_082M6D0B680K1OAU_IR]</message>
</status>
Resolving the problem
Using the export of the source system, you can identify the name of the web module associated with the servlet identified in the exception as well as the servlet name itself.
Given this information, there are two items that must be confirmed:
1. Is the web module present in the correct directory on the target system?
For WebSphere® Portal V5.1: <WP_root>/installableApps
For V6.0: <WP_root>/deployed/archive
The correct directory can be obtained by looking up the .war file name in the full export of the source system.
Related information
XmlAccess on V6.0
XmlAccess on V5.1
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.