| Patrik Wallén 2004-01-19, 3:00 pm |
| Hi ,
trying to do a XMLAccess update portlet.
I get a strange SOAP Connecting error (see bottom of error trace) . Anybody
has a clue?
Pat
<?xml version="1.0" encoding="UTF-8"?>
<!-- IBM WebSphere Portal/5.0 build 144 exported on Thu Oct 16 22:44:09 CEST
2003 from s-linux/127.0.0.1 -->
<!-- 1/6 [web-app _1_0032VPTB380SGVVV_39
uid=com.ibm.wps.portlets.managepagesandfavorites] -->
<request type="update" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="PortalConfig_1.2.xsd">
<status element="[web-app _1_0032VPTB380SGVVV_39
uid=com.ibm.wps.portlets.managepagesandfavorites]" result="failed">
<message>com.ibm.wps.command.xml.XmlCommandException: XMLC0043E: An
error occurred while creating or updating the resource. [web-app
_1_0032VPTB380SGVVV_39
uid=com.ibm.wps.portlets.managepagesandfavorites]</message>
<message>com.ibm.wps.command.CommandFailedException: PECM0015E:
Portlet application manager failed when user xmlaccess scripting user
executed command UpdatePortletApplication.</message>
<message>com.ibm.wps.pe.mgr.exceptions.InstanceException: PEMG0001E:
Instantiation of AppServerAdminManager failed for mode 1.</message>
<message>com.ibm.wps.pe.mgr.exceptions.InstanceException: PEAS0007E:
Instantiation from WPS context /wps failed.</message>
<message>com.ibm.wps.pe.mgr.exceptions.InitException: PEAS0010E:
Failed to initialize variables.</message>
<message>com.ibm.websphere.management.exception.ConnectorException:
ADMC0016E: Could not create SOAP Connector to connect to host localhost at
port 8881</message>
</status>
</request>
|