cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA IS not started

Former Member
0 Kudos

Hi Friends,

After the oracle upgrade Java (only JAVA stack) is not getting started. please see the error message below.

dev_jcontrol :

Mon Jun 18 02:05:20 2012

[Thr 47853646118752] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx_mt. 1642]

[Thr 47853646118752] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)

[Thr 47853646118752] JControlCloseProgram: started (exitcode = 66)

[Thr 47853646118752] JControlCloseProgram: good bye... (exitcode = 66

stderr2


(17753) New Child Process created.

(17753) Starting local Command:

Command:  /usr/sap/PBJ/SCS01/exe/gwrd

           pf=/usr/sap/PBJ/SYS/profile/<SID>_SCS01_usnenccl001

(17753) **** Failed to Start Local Command. No such file or directory **

System details :

  • Two SAP systems running on two hosts with OS cluster.
  • Oracle upgrade completed for two SAP systems. one system is up and running, However on the other system we are getting the mentioned error and java is not coming up. This is pure JAVA system, Oracle upgrade was completed sucessfully.

I have changed the below .profile parameters from 102_64 to 112_64.

.dbenv.csh

.dbenv.sh

.dbenv.1.csh

.dbenv.1.sh

.dbenv_usnenccl003.1.csh

.dbenv_usnenccl003.1.sh

.dbenv_usnenccl003.csh

.dbenv_usnenccl003.sh

Details of jvm_bootstrap.out is attached.

Error messsage in jvm_bootstrap.out (in short)

ORA-01034: ORACLE not available

ORA-27101: shared memory realm does not exist

Linux-x86_64 Error: 2: No such file or directory

Output of Tnsping :

orapbj> tnsping PBI.WORLD

TNS Ping Utility for Linux: Version 11.2.0.2.0 - Production on 18-JUN-2012 08:05:33

  Copyright (c) 1997, 2010, Oracle.  All rights reserved.

  Used parameter files:

/oracle/PBJ/112_64/network/admin/sqlnet.ora

   Used TNSNAMES adapter to resolve the alias

Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST = usnenccl003)(PORT = 1527))) (CONNECT_DATA = (SID = PBI) (GLOBAL_NAME = PBI.WORLD)))

OK (10 msec)

sqlnet.ora :

################

# Filename......: sqlnet.ora

# Created.......: created by SAP AG, R/3 Rel. >= 6.10

# Name..........:

# Date..........:

# @(#) $Id: //bc/701-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/SQLNET.ORA#1 $

################

AUTOMATIC_IPC = ON

TRACE_LEVEL_CLIENT = OFF

NAMES.DEFAULT_DOMAIN = WORLD

# 05.01.06 unsorported parameter now

#NAME.DEFAULT_ZONE = WORLD

# 05.01.06 set the default to 10

SQLNET.EXPIRE_TIME = 10

# 05.01.06 set to default

#TCP.NODELAY=YES

# 05.01.06 set to 32768

DEFAULT_SDU_SIZE=32768

Also please refer attached files :

1. jvm_bootstrap.out

2. listener.ora

3. tnsora

Please let me know if any more details required.

Thanks in Adnavce

Ganesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Issue solve by editing the listener.ora entries.

Thanks everyone.

Answers (2)

Answers (2)

former_member189725
Active Contributor
0 Kudos

Please check if the configtool is able to connect to the database.

The issue is during the bootstrap process where the synchronization happens from the database and the instance.properties is updated with configuration from the database for the java cluster.

Also check if Oracle is started or not.

Regards

Ratnajit

martin_E
Active Contributor
0 Kudos

I'd start with investigating why the gateway start command is attempting to access an incorrect directory... It's the most obvious error and may also be the cause, or lead you to the cause, of the main problem.

stderr2


(17753) New Child Process created.

(17753) Starting local Command:

Command:  /usr/sap/PBJ/SCS01/exe/gwrd

           pf=/usr/sap/PBJ/SYS/profile/<SID>_SCS01_usnenccl001

(17753) **** Failed to Start Local Command. No such file or directory **

hth