cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Test Service error RABAX_STATE

0 Kudos

Hello,

We just migrated from 4.6c to ECC 6.0 (SAP_BASIS SP12) and as requested the ITS has been activated and configured.

All active services are working fine includeing default_host/sap/bc/gui/sap/its/webgui but everything under /default_host/sap/bc/webdynpro/sap/ it gives the fallowing error (exemple for wdr_test_layouts)


The URL http://host.domain:8000/sap/bc/webdynpro/sap/wdr_test_layouts was not called due to an error. 
 
   
Note 

The following error text was processed in the system XI2 : An exception occurred that was not caught. 
The error occurred on the application server canaeccx_XI2_00 and in the work process 0 . 
The termination type was: RABAX_STATE 
The ABAP call stack was: 
Method: RAISE of program CX_WD_GENERAL=================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 XI2 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 chostname_XI2_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 hostname_XI2_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.

Unfortunately in ST22 there is nothing to help:


Runtime Errors         UNCAUGHT_EXCEPTION
xception              CX_WD_GENERAL
ate and Time          24.02.2010 09:31:55



Short text
    An exception occurred that was not caught.
What happened?
    The exception 'CX_WD_GENERAL' 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_WD_GENERAL=================CP' has to be
    terminated.

Error analysis
    An exception occurred which is explained in detail below.
    The exception, which is assigned to class 'CX_WD_GENERAL', was not caught and
    therefore caused a runtime error.
    The reason for the exception is:
    No text available for this exception

Note that I replaced the real hostname and domain in the above message.

Also updating the Suport Packs to an higher level it's not possible because of company politics (all country have to be at the same SP level)

We also have a BW 7.01 EhP3 in the landscape and for this one the webdynpro services are working fine.

Could you please help to find what is the problem?

Thank you.

Adrian

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can solve this problem by performing the below steps.

Step1:

type DRIVERS in run command window->ETC->HOSTS

provide the below line after 127.0.0.1 localhost

127.0.0.1 localhost

IPAddressOfYourComputer ServernameofyourComputer.sap.com

Eg: 192.168.98.12 sridhar.sap.com

Then Save and Close.

Step2:

Go to properties of your computer click on COMPUTER NAME tab ->Change->More

provide Primary DNS Suffix of this Computer: sap.com then click on OK.

restart your system and check now.

Former Member
0 Kudos

This might not be the right solution - since by activating all the services, you are exposing too much...which can turn into a potential risk at a later point of time

0 Kudos

Problem fixed after I activated all services under /default_host/sap/public using transaction SICF.

Thank you.