cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Downtime Scheduled for This Weekend

CX_FQDN runtime error

Former Member
0 Kudos
90

Hisdn team,

I am getting the following runtime error while testing my webdynpro application.

I try one time to solve it by adding a new parameters in RZ10

icm/host_name_full = $(SAPLOCALHOST).domain.ext

but itI dump all my SAPserver when I restart.

now I get back my profi and my sapserver, but till have same probleme.

can any one help me work together to solve it!!!

Thanks

Adil

Edited by: adil chikhaoui on Dec 23, 2010 4:41 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Adil,

Refer

Thanks,

Prashant

Former Member
0 Kudos

Hi jagdal,

it looks like work for few seconde and after that another error pop up:

The following error text was processed in the system DM0 : Lower-Level Node with Name MAINVIEW.sflight_node Does Not Exist Iꯂ

When activate m web dynpro everythings i good

if any one can how me a way I appreciate

The following error text was processed in the system DM0 : Lower-Level Node with Name MAINVIEW.sflight_node Does Not Exist Iꯂ

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

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: GET_CHILD_NODE_INTERNAL of program CL_WDR_CONTEXT_ELEMENT========CP

Method: IF_WD_CONTEXT_ELEMENT~GET_CHILD_NODE of program CL_WDR_CONTEXT_ELEMENT========CP

Method: IF_WD_CONTEXT_NODE~GET_CHILD_NODE of program CL_WDR_CONTEXT_NODE_VAL=======CP

Method: WDDOINIT of program /1BCWDY/2WK3XWKOCLBKF7E5TWGR==CP

Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/2WK3XWKOCLBKF7E5TWGR==CP

Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP

Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP

Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP

Method: INIT of program CL_WDR_CONTROLLER=============CP

Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP

Former Member
0 Kudos

Hi,

It would have been better if you have opened this problem as new discussion. Your original problem of CX_FQDN is solved.

As you see the error. in the MainView in the doinit method , you have a code which tries to access a node "sflight_node" which is not there in the context tree.

You can correct this error either by commenting this line or create / map this node in your view.

Former Member
0 Kudos

Hi Adil,

The problem you encounter is not related to FQDN at all.

It is due to the absence of context node. You are trying to access the context node which is not present in the view/component context.

Thanks,

Prashant

gill367
Active Contributor
0 Kudos

node is not present in the context.

you need to check you context for the view.

for more details on the error check ST22.

thanks

sarbjeet singh

Former Member
0 Kudos

Hi Baskaran,

Me too I thinks the CX_FQDN is solved and thanks of everyone how participate to help me solving this probleme

as it's explain earlier it well explain in forum

Refer

know I will check to solve the other probleme Im expecting it may be cardinality or probleme with structure

Thanks everyone

Adil

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Check the value of SAPLOCALHOST profile parameter

Or

you can maintain SAPLOCALHOSTFULL profile parameter with the name and domain.

Former Member
0 Kudos

Hi Lagis,

Thank for your reply

for te local host it sapserverve ittranaction SMICM (ICM Monitor) it show me

icm/host_name_full = sapserver

but fort the domain and the extention I don't know that much

Cause it's only ECC6 IDES system on sever 2003

I need to fix it for my dynpro

Thanks

Adil