IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Exception handling after resin timeout

  • 1.  Exception handling after resin timeout

    Posted Tue September 02, 2003 01:02 PM

    Atfer the resin session times out for an exisiting session we get the follwing exception:
    ue Sep 02 11:10:55 CEST 2003; tcpConnection-8080-1; Workflow Manager; java.lang.NullPointerException
    Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object 'stackTrace'<BR>Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object ‘line’
    Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object 'text()'<BR>Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object ‘error’
    Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object 'exception'<BR>Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object ‘message’
    Tue Sep 02 11:11:00 CEST 2003; tcpConnection-8080-1; XML input:
    <?xml version="1.0" encoding="UTF-8"?>
    <?covigoml version="1.0"?>



    Is there any recommended way to catch this exception in the workflow manager to redirect the user back to specific workflow step (e.g. Log On page)?


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Exception handling after resin timeout

    Posted Thu September 18, 2003 06:22 PM

    Hi!

    1.
    The recommended way to define timeouts is to confiure your web.xml file with the following
    entry: e.g. 10 minutes

    10


    In order to deal wit exceptions you should provide an ErrorModel within your application.
    When an exception occurs, then is the ErrorModel invoked.

    Bye
    Thorsten


    #webMethods
    #Tamino
    #API-Management