You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by BenLeino <tl...@fffsoftware.de> on 2008/02/28 10:27:10 UTC

Geronimo 2.1 not working Pluto Portlet Exception

Hi,

I have still the bug in latest Geronimo 2.1 release from 18.02 with the
pluto portlet exception mentioned here:

https://issues.apache.org/jira/browse/GERONIMO-3855

How can I get a working(!) copy of the current 2.1 build of Geronimo? Is
there any bugfix available?

Thanks a lot,
Tim
-- 
View this message in context: http://www.nabble.com/Geronimo-2.1-not-working-Pluto-Portlet-Exception-tp15732629s134p15732629.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Geronimo 2.1 not working Pluto Portlet Exception

Posted by BenLeino <tl...@fffsoftware.de>.
Thanks a lot. It works now!!
-- 
View this message in context: http://www.nabble.com/Geronimo-2.1-not-working-Pluto-Portlet-Exception-tp15732629s134p15755940.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Geronimo 2.1 not working Pluto Portlet Exception

Posted by Joe Bohn <jo...@earthlink.net>.
BenLeino wrote:
> Hi,
> 
> I have still the bug in latest Geronimo 2.1 release from 18.02 with the
> pluto portlet exception mentioned here:
> 
> https://issues.apache.org/jira/browse/GERONIMO-3855
> 
> How can I get a working(!) copy of the current 2.1 build of Geronimo? Is
> there any bugfix available?
> 
> Thanks a lot,
> Tim

Hi Tim,

This has been fixed in the current Geronimo trunk (2.2-SNAPSHOT) and the 
branches/2.1 (2.1.1-SNAPSHOT).

If you are running with the Geronimo 2.1 release you can try this as an 
interim measure:

1)  Copy pluto-portal-driver-impl-1.2.0-G601061.jar  from 
http://svn.apache.org/repos/asf/geronimo/server/trunk/repository/org/apache/pluto/pluto-portal-driver-impl/1.2.0-G601061/
to 
<geronimo-install>/repository/org/apache/pluto/pluto-portal-driver-impl/1.2.0-G601061/ 
   (you will need to create the new directory for 1.2.0-G601061).

2)  Add the following two lines to 
<geronimo-install>/var/config/artifact-aliases.properties :
org.apache.pluto/pluto-portal-driver-impl//jar=org.apache.pluto/pluto-portal-driver-impl/1.2.0-G601061/jar
org.apache.pluto/pluto-portal-driver-impl/1.2.0-G601060/jar=org.apache.pluto/pluto-portal-driver-impl/1.2.0-G601061/jar


HTH,
Joe