You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Dan Diephouse <di...@compassarts.org> on 2001/05/23 15:56:53 UTC

Tomcat/Slide problems again

I've had tomcat and slide working together for quite some time, but now
its causing problems again.  I'm using Tomcat 3.3m2.  I've got it
working in tomcat 4 beta 5, but I need to use it in tomcat 3 - which is
more production quality (specifically I need the apache mod_jk
connector).  Anyone have any idea what might be wrong?  I know this
isn't a helpline mailing list, but I don't know where to go with this?
Should I contact the contact tomcat mailing list?

Thanks,

Dan Diephouse

2001-05-23 09:47:59 - ContextManager: Adding  DEFAULT:/slide
23 May 2001 09:47:59 - INFO - Initializing Domain
23 May 2001 09:48:00 - INFO - Domain configuration :
{org.apache.slide.security=true}
23 May 2001 09:48:00 - INFO - Initializing namespace : webdav
23 May 2001 09:48:00 - INFO - Loading namespace definition
23 May 2001 09:48:00 - INFO - Registering Data Source name memory of
class class org.apache.slide.store.StandardStore with parameters {} on
scope /
23 May 2001 09:48:00 - INFO - Initializing service
org.apache.slide.store.StandardStore@9076d257
23 May 2001 09:48:00 - INFO - Loading namespace webdav parameters
23 May 2001 09:48:00 - INFO - Loading namespace webdav base data
WARNING: No active transaction
23 May 2001 09:48:00 - INFO - Namespace base configuration was already
done before
23 May 2001 09:48:00 - INFO - Loading namespace webdav configuration
23 May 2001 09:48:00 - INFO - Namespace configuration complete
2001-05-23 09:48:00 - Http10Interceptor: Starting on 8080
2001-05-23 09:48:00 - Ajp12Interceptor: Starting on 8007
2001-05-23 09:48:00 - Ajp13Interceptor: Starting on 8009

java.lang.NullPointerException:
        at
org.apache.tomcat.modules.generators.ErrorHandler.handleErrorImpl(ErrorHandler.java:260)

        at
org.apache.tomcat.modules.generators.ErrorHandler.handleError(ErrorHandler.java:146)

        at
org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:957)

        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:791)

        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:701)
        at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:143)

        at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:424)

        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:497)

        at java.lang.Thread.run(Thread.java:479)
2001-05-23 09:48:39 - Http10Interceptor: Error reading request, ignored
- java.lang.NullPointerException:
        at
org.apache.tomcat.modules.generators.ErrorHandler.handleErrorImpl(ErrorHandler.java:260)

        at
org.apache.tomcat.modules.generators.ErrorHandler.handleError(ErrorHandler.java:146)

        at
org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:957)

        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:791)

        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:701)
        at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:143)

        at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:424)

        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:497)

        at java.lang.Thread.run(Thread.java:479)


Re: Tomcat/Slide problems again

Posted by Remy Maucherat <re...@apache.org>.
> Dan Diephouse wrote:
>
> > I've had tomcat and slide working together for quite some time, but now
> > its causing problems again.  I'm using Tomcat 3.3m2.  I've got it
> > working in tomcat 4 beta 5, but I need to use it in tomcat 3 - which is
> > more production quality (specifically I need the apache mod_jk
> > connector).  Anyone have any idea what might be wrong?  I know this
> > isn't a helpline mailing list, but I don't know where to go with this?
> > Should I contact the contact tomcat mailing list?
> >
> > Thanks,
> >
> > Dan Diephouse
>
> Oh and by the way - these error messages happen when I run the slide
client  and try logging on to
> the slide webdav server.

I tried with :
- Tomcat 3.2.1 / HTTP/1.0 connector with Slide + Slide client (CVS snapshot)
: Works ok (except the missing resource exceptions for status code 207)
- Tomcat 3.3m3 / HTTP/1.0 connector with Slide + Slide client (CVS snapshot)
: Works ok

Maybe there was a bug in the client that got fixed ... Which version were
you using ?

Note : TC 3.3 is alpha status at the moment.

Remy


Re: Tomcat/Slide problems again

Posted by Remy Maucherat <re...@apache.org>.
> Dan Diephouse wrote:
>
> > I've had tomcat and slide working together for quite some time, but now
> > its causing problems again.  I'm using Tomcat 3.3m2.  I've got it
> > working in tomcat 4 beta 5, but I need to use it in tomcat 3 - which is
> > more production quality (specifically I need the apache mod_jk
> > connector).  Anyone have any idea what might be wrong?  I know this
> > isn't a helpline mailing list, but I don't know where to go with this?
> > Should I contact the contact tomcat mailing list?
> >
> > Thanks,
> >
> > Dan Diephouse
>
> Oh and by the way - these error messages happen when I run the slide
client  and try logging on to
> the slide webdav server.

It's probably a problem with the client then. Did you try with a newer build
of Slide ?

Remy


Re: Tomcat/Slide problems again

Posted by Dan Diephouse <di...@compassarts.org>.
Dan Diephouse wrote:

> I've had tomcat and slide working together for quite some time, but now
> its causing problems again.  I'm using Tomcat 3.3m2.  I've got it
> working in tomcat 4 beta 5, but I need to use it in tomcat 3 - which is
> more production quality (specifically I need the apache mod_jk
> connector).  Anyone have any idea what might be wrong?  I know this
> isn't a helpline mailing list, but I don't know where to go with this?
> Should I contact the contact tomcat mailing list?
>
> Thanks,
>
> Dan Diephouse

Oh and by the way - these error messages happen when I run the slide client  and try logging on to
the slide webdav server.


Re: Tomcat/Slide problems again

Posted by Remy Maucherat <re...@apache.org>.
> I've had tomcat and slide working together for quite some time, but now
> its causing problems again.  I'm using Tomcat 3.3m2.  I've got it
> working in tomcat 4 beta 5, but I need to use it in tomcat 3 - which is
> more production quality (specifically I need the apache mod_jk
> connector).  Anyone have any idea what might be wrong?  I know this
> isn't a helpline mailing list, but I don't know where to go with this?
> Should I contact the contact tomcat mailing list?

Which HTTP client are you using ?

Remy