Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EWB enhancement error

Former Member
0 Likes
844

Hello everyone,

We had done some enhancement of "BP" tcode via EWB.

In gui, the "customer data" tab which was enhanced by us was ok .

But in webgui and Portal, when we click the "customer data " tab , it occured a error. We found some error informationm in ST22, it show a "SYSTEM_CORE_DUMPED" .

Is there anybody had cover this problem ?

Any help will be appreciated .

Best Regards,

Jianguo Chen

The error text as follow :

//////////////////////////////////////////////////////////////////////////

Runtime Errors SYSTEM_CORE_DUMPED

Date and Time 2008.06.13 10:53:16

-


-


Short text

Process terminated by signal 11.

-


-


What happened?

Error in the SAP kernel.

The current ABAP "SAPLBUS_LOCATOR" program had to be terminated because the

ABAP processor detected an internal system error.

-


-


What can you do?

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

-


-


Error analysis

An R/3 System process was terminated by an operating system signal.

-

Possible reasons for this are:

1. Internal system error.

2. Process was terminated externally (by the system administrator).

-

Last error logged in SAP kernel

Component............ "Taskhandler"

Place................ "SAP-Server P550A_DEV_01 on host P550A (wp 0)"

Version.............. 1

Error code........... 11

Error text........... "ThSigHandler: signal"

Description.......... " "

System call.......... " "

Module............... "thxxhead.c"

Line................. 10688

The error reported by the operating system is:

Error number..... " "

Error text....... " "

-


-


How to correct the error

The R/3 System work directory (e.g. /usr/sap/c11/D00/work ) often

contains a file called 'core'.

Save this file under another name.

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

-


-


System environment

SAP-Release 700

Application server... "P550A"

Network address...... "68.20.16.10"

Operating system..... "AIX"

Release.............. "5.3"

Hardware type........ "000BAC58D600"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "P550A"

Database type..... "ORACLE"

Database name..... "DEV"

Database user ID.. "SAPSR3"

Char.set.... "C"

SAP kernel....... 700

created (date)... "Feb 3 2008 20:54:03"

create on........ "AIX 2 5 005DD9CD4C00"

Database version. "OCI_102 (10.2.0.2.0) "

Patch level. 146

Patch text.. " "

Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."

SAP database version. 700

Operating system..... "AIX 1 5, AIX 2 5, AIX 3 5, AIX 1 6"

Memory consumption

Roll.... 16192

EM...... 16759392

Heap.... 0

Page.... 278528

MM Used. 15726488

MM Free. 1029704

-


-


User and Transaction

Client.............. 100

User................ "XC23"

Language Key........ 1

Transaction......... "BP "

Transactions ID..... "4851D30DD2E7448BE10080004414100A"

Program............. "SAPLBUS_LOCATOR"

Screen.............. "SAPLBUS_LOCATOR 3000"

Screen Line......... 0

Information on Caller ofr "HTTP" Connection:

Plug-in Type.......... "HTTP"

Caller IP............. "68.20.16.69"

Caller Port........... 8001

Universal Resource Id. "/sap/bc/gui/sap/its/webgui/~flNUQVRFPTE5ODI5LjAwNC4wMi4

wMQ=="

-


-


Information on where terminated

Termination occurred in the ABAP program "SAPLBUS_LOCATOR" - in "SYSTEM-EXIT".

The main program was "SAPLBUPA_DIALOG_JOEL ".

In the source code you have the termination point in line 0

of the (Include) program " ".


Main memory destroyed



The error occurred because of a main memory overwrite. There may

be an internal error in the R/3 System.

The amount of memory occupied at the time of the termination was:


> Roll area......................... 16192 bytes

> Extended memory area (EM)......... 16759392 bytes

> Fixed area........................ 0 bytes

> Short area........................ " " bytes

In the work directory of the SAP system (e.g. /usr/sap/C11/D00/work ),

there may be files called 'mm.dump' and 'mm.info'.

| Save these files under other names.

//////////////////////////////////////////////////////

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

Dear Jianguo chen,

This error is basically due to memory error that it could not allocate sufficient memory to your processor.

So try to talking to you BASIS administrator to increase the Cache memory of you SAP System and then try the same.

It should definitley help.

One QUESTION to you is the transaction which you are using is it 'Easy Web Transaction'.

If it not Then this dump is GENUINE.

Normally when you create a application in R/3 and access the same from Web it should nut DUMP only when you transaction is 'Easy Web Transaction'.

So Make sure that your Transaction Code is 'Easy Web Transaction'.

Hope this helps you a lot.

Encourage others to answer your queries by suitably rewarding them.

Thanks

Venugopal

1 REPLY 1
Read only

Former Member
0 Likes
670

Dear Jianguo chen,

This error is basically due to memory error that it could not allocate sufficient memory to your processor.

So try to talking to you BASIS administrator to increase the Cache memory of you SAP System and then try the same.

It should definitley help.

One QUESTION to you is the transaction which you are using is it 'Easy Web Transaction'.

If it not Then this dump is GENUINE.

Normally when you create a application in R/3 and access the same from Web it should nut DUMP only when you transaction is 'Easy Web Transaction'.

So Make sure that your Transaction Code is 'Easy Web Transaction'.

Hope this helps you a lot.

Encourage others to answer your queries by suitably rewarding them.

Thanks

Venugopal