cancel
Showing results for 
Search instead for 
Did you mean: 

Plz help in resolving the error

Madhu2004
Active Contributor
0 Kudos

hai experts,

i just craeted a demo webdynpro application and when i run it i got the following error.

can someone help me in sorting out this one.

the error is as follows:

The following error text was processed in the system ECD : An exception occurred that was not caught.

The error occurred on the application server haasdevecc_ECD_01 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: RAISE of program CX_WD_GENERAL=================CP

Method: HANDLE_REQUEST of program CL_WDR_UCF====================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

thanks,

madhu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Madhu,

There could be various reasons for this kind of error.

Please goto ST22 and check out for the exact line number.

RABAX_STATE is very common error and generally the error is due to wrong

declarations or wrong use of OO(Object oriented) ABAP.

Check out for everything and I think you will get the exact error.

Or else put the code so that I can get clear picture.

Cheers,

Darshna.

Answers (2)

Answers (2)

Madhu2004
Active Contributor
0 Kudos

thanks everyone imy problem is solved as i activated alls ervices relasted to wdabap in sicf.

Former Member
0 Kudos

Hi Madhu ,

This error occurs due to some wrong code written .

You can do one thing Try out <b>ST22</b>.

Now why ....In ST22 it will tell you exact root of problem or let see particular line in Web Dynpro for ABAP that has caused error .Not just that it will give you Guideline for Resolving it .

Hope I have cleared your doubt.

Chhers

Parag