[EMAIL PROTECTED] wrote:
> 
> I get the following exception when trying to run the latest Jetspeed code.
> 
> Exception: java.lang.ClassNotFoundException:
> 
>      Requested Navigation not found: null
>      Turbine looked in the following modules.packages path:
>      [org.apache.jetspeed.modules.actions, org.apache.jetspeed.modules.layouts, 
>org.apache.jetspeed.modules, org.apache.turbine.modules]
> 
>      at 
>org.apache.turbine.modules.NavigationLoader.getInstance(NavigationLoader.java:190)
>      at org.apache.turbine.modules.NavigationLoader.eval(NavigationLoader.java:128)
>      at 
>org.apache.jetspeed.modules.layouts.JetspeedLayout.doBuild(JetspeedLayout.java:96)
>      at org.apache.turbine.modules.Layout.build(Layout.java:93)
>      at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:122)
>      at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:170)
>      at org.apache.turbine.modules.Page.build(Page.java:92)
>      at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:122)
>      at org.apache.turbine.Turbine.doGet(Turbine.java:364)
>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>      at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
>      at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
>      at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>      at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
>      at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
>      at 
>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
>      at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
>      at java.lang.Thread.run(Unknown Source)
> 
> Any help would be appreciated...
> 
> Thanks...
> Adam
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?:           [EMAIL PROTECTED]

  You probably missed to link JetSpeed.jar ( built from the sources ) to
your tomcat / jserv => simply copy this jar to the lib repository or add
a  wrapper.classpath entry in your configuration files.

  Regards,

  Alexandre Liduena.

-- 
(�-  Computers are just like air conditionners :       -�)
//\  they stop working properly when you open windows. /\\
v_/_                                                  _\_v


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to