I have searched the mail archives and have not found a solution to my error.
If my question has already been answered, please forgive my re-asking and
direct me to the proper resource.

I am following the [jetspeed-2-home]/GETTING_STARTED.html instructions. I
have done the following:

1. Installed Maven and Ant (making sure each package's /bin directory is in
my path)
2. I am using Sun J2SDK 1.4.2_03 with JAVA_HOME set accordingly (I am on
Linux Redhat 9)
3. I have installed Tomcat 4.1.30 as /usr/local/tomcat (no configuration has
been performed on this which perhaps is my problem)
4. I am logged in as root
5. my ~/build.properties is as follows:

catalina.home=/usr/local/tomcat
catalina.shared.lib=${catalina.home}/shared/lib/
deploy.war.dir=${catalina.home}/webapps/

6. I cd [jetspeed-2-home] (/development/jetspeed in my case)
7. I do maven allBuild. It completes saying "BUILD SUCCESSFUL".
    note that looking through output, I see repeatedly items such as:
    [junit]  INFO: Starting auto deployment service:
org.apache.jetspeed.deployment.impl.CatalinaAutoDeploymentServiceImpl
    [junit]  INFO: Deployment scanning delay: 10000
    [junit]  INFO: Deployment server: localhost
    [junit]  INFO: Deployment server port: 8080
    [junit]  INFO: Deployment server user name: scott
    [junit]  INFO: Deployment staging directory: WEB-INF/deploy
    [junit]  INFO: Deployment target directory: ../
    [junit]  WARN: Unable to intialize Catalina Portlet Application Manager.
Auto deployment will be disabled: java.lang.NullPointerException
    [junit] java.lang.NullPointerException
    [junit]     at
org.apache.jetspeed.tools.pamanager.FileSystemPAM.<init>(FileSystemPAM.java:
90)
    [junit]     at
org.apache.jetspeed.tools.pamanager.CatalinaPAM.<init>(CatalinaPAM.java:79)
    [junit]     at
org.apache.jetspeed.deployment.impl.CatalinaAutoDeploymentServiceImpl.init(C
atalinaAutoDeploymentServiceImpl.java:119)
    [junit]     at org.apache.fulcrum.BaseServiceBroker.initService(Unknown
Source)
    ...
8. I cd  [jetspeed-2-home]/portal and type maven fullDeploy. Again I get
BUILD SUCCESSFUL though warnings are reported. (the note says that this does
steps 4 and 5 for me. I have tried performing steps 4 and 5 seperately, but
I get the same error though split across 2 steps). I get errors such as:

    [java]  INFO: Deployment scanning delay: 10000
    [java]  INFO: Deployment server: localhost
    [java]  INFO: Deployment server port: 8080
    [java]  INFO: Deployment server user name: scott
    [java]  INFO: Deployment staging directory: WEB-INF/deploy
    [java]  INFO: Deployment target directory: ../
    [java]  WARN: Unable to intialize Catalina Portlet Application Manager.
Auto deployment will be disabled: java.lang.NullPointerException
    [java] java.lang.NullPointerException
    [java]      at
org.apache.jetspeed.tools.pamanager.FileSystemPAM.<init>(FileSystemPAM.java:
90)
    [java]      at
org.apache.jetspeed.tools.pamanager.CatalinaPAM.<init>(CatalinaPAM.java:79)
    [java]      at
org.apache.jetspeed.deployment.impl.CatalinaAutoDeploymentServiceImpl.init(C
atalinaAutoDeploymentServiceImpl.java:119)

9. because I keep getting BUILD SUCCESSFUL, I press on. I attempt to call
http://localhost:8080/jetspeed. My web screen remains blank, and
catalina.out says:

java.lang.NoClassDefFoundError:
org/apache/jetspeed/components/jndi/JNDIComponent
        at org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:97)
        at
org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:168)
        at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:93
5)
        at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
        at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:
3427)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3628)
        at
org.apache.catalina.startup.HostConfig.checkWebXmlLastModified(HostConfig.ja
va:614)
        at org.apache.catalina.startup.HostConfig.run(HostConfig.java:854)
        at java.lang.Thread.run(Thread.java:534)

10. In the archives, I read some post where it is assumed that pluto is
installed. So, to ensure my slate is clean, I delete and reinstall tomcat,
delete and re-checkout jetspeed, and also checkout pluto. This time, I
install pluto first (test app works without a hitch). I then repeat the
steps above with the exact same results.

What did I miss? Any help would be appreciated as I have been working this
for 2-days now and have run out of ideas.

TIA,

Steve B.



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

Reply via email to