----------------------------------------------------------------
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!!!
----------------------------------------------------------------
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.
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.
Finally, I want to turn logging up full blast so I can try and track down
when, where, and hopefully why JServ decides to take a vacation. I added
"ApJServLogLevel info" to my jserv.conf file and set log.channel.* in
jserv.properties to true then restarted Apache and JServ. I'm still only
getting exceptions and emergency messages in the logs. Am I missing
something? Setting log.channel.* to true is probably overkill. Can someone
recommend which channels I should activate to help me find my problem?
Thanks for your time and patience.
______________________________________________________________
Sean Hammon Success is 10% inspiration and
Webmaster 90% last minute changes.
Viewpoint Digital
--
--------------------------------------------------------------
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]