cancel
Showing results for 
Search instead for 
Did you mean: 

NWBC Uncaught Exception CX_NWBC~invalid_cockpit

Former Member
0 Kudos

Hi Experts,

We have just opened our production system lately. Our system use SAP enterprise portal as entrance point to NWBC html.

There are st22 dump error messages which have been occuring consistently.

The dump message looks relevant to SAP EP and NWBC integration.

While we were debugging, we got to the point where the error occurs.

  

cl_icf_tree=>if_icf_tree~service_from_url(

      EXPORTING url             = cockpit_path

                hostnumber      = 0

                authority_check = space

      IMPORTING icfactive       = icf_state

                urlsuffix       = url_suffix ).

    IF icf_state IS INITIAL OR url_suffix IS NOT INITIAL.

      cx_nwbc=>invalid_cockpit( cockpit = cockpit ).


cockpit has urls like below.


/nwbc/NWBC_URL_ID_2H iuY6VQy9Me7EQFUxUMQ==

/nwbc/NWBC_URL_ID_yuC3r6Uf/ g3KuALvhufMg==

/nwbc/NWBC_URL_ID_D LEgveOb0Du/jxeaFpJxg==

The urls above are differenct from the NWBC url which should be /nwbc/launcher~


Is this symptom related to the EP and NWBC integration?


Is there a solution that prevent such uncaught exception from happening?


Thanks you and Best Regards,

Kunhong.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check the below sap note

2221372 - SAP NWBC ABAP Runtime Patch 49

If you could, kindly attach defaultrace.log and ST22 dump to the thread.

Regards

Prithviraj

Former Member
0 Kudos

Dear Prithviraj,

Thank you so much for your quick and kind response.

I've tried to attach the copied scripts of ST22 dump but I couldn't make it.

I will send an email to you with an attachment.

Best Regards,

Kunhong