|
Home > Archive > WebSphere Portal Server > July 2004 > Error while installing portlets on Portal-5
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Error while installing portlets on Portal-5
|
|
| dprasanna 2004-07-27, 6:02 pm |
| Hello all,
I removed all the portlets from the Websphere admin console and am now trying to install the portlets using xmlaccess. I get the following exception when I install a portlet. The Portal is running on Windows.
Thanks in advance
Prasanna
<!-- IBM WebSphere Portal/5.0 build 144 exported on Tue Jul 27 15:33:10 EDT 2004 from coe-portal-srv2/10.131.20.13 -->
<!-- 1/233 [skin _K_609EVJDBI1S5CD0I_39_NoSkin uniquename=wps.skin.noSkin] -->
<!-- 2/233 [web-app _1_609EVJDBI1S5CD0I_6E uid=com.ibm.wps.portlets.mylist.MyListPortlet] -->
<request type="update" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_1.2.xsd">
<status element="[web-app _1_609EVJDBI1S5CD0I_6E uid=com.ibm.wps.portlets.mylist.MyListPortlet]" result="failed">
<message>com.ibm.wps.command.xml.XmlCommandException: XMLC0043E: An error occurred while creating or updating the resource. [web-app _1_609EVJDBI1S5CD0I_6E uid=com.ibm.wps.portlets.mylist.MyListPortlet]</message>
<message>com.ibm.wps.command.CommandFailedException: PECM0015E: Portlet application manager failed when user xmlaccess scripting user executed command InstallPortletApplication.</message>
<message>com.ibm.wps.pe.mgr.exceptions.AppServerWarInstallException: PEAS0019E: Installation of Web module com.ibm.wps.portlets.mylist.MyListPortlet from WAR file C:\Portal5\WebSphere\PortalServer\deploy
ed\mylist.war failed (display name: mylist_P
A_1_0_MA, options: ).</message>
<message>com.ibm.wps.pe.mgr.exceptions.AppServerAdminSetAttributesException: PEAS0045E: Failed to set application server attributes for the deployed application mylist_PA_1_0_MA.</message>
<message>java.lang.ArrayIndexOutOfBoundsException: 0</message>
</status>
</request>
| |
| Chandrasekaran 2004-07-29, 2:52 am |
| Hi Prasanna,
What version of Portal Server r u using. There is a efix available to
solve this problem. Can you look into IBM WebSphere Portal Support
Site and look for "ArrayIndexOutOfBoundException". Download the efix
w.r.to your portal server version.
This will solve your problem.
Thanks,
Chandar
dprasanna <prasanna@noospherics.com> wrote in message news:<413521284.1090963448937.JavaMail.wasadmin@swg3ws006>...
> Hello all,
>
> I removed all the portlets from the Websphere admin console and am now trying to install the portlets using xmlaccess. I get the following exception when I install a portlet. The Portal is running on Windows.
>
> Thanks in advance
> Prasanna
>
> <!-- IBM WebSphere Portal/5.0 build 144 exported on Tue Jul 27 15:33:10 EDT 2004 from coe-portal-srv2/10.131.20.13 -->
>
> <!-- 1/233 [skin _K_609EVJDBI1S5CD0I_39_NoSkin uniquename=wps.skin.noSkin] -->
>
> <!-- 2/233 [web-app _1_609EVJDBI1S5CD0I_6E uid=com.ibm.wps.portlets.mylist.MyListPortlet] -->
>
> <request type="update" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_1.2.xsd">
>
> <status element="[web-app _1_609EVJDBI1S5CD0I_6E uid=com.ibm.wps.portlets.mylist.MyListPortlet]" result="failed">
>
> <message>com.ibm.wps.command.xml.XmlCommandException: XMLC0043E: An error occurred while creating or updating the resource. [web-app _1_609EVJDBI1S5CD0I_6E uid=com.ibm.wps.portlets.mylist.MyListPortlet]</message>
>
> <message>com.ibm.wps.command.CommandFailedException: PECM0015E: Portlet application manager failed when user xmlaccess scripting user executed command InstallPortletApplication.</message>
>
> <message>com.ibm.wps.pe.mgr.exceptions.AppServerWarInstallException: PEAS0019E: Installation of Web module com.ibm.wps.portlets.mylist.MyListPortlet from WAR file C:\Portal5\WebSphere\PortalServer\deploy
ed\mylist.war failed (display name: mylist
_PA_1_0_MA, options: ).</message>
>
> <message>com.ibm.wps.pe.mgr.exceptions.AppServerAdminSetAttributesException: PEAS0045E: Failed to set application server attributes for the deployed application mylist_PA_1_0_MA.</message>
>
> <message>java.lang.ArrayIndexOutOfBoundsException: 0</message>
>
> </status>
>
> </request>
|
|
|
|
|