The Enterprise Application (EAR file) ist started via WAS admin console on the right server (WebSpere_Portal)<br />
<br />
Both the web modules and the portlets contained within the EAR file are visible within the WP Admin Console after<br />
executing the predeploy xmlaccess script. Their state is not displayed, i.e. they seem to be active.<br />
<br />
When explicitly trying to activate the portlets(after the predeployment)via the following xmlaccess script (same<br />
as sample script in the WP InfoCenter):<br />
<br />
<pre>
<?xml version="1.0" encoding="UTF-8"?><br />
<request <br />
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"<br />
xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"<br />
type="update"<br />
create-oids="true"><br />
<portal action="locate"><br />
</web-app><br />
<web-app action="update" active="true" uid="clienting.portletApp.webmod"><br />
<portlet-app action="update" active="true" uid="clienting.portletApp"><br />
<portlet action="update" active="true" name="clienting.KitQuickLinksPortlet"/><br />
<portlet action="update" active="true" name="clienting.ExternalLinksPortlet"/><br />
<portlet action="update" active="true" name="clienting.ContactHistoryPortlet"/><br />
<portlet action="update" active="true" name="clienting.KitPortlet"/><br />
</portlet-app><br />
</web-app><br />
</portal><br />
</request><br />
</pre>
<br />
the following exception occurs: <br />
<br />
<pre>
<request xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" build="wp601_194" type="update" version="6.0.1.0" xsi:noNamespaceSchemaLocation="PortalConfig_6.0.1.xsd"><br />
<status element="<a href="
http://www-128.ibm.com/developerworks/forums/">web-app</a>" result="failed"><br />
<message id="EJPXA0067E">com.ibm.wps.command.xml.XmlCommandException: EJPXA0067E: The following configuration data is needed to create a web-app resource: url. <a href="
http://www-128.ibm.com/developerworks/forums/">web-app</a></message><br />
</status><br />
</request><br />
</pre>
<br />
when adding the <url> pointing to the WAR file directory:<br />
<br />
<pre><url>file://localhost/D:/ibm/WebSphere/profiles/wp_profile/installedApps/cell01/CLIENTING_KIT_PortletsEAR.ear/CLIENTING_Portlets</url></pre>
<p />
the following exception occurs:<br />
<br />
<pre>
<!-- 1 <a href="
http://www-128.ibm.com/developerworks/forums/">web-app</a> --><br />
<request xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" build="wp601_194" type="update" version="6.0.1.0" xsi:noNamespaceSchemaLocation="PortalConfig_6.0.1.xsd"><br />
<status element="<a href="
http://www-128.ibm.com/developerworks/forums/">web-app 1_4QESU6F10010F02JCIVHL20GS1</a>" result="failed"><br />
<message id="EJPXA0043E">com.ibm.wps.command.xml.XmlCommandException: EJPXA0043E: An error occurred while creating or updating the resource. <a href="
http://www-128.ibm.com/developerworks/forums/">web-app 1_4QESU6F10010F02JCIVHL20GS1</a></message><br />
<message id="EJPPD0030E">com.ibm.wps.command.applications.AppDeployException: EJPPD0030E: It is not allowed to update the predeployed EAR file CLIENTING_Portlets with the WAR file CLIENTING_Portlets. The error occurred in command UpdateWebApplication.</message><br />
</status><br />
</request><br />
</pre>
<p />
What URL is supposed to be used within the activate xmlaccess script ?