|
Home > Archive > WebSphere Portal Server > October 2004 > In Websphere Portal server portlet Installtion error
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 |
In Websphere Portal server portlet Installtion error
|
|
| gurunath 2004-10-06, 6:59 am |
| Hi,
I have installed Web Sphere Studio Site Developer V5.1.2 and Portal Toolkit Version 5.0.2.2.
When we are trying to install the portlet, we are getting the following error.
Please help me on this
Thanks in advance
--------------------
APIN0003E: Cannot install the selected WAR file.
com.ibm.portal.WpsException: APIN0003E: Cannot install the selected WAR file. at com.ibm.wps.portlets.install.InstallPortlet.doInstall(InstallPortlet.java:580) at com.ibm.wps.portlets.install.InstallPortlet.actionPerformed(InstallPortlet.java:292) at com.ibm.wps.pe.pc.legacy.SPIPortletInterceptorImpl.handleEvents(SPIPortletInterceptorImpl.java:438) at org.apache.jetspeed.portlet.Portlet._dispatch(Portlet.java:794) at org.apache.jetspeed.portlet.Portlet.access$100(Portlet.java:88) at org.apache.jetspeed.portlet.Portlet$Context.callPortlet(Portlet.java:899) at com.ibm.wps.pe.pc.legacy.cmpf.impl.PortletFilterManager.doFilter(PortletFilterManager.java:253) at org.apache.jetspeed.portlet.Portlet.dispatch(Portlet.java:636) at org.apache.jetspeed.portlet.Portlet.doGet(Portlet.java:510)
Thanks,
Gurunath. G | |
|
| If you mean you want to install portlet using admin portlet into test
environment, you cannot.
Only way you run portlet in test environment is to have portlet
project in your workspace and use run on server or debug on server menu
item.
url
| |
| Jerome Curlier 2004-10-07, 2:57 am |
| One way to install a portlet in the test environment is to follow the
following procedure:
- Stop WSAD and Portlet Test Environment
- Start the test Environment from the command line
- Add the portlet
- Modify plugin.xml for the Portal plugin
- Start WSAD
I have a document explaining in detail how to do it...Please contact me at
Jerome.Curlier@AscendantTechnology.com and I'll send it to you.
"gurunath" <gurunath.1dpgh1@mail.webservertalk.com> wrote in message
news:gurunath.1dpgh1@mail.webservertalk.com...
>
> Hi,
>
> I have installed Web Sphere Studio Site Developer V5.1.2 and Portal
> Toolkit Version 5.0.2.2.
>
> When we are trying to install the portlet, we are getting the following
> error.
>
> Please help me on this
>
> Thanks in advance
>
> --------------------
> APIN0003E: Cannot install the selected WAR file.
>
> com.ibm.portal.WpsException: APIN0003E: Cannot install the selected WAR
> file. at
> com.ibm.wps.portlets.install.InstallPortlet.doInstall(InstallPortlet.java:580)
> at
> com.ibm.wps.portlets.install.InstallPortlet.actionPerformed(InstallPortlet.java:292)
> at
> com.ibm.wps.pe.pc.legacy.SPIPortletInterceptorImpl.handleEvents(SPIPortletInterceptorImpl.java:438)
> at
> org.apache.jetspeed.portlet.Portlet._dispatch(Portlet.java:794)
> at org.apache.jetspeed.portlet.Portlet.access$100(Portlet.java:88)
> at
> org.apache.jetspeed.portlet.Portlet$Context.callPortlet(Portlet.java:899)
> at
> com.ibm.wps.pe.pc.legacy.cmpf.impl.PortletFilterManager.doFilter(PortletFilterManager.java:253)
> at org.apache.jetspeed.portlet.Portlet.dispatch(Portlet.java:636)
> at org.apache.jetspeed.portlet.Portlet.doGet(Portlet.java:510)
>
> Thanks,
> Gurunath. G
>
>
>
> --
> gurunath
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message423478.html
>
| |
| gurunath 2004-10-07, 5:04 am |
| Thanks for your reply.
Still we are getting the same error and we are running on debug on server, then in step-by-step dialog default step-into radio button selected, If we say next error: Source not found.
Thanks,
Gurunath. G
quote: Originally posted by url
If you mean you want to install portlet using admin portlet into test
environment, you cannot.
Only way you run portlet in test environment is to have portlet
project in your workspace and use run on server or debug on server menu
item.
url
| |
|
| When you do debug on server, you should turn off step-by-step.
Otherwise it tries to stop inside portal server, not in your
portlet, which leads to source not found, because you do not
have source of portal server.
url
|
|
|
|
|