cancel
Showing results for 
Search instead for 
Did you mean: 

Error while executing T code SOAMANAGER

Former Member
0 Kudos

Hi,

I am getting below error while executing T code SOAMANAGER. Its also giving dump in R/3. .


Error while processing your query


What has happened?
The URL call http://sapdev:8000/sap/bc/webdynpro/sap/appl_soap_management was terminated because of an error.

  
Note

The following error occurred in system NED : Die URL enthält keine vollständige Domainangabe (sapdev statt sapdev.<domain>.<ext>).
The error occurred on application server sapdev_NED_00 and in work process. 12
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: CHECK of program CX_FQDN=======================CP
Method: STARTUP_CHECKS of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===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, you will find more information on the cause of termination in system NED in transaction ST22.
If the termination type was ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server sapdev_NED_00 in transaction SM21.
If the termination type was ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process 12 in transaction ST11 on the application server sapdev_NED_00 . 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 adminmistrator.


Error Code: ICF-IE-http -c: 300 -u: NADAFJ -l: E -s: NED -i: sapdev_NED_00 -w: 12 -d: 20131028 -t: 080049 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION -X: 80144FF94C361EE38FF2C965FF149361_80144FF94C361EE38FF2C965FBCF1ACD_1 -x: 526C6F53F7DF6AA4E1000000C0A84921

HTTP 500 - Internal Server Error


Your SAP Internet Communication Framework Team

And RUntime error as below,


Category               ABAP Programming Error
Runtime Errors         UNCAUGHT_EXCEPTION
Except.                CX_FQDN
ABAP Program           CX_FQDN=======================CP
Application Component  BC-BSP
Date and Time          28.10.2013 08:00:51

Short text
     An exception occurred that was not caught.

What happened?
     The exception 'CX_FQDN' was raised, but it was not caught anywhere along
     the call hierarchy.

     Since exceptions represent error situations and this error was not
     adequately responded to, the running ABAP program
      'CX_FQDN=======================CP' has to be
     terminated.

What can you do?
     Note down which actions and inputs caused the error.


     To process the problem further, contact you SAP system
     administrator.

     Using Transaction ST22 for ABAP Dump Analysis, you can look
     at and manage termination messages, and you can also
     keep them for a long time.

Error analysis
     An exception occurred which is explained in detail below.
     The exception, which is assigned to class 'CX_FQDN', was not caught and
     therefore caused a runtime error.
     The reason for the exception is:
     Die URL enthält keine vollständige Domainangabe (sapdev statt

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Juheb,

Have you activated the correspoding soamanager service?. You should go to sicf ->default host -> sap >webdynpro ->sap ->appl_soap_management and activate the service.

According the exception the problem could be to the FQDN maintenance in RZ10 program . Check this link http://help.sap.com/saphelp_nwpi711/helpdata/en/e0/a4b5dc81c242f3922e063def7b075a/content.htm

Regards.