cancel
Showing results for 
Search instead for 
Did you mean: 

RABAX_STATE

Former Member
0 Kudos

Hi All,

I have created a web dynpro application and when i try to test it, a web browser opens up and asks for the username and password. Once I enter the password, the page is not getting displayed and throws up an error. The message i receive is:

The URL http://sapdevp:8003/sap/bc/webdynpro/sap/ypo_disply was not called due to an error.

Note

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

The error occurred on the application server sapdevp_TDV_03 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

Error code: ICF-IE-http -c: 300 -u: TVSI -l: E -s: TDV -i: sapdevp_TDV_03 -w: 0 -d: 20080822 -t: 155916 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

HTTP 500 - Internal Server Error

Please let me know how to fix issue.

Regards,

Balakrishnan

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

http://help.sap.com/saphelp_nw70/helpdata/EN/67/be9442572e1231e10000000a1550b0/content.htm

run transaction RZ10 and maintain instance profile parameter icm/host_name_full = $(SAPLOCALHOST).domain.ext

please search the forum before posting

Abhi

Edited by: Abhimanyu Lagishetti on Aug 22, 2008 1:52 PM

Former Member
0 Kudos

Hi Abhi,

Thanks for the solution. I have one doubt, our server is in a workgroup and not in a domain. Can i still go ahead and enter the icm/host_name_full parameter? Our workgroup name is TESAP, now how should I enter the value. Sorry for being dumb. Many thanks for your valuable solution.

Regards,

Balakrishnan.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Parameter SAPLOCALHOSTFULL in the SAP profile (recommended for high availability configurations) has top priority.

If the parameter is not set, the value in icm/host_name_full is used.

If this parameter is also not set, the ICM takes the FQHN of the operating system.

Abhi

Former Member
0 Kudos

Hi Abhi,

Thanks for your reply.However, I added the profile parameter: icm/Host_name_full as sapdevp.tejnws.com

Please note that server is in a workgroup and I added tejnws.com as Primay Suffix DNS. I restarted the server and now the browser screen displays page cannot be displayed and I dont even get the logon screen which I got before making the changes. Please help me out in fixing this issue.

Regards,

Bala

Answers (0)