cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Patch 10.2.0.2 Installation Error !

Former Member
0 Kudos

Hi All

I am trying to install the Oracle Patch 10.2.0.2 on RHEL5, I am getting the following error:

./runInstaller: line 66: /opt/sapinst/Solman70/51031811_3/p4547817_10202_Linux-x86-64/Disk1/install/.oui: No such file or directory

Can you please let me know what is wrong ??

Thanks

Sri

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

Can you check if the directory is existing?

Markus

Former Member
0 Kudos

Markus yes the install directory exists in Disk1 folder.

markus_doehr2
Active Contributor
0 Kudos

My mistake - this is not a directory, it´s a file:

pwd

/oracle/stage/1022/Disk1/install

file .oui

.oui: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped

can you do the same?

Markus

Former Member
0 Kudos

Markus I have the .oui file (160 KB) in the below directory:

C:\SAP Downloads\SolMan70\Solman70\51031811_3\DVD_ORACLE_10.2.0.2_Patches_LINUX\LINUX_X86_64\p4547817_10202_Linux-x86-64\Disk1\install

Thanks

Srikar

markus_doehr2
Active Contributor
0 Kudos

Is that a samba shared directory?

Markus

Former Member
0 Kudos

Markus my bad, the .oui file was not FTPed to the server properly, I just FTPed and gave all the permissions, now the ./runInstaller started.

After the oracle patch installation can I continue the SM installation or do I need to take care of any other steps before I press OK.

Please let me know.

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

I suggest to unzip those packages always locally and not FTP´ing to the server. That leads to all kinds of problems...

You should install all interim patches (45+) from note

871096 - Oracle Database 10g: Patch sets/patches for 10.2.0

There are some VERY important patches that need to be installed, otherwise you will risk block corruptions.

After those are installed and the final relink works, I would press on "ok".

Markus

Former Member
0 Kudos

Hi Markus

I have just downloaded Opatch files from maketplace

p4898608_10202_GENERIC_v5.zip

Is this the right one ?

Where do I download the patches that are mentioned in the Note 871096 ?

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

It´s written in the note:

<...>

Link to the SAP Software Center for database patches:

http://service.sap.com/swcenter-3pmain

<...>

Markus

Former Member
0 Kudos

Hi Markus

Couple of doubts.

Is there any order or sequence to install the patches or we can just start installing one by one in the order of download ?

There are some .BIN files in the download area, what is for that ?

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

Please read the note I gave you (871096) - all your questions are answered there.

Markus

Former Member
0 Kudos

Markus I could'nt find any info on the .bin files, can you please let me know what is the purpose of the following bin files:

Pset_10202_Linux-x86-64aa.bin

Pset_10202_Linux-x86-64abbin

Pset_10202_Linux-x86-64acbin

Thanks

Sri

Former Member
0 Kudos

Hi

Read Note 509314 - Downloading Oracle patches from SAP Service Marketplace

Former Member
0 Kudos

Hi shaji I tried to use the command

cat < >aa.bin < >ab.bin < >ac.bin Pset.zip

its showing all the greek and latin languages

These bin files combine a oracle patch, and how about the other pathes we have in the marketplace in 3pmain.

Thanks

Sri

Former Member
0 Kudos

in your case execute as >

$ cat Pset_10202_Linux-x86-64aa.bin Pset_10202_Linux-x86-64abbin Pset_10202_Linux-x86-64acbin >> Pset_10202_Linux-x86-64.zip

dont forget the '>>'

Former Member
0 Kudos

Hi Shaji I am badly struck at the step 19 "Create Secure Store" with the error in the files below:

sapinst_dev.log

CJS-30050 Cannot create the secure store.SOLUTION: See output of the logfile SecureStoreCreate.log:

The Java class is not found: com.sap.engine.offline.OfflineToolStart.

SecureStoreCreate.log

The Java class is not found: com.sap.engine.offline.OfflineToolStart.

Can you please throw some light on this.

Thanks

Sri

Former Member
0 Kudos

Is you JAVA_HOME and PATH set right ? If not set it in you ".profile" under /root.

eg :

JAVA_HOME=/opt/java1.4; export JAVA_HOME

PATH=$:/xxx/java1.4/bin; export PATH

markus_doehr2
Active Contributor
0 Kudos

What´s the output of

java -fullversion

from user adm?

Markus

Former Member
0 Kudos

its showing "J2RE 1.4.2 IBM Build ..... SR11"

I tried to do the stuff from the Forum thread as below:

============================================

Hi All,

I Found the Solution.

The SAPinst tool was somehow not able to extracte the

J2EEINSTALL.SAR files from the JAVA Components DVD.

So I manually extracted the the file in the temporary install folder which the SAPinst creates in the /tmp filesystem (on LINUX by deafult) during the installation process.

The following command is used (I used this on Red Hat LINUX 5.2) to extract the J2EEINSTALL.SAR file:-

/sapmnt/SMD/exe/SAPCAR

-xvf /dump/SR4_Java_Components/D51033521/DATA_UNITS/JAVA_J2EE_OSINDEP_J2EE_INST/J2EEINSTALL.SAR

/sapmnt/SMD/exe/SAPCAR -->source directory of the file SAPCAR which is used to extarct CAR / SAR files on UNIX

/dump/SR4_Java_Components/D51033521/DATA_UNITS/JAVA_J2EE_OSINDEP_J2EE_INST/J2EEINSTALL.SAR--> destination dir. where the SAPinst tool will read and execute the file.

Rgds,

Abhijeet K

=============================================

Please let me know what would be wrong ? I am struck.

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

> its showing "J2RE 1.4.2 IBM Build ..... SR11"

ok

> Please let me know what would be wrong ? I am struck.

It may be necessary to copy that archive also to the installation source because sapinst may uncar it again there. Try both - extract it to the directory by overwriting the files that are already there and also copy the archive to place where you copied the DVD.

Markus

Former Member
0 Kudos

I used the following command for the .SAR stuff:

/opt/sapinst/Solman70/sapcar.exe -xvf /opt/sapinst/Solman70/51033521/DATA_UNITS/JAVA_J2EE_OSINDEP_J2EE_INST/J2EEINSTALL.SAR

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

Yes - that´s correct.

Markus

Former Member
0 Kudos

Markus still I am facing the same problem with SAPINST, its struck at the same point

Sri

Former Member
0 Kudos

Hi All any inputs plesae, I am still struck there.

Former Member
0 Kudos

Here is the ending of the logfile:

WARNING 2008-08-06 18:54:51.723

CJSlibModule::writeWarning_impl()

Execution of the command "/opt/IBMJava2-amd64-142/bin/java -classpath /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/launcher.jar -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.security.core.server.secstorefs.SecStoreFS /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/exception.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/logging.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar create -s OSM -f /sapmnt/OSM/global/security/data/SecStore.properties -k /sapmnt/OSM/global/security/data/SecStore.key -enc -p XXXXXX" finished with return code 1. Output:

The java class is not found: com.sap.engine.offline.OfflineToolStart

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

Do as the previous poster - copy the .SAR file to the installation source AND extract it to the temp directory. The retry.

Markus

Former Member
0 Kudos

Hi Markus

I have copied .SAR file into the /opt/sapinst/Solman70 and extracted, but it did not work. Then I copied it to the /tmp and tried no result, finally I tried to extract in /opt/tmp but did not work.

Still I am having the same error

Java class not found: com.sap.engine.offline.OfflineToolStart

Inputs please.

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

you have to extract it in your installation directory

/tmp/sapinst_instdir/.....

Markus

Former Member
0 Kudos

Markus after doing that now its new error:

Please see below:

An error occurred while processing service SAP Solution Manager 4.0 Support Release 4 > SAP Systems > Oracle > Central System > Central System( Last error reported by the step :Cannot create the secure store. SOLUTION: See output of log file SecureStoreCreate.log: SAP Secure Store in the File System - Copyright (c) 2003 SAP AG com.sap.security.core.server.secstorefs.FileIOException: I/O error on file "/sapmnt/OSM/global/security/data/SecStore.key". at com.sap.security.core.server.secstorefs.KeyHandler.writeKeyIntoFile(KeyHandler.java:618) at com.sap.security.core.server.secstorefs.KeyHandler.setNewKeyInFile(KeyHandler.java:666) at com.sap.security.core.server.secstorefs.Crypt.setNewKeyInFile(Crypt.java:502) at com.sap.security.core.server.secstorefs.SecStoreFS.createStoreWithEncryption(SecStoreFS.java:1739) at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:842) at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1274) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81) Caused by: java.io.FileNotFoundException: /sapmnt/OSM/global/security/data/SecStore.key (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream. (FileOutputStream.java:201) at java.io.FileOutputStream. (FileOutputStream.java:153) at com.sap.security.core.server.secstorefs.KeyHandler.writeKeyIntoFile(KeyHandler.java:611) ... 11 more .).

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

Did you unpack the file as root? If yes, change the owner to <sid>adm.

Markus

Former Member
0 Kudos

Hi Markus

I have done that and installation started again and halted again at "Start Instance" stage with the following error:

Before you look into this error log you need to know that I have created a folder called "DVEBMGS01" in /usr/sap folder before the installation started.

-


TRACE 2008-08-07 11:34:54.803

2008-08-07 11:34:54.802 NW.getDirProfile() done: /usr/sap/OSM/SYS/profile

TRACE 2008-08-07 11:34:54.803

2008-08-07 11:34:54.803 NW.getPersistentDefaultProfile()

TRACE 2008-08-07 11:34:54.804

2008-08-07 11:34:54.803 PersistentR3Profile().getPath()

TRACE 2008-08-07 11:34:54.804

2008-08-07 11:34:54.804 NW.getDefaultProfilePath(true)

TRACE 2008-08-07 11:34:54.804

2008-08-07 11:34:54.804 NW.getDirProfile(true)

TRACE 2008-08-07 11:34:54.805

2008-08-07 11:34:54.804 NW.getDirProfile() done: /usr/sap/OSM/SYS/profile

TRACE 2008-08-07 11:34:54.805

2008-08-07 11:34:54.805 NW.getDefaultProfilePath() done: /usr/sap/OSM/SYS/profile/DEFAULT.PFL

TRACE 2008-08-07 11:34:54.805

2008-08-07 11:34:54.805 PersistentR3Profile().getPath() done

TRACE 2008-08-07 11:34:54.807

2008-08-07 11:34:54.807 NW.isUnicode(true)

TRACE 2008-08-07 11:34:54.807

2008-08-07 11:34:54.807 NW.isUnicode() done: true

TRACE 2008-08-07 11:34:54.808

2008-08-07 11:34:54.807 NW.getPersistentDefaultProfile() done

TRACE 2008-08-07 11:34:54.818

2008-08-07 11:34:54.817 NWInstance.getStartProfilePath(true)

TRACE 2008-08-07 11:34:54.818

2008-08-07 11:34:54.817 NWInstance.getStartProfileName()

TRACE 2008-08-07 11:34:54.818

2008-08-07 11:34:54.818 NWInstance.getStartProfileName() done: START_DVEBMGS00_omtr-sap-solman

TRACE 2008-08-07 11:34:54.818

2008-08-07 11:34:54.818 NWInstance.getDirProfile()

TRACE 2008-08-07 11:34:54.819

2008-08-07 11:34:54.818 NW.getDirProfile(false)

TRACE 2008-08-07 11:34:54.819

2008-08-07 11:34:54.818 NW.getDirProfile() done: /usr/sap/OSM/SYS/profile

TRACE 2008-08-07 11:34:54.820

2008-08-07 11:34:54.819 NWInstance.getDirProfile() done: /usr/sap/OSM/SYS/profile

TRACE 2008-08-07 11:34:54.820

2008-08-07 11:34:54.819 NWInstance.getStartProfilePath() done: /usr/sap/OSM/SYS/profile/START_DVEBMGS00_omtr-sap-solman

TRACE 2008-08-07 11:34:54.841

2008-08-07 11:34:54.840 NWInstance.isAlwaysUnicode()

TRACE 2008-08-07 11:34:54.841

2008-08-07 11:34:54.841 NWInstance.isAlwaysUnicode(ABAPCI)

TRACE 2008-08-07 11:34:54.841

2008-08-07 11:34:54.841 NWInstance.isAlwaysUnicode() done: false

TRACE 2008-08-07 11:34:54.842

2008-08-07 11:34:54.841 NWInstance.isAlwaysUnicode() done: false

TRACE 2008-08-07 11:34:54.843

2008-08-07 11:34:54.842 NWInstance.getProfilePath() done: /usr/sap/OSM/SYS/profile/OSM_DVEBMGS00_omtr-sap-solman

TRACE 2008-08-07 11:34:54.857

2008-08-07 11:34:54.856 NWInstance.isAlwaysUnicode()

TRACE 2008-08-07 11:34:54.857

2008-08-07 11:34:54.857 NWInstance.isAlwaysUnicode(ABAPCI)

TRACE 2008-08-07 11:34:54.857

2008-08-07 11:34:54.857 NWInstance.isAlwaysUnicode() done: false

TRACE 2008-08-07 11:34:54.858

2008-08-07 11:34:54.857 NWInstance.isAlwaysUnicode() done: false

TRACE 2008-08-07 11:34:54.871

2008-08-07 11:34:54.871 NWInstance.getMyName() done: omtr-sap-solman_OSM_00

TRACE 2008-08-07 11:34:54.871

2008-08-07 11:34:54.871 NWDialogInstance._getRunningState() done: UNKNOWN

TRACE 2008-08-07 11:34:54.872

2008-08-07 11:34:54.871 NWDialogInstance.getABAPState() done: UNKNOWN

TRACE 2008-08-07 11:34:54.872

2008-08-07 11:34:54.871 NWDIState(NWCentralInstanceInstall(OSM/DVEBMGS00/omtr-sap-solman), 630, 30, UNKNOWN, undefined, undefined)

TRACE 2008-08-07 11:34:54.872

2008-08-07 11:34:54.872 NWInstState(NWCentralInstanceInstall(OSM/DVEBMGS00/omtr-sap-solman), 630, 30, undefined)

TRACE 2008-08-07 11:34:54.873

2008-08-07 11:34:54.872 NWInstState() done

TRACE 2008-08-07 11:34:54.873

2008-08-07 11:34:54.872 NWDIState() done

TRACE 2008-08-07 11:34:54.873

2008-08-07 11:34:54.872 NWDialogInstance.getRunningState() done: ABAP: UNKNOWN

TRACE 2008-08-07 11:34:54.873

2008-08-07 11:34:54.873 NWDIState.assertStateProgress(ABAP: UNKNOWN)

TRACE 2008-08-07 11:34:54.873

2008-08-07 11:34:54.873 NWDIState._assertABAPStateProgress(UNKNOWN, UNKNOWN)

TRACE 2008-08-07 11:34:54.874

2008-08-07 11:34:54.873 NWDIState._assertABAPStateProgress() done

TRACE 2008-08-07 11:34:54.874

2008-08-07 11:34:54.873 NWDIState._assertJavaStateProgress(undefined, undefined)

TRACE 2008-08-07 11:34:54.874

2008-08-07 11:34:54.873 NWDIState._assertABAPStateProgress() done

TRACE 2008-08-07 11:34:54.874

2008-08-07 11:34:54.874 NWDIState.unbalancedStates()

TRACE 2008-08-07 11:34:54.874

2008-08-07 11:34:54.874 NWDIState.unbalancedStates() done: false

TRACE 2008-08-07 11:34:54.875

2008-08-07 11:34:54.874 NWDIState.assertStateProgress() done

TRACE 2008-08-07 11:34:54.875

2008-08-07 11:34:54.874 NWInstState.getElapsedString()

TRACE 2008-08-07 11:34:54.875

2008-08-07 11:34:54.874 NWInstState.getElapsedString() done: 10:30

TRACE 2008-08-07 11:34:54.875

2008-08-07 11:34:54.875 NWDIState.isRunning()

TRACE 2008-08-07 11:34:54.875

2008-08-07 11:34:54.875 NWDIState.isRunning() done: false

TRACE 2008-08-07 11:34:54.876

2008-08-07 11:34:54.875 NWDIState.assertTimeout()

TRACE 2008-08-07 11:34:54.876

2008-08-07 11:34:54.875 NWDialogInstance.getMaxWaitTime(true)

TRACE 2008-08-07 11:34:54.876

2008-08-07 11:34:54.876 NWDialogInstance.getMaxWaitTime() done: 1200

TRACE 2008-08-07 11:34:54.876

2008-08-07 11:34:54.876 NWDIState.assertABAPTimeout(600)

TRACE 2008-08-07 11:34:54.877

2008-08-07 11:34:54.876 NWInstState.getElapsedString()

TRACE 2008-08-07 11:34:54.877

2008-08-07 11:34:54.876 NWInstState.getElapsedString() done: 10:30

TRACE 2008-08-07 11:34:54.878

NWException thrown: nw.progress.waitingForStartABAPFailed:

ABAP processes of instance OSM/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:30 minutes. Giving up.

TRACE 2008-08-07 11:34:54.878

Function setMessageIdOfExceptionMessage: nw.progress.waitingForStartABAPFailed

WARNING[E] 2008-08-07 11:34:54.878

CJSlibModule::writeError_impl()

CJS-30149 ABAP processes of instance OSM/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:30 minutes. Giving up.

TRACE 2008-08-07 11:34:54.878 [iaxxejsbas.hpp:483]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

TRACE 2008-08-07 11:34:54.896 [syuxctask.cpp:1382]

CSyTaskImpl::start(bool)

A child process has been started. Pid = 14106

TRACE 2008-08-07 11:34:54.935 [syuxctask.cpp:1382]

CSyTaskImpl::start(bool)

A child process has been started. Pid = 14107

ERROR 2008-08-07 11:34:54.993 [sixxcstepexecute.cpp:951]

FCO-00011 The step start with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start was executed with status ERROR .

TRACE 2008-08-07 11:34:55.8 [iaxxgenimp.cpp:752]

CGuiEngineImp::showMessageBox

<html> <head> </head> <body> <p> An error occurred while processing service SAP Solution Manager 4.0 Support Release 4 > SAP Systems > Oracle > Central System > Central System. You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log</i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log files are written to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS. </p> </body></html>

TRACE 2008-08-07 11:34:55.8 [iaxxgenimp.cpp:1255]

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

-


Can you please let me know what would be wrong and required steps now ?

Thanks

Sri

markus_doehr2
Active Contributor
0 Kudos

Your system is not coming up, sapinst gives up after 10 minutes.

To find out why check the logfiles

dev_disp

dev_w0

dev_ms

in /usr/sap..../DVEBMGS01/work

Markus

Former Member
0 Kudos

Markus

I don't have any files in /usr/sap/DVEBMGS01/work

But I have dev_ms file in usr/sap/OSM/DVEBMGS00/work, below is the log file in that:

-


trc file: "dev_ms", trc level: 1, release: "700"

-


[Thr 47164562164000] Thu Aug 7 11:24:25 2008

[Thr 47164562164000] MsSSetTrcLog: trc logging active, max size = 20971520 bytes

systemid 390 (AMD/Intel x86_64 with Linux)

relno 7000

patchlevel 0

patchno 137

intno 20050900

make: multithreaded, Unicode, 64 bit, optimized

pid 14022

[Thr 47164562164000] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 14022) [msxxserv_mt. 1832]

[Thr 47164562164000] SigISetDefaultAction : default handling for signal 17

[Thr 47164562164000] load acl file = /usr/sap/OSM/SYS/global/ms_acl_info

[Thr 47164562164000] MsGetOwnIpAddr: my host addresses are :

[Thr 47164562164000] 1 : [10.12.7.64] <address removed> (HOSTNAME)

[Thr 47164562164000] 2 : [127.0.0.1] localhost.localdomain (LOCALHOST)

[Thr 47164562164000] MsHttpInit: full qualified hostname = <address removed>

[Thr 47164562164000] HTTP logging is switch off

[Thr 47164562164000] set HTTP state to LISTEN

[Thr 47164562164000] MsHttpOwnDomain: own domain[1] = orm.omniture.com

[Thr 47164562164000] ms/icf_info_server : deleted

[Thr 47164562164000] *** I listen to port sapmsOSM (3600) ***

[Thr 47164562164000] *** I listen to internal port 3900 (3900) ***

[Thr 47164562164000] *** HTTP port 8100 state LISTEN ***

[Thr 47164562164000] CUSTOMER KEY: >P0385217523<

[Thr 47164562164000] Thu Aug 7 11:55:31 2008

[Thr 47164562164000] MsSExit: received SIGINT (2)

[Thr 47164562164000] ***LOG Q02=> MsSHalt, MSStop (Msg Server 14022) [msxxserv_mt. 5949]

I am struck markus please let me know what to do

Sri

markus_doehr2
Active Contributor
0 Kudos

Yes -in the instance subdirectory - that's why I used the "dots"..

there should be also the other two logfiles.

Markus

Former Member
0 Kudos

No Markus there are no other files you mentioned in that directory

Please let me know what to do now ?

Former Member
0 Kudos

BTW the name of the directory is "DVEBMGS00" in /usr/sap/OSM/DVEBMGS00/work

not DVEBMGS01 ( does it make any sennce) ??

Markus any inputs I am still struck and having the same problem.

Thanks

Edited by: Srikar Vankadaru on Aug 7, 2008 10:03 PM

markus_doehr2
Active Contributor
0 Kudos

BTW the name of the directory is "DVEBMGS00" in /usr/sap/OSM/DVEBMGS00/work

not DVEBMGS01 ( does it make any sennce) ??

you wrote some lines ago:

Before you look into this error log you need to know that I have created a folder called "DVEBMGS01" in /usr/sap folder before the installation started.

I wonder why you did that..

Markus any inputs I am still struck and having the same problem.

I suggest:

Get someone on your side to help you on-site.

You´re running from one problem into the next and you have no clue what´s happening on the system. Note: I´m not offending you in any sense, everyone started one time from the beginning but I´s VERY cumbersome to help someone who´s not having the slightest idea what the system is doing, where to find logfiles etc.

If there´s no dev_disp and dev_w0 created you are running into a very strange problem which would need to be looked after while being logged on to your system. It´s e. g. possible that the kernel was not correctly extracted that some "rests" of an old installations are on the system etc. etc.

Markus

Former Member
0 Kudos

Markus I understand, I created the DVEBMGS01 as per the process of creating directories in Linux before installation and there are no other previous installations exists in the system, this is the new system I am installing.

Thanks

markus_doehr2
Active Contributor
0 Kudos

New system? And sapinst told you to create DVEBMGS01 (zero one)? If yes, then the system was not "new" because sapinst detected an already installed system on it and used the next free number to install.

Markus

Former Member
0 Kudos

SAPINST did not ask to create DVEBMGS01

I created the file structure according to the inst guide, please let me know is there any workaround for this ?

markus_doehr2
Active Contributor
0 Kudos

sapinst did create DVEBMGS00 so it was useless to create DVEBMGS01 I don´t know why the installation guide is not really in sync with what sapinst does but well..

So you have no further files in the work subdirectory - of both the 01 and 00?

Markus

Former Member
0 Kudos

I have only dev_ms in DEVBMGS00, and no other file in work directory for DVEBMGS01.

Now its got stopped for the below error (last few lines of sapinst_dev.log)

#----


  1. SAP Message Server for ABAP

#----


#----


  1. SAP Central Service Instance for J2EE

#----


login/system_client = 001

SAPSYSTEM = 00

INSTANCE_NAME = DVEBMGS00

DIR_CT_RUN = $(DIR_EXE_ROOT)/run

DIR_EXECUTABLE = $(DIR_INSTANCE)/exe

jstartup/trimming_properties = off

jstartup/protocol = on

jstartup/vm/home = /opt/IBMJava2-amd64-142

jstartup/max_caches = 500

jstartup/release = 700

jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)

j2ee/dbdriver = /oracle/client/10x_64/instantclient/ojdbc14.jar

exe/saposcol = $(DIR_CT_RUN)/saposcol

rdisp/wp_no_dia = 10

rdisp/wp_no_btc = 3

exe/icmbnd = $(DIR_CT_RUN)/icmbnd

rdisp/j2ee_start_control = 1

rdisp/j2ee_start = 0

rdisp/j2ee_libpath = $(DIR_EXECUTABLE)

exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)

rdisp/j2ee_timeout = 600

rdisp/frfc_fallback = on

icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00

icm/server_port_0 = PROT=HTTP,PORT=80$$

#----


  1. SAP Message Server parameters are set in the DEFAULT.PFL

#----


ms/server_port_0 = PROT=HTTP,PORT=81$$

rdisp/wp_no_enq = 1

rdisp/wp_no_vb = 1

rdisp/wp_no_vb2 = 1

rdisp/wp_no_spo = 1

ipc/shm_psize_10 = 136000000

ipc/shm_psize_40 = 112000000

.add(Property(SAPLOCALHOST, omtr-sap-solman))

TRACE 2008-08-07 16:29:05.314

2008-08-07 16:29:05.313 Properties.add() done: 63

TRACE 2008-08-07 16:29:05.314

2008-08-07 16:29:05.314 R3Profile.add() done: 63

TRACE 2008-08-07 16:29:05.314

2008-08-07 16:29:05.314 NWProfiles(OSM.DVEBMGS00)._getProfile(INSTANCE) done

TRACE 2008-08-07 16:29:05.315

2008-08-07 16:29:05.314 NWProfiles(OSM.DVEBMGS00).getProfile() done

TRACE 2008-08-07 16:29:05.315

2008-08-07 16:29:05.314 R3Profile.resolveExtended(DIR_HOME, undefined)

TRACE 2008-08-07 16:29:05.315

2008-08-07 16:29:05.315 R3Profile.resolveExtended(DIR_HOME): using defaultvalue '$(DIR_INSTANCE)/work'

TRACE 2008-08-07 16:29:05.315

2008-08-07 16:29:05.315 R3Profile.resolveValue($(DIR_INSTANCE)/work, DIR_HOME, true)

TRACE 2008-08-07 16:29:05.316

2008-08-07 16:29:05.315 R3Profile.resolveExtended(DIR_INSTANCE, true)

TRACE 2008-08-07 16:29:05.323

2008-08-07 16:29:05.322 R3Profile.resolveExtended(DIR_INSTANCE): using defaultvalue '/usr/sap/$(SAPSYSTEMNAME)/$(INSTANCE_NAME)'

TRACE 2008-08-07 16:29:05.323

2008-08-07 16:29:05.322 R3Profile.resolveValue(/usr/sap/$(SAPSYSTEMNAME)/$(INSTANCE_NAME), DIR_INSTANCE, true)

TRACE 2008-08-07 16:29:05.323

2008-08-07 16:29:05.323 R3Profile.resolveExtended(SAPSYSTEMNAME, true)

TRACE 2008-08-07 16:29:05.330

2008-08-07 16:29:05.329 R3Profile.resolveExtended(SAPSYSTEMNAME): found in profile: 'OSM'

TRACE 2008-08-07 16:29:05.330

2008-08-07 16:29:05.329 R3Profile.resolveValue(OSM, SAPSYSTEMNAME, true)

TRACE 2008-08-07 16:29:05.330

2008-08-07 16:29:05.330 R3Profile.resolveValue(OSM, SAPSYSTEMNAME) done: Property(SAPSYSTEMNAME, OSM)

TRACE 2008-08-07 16:29:05.331

2008-08-07 16:29:05.330 R3Profile.resolveExtended(SAPSYSTEMNAME) done: Property(SAPSYSTEMNAME, OSM)

TRACE 2008-08-07 16:29:05.331

2008-08-07 16:29:05.331 R3Profile.resolveExtended(INSTANCE_NAME, true)

TRACE 2008-08-07 16:29:05.338

2008-08-07 16:29:05.337 R3Profile.resolveExtended(INSTANCE_NAME): found in profile: 'DVEBMGS00'

TRACE 2008-08-07 16:29:05.338

2008-08-07 16:29:05.337 R3Profile.resolveValue(DVEBMGS00, INSTANCE_NAME, true)

TRACE 2008-08-07 16:29:05.338

2008-08-07 16:29:05.338 R3Profile.resolveValue(DVEBMGS00, INSTANCE_NAME) done: Property(INSTANCE_NAME, DVEBMGS00)

TRACE 2008-08-07 16:29:05.339

2008-08-07 16:29:05.338 R3Profile.resolveExtended(INSTANCE_NAME) done: Property(INSTANCE_NAME, DVEBMGS00)

TRACE 2008-08-07 16:29:05.339

2008-08-07 16:29:05.338 R3Profile.resolveValue(/usr/sap/OSM/DVEBMGS00, DIR_INSTANCE) done: Property(DIR_INSTANCE, /usr/sap/OSM/DVEBMGS00)

TRACE 2008-08-07 16:29:05.339

2008-08-07 16:29:05.339 R3Profile.resolveExtended(DIR_INSTANCE) done: Property(DIR_INSTANCE, /usr/sap/OSM/DVEBMGS00)

TRACE 2008-08-07 16:29:05.340

2008-08-07 16:29:05.339 R3Profile.resolveValue(/usr/sap/OSM/DVEBMGS00/work, DIR_HOME) done: Property(DIR_HOME, /usr/sap/OSM/DVEBMGS00/work)

TRACE 2008-08-07 16:29:05.340

2008-08-07 16:29:05.340 R3Profile.resolveExtended(DIR_HOME) done: Property(DIR_HOME, /usr/sap/OSM/DVEBMGS00/work)

TRACE 2008-08-07 16:29:05.341

2008-08-07 16:29:05.340 FSPath(/usr/sap/OSM/DVEBMGS00/work) done

TRACE 2008-08-07 16:29:05.341

2008-08-07 16:29:05.340 NWInstance.getSAPWorkDir() done: /usr/sap/OSM/DVEBMGS00/work

TRACE 2008-08-07 16:29:05.341

2008-08-07 16:29:05.341 FSPath(/usr/sap/OSM/DVEBMGS00/work).concat(sapstart.sem)

TRACE 2008-08-07 16:29:05.342

2008-08-07 16:29:05.341 FSPath(sapstart.sem) done

TRACE 2008-08-07 16:29:05.342

2008-08-07 16:29:05.342 FSPath(/usr/sap/OSM/DVEBMGS00/work/sapstart.sem) done

TRACE 2008-08-07 16:29:05.343

2008-08-07 16:29:05.342 FSPath(/usr/sap/OSM/DVEBMGS00/work).concat() done: /usr/sap/OSM/DVEBMGS00/work/sapstart.sem

TRACE 2008-08-07 16:29:05.343

2008-08-07 16:29:05.342 FSPath(/usr/sap/OSM/DVEBMGS00/work/sapstart.sem).isExisting(undefined)

TRACE 2008-08-07 16:29:05.344

2008-08-07 16:29:05.343 FSPat

markus_doehr2
Active Contributor
0 Kudos

One last try:

please check (and post) the last lines of sapinst_dev.log

Markus

Former Member
0 Kudos

Markus here are the last log:

#----


  1. SAP Central Service Instance for J2EE

#----


login/system_client = 001

SAPSYSTEM = 00

INSTANCE_NAME = DVEBMGS00

DIR_CT_RUN = $(DIR_EXE_ROOT)/run

DIR_EXECUTABLE = $(DIR_INSTANCE)/exe

jstartup/trimming_properties = off

jstartup/protocol = on

jstartup/vm/home = /opt/IBMJava2-amd64-142

jstartup/max_caches = 500

jstartup/release = 700

jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)

j2ee/dbdriver = /oracle/client/10x_64/instantclient/ojdbc14.jar

exe/saposcol = $(DIR_CT_RUN)/saposcol

rdisp/wp_no_dia = 10

rdisp/wp_no_btc = 3

exe/icmbnd = $(DIR_CT_RUN)/icmbnd

rdisp/j2ee_start_control = 1

rdisp/j2ee_start = 0

rdisp/j2ee_libpath = $(DIR_EXECUTABLE)

exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)

rdisp/j2ee_timeout = 600

rdisp/frfc_fallback = on

icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00

icm/server_port_0 = PROT=HTTP,PORT=80$$

#----


  1. SAP Message Server parameters are set in the DEFAULT.PFL

#----


ms/server_port_0 = PROT=HTTP,PORT=81$$

rdisp/wp_no_enq = 1

rdisp/wp_no_vb = 1

rdisp/wp_no_vb2 = 1

rdisp/wp_no_spo = 1

ipc/shm_psize_10 = 136000000

ipc/shm_psize_40 = 112000000

.add(Property(SAPLOCALHOST, omtr-sap-solman))

TRACE 2008-08-07 16:32:04.273

2008-08-07 16:32:04.272 Properties.add() done: 63

TRACE 2008-08-07 16:32:04.273

2008-08-07 16:32:04.272 R3Profile.add() done: 63

TRACE 2008-08-07 16:32:04.273

2008-08-07 16:32:04.273 NWProfiles(OSM.DVEBMGS00)._getProfile(INSTANCE) done

TRACE 2008-08-07 16:32:04.273

2008-08-07 16:32:04.273 NWProfiles(OSM.DVEBMGS00).getProfile() done

TRACE 2008-08-07 16:32:04.274

2008-08-07 16:32:04.273 R3Profile.resolveExtended(DIR_HOME, undefined)

TRACE 2008-08-07 16:32:04.274

2008-08-07 16:32:04.273 R3Profile.resolveExtended(DIR_HOME): using defaultvalue '$(DIR_INSTANCE)/work'

TRACE 2008-08-07 16:32:04.274

2008-08-07 16:32:04.274 R3Profile.resolveValue($(DIR_INSTANCE)/work, DIR_HOME, true)

TRACE 2008-08-07 16:32:04.275

2008-08-07 16:32:04.274 R3Profile.resolveExtended(DIR_INSTANCE, true)

TRACE 2008-08-07 16:32:04.283

2008-08-07 16:32:04.282 R3Profile.resolveExtended(DIR_INSTANCE): using defaultvalue '/usr/sap/$(SAPSYSTEMNAME)/$(INSTANCE_NAME)'

TRACE 2008-08-07 16:32:04.284

2008-08-07 16:32:04.283 R3Profile.resolveValue(/usr/sap/$(SAPSYSTEMNAME)/$(INSTANCE_NAME), DIR_INSTANCE, true)

TRACE 2008-08-07 16:32:04.284

2008-08-07 16:32:04.283 R3Profile.resolveExtended(SAPSYSTEMNAME, true)

TRACE 2008-08-07 16:32:04.294

2008-08-07 16:32:04.294 R3Profile.resolveExtended(SAPSYSTEMNAME): found in profile: 'OSM'

TRACE 2008-08-07 16:32:04.295

2008-08-07 16:32:04.294 R3Profile.resolveValue(OSM, SAPSYSTEMNAME, true)

TRACE 2008-08-07 16:32:04.295

2008-08-07 16:32:04.294 R3Profile.resolveValue(OSM, SAPSYSTEMNAME) done: Property(SAPSYSTEMNAME, OSM)

TRACE 2008-08-07 16:32:04.295

2008-08-07 16:32:04.295 R3Profile.resolveExtended(SAPSYSTEMNAME) done: Property(SAPSYSTEMNAME, OSM)

TRACE 2008-08-07 16:32:04.296

2008-08-07 16:32:04.295 R3Profile.resolveExtended(INSTANCE_NAME, true)

TRACE 2008-08-07 16:32:04.306

2008-08-07 16:32:04.306 R3Profile.resolveExtended(INSTANCE_NAME): found in profile: 'DVEBMGS00'

TRACE 2008-08-07 16:32:04.307

2008-08-07 16:32:04.306 R3Profile.resolveValue(DVEBMGS00, INSTANCE_NAME, true)

TRACE 2008-08-07 16:32:04.307

2008-08-07 16:32:04.306 R3Profile.resolveValue(DVEBMGS00, INSTANCE_NAME) done: Property(INSTANCE_NAME, DVEBMGS00)

TRACE 2008-08-07 16:32:04.308

2008-08-07 16:32:04.307 R3Profile.resolveExtended(INSTANCE_NAME) done: Property(INSTANCE_NAME, DVEBMGS00)

TRACE 2008-08-07 16:32:04.308

2008-08-07 16:32:04.307 R3Profile.resolveValue(/usr/sap/OSM/DVEBMGS00, DIR_INSTANCE) done: Property(DIR_INSTANCE, /usr/sap/OSM/DVEBMGS00)

TRACE 2008-08-07 16:32:04.309

2008-08-07 16:32:04.308 R3Profile.resolveExtended(DIR_INSTANCE) done: Property(DIR_INSTANCE, /usr/sap/OSM/DVEBMGS00)

TRACE 2008-08-07 16:32:04.309

2008-08-07 16:32:04.309 R3Profile.resolveValue(/usr/sap/OSM/DVEBMGS00/work, DIR_HOME) done: Property(DIR_HOME, /usr/sap/OSM/DVEBMGS00/work)

TRACE 2008-08-07 16:32:04.310

2008-08-07 16:32:04.309 R3Profile.resolveExtended(DIR_HOME) done: Property(DIR_HOME, /usr/sap/OSM/DVEBMGS00/work)

TRACE 2008-08-07 16:32:04.310

2008-08-07 16:32:04.310 FSPath(/usr/sap/OSM/DVEBMGS00/work) done

TRACE 2008-08-07 16:32:04.311

2008-08-07 16:32:04.310 NWInstance.getSAPWorkDir() done: /usr/sap/OSM/DVEBMGS00/work

TRACE 2008-08-07 16:32:04.311

2008-08-07 16:32:04.310 FSPath(/usr/sap/OSM/DVEBMGS00/work).concat(sapstart.sem)

TRACE 2008-08-07 16:32:04.311

2008-08-07 16:32:04.311 FSPath(sapstart.sem) done

TRACE 2008-08-07 16:32:04.312

2008-08-07 16:32:04.311 FSPath(/usr/sap/OSM/DVEBMGS00/work/sapstart.sem) done

TRACE 2008-08-07 16:32:04.312

2008-08-07 16:32:04.312 FSPath(/usr/sap/OSM/DVEBMGS00/work).concat() done: /usr/sap/OSM/DVEBMGS00/work/sapstart.sem

TRACE 2008-08-07 16:32:04.312

2008-08-07 16:32:04.312 FSPath(/usr/sap/OSM/DVEBMGS00/work/sapstart.sem).isExisting(undefined)

TRACE 2008-08-07 16:32:04.313

2008-08-07 16:32:04.313 FSPath(/usr/sap/OSM/DVEBMGS00/work/sapstart.sem).isExisting() done: true

TRACE 2008-08-07 16:32:04.314

2008-08-07 16:32:04.313 NWInstance.waitForStop(): /usr/sap/OSM/DVEBMGS00/work/sapstart.sem still exists.

TRACE 2008-08-07 16:32:24.317

2008-08-07 16:32:24.316 NWDialogInstance.getRunningState(321, 20)

TRACE 2008-08-07 16:32:24.317

2008-08-07 16:32:24.316 NWDialogInstance._initState()

TRACE 2008-08-07 16:32:24.317

2008-08-07 16:32:24.317 NWDialogInstance._initState() done

TRACE 2008-08-07 16:32:24.318

2008-08-07 16:32:24.317 NWDialogInstance.getABAPState()

TRACE 2008-08-07 16:32:24.318

2008-08-07 16:32:24.317 NWDialogInstance._getRunningState(ABAP)

TRACE 2008-08-07 16:32:24.318

2008-08-07 16:32:24.317 NW.getABAPMsConnection(MS_WAS)

TRACE 2008-08-07 16:32:24.318

2008-08-07 16:32:24.318 NW.getABAPMsInstance()

TRACE 2008-08-07 16:32:24.319

2008-08-07 16:32:24.318 NW.getASCS()

TRACE 2008-08-07 16:32:24.319

2008-08-07 16:32:24.318 NWInstall._getFinder() done

TRACE 2008-08-07 16:32:24.319

2008-08-07 16:32:24.318 NWInstance.byType(OSM, ASCS)

TRACE 2008-08-07 16:32:24.320

2008-08-07 16:32:24.319 NWInstanceInstall.find(

function (instance) {

return instance.getSID() == sid && instance.getType() == type;

}

)

TRACE 2008-08-07 16:32:24.326

2008-08-07 16:32:24.326 NWInstanceInstall._fromRow()

TRACE 2008-08-07 16:32:24.327

2008-08-07 16:32:24.327 NWInstanceInstall._fromRow() found instance in cache.

TRACE 2008-08-07 16:32:24.330

2008-08-07 16:32:24.329 NWInstanceInstall._fromRow() done

TRACE 2008-08-07 16:32:24.331

2008-08-07 16:32:24.330 NWInstanceInstall._fromRow()

TRACE 2008-08-07 16:32:24.332

2008-08-07 16:32:24.331 NWInstanceInstall._fromRow() found instance in cache.

TRACE 2008-08-07 16:32:24.333

2008-08-07 16:32:24.332 NWInstanceInstall._fromRow() done

TRACE 2008-08-07 16:32:24.333

2008-08-07 16:32:24.333 NWInstanceInstall.find() done: 0 instances found

TRACE 2008-08-07 16:32:24.334

2008-08-07 16:32:24.333 NW.getASCS() done: undefined

TRACE 2008-08-07 16:32:24.334

2008-08-07 16:32:24.333 NW.getCI()

TRACE 2008-08-07 16:32:24.334

2008-08-07 16:32:24.333 NW.getCI() done: DVEBMGS00

TRACE 2008-08-07 16:32:24.334

2008-08-07 16:32:24.334 NWDialogInstance.isABAPInstance()

TRACE 2008-08-07 16:32:24.334

2008-08-07 16:32:24.334 NWDialogInstance.isABAPInstance() done: true

TRACE 2008-08-07 16:32:24.335

2008-08-07 16:32:24.334 NW.getABAPMsInstance() done: CI found

TRACE 2008-08-07 16:32:24.335

2008-08-07 16:32:24.334 NWCentralInstance.getMsConnection(MS_WAS)

TRACE 2008-08-07 16:32:24.335

2008-08-07 16:32:24.335 NWDialogInstance.isABAPInstance()

TRACE 2008-08-07 16:32:24.335

2008-08-07 16:32:24.335 NWDialogInstance.isABAPInstance() done: true

TRACE 2008-08-07 16:32:24.336

2008-08-07 16:32:24.335 NW.getASCS()

TRACE 2008-08-07 16:32:24.336

2008-08-07 16:32:24.335 NWInstall._getFinder() done

TRACE 2008-08-07 16:32:24.336

2008-08-07 16:32:24.336 NWInstance.byType(OSM, ASCS)

TRACE 2008-08-07 16:32:24.337

2008-08-07 16:32:24.336 NWInstanceInstall.find(

function (instance) {

return instance.getSID() == sid && instance.getType() == type;

}

)

TRACE 2008-08-07 16:32:24.342

2008-08-07 16:32:24.341 NWInstanceInstall._fromRow()

TRACE 2008-08-07 16:32:24.343

2008-08-07 16:32:24.342 NWInstanceInstall._fromRow() found instance in cache.

TRACE 2008-08-07 16:32:24.345

2008-08-07 16:32:24.344 NWInstanceInstall._fromRow() done

TRACE 2008-08-07 16:32:24.346

2008-08-07 16:32:24.345 NWInstanceInstall._fromRow()

TRACE 2008-08-07 16:32:24.347

2008-08-07 16:32:24.346 NWInstanceInstall._fromRow() found instance in cache.

TRACE 2008-08-07 16:32:24.348

2008-08-07 16:32:24.347 NWInstanceInstall._fromRow() done

TRACE 2008-08-07 16:32:24.348

2008-08-07 16:32:24.347 NWInstanceInstall.find() done: 0 instances found

TRACE 2008-08-07 16:32:24.348

2008-08-07 16:32:24.348 NW.getASCS() done: undefined

TRACE 2008-08-07 16:32:24.349

2008-08-07 16:32:24.348 NWSCSInstance.getMsConnection(MS_WAS)

TRACE 2008-08-07 16:32:24.349

2008-08-07 16:32:24.348 NWASCSInstance.getMSPortInternal()

TRACE 2008-08-07 16:32:24.349

2008-08-07 16:32:24.349 NWInstance._getParameter(msportInternal)

TRACE 2008-08-07 16:32:24.351

2008-08-07 16:32:24.350 NWInstance._getParameter() done: Property(msportInternal, 3900)

TRACE 2008-08-07 16:32:24.351

2008-08-07 16:32:24.351 NWASCSInstance.getMSPortInternal() done: param from internal table: 3900

TRACE 2008-08-07 16:32:24.352

2008-08-07 16:32:24.351 MsConnection(omtr-sap-solman, 3900, MS_WAS).ping()

WARNING 2008-08-07 16:32:24.352 [iaxxcmsclient.cpp:93]

CIaMsgClient::CIaMsgClient(omtr-sap-solman, 3900)

Connect to message server (omtr-sap-solman/3900) failed: NIECONN_REFUSED.

TRACE 2008-08-07 16:32:24.352 [iaxxejsbas.hpp:408]

handleException<ESAPinstMsgException>()

Converting exception into JS Exception Exception.

TRACE 2008-08-07 16:32:24.354

NWException thrown: nw.msConnectException:

<html> <head> </head> <body> An exception occurred while connecting to the message server instance OSM/DVEBMGS00 on host omtr-sap-solman, port 3900.<br>DIAGNOSIS: The original exception was: wapsmod.ms.MsAttachFailed:

Connect to message server (omtr-sap-solman/3900) failed: NIECONN_REFUSED..<br>SOLUTION: Make sure that the message server is started. </body></html>

TRACE 2008-08-07 16:32:24.354

2008-08-07 16:32:24.354 NWDialogInstance._getRunningState() done: MSNOTRUNNING

TRACE 2008-08-07 16:32:24.354

2008-08-07 16:32:24.354 NWDialogInstance.getABAPState() done: MSNOTRUNNING

TRACE 2008-08-07 16:32:24.355

2008-08-07 16:32:24.354 NWDIState(NWCentralInstanceInstall(OSM/DVEBMGS00/omtr-sap-solman), 321, 20, MSNOTRUNNING, undefined, undefined)

TRACE 2008-08-07 16:32:24.355

2008-08-07 16:32:24.355 NWInstState(NWCentralInstanceInstall(OSM/DVEBMGS00/omtr-sap-solman), 321, 20, undefined)

TRACE 2008-08-07 16:32:24.356

2008-08-07 16:32:24.355 NWInstState() done

TRACE 2008-08-07 16:32:24.356

2008-08-07 16:32:24.355 NWDIState() done

TRACE 2008-08-07 16:32:24.356

2008-08-07 16:32:24.355 NWDialogInstance.getRunningState() done: ABAP: MSNOTRUNNING

TRACE 2008-08-07 16:32:24.357

NWException thrown: nw.progress.waitingForStopFailed:

Instance OSM/DVEBMGS00 [ABAP: MSNOTRUNNING] did not stop after 5:20 minutes. Giving up.

TRACE 2008-08-07 16:32:24.357

Function setMessageIdOfExceptionMessage: nw.progress.waitingForStopFailed

ERROR 2008-08-07 16:32:24.357

CJSlibModule::writeError_impl()

CJS-30087 Instance OSM/DVEBMGS00 [ABAP: MSNOTRUNNING] did not stop after 5:20 minutes. Giving up.

TRACE 2008-08-07 16:32:24.358 [iaxxejsbas.hpp:483]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

TRACE 2008-08-07 16:32:24.368 [syuxctask.cpp:1382]

CSyTaskImpl::start(bool)

A child process has been started. Pid = 8504

TRACE 2008-08-07 16:32:24.395 [syuxctask.cpp:1382]

CSyTaskImpl::start(bool)

A child process has been started. Pid = 8505

ERROR 2008-08-07 16:32:24.855 [sixxcstepexecute.cpp:951]

FCO-00011 The step start with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start was executed with status ERROR ( Last error reported by the step :Instance OSM/DVEBMGS00 [ABAP: MSNOTRUNNING] did not stop after 5:20 minutes. Giving up.).

TRACE 2008-08-07 16:32:24.875 [iaxxgenimp.cpp:752]

CGuiEngineImp::showMessageBox

<html> <head> </head> <body> <p> An error occurred while processing service SAP Solution Manager 4.0 Support Release 4 > SAP Systems > Oracle > Central System > Central System( Last error reported by the step :Instance OSM/DVEBMGS00 [ABAP: MSNOTRUNNING] did not stop after 5:20 minutes. Giving up.). You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log</i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log files are written to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS. </p> </body></html>

TRACE 2008-08-07 16:32:24.875 [iaxxgenimp.cpp:1255]

CGuiEngineImp::acceptAnswerForBlockingRequest

Waiting for an answer from GUI

markus_doehr2
Active Contributor
0 Kudos

Check if your /etc/hosts contains

127.0.0.1 localhost (without .localdomain)

If not, put it in front of localhost.localdomain and try again.

See note 1048303

Markus

Former Member
0 Kudos

Markus

Its present in the hosts file

127.0.0.1 localhost.localdomain localhost

I have included the below line also without .localdomain

127.0.0.1 localhost

Thanks

Former Member
0 Kudos

Same problem Markus, its got struck again at same place

markus_doehr2
Active Contributor
0 Kudos

Edit the /etc/hosts and put

127.0.0.1 localhost localhost.localdomain

and then try again. If it still doesn´t work,open an OSS call - I´m out of ideas

Markus

Former Member
0 Kudos

Hey Markus thanks for all the inputs in this issue, finally my SM system is UP. I uninstalled the stuff and started installation again with custom mode, finally after getting struck again in the start instance stage, we cleared the shared memory and tried..it worked and finally got through the installation successfully.

Thanks again for the support.