Re: gotta take a shot

From: David Harper (devnull_at_obliquity.u-net.com)
Date: 07/22/04


Date: Thu, 22 Jul 2004 17:45:29 GMT

D.Alvarado wrote:
> Ok, this error is pretty out there, but here goes.
[SNIP]
> java.lang.AbstractMethodError
> at com.hrw.xls.GenerateXLSFile.CreateXLSFileWithQuery(GenerateXLSFile.java:78)
> at com.hrw.xls.GenerateXLSFile.CreateXLSFile(GenerateXLSFile.java:41)
> at com.hrw.xls.GenerateXLSFile.createFile(GenerateXLSFile.java:33)
> at jsp_servlet._db_portal.__db_results.getFileLocation(__db_results.java:104)
> at jsp_servlet._db_portal.__db_results._jspService(__db_results.java:213)
> at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
> at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:120)
> at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:945)
> at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:909)
> at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
> at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:392)
> at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:274)
> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:130)

It appears to me that the com.hrw classes are something that your own
organisation (harcourt.com/hrw.com) has created, so we're not likely to
be able to help you with the fine details unless you post the source
code for com.hrw.xls.GenerateXLSFile

But my guess is that CreateXLSFileWithQuery is calling a function of an
abstract class at line 78 of the source code of GenerateXLSFile.java

The API docs for AbstractMethodError says:

     Thrown when an application tries to call an abstract method.
     Normally, this error is caught by the compiler; this error
     can only occur at run time if the definition of some class has
     incompatibly changed since the currently executing method was
     last compiled.

Either post the source code for us to see, or talk to your colleague who
wrote that class.

David Harper
Cambridge, England



Relevant Pages

  • Re: D2007 - No Way. No How.
    ... to backup to protect my source code. ... longer period of time, then this is of more concern. ... I would expect that CodeGear will not release any details of the ...
    (borland.public.delphi.non-technical)
  • Re: Mapping (CoBOL) Methodologies to Problem Domains
    ... source code, whereas the first list regarded source code as almost irrelevant. ... truck to move money in a different direction. ... should study war histories to learn the causes of war victories and defeats." ...
    (comp.lang.cobol)
  • Re: Passing Objects as Parameters
    ... > OOD principle I also am experiencing the exact opposite of what it is ... Source code classes are "owned" by ... Other programmers can submit patches to the code owner. ...
    (comp.lang.java.programmer)
  • Re: Linux Advocates Fear Solaris 10.
    ... > always meant until it was hijacked by the open source crowd. ... In the context of source code, ... attempted to hijack the concept and pollute its meaning to the public. ...
    (comp.unix.solaris)
  • Re: The emph environment
    ... well-documented both in the source code as well ... and it can't be changed without affecting the ... validity of existing documents. ...
    (comp.text.tex)