cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Exception: ADS:

Former Member
0 Kudos

Hi all,

I am getting the following error.Plz tell me the reason.

■The following error text was processed in the system JED : WebDynpro Exception: ADS: Request start time: Mon Sep 21 10:39:27 GMT+05:30 2009(200,101).

■The error occurred on the application server jktsap2_JED_12 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: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP

Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP

Regards,

srini

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You received a Short Dump when calling to the ADS (Adobe Document Services). Generally this means that there is some technical misconfiguration between your ABAP stack and the ADS running on the Java Stack. Have your basis team double check and make sure the configuration is correct. Test the ADS configuration using one of the SAP provided example or test applications - like WDR_TEST_ADOBE. The dump only occurs within a custom applciation, look at the context that you have bound to the Adobe Forum. If you are violating the cardinality of the context, this can sometimes lead to such dumps as well.