2006 Jun 05 6:25 PM
Hi All,
Can anyone tell me solution for the following
Thanks
Ramkk
Error when processing your request
What has happened?
The URL http://sapecc50:8000/sap/bc/bsp/sap/zgoodsmovement/goodsmovement.htm was not called due to an error.
Note
The following error text was processed in the system ECC : An exception that could not be caught occurred.
The error occurred on the application server sapecc50_ECC_00 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Form: ON_CHECK_BSP of program CL_BSP_RUNTIME================CP
Form: ON_REQUEST of program CL_BSP_RUNTIME================CP
Form: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
Form: 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 ECC 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 sapecc50_ECC_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 sapecc50_ECC_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:800-u:SMART03 -l:E-s:ECC-i:sapecc50_ECC_00 -w:0-d:20060605-t:112847-v: RABAX_STATE-e:UNCAUGHT_EXCEPTION
HTTP 500 - Internal Server Error
Your SAP Internet Communication Framework Team
Hi All,
Can anyone tell me solution for the following
Thanks
Ramkk
Error when processing your request
What has happened?
The URL http://sapecc50:8000/sap/bc/bsp/sap/zgoodsmovement/goodsmovement.htm was not called due to an error.
Note
The following error text was processed in the system ECC : An exception that could not be caught occurred.
The error occurred on the application server sapecc50_ECC_00 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Form: ON_CHECK_BSP of program CL_BSP_RUNTIME================CP
Form: ON_REQUEST of program CL_BSP_RUNTIME================CP
Form: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
Form: 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 ECC 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 sapecc50_ECC_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 sapecc50_ECC_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:800-u:SMART03 -l:E-s:ECC-i:sapecc50_ECC_00 -w:0-d:20060605-t:112847-v: RABAX_STATE-e:UNCAUGHT_EXCEPTION
HTTP 500 - Internal Server Error
Your SAP Internet Communication Framework Team
2006 Jun 05 6:28 PM
In the message it specified that if termination type was RABAX_STATE you can check the dump in ST22 in the ECC system. Can you logon to ECC system and check the dump report in ST22? Please post that report here.
2006 Jun 05 7:07 PM
Thanks for Mailing.
Here is the report.
Short Text
An Expection that could be caught occured.
what happened?
The exception 'CX_BSP_HOST_NOT_QUALIFIED' was raised but was not caught at any stage in the call hierarchy.
Since expections represent error situations, and since the system could not react adequately to this error, the
current program,
'CL_BSP_RUNTIME==============CP' had to be terminated.
Error analysis
An exception occured. This exception is dealt with in more detail below. The expection, which is assinged to the class 'CX_BSP_HOST_NOT QUALIFIED', was not caught
which led to a runtime error.
The reason for this exception is:
BSP exception :Die URl enthalt keine vollstadige Domainangabe (sapecc50 statt sapecc50.ssdomain.com).
program : SAPMHTTP
uses******************************
Data******************************
--->if not l_host cs 'localhost'.
call function 'TH_GET_PLUGIN_INFO'
EXPORTING
protocol = 1
local = 1
IMPORTING
host = l_domain2.
shift l_domain2 left up to '.'. l_domain = l_domain2.
split l_host at ':' into l_host l_port.
raise exception type cx_bsp_host_not_qualified
exporting host = l_host domain = l_domain.
endif.
endif.
2006 Jun 05 7:29 PM
Hi,
Go through the links and OSS notes...
http://help.sap.com/saphelp_nw2004s/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm
Have a look at OSS Notes 616900 and 654982 or Brian's Weblog:
/people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names
Regards,
Azaz Ali.
2006 Jun 05 7:11 PM
Hi,
Make sure all the nodes pertaining to the BSP are active in SICF transaction.
Also, in this case the problem looks like with the fully qualified domain. Just check with your BASIS guys if they have done the required settings for a full qualified domain.
regards,
Ravi
NOte :Please mark the helpful answers