Jonathan,

        Had you recompiled any classes since you started Tomcat?  In tomcat
3.2.x, I have had problems with the AdaptiveClassLoader when I've recompiled
elements of a WAR file while Tomcat is running.  I see the same exception
periodically if I rebuild my webapps without restarting tomcat.  It doesn't
seem to happen for 'simple' apps, only fairly sophisticated ones like
Jetspeed.  I am not sure what the awareness of this is within the Tomcat
team.

Ed

-----Original Message-----
From: Jonathan Porterfield [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 12:31 PM
To: [EMAIL PROTECTED]
Subject: Horrible Exception



Guys,
Just grabed the newest version from CVS. Previously, I've been working with
1.3a1. Love the new stuff, many kudos, keep up the good work.

With my new Jetspeed up and flying, I was browsing and customizing, just
basically "clicking about..." when I got the following "Horrible exception"
:)

I restarted the app server, and was unable to reproduce it immediately.
Therefore this note, just and FYI for our skilled benefactors to use in
debuggering. - Cheers

Error text follows:
<-- Browser displays this exception-->
Horrible Exception: org.apache.jetspeed.om.profile.ProfileException:
java.lang.ClassCastException:
org.apache.jetspeed.om.profile.BasePSMLDocument
        at
org.apache.jetspeed.services.profiler.JetspeedProfilerService.getProfile(Jet
speedProfilerService.java:310)
        at
org.apache.jetspeed.services.profiler.JetspeedProfilerService.getProfile(Jet
speedProfilerService.java:336)
        at
org.apache.jetspeed.services.Profiler.getProfile(Profiler.java:121)
        at
org.apache.jetspeed.modules.actions.JetspeedSessionValidator.doPerform(Jetsp
eedSessionValidator.java:126)
        at org.apache.turbine.modules.Action.perform(Action.java:87)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
        at org.apache.turbine.Turbine.doGet(Turbine.java:405)
        at org.apache.turbine.Turbine.doPost(Turbine.java:537)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)

<-- Console says something else -->
2001-08-15 09:53:52 - Ctx( /jetspeed ): IOException in: R( /jetspeed +
/css/default.css + null) Connection aborted by peer: socket write error



My config
-------------------------------------------
Tomcat 3.2.1
OS = Win 2k
JDK = JDK1.3
CVS as of 08/15/2001 9 AM (ish) PDT


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

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

Reply via email to