You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by Martin <yo...@icon.com.hk> on 2004/05/14 13:31:03 UTC

Pluto &JRun

Hi all,

I installed Pluto on JRun4 on Win2k as follows: 

1. Download Maven ( http://maven.apache.org/ <http://maven.apache.org/> ). Accepted all the defaults, then added the MAVEN_HOME\bin directory to path. 
2. Get the Pluto source, installed the source to c:\jakarta-pluto. 
3. Modify c:\jakarta-pluto\build.properties\build.properties settings, set maven.tomcat.home=C:/jrun4/server/default and saved this as build.properties.  
 4. Run maven fullDeployment.
5. Maven deployed pluto.war and testsuite.war to jrun's default\webapps directory, so I copied pluto.war from c:\jakarta-pluto\portal\target to default\pluto and copied c:\jakarta-pluto\testsuite\target\testsuite.war to default\testsuite. 
6. Maven deployed pluto-1.0.jar and portlet-api-1.0.jar to C:\jrun4\servers\default\shared\lib, rather than C:\jrun4\server\default\lib. I moved these jar files to C:\jrun4\servers\default\lib.
 7. Maven deployed xerces-2.3.0.jar and xml-apis-2.0.2.jar to C:\jrun4\servers\default\common\lib, rather than C:\jrun4\server\default\lib. I also moved these jar files to C:\jrun4\servers\default\lib.
8. deployed pluto and testsuite
9. Then tried http://localhost:8080/pluto/portal/, it seems worked well, but when I clicked test it has the following problem: 
 
05/14 19:25:25 user pluto: init
05/14 19:25:25 user ServiceManager: Loading services...
05/14 19:25:25 user ConfigService initializing...
05/14 19:25:25 user ConfigService done.
05/14 19:25:25 user LogService initializing...
05/14 19:25:25 user LogService done.
05/14 19:25:25 user FactoryManagerService initializing...
05/14 19:25:25 user FactoryManager: Loading factories...
05/14 19:25:25 user ObjectIDFactory initializing...
05/14 19:25:25 user ObjectIDFactory done.
05/14 19:25:25 user PortletConfig initializing...
05/14 19:25:25 user PortletConfig done.
05/14 19:25:25 user PortletURL initializing...
05/14 19:25:25 user PortletURL done.
05/14 19:25:25 user DynamicTitleServiceFactory initializing...
05/14 19:25:25 user DynamicTitleServiceFactory done.
05/14 19:25:25 user HttpServletResponse initializing...
05/14 19:25:25 user HttpServletResponse done.
05/14 19:25:25 user NamespaceMapper initializing...
05/14 19:25:25 user NamespaceMapper done.
05/14 19:25:25 user ActionResponse initializing...
05/14 19:25:25 user ActionResponse done.
05/14 19:25:25 user RenderResponse initializing...
05/14 19:25:25 user RenderResponse done.
05/14 19:25:25 user PortalContext initializing...
05/14 19:25:25 user PortalContext done.
05/14 19:25:25 user HttpServletRequest initializing...
05/14 19:25:25 user HttpServletRequest done.
05/14 19:25:25 user ControllerFactory initializing...
05/14 19:25:25 user ControllerFactory done.
05/14 19:25:25 user PortletPreferences initializing...
05/14 19:25:25 user PortletPreferences done.
05/14 19:25:25 user ActionRequest initializing...
05/14 19:25:25 user ActionRequest done.
05/14 19:25:25 user PortletContext initializing...
05/14 19:25:25 user PortletContext done.
05/14 19:25:25 user PortletInvoker initializing...
05/14 19:25:25 user PortletInvoker done.
05/14 19:25:25 user RenderRequest initializing...
05/14 19:25:25 user RenderRequest done.
05/14 19:25:25 user PortletSession initializing...
05/14 19:25:25 user PortletSession done.
05/14 19:25:25 user InformationProviderFactory initializing...
05/14 19:25:25 user InformationProviderFactory done.
05/14 19:25:25 user FactoryManager: Factories initialized (18 successful).
05/14 19:25:25 user FactoryManagerService done.
05/14 19:25:25 user PortletDefinitionRegistryService initializing...
05/14 19:25:26 user PortletDefinitionRegistryService done.
05/14 19:25:26 user PortletEntityRegistryService initializing...
05/14 19:25:26 user PortletEntityRegistryService done.
05/14 19:25:26 user PageRegistryService initializing...
05/14 19:25:26 user PageRegistryService done.
05/14 19:25:26 user ServiceManager: Services initialized (6/6 successful).
五月 14 19:25:27 ERROR [web-0] aggregation.PortletFragment - Error in Portlet

Am I something wrong? What should I do else?

Thanks for any suggestion.

Martin

Re: Pluto &JRun

Posted by Nick Lothian <ni...@mackmo.com>.
I'm not aware of anyone successfully using pluto with JRun. We spent 
some time looking at it, too, also without success.

Nick

Martin wrote:

> Hi all,
>  
> I installed Pluto on JRun4 on Win2k as follows:
>  
> 1. Download Maven ( http://maven.apache.org/ 
> <http://maven.apache.org/> ). Accepted all the defaults, then added 
> the MAVEN_HOME\bin directory to path.
> 2. Get the Pluto source, installed the source to c:\jakarta-pluto.
> 3. Modify c:\jakarta-pluto\build.properties\build.properties settings, 
> set maven.tomcat.home=C:/jrun4/server/default and saved this as 
> build.properties.  
> 4. Run maven fullDeployment.
> 5. Maven deployed pluto.war and testsuite.war to jrun's 
> default\webapps directory, so I copied pluto.war from 
> c:\jakarta-pluto\portal\target to default\pluto and copied 
> c:\jakarta-pluto\testsuite\target\testsuite.war to default\testsuite. 
> 6. Maven deployed pluto-1.0.jar and portlet-api-1.0.jar to 
> C:\jrun4\servers\default\shared\lib, rather than 
> C:\jrun4\server\default\lib. I moved these jar files to 
> C:\jrun4\servers\default\lib.
> 7. Maven deployed xerces-2.3.0.jar and xml-apis-2.0.2.jar to 
> C:\jrun4\servers\default\common\lib, rather than 
> C:\jrun4\server\default\lib. I also moved these jar files to 
> C:\jrun4\servers\default\lib.
> 8. deployed pluto and testsuite
> 9. Then tried http://localhost:8080/pluto/portal/, it seems 
> worked well, but when I clicked test it has the following problem: 
>
> 05/14 19:25:25 user pluto: init
> 05/14 19:25:25 user ServiceManager: Loading services...
> 05/14 19:25:25 user ConfigService initializing...
> 05/14 19:25:25 user ConfigService done.
> 05/14 19:25:25 user LogService initializing...
> 05/14 19:25:25 user LogService done.
> 05/14 19:25:25 user FactoryManagerService initializing...
> 05/14 19:25:25 user FactoryManager: Loading factories...
> 05/14 19:25:25 user ObjectIDFactory initializing...
> 05/14 19:25:25 user ObjectIDFactory done.
> 05/14 19:25:25 user PortletConfig initializing...
> 05/14 19:25:25 user PortletConfig done.
> 05/14 19:25:25 user PortletURL initializing...
> 05/14 19:25:25 user PortletURL done.
> 05/14 19:25:25 user DynamicTitleServiceFactory initializing...
> 05/14 19:25:25 user DynamicTitleServiceFactory done.
> 05/14 19:25:25 user HttpServletResponse initializing...
> 05/14 19:25:25 user HttpServletResponse done.
> 05/14 19:25:25 user NamespaceMapper initializing...
> 05/14 19:25:25 user NamespaceMapper done.
> 05/14 19:25:25 user ActionResponse initializing...
> 05/14 19:25:25 user ActionResponse done.
> 05/14 19:25:25 user RenderResponse initializing...
> 05/14 19:25:25 user RenderResponse done.
> 05/14 19:25:25 user PortalContext initializing...
> 05/14 19:25:25 user PortalContext done.
> 05/14 19:25:25 user HttpServletRequest initializing...
> 05/14 19:25:25 user HttpServletRequest done.
> 05/14 19:25:25 user ControllerFactory initializing...
> 05/14 19:25:25 user ControllerFactory done.
> 05/14 19:25:25 user PortletPreferences initializing...
> 05/14 19:25:25 user PortletPreferences done.
> 05/14 19:25:25 user ActionRequest initializing...
> 05/14 19:25:25 user ActionRequest done.
> 05/14 19:25:25 user PortletContext initializing...
> 05/14 19:25:25 user PortletContext done.
> 05/14 19:25:25 user PortletInvoker initializing...
> 05/14 19:25:25 user PortletInvoker done.
> 05/14 19:25:25 user RenderRequest initializing...
> 05/14 19:25:25 user RenderRequest done.
> 05/14 19:25:25 user PortletSession initializing...
> 05/14 19:25:25 user PortletSession done.
> 05/14 19:25:25 user InformationProviderFactory initializing...
> 05/14 19:25:25 user InformationProviderFactory done.
> 05/14 19:25:25 user FactoryManager: Factories initialized (18 successful).
> 05/14 19:25:25 user FactoryManagerService done.
> 05/14 19:25:25 user PortletDefinitionRegistryService initializing...
> 05/14 19:25:26 user PortletDefinitionRegistryService done.
> 05/14 19:25:26 user PortletEntityRegistryService initializing...
> 05/14 19:25:26 user PortletEntityRegistryService done.
> 05/14 19:25:26 user PageRegistryService initializing...
> 05/14 19:25:26 user PageRegistryService done.
> 05/14 19:25:26 user ServiceManager: Services initialized (6/6 successful).
> 五月 14 19:25:27 ERROR [web-0] aggregation.PortletFragment - Error in 
> Portlet
>
> Am I something wrong? What should I do else?
> Thanks for any suggestion.
>  
> Martin