cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump in ST22

Former Member
0 Kudos

My application is running correctly and we never getting any dump in browser but in ST22 there are thousands of dumps recorded for application.

The details are as below. My all services are activated. Kindly suggest what could be the cause

Runtime Errors UNCAUGHT_EXCEPTION

Exception CX_WD_GENERAL

Date and Time 07/07/2011 10:39:42

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.

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_WD_GENERAL', was not caught and

therefore caused a runtime error.

The reason for the exception is:

WebDynpro Exception: ICF service node

"/sap/bc/webdynpro/sap/App/undefined" does not exist (see SAP Note

1109215).

How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"UNCAUGHT_EXCEPTION" "CX_WD_GENERAL"

"CX_WD_GENERAL=================CP" or "CX_WD_GENERAL=================CM003"

"RAISE"

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member199125
Active Contributor
0 Kudos

Hi,

Just check the date and time of results in ST22. And in ST 22... you can see the exact line where the exception raised.

There will be arrow like >>>>>> before the statement.

So in result just click on pagedown button...untill you find the coding part, there you will find the above error . So now you can analyze the exception .

Regards

Srinivas

Former Member
0 Kudos

Have you checked the mentioned OSS note?

One thing you could try is deleting your WDA app, then re-creating it and re-transporting it. The error seems related to some issue with the ICF node.

Regards,

Trond

Former Member
0 Kudos

Hi Shefali,

In ST22 what does in show in the "Source Code Extract" session. Usually it points to code which raosed the exception.

You can try putting a breakpoint there and see what happens at runtime.

Please revert back in case of doubts.

Regards,

Sumit

Former Member
0 Kudos

Depending on how you filter the ST22 results, you might be viewing ALL errors within a time frame. Are you sure these errors are for your application? I cannot tell by your post. And really, if you are getting ICF errors for your application I would think your web sessions would be failing.