----------------------------------------------------------------
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!!!
----------------------------------------------------------------

jon * wrote:

> > 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.
>
>

Or worse, an old version of some other class that is trying to call the method
getUser() in the new version of UserManager.  Are you sure that you looked at the
entire stack trace?


James






--
--------------------------------------------------------------
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]

Reply via email to