There is no action defined in the url, so this must be a problem with
AccessController or SessionValidator actions.  Make sure these are defined
in TurbineResources, I assume the defaults should work, did you change them?

Also turn off jit, so your stacktraces are more meaningful.
jdk1.1 java -nojit (I think)
jdk1.2 java -Djava.compiler=NONE

John McNally

----- Original Message -----
From: James Conley <[EMAIL PROTECTED]>
To: Turbine (E-mail) <[EMAIL PROTECTED]>
Sent: Thursday, March 09, 2000 3:41 PM
Subject: HelloWorld more like GoodByeCruelWorld for me... help?


> When trying to run the HelloWorld example as
> http://mymachine.metricom.com/servlets/Turbine/screen/HelloWorld I get:
>
> [09/03/2000 15:34:18:684 PST] Turbine: java.lang.Exception: Requested
Action
> not found: null
>         at java.lang.Throwable.fillInStackTrace(Native Method)
>         at java.lang.Throwable.fillInStackTrace(Compiled Code)
>         at java.lang.Throwable.<init>(Compiled Code)
>         at java.lang.Exception.<init>(Compiled Code)
>         at org.apache.turbine.modules.ActionLoader.getInstance(Compiled
> Code)
>         at Turbine.doGet(Compiled Code)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
>         at javax.servlet.http.HttpServlet.service(Compiled Code)
>         at org.apache.jserv.JServConnection.processRequest(Compiled Code)
>         at org.apache.jserv.JServConnection.run(Compiled Code)
>         at java.lang.Thread.run(Compiled Code)
>
> It looks to me like it is trying to load an action, but as this is just an
> example, I haven't written any.  Any ideas?
>
> Cluelessly Yours,
>
> James "Mike" Conley
> Metricom Web Team
> [EMAIL PROTECTED]
>
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to