----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 1/19/00 11:55 AM, Hammon, Sean <[EMAIL PROTECTED]> wrote:
> I'm still having a hard time tracking down the problems I'm having. For a
> while we were running JServ 1.0. Every other day or every third day JServ
> would simply stop responding. If you accessed a servlet, the browser would
> just sit and spin. No reply would ever come back. Stopping jserv and
> restarting it fixed the problem. Obviously that's not the ideal solution.
> Before posting to this list I figured I'd upgrade to 1.1b3, so I did. I
> notice today that 1.1 final is out, but upgrading to 1.1b3 did not improve
> the problem. It acutally made it worse. Now JServ hangs two and three times
> a day.
I used to see this when we had issues with our code not releasing
connections properly to the connection pool. Of course this had nothing to
do with JServ (hint hint).
> The only odd thing that appears in the log is:
>
> java.lang.NoSuchMethodError: com.viewpoint.publicWeb.UserManager: method
> getUser(Ljava/lang/String;)Lcom/viewpoint/publicWeb/ViewpointUser; not found
> at java.lang.Throwable.fillInStackTrace(Native Method)
> at
> org.apache.jserv.JServConnection.processRequest(JServConnection.java:320)
> at org.apache.jserv.JServConnection.run(JServConnection.java:188)
> at java.lang.Thread.run(Thread.java:484)
>
> The call to UserManager.getUser with a single String argument is ancient.
> I've scoured my code looking for it, and it doesn't exisit. I went through
> all my repositories and cleaned out any extraneous classes and made sure
> everything was up to date. And yet this still appears. I don't know where
> else to look. What is odd is the error appears to be coming from JServ, not
> my code.
It isn't JServ, it IS your code. I bet that you have an old version of
UserManager in your classpath somewhere.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]