I'm trying to get the Orgami subproject to run on my machine and I'm having
trouble.  I've followed all of the steps except the last one:

"6.   Do what you need to do to your web server so that
     http://localhost//orgami/servlet/orgami is handled properly"

I don't know what to do here.  As far as I can tell, you shouldn't have to
do anything when you're running the TDK right out of the box, no?

Nevertheless, the first time I hit the page, I get a "Servlet exception:
Turbine is not a servlet" error with a long stack trace (furnished upon
request).  It says lower "Root Cause: class cast exception" when dealing
with org.apache.turbine.Turbine.  Successive times, I get a "HTTP Status
503 - Servlet orgami is currently unavailable".

in the localhost_log, it looks like everything's going fine loading up
newapp (one mention about a missing WEB-INF/web.xml, which is odd, cause
that file is there), and then it starts to load orgami fine, until:

"2001-07-06 15:30:59 StandardWrapper[/orgami:jsp]: Using Jasper classloader
for s
ervlet jsp
2001-07-06 15:31:00 StandardWrapper[/orgami:jsp]: Marking servlet jsp as
unavail
able
2001-07-06 15:31:00 StandardContext[/orgami]: Servlet /orgami threw load()
excep
tion
javax.servlet.ServletException: Error instantiating servlet class
org.apache.jas
per.servlet.JspServlet
        at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:81
7)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3
251)
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:78
5)
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:413)
        at
org.apache.catalina.core.StandardHost.install(StandardHost.java:641)
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:300
)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:389)
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:232)
        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:155)
...
"----- Root Cause -----
java.lang.VerifyError: (class: org/apache/jasper/servlet/JspServlet, method:
ini
t signature: (Ljavax/servlet/ServletConfig;)V) Incompatible argument to
function
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:81
0)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3
251)
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:78
5)
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:413)
        at
org.apache.catalina.core.StandardHost.install(StandardHost.java:641)
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:300
)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:389)
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:232)
        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:155)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:278"
...

Does anyone have any idea what I'm doing wrong here?  Is there some setting
I need to change to add new apps that I'm missing?

jeb.


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

Reply via email to