cancel
Showing results for 
Search instead for 
Did you mean: 

error in WebDynPro ABAP

Former Member
0 Kudos

Hi all,

There is following error occurs when i run Web Dynpro application.

"The URL http://eccidsserver:8000/sap/bc/webdynpro/sap/demo_table was not called due to an error.

Note

The following error text was processed in the system IDS : Die URL enthält keine vollständige Domainangabe (eccidsserver statt eccidsserver.).

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

The termination type was: RABAX_STATE

The ABAP call stack was:

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

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

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system IDS in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server eccidsserver_IDS_00 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server eccidsserver_IDS_00 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Error code: ICF-IE-http -c: 001 -u: BASIS -l: E -s: IDS -i: eccidsserver_IDS_00 -w: 0 -d: 20080715 -t: 031804 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

"

Plz help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Ankita

You have not set a qualified domain name

http://help.sap.com/saphelp_nw04s/helpdata/en/67/be9442572e1231e10000000a1550b0/content.htm

go to transaction RZ10

choose instance profile and extended maintanance

add parameter icm/host_name_full with value $(SAPLOCALHOST).domain.ext

Restart the server

Abhi

Former Member
0 Kudos

Hi Abhimanyu,

My problem is same i did all changes u said but it is not solved. Plz help me.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This is an extremely common and well documented error. So first of all did you search for that error before posting it here in the forums as required by the Rules of Engagement? I am positive that you will find many forum threads and the detailed help documentation if you perform the search.

Second, if you correctly followed the instructions from the online help this should almost certainly solve this particular problem. Please post the URL that appears in your browser when you launch a WD application after you have made the suggested configuration changes.