cancel
Showing results for 
Search instead for 
Did you mean: 

Web Application Server - Java engine do not start fully?

0 Kudos

Hi,

I have a NW '04 Java central instance (SCS, JC00 and SDM) which run on AIX 5.3 with Oracle 9.2.0.7. When I am starting the SAP instance using the (startsap) script, the SCS is being started, but the JC00 not!!!!

In the (startsap).log you will find the following error message:

SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)

-


Starting at 2007/02/19 08:18:41

Startup Profile: "/usr/sap/MDE/SYS/profile/START_JC00_mdeci"

(3534966) SETENV LD_LIBRARY_PATH=/usr/sap/MDE/JC00/j2ee/os_libs:

Setup Environment Variables

-


(3534966) SETENV SHLIB_PATH=/usr/sap/MDE/JC00/j2ee/os_libs:

(3534966) SETENV LIBPATH=/usr/sap/MDE/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/MDE/SYS/exe/run:/usr/sap/MDE/SYS/exe/runU

Execute Pre-Startup Commands

-


(3534966) Local: rm -f jc.sapMDE_JC00

(3534966) Local: ln -s -f /usr/sap/MDE/JC00/j2ee/os_libs/jcontrol jc.sapMDE_JC00

Starting Programs

-


(3567818) New Child Process created.

(3567818) Starting local Command:

Command: jc.sapMDE_JC00

pf=/usr/sap/MDE/SYS/profile/MDE_JC00_mdeci

(3567818) Starting: local jc.sapMDE_JC00 pf=/usr/sap/MDE/SYS/profile/MDE_JC00_mdeci

(3534966) Waiting for Child Processes to terminate.

(3534966) **** 2007/02/19 08:19:09 Child 3567818 terminated with Status 66 . ****

(3534966) **** No more Child Processes to wait for.

(3534966) Parent Shutdown at 2007/02/19 08:19:09

Execute Post-Shutdown Commands

-


(3534966) Exiting with Return-Code 3. (No more child processes)

On the Operating system level, I can not fing any Jlaunch process. Can anybody help me with that?

Regards,

SF

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check your std_server0, jvm_server0, dev_server0 log files. They will likely give you a clue whats happening,

Regards,

Mike

Answers (2)

Answers (2)

0 Kudos

The reason of not starting the instance was due to some problem with the Oracle DB. Some data files were missing and after recovering the DB, everything was up & running.

Thanx.

0 Kudos

In the std_server0.out, I found the following error message:

Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: A file or directory in the path name does not exist. jar:file:/usr/java14_64/jre/lib/ext/ibmjceprovider.jar

Loading: LogManager ... 5443 ms.

Loading: PoolManager ... 8 ms.

Loading: ApplicationThreadManager ... 4896 ms.

Loading: ThreadManager ... 430 ms.

Loading: IpVerificationManager ... 39 ms.

Loading: ClassLoaderManager ... 71 ms.

Loading: ClusterManager ... 900 ms.

Loading: LockingManager ... 297 ms.

Loading: ConfigurationManager ... 11129 ms.

Loading: LicensingManager ... 67 ms.

Loading: ServiceManager ...

<AF[1]: Allocation Failure. need 536 bytes, 0 ms since last AF>

<AF[1]: managing allocation failure, action=0 (994186704/1073740288)>

<GC(1): GC cycle started Thu Feb 15 18:35:21 2007

<GC(1): freed 45473216 bytes, 96% free (1039659920/1073740288), in 242 ms>

<GC(1): mark: 194 ms, sweep: 48 ms, compact: 0 ms>

<GC(1): refs: soft 0 (age >= 32), weak 0, final 382, phantom 0>

<AF[1]: completed in 269 ms>

Regarding that, I found the following SAP Note (Note 965451 - Error, while preloading security provider classes) in the service market place, which advise to implement a manual solution as a work-around or to implement SP17 or SP18 for 6.40. I already have a higher version of SP for 6.40 which is SP19.

By the way, when I am trying to run Database check via Brtools, I am getting the following error:

SQL error –1033 at location db-connect

I think that there are some problems regarding the connection to Oracle DB. Any ideas?

Regards,

SF