cancel
Showing results for 
Search instead for 
Did you mean: 

error ,when i check the webdynpro

Former Member
0 Kudos

Error when processing your request


What has happened?

The URL http://om123:8000/sap/bc/webdynpro/sap/zwepynpro_gangi1 was not called due to an error.

 
Note
  • The following error text was processed in the system SA1 : Die URL enthält keine vollständige Domainangabe (om123 statt om123.<domain>.<ext>).
  • The error occurred on the application server OM123_SA1_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 SA1 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 OM123_SA1_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 OM123_SA1_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: SAPUSER -l: E -s: SA1 -i: OM123_SA1_00 -w: 0 -d: 20120808 -t: 033201 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION


HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

     Follow this step to make Fully Qualified Domain name(FQDN)

Set your domain name as FQDN (fully qualified domain name.)

1) start the transaction RZ10.

2) select INSTANCE Profile name where your server name is given.

3) Select Extended Maintenance.

4) Click on change button.

5) Change parameter icm/host_name_full to FQDN

6) Copy your settings with new version number.

7) Activate that version.

😎 Restart your WAS (Transaction code SMICM -> Administration Menu).

Check that the following services are active in your ICF setting (transaction code SICF)

/default_host/sap/bc/bsp/sap

/default_host/sap/bc/bsp/sap/system

/default_host/sap/bc/bsp/sap/public/bc

/def ault_host/sap/public/bc

/default_host/sap/public/bc/ur

/default_host/sap/public/bsp/sap/public

/default_host/sap/public/bsp/sap/public/bc

/defaul t_host/sap/public/bsp/sap/system

/default_host/sap/public/bsp/sap/htmlb

Set Request Hanlder Class, add Standard Class provided by SAP to default\sap\bc\bsp\sap service. Right click on default\sap\bc\bsp\sap service service.

Now select display service, go to Handler Tag, and add the class CL_HTTP_EXT_BSP, which is a default HTTP request handler class.

Specifically for fully qualified domain names problems,

see:

434918 Configuration for fully qualified host names for BSP

654326 Domain restrictions in a portal environment         

654982 URL requirements due to Internet standards          

677118 SP31  >: Fully Qualified Domain Names Check         

763427 Error message for domain name with underscore  

Refer This Link:

http://scn.sap.com/thread/1316084

http://scn.sap.com/thread/1316084

Regards,

Rajashiva

Former Member
0 Kudos

Hello Gangi,

Your Server is not fully qualified, check thisk online help on

[FQDN |   http://help.sap.com/SAPHELP_NW04S/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm ]

 

It will resolve your issue.

Thanks

Katrice