cancel
Showing results for 
Search instead for 
Did you mean: 

An exception occurred that was not caught. RABAX_STATE ?

Former Member
0 Kudos

Hi,

When I start WD application I get this error?

Afbrekingssoort: RABAX_STATE

ABAP-oproephiërarchie:

Method: CHECK of program CX_FQDN=======================CP

Method: STARTUP_CHECKS of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

tnx, Adibo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can get information regarding this error in Transaction ST22....

Former Member
0 Kudos

Tnx..


 Informatie over afbreekpunt
     Termination occurred in the ABAP program "CX_FQDN=======================CP" -
      in "CHECK".
     The main program was "SAPMHTTP ".
 
     In the source code you have the termination point in line 10
     of the (Include) program "CX_FQDN=======================CM002".
 
 
 
 Sectie source code
 
 Regel Source
 
     1 METHOD check.
     2
     3   DATA: lv_host    TYPE string,
     4         lv_port    TYPE string.  "#EC NEEDED
     5
     6   lv_host = request->get_header_field( name = 'host' ).
     7   IF lv_host NA '.' OR lv_host CO '0123456789.:'.
     8     IF NOT lv_host CS 'localhost'.
     9       SPLIT lv_host AT ':' INTO lv_host lv_port.
--> RAISE EXCEPTION TYPE cx_fqdn
    11         EXPORTING host   = lv_host
    12                   domain = '.<domain>.<ext>'. "#EC NOTEXT recommend security group
    13     ENDIF.
    14   ENDIF.
    15
    16 ENDMETHOD.

Former Member
0 Kudos

Hope this helps...!

This is related to some connectivity, has to be done by basis ppl...