You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by Si...@hyperion.com on 2004/05/04 22:38:20 UTC

Installation problems

I am getting the following errors when i try to run the
install-provider-pluto script.

deploying 'proxyportlet' ...
finished!
prepare web archive 'proxyportlet' ...
java.io.FileNotFoundException:
blabla\portal\src\webapp\WEB-INF\tld\portlet.tld
(The system cannot find the path specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at org.apache.pluto.portalImpl.Deploy.copy(Deploy.java:413)
        at
org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:397)

        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)
java.lang.Exception
        at
org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:401)

        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)

proxyportlet.set.logger:

DeployPortlet.foreach:

set.target.tomcat:

set.target.webapp:

DeployPortlet.intern:
deploying 'wsrptest' ...
finished!
prepare web archive 'wsrptest' ...
java.io.FileNotFoundException:
blabla\portal\src\webapp\WEB-INF\tld\portlet.tld
(The system cannot find the path specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at org.apache.pluto.portalImpl.Deploy.copy(Deploy.java:413)
        at
org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:397)

        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)
java.lang.Exception
        at
org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:401)

        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)

proxyportlet.set.logger:

BUILD SUCCESSFUL
Total time: 6 seconds
C:\work\ws-wsrp4j\build>

Seems like the following argument to the Deploy Portlet command is wrong in
the build.xml file
<arg value="blabla"/> <!-- seems we don't need this at all -->

What should be the value for this argument?

Thanks
Sivaram





************************************************************************

If you have received this e-mail in error, please delete it and notify the sender as soon as possible. The contents of this e-mail may be confidential and the unauthorized use, copying, or dissemination of it and any attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not, therefore, accept legal responsibility for the contents of this message nor for any damage caused by viruses.  The views expressed here do not necessarily represent those of Hyperion.

For more information about Hyperion, please visit our Web site at www.hyperion.com

Re: Installation problems

Posted by Richard Jacob <ja...@apache.org>.
Sivaram_Kalidas@hyperion.com wrote:

>I am getting the following errors when i try to run the
>install-provider-pluto script.
>
>deploying 'proxyportlet' ...
>finished!
>prepare web archive 'proxyportlet' ...
>java.io.FileNotFoundException:
>blabla\portal\src\webapp\WEB-INF\tld\portlet.tld
>(The system cannot find the path specified)
>        at java.io.FileInputStream.open(Native Method)
>        at java.io.FileInputStream.<init>(FileInputStream.java:106)
>        at java.io.FileInputStream.<init>(FileInputStream.java:66)
>        at org.apache.pluto.portalImpl.Deploy.copy(Deploy.java:413)
>        at
>org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:397)
>
>        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)
>java.lang.Exception
>        at
>org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:401)
>
>        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)
>
>proxyportlet.set.logger:
>
>DeployPortlet.foreach:
>
>set.target.tomcat:
>
>set.target.webapp:
>
>DeployPortlet.intern:
>deploying 'wsrptest' ...
>finished!
>prepare web archive 'wsrptest' ...
>java.io.FileNotFoundException:
>blabla\portal\src\webapp\WEB-INF\tld\portlet.tld
>(The system cannot find the path specified)
>        at java.io.FileInputStream.open(Native Method)
>        at java.io.FileInputStream.<init>(FileInputStream.java:106)
>        at java.io.FileInputStream.<init>(FileInputStream.java:66)
>        at org.apache.pluto.portalImpl.Deploy.copy(Deploy.java:413)
>        at
>org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:397)
>
>        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)
>java.lang.Exception
>        at
>org.apache.pluto.portalImpl.Deploy.prepareWebArchive(Deploy.java:401)
>
>        at org.apache.pluto.portalImpl.Deploy.main(Deploy.java:480)
>
>proxyportlet.set.logger:
>
>BUILD SUCCESSFUL
>Total time: 6 seconds
>C:\work\ws-wsrp4j\build>
>
>Seems like the following argument to the Deploy Portlet command is wrong in
>the build.xml file
><arg value="blabla"/> <!-- seems we don't need this at all -->
>
>What should be the value for this argument?
>
>Thanks
>Sivaram
>
>  
>
Seems like pluto changed it's deployment behaviour, I need to look into it.
At a first glance it seems they now check the portlet.tld.

For now you should use the pluto jars that come with wsrp4j, this should 
do the trick (at least you need to use the portal implementation jar).
Could you also open a jira bug for this.

cu
Richard