Re: Error verbosity increase?

From: Mike Kienenberger (mkienen..mail.com)
Date: Sat Mar 31 2007 - 16:30:08 EDT

  • Next message: Mike Schrag: "Re: Error verbosity increase?"

    Normally, the "...7 more" are the stack traces shown above.

    The full original stack trace probably was as follows (the count is
    right -- 7 + one more for the new exception-throwing code)

    Caused by: java.lang.NoSuchMethodException:
    wk.omega.appserver.DirectAction.nullAction()
            at com.webobjects.appserver.WODirectAction.performActionNamed(WODirectAction.java:125)
            at com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:240)
            at com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:142)
            at er.extensions.ERXDirectActionRequestHandler.handleRequest(ERXDirectActionRequestHandler.java:82)
            at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1306)
            at er.extensions.ERXApplication.dispatchRequest(ERXApplication.java:1102)
            at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:173)
            at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:254)
            at java.lang.Thread.run(Thread.java:613)

    On 3/31/07, Kieran Kelleher <kieran_list..ac.com> wrote:
    > I am getting the error show below while testing my app and I want to see the
    > full series of stack traces.
    >
    > Is there a way to see the rest of the stack traces instead of "... 7 more" ?
    >
    > 10415617 ERROR [WorkerThread0] (er.extensions.ERXApplication,
    > reportException, 904) -
    > Exception caught: null
    > Extra info: {}
    >
    >
    > java.lang.reflect.InvocationTargetException
    > at
    > com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:250)
    > at
    > com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:142)
    > at
    > er.extensions.ERXDirectActionRequestHandler.handleRequest(ERXDirectActionRequestHandler.java:82)
    > at
    > com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1306)
    > at
    > er.extensions.ERXApplication.dispatchRequest(ERXApplication.java:1102)
    > at
    > com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:173)
    > at
    > com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:254)
    > at java.lang.Thread.run(Thread.java:613)
    > Caused by: java.lang.NoSuchMethodException:
    > wk.omega.appserver.DirectAction.nullAction()
    > at
    > com.webobjects.appserver.WODirectAction.performActionNamed(WODirectAction.java:125)
    > at
    > com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:240)
    > ... 7 more



    This archive was generated by hypermail 2.0.0 : Sat Mar 31 2007 - 16:31:46 EDT