I tried to start Tomcat from the command line
tomcat run
without (no problem) and with Jetspeed as webapp.
This gave me indeed an error message on console:
Exception in thread "main" java.lang.NoSuchMethodError
at org.apache.turbine.Turbine.init(Turbine.java:155)
at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java)
at org.apache.tomcat.core.Handler.init(Handler.java)
at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java)
at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartup
Interceptor.java)
at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java)
at org.apache.tomcat.core.ContextManager.init(ContextManager.java)
at org.apache.tomcat.startup.execute(Tomcat.java)
at org.apache.tomcat.startup.main(Tomcat.java)
which indicates a problem with the turbine-pool.jar
isn't it?
bye & thanks Matthias
Matthias Krehl
[EMAIL PROTECTED]
> -----Ursprungliche Nachricht-----
> Von: [EMAIL PROTECTED] im Auftrag von Santiago Gala
>
> Matthias Krehl wrote:
>
> > Hi!
> >
> > In fact i do use the sh-script to start/stop tomcat.
> > In our configuration it is:
> >
> > /etc/rc.d/init.d/tomcat
> >
> > However, i changed the
> >
> > deamon tomcat start
> > deamon tomcat stop
> >
> > to
> >
> > tomcat start
> > tomcat stop
> >
>
> Run it directly from command line (using tomcat "run"), so that
> you have stdout and stderr in the console,
> watch for the Segmentation violation, and report it to Sun or Blackdown.
>
> I'm pretty sure your configuration is crashing when Jetspeed
> runs, and a VM crash is NEVER
> a problem of the application (if it is pure java) but of the
> Virtual Machine implementation.
>
> You will get a message with a "Please report this bug", and a
> hexadecimal message. I have reported
> quite a few of those to Sun already, but never with 1.3.0 or
> 1.3.0_01, only with betas.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
List Help?: [EMAIL PROTECTED]