First, is this the correct list for Jetspeed-2 questions? I am having
difficulty finding a project page or mail-list dedicated to Jetspeed2. Based
on the Pluto site, I assume Jetspeed2's aim is to be a JSR-168-compliant
portal. I am not sure how much to read into the "alpha" status - does this
mean it is beyond "dev" status but not yet "beta"? Once installed, what has
been implemented so far? Are its goals to support all the current jetspeed
features? If so, which have been completed, which are being developed, and
which are looking for contributions?

Anyway, I have moved further along on my own question below. I still have
not resolved the "Unable to initialize the Catalina Portlet Administration
Portlet", but have noted the java code it is gagging on is:

registry = (PortletRegistryComponent) Jetspeed.getComponentManager().
        getComponent(PortletRegistryComponent.class);

I am guessting the getComponenctManager() is returning null. Looking at the
Jetspeed.getComponentManager code, I am getting the feeling that it is
failing for some reason to obtain an Engine. (But that could be a
red-herring).

I was able to get Tomcat to load Jetspeed, and even give me a screen with
the Jetspeed2 logo by manually copying over:

[jetspeed2-home]/rdbms/target/jetspeed-rdbms-2.0-a1-dev.jar
[jetspeed2-home]/registry/target/jetspeed-registry-2.0-a1-dev.jar
[jetspeed2-home]/persistence/target/jetspeed-persistence-2.0-a1-dev.jar

to the /usr/local/tomcat/webapps/jetspeed/WEB-INF/lib/

Nothing other than the logo is displayed, however. Also I see as tomcat
loads jetspeed the following:

Feb 24, 2004 9:22:38 PM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
Feb 24, 2004 9:22:38 PM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
Feb 24, 2004 9:22:39 PM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
returnNull=true
log4j:WARN No appenders could be found for logger (console).
log4j:WARN Please initialize the log4j system properly.
 INFO: Starting auto deployment service:
org.apache.jetspeed.deployment.impl.CatalinaAutoDeploymentServiceImpl
 INFO: Deployment scanning delay: 10000
 INFO: Deployment server: localhost
 INFO: Deployment server port: 8080
 INFO: Deployment server user name: scott
 INFO: Deployment staging directory: WEB-INF/deploy
 INFO: Deployment target directory: ../
 WARN: Unable to intialize Catalina Portlet Application Manager.  Auto
deployment will be disabled: java.lang.NullPointerException
java.lang.NullPointerException
        at
org.apache.jetspeed.tools.pamanager.FileSystemPAM.<init>(FileSystemPAM.java:
90)
        at
org.apache.jetspeed.tools.pamanager.CatalinaPAM.<init>(CatalinaPAM.java:79)
        at
org.apache.jetspeed.deployment.impl.CatalinaAutoDeploymentServiceImpl.init(C
atalinaAutoDeploymentServiceImpl.java:119)
        at org.apache.fulcrum.BaseServiceBroker.initService(Unknown Source)
<snip>

TIA for any guidance,

Steve B.

----- Original Message ----- 
From: "steve" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 6:53 PM
Subject: Build/Install Jetspeed-2 difficulty: Unable to intialize Catalina
Portlet Application Manager


<snip>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to