cancel
Showing results for 
Search instead for 
Did you mean: 

Assert failed on Fileupload

Former Member
0 Kudos

Hi guru's,

I have a web dynpro for ABAP view where i use the fileupload UI element. From time to time when I upload some files I get the "Assert faild"-error. But not allways. Just now and then i get it.

The error message:

Error when processing your request

What has happened?

The URL http://sap01.company.int:8000/sap/bc/webdynpro/sap/zmm_wd_create_request/ was not called due to an error.

Note

The following error text was processed in the system DVL : The ASSERT condition was violated.

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

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: DISPATCH_EVENT of program CL_WDR_VIEW_ELEMENT_ADAPTER===CP

Method: IF_WDR_CLIENT~GET_CLIENT_UPDATES of program CL_WDR_CLIENT_SSR=============CP

Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP

Method: IF_WDR_RUNTIME~EXECUTE of program CL_WDR_MAIN_TASK==============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_FROM_MEMORY of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

When i go and look in ST22 it says the following:

Source Code Extract

Line SourceCde

1 method dispatch_event.

2 data l_event_handler type ref to if_wdr_adapter_event_handler.

3

4 l_event_handler = get_event_handler( i_event_handler_id ).

>>>>> assert l_event_handler is bound.

6

7 raise event on_handle_event

8 exporting

9 event_handler = l_event_handler

10 event_name = i_event_name.

11

12 l_event_handler->handle_event(

13 i_event_handler_id = i_event_handler_id

14 i_event_name = i_event_name

15 i_event_param_1 = i_event_param_1

16 i_event_param_2 = i_event_param_2

17 i_event_param_3 = i_event_param_3

18 i_event_param_4 = i_event_param_4

19 i_event_param_5 = i_event_param_5

20 i_update_data = i_update_data

21 i_event_queue = i_event_queue

22 ).

23 endmethod.

Does anyone know how i can resolve this problem?

Thanks in advance.

With kind regards,

Robin

Edited by: zimbiiiiiiiiii on Aug 7, 2009 2:03 PM

Edited by: zimbiiiiiiiiii on Aug 7, 2009 2:04 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I would suggest that you search for support notes and if you don't find anything enter a support ticket.