Greetings

I am having a problem similar to the one described by Pascal Deschenes, on
7/16.

When I go to: http://myservername/servlets/Turbine/, I am presented with the
error:

---------

There has been an error! Please review the exception below for more
information.

Get/Post Data:

 screen
       = MainMenu


The exception is:

java.lang.Exception:

        Requested Screen not found: MainMenu
        Turbine looked in the following modules.packages path:
        [org.apache.jyve, org.apache.turbine.modules,
org.apache.turbine.modules, org.apache.turbine.modules,
org.apache.turbine.modules]

        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.(Compiled Code)
        at java.lang.Exception.(Compiled Code)
        at org.apache.turbine.modules.ScreenLoader.getInstance(Compiled
Code)
        at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:129)
        at org.apache.turbine.modules.Page.build(Page.java:81)
        at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
        at Turbine.doGet(Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
        at org.apache.jserv.JServConnection.run(JServConnection.java:188)
        at java.lang.Thread.run(Thread.java:479)

--------

the path to my jyve.jar *is* located in my jserv.properties file:

wrapper.classpath=/usr/local/jyve/bin/jyve-2.0.jar
(it chucks a different error if one tries to remove this)

the path to my jyve.jar is also located in my zone.properties file:
repositories=/usr/local/apache/servlets,/usr/local/turbine/bin/turbine-2.0.j
ar,/
usr/local/jyve/bin/jyve-2.0.jar


My environment is Solaris 2.7, JDK2.0, jsdk 2.0, with jserv, apache 1.3.12,
and turbine (0718 cvs).

Any suggestions would be appreciated



regards,



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to