cancel
Showing results for 
Search instead for 
Did you mean: 

error In The Installaion SAP NW PI 7.1 with EHP1

Former Member
0 Kudos

Hi All,

We are installing SAP NW PI7.1 with EHP1 on RHEL5 and MAXDB. It's getting error at the last but one phse (installation of software units).

I am pasting the java.log

: 1106630976 13:30:14 ***ERROR (os_linux.cpp:2916): os::create_event: semget failed (key=6069500) (28: No space left on device)

: 1106630976 13:30:14 ***ERROR (controls.cpp:321): Controls::init: Could not initialize instance control area

: 1106630976 13:30:14 ***ERROR (jvmEnv.cpp:545): VMCOs::init: Initialization of the control area failed

: 1106630976 13:30:14 ***ERROR (thread.cpp:3813): VMCOs::init failed

Could not create the Java virtual machine.

I am pasting the last lines of sapinst_dev.log also

TRACE 2010-04-20 13:30:14.754

Call block:CallBackInCaseOfAnErrorDuringStepExecution

function:CallTheLogInquirer

is validator: true

WARNING 2010-04-20 13:30:14.761 iaxxejshlp.cpp:150

Could not get property IDs of the JavaScript object.

ERROR 2010-04-20 13:30:14.762 iaxxejsctl.cpp:492

FJS-00010 Could not get value for property .

TRACE 2010-04-20 13:30:14.982

A problem occurs during execution the inquirer callback. SAPinst will switch back to the standard behaiviour.

TRACE 2010-04-20 13:30:14.994 iaxxgenimp.cpp:707

CGuiEngineImp::showMessageBox

<html> <head> </head> <body>

An error occurred while processing option SAP EHP1 for SAP NetWeaver Process Integration 7.1 > Installation Options > SAP Systems with MaxDB > Standard System > Standard System. You can now:

  • Choose Retry to repeat the current step.

  • Choose View Log to get more information about the error.

  • Stop the option and continue with it later.

Log files are written to /root.

</body></html>

TRACE 2010-04-20 13:30:14.995 iaxxgenimp.cpp:1245

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

Please can you help in this issue.

Thanks in advance

Sreekanth

Accepted Solutions (1)

Accepted Solutions (1)

former_member227283
Active Contributor
0 Kudos

Hi,

CAn you tell us which java version you are using.

run command

java -version

and the output in the forum.

Thanks

Anil

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

The problem is resolved after setting java version to 1.5.0

Thanks guys

Sreekanth

Former Member
0 Kudos

Hi,

I have checked the OS kernel parameters and space for database mount point and everything is maintained as per specifications.

and I am still getting this problem.

please help me in this.

Thanks,

Sreekanth

Former Member
0 Kudos

Hi,

Please increase the number of semaphores. A recommended number of semaphores is 1024, a recommended number of message queues is 128

On Linux kenels starting 2.4, please enter the following command in the /proc/sys/kernel/ directory:

echo "250 32000 32 1024" > sem

echo "128" > msgmni

You will not have to reboot the system

On Linux 2.2 Kernels, you will have to edit include/linux/sem.h and recompile your kernel.

Regards,

Gagan Deep Kaushal

Former Member
0 Kudos

Hi,

Look like

:

1106630976 13:30:14 ***ERROR (os_linux.cpp:2916): os::create_event: semget failed (key=6069500) (28: No space left on device)

Its a disk space problem , check for space for your database mount point.

Also make sure you have maintained all OS parameter related to memory.

Revert in case any clarification is required.

Regards,

Gagan Deep Kaushal

0 Kudos

Hello Sreekanth,

can you check if all the mentioned OS kernel parameters has been set properly in your system.

check installation guide and mentioned notes in the guide for the same.

Regards

Niraj