cancel
Showing results for 
Search instead for 
Did you mean: 

startsap error messages

ganimede_dignan
Contributor
0 Kudos

Hi,

in a NetWeaver 7.11 CE, after SP8, at startup and shutdown there are several error message such as:

bash-3.00$ startsap

Checking SID Database

----


WARNING: Cannot find SAP Startup Framework Java API, ignored

WARNING: Cannot find IAIK libraries. The started tool may have problems when op ening SecureStore and connections to the Database. The Launher will continue be cause the tool might work even with the missing functionality. In case a ClassN otFoundError follows, please contact the tool developers for fix.

setTrace: false

J2EE Database is not available via test

See logfile /export/home/SIDadm/JdbcCon.log

Running /usr/sap/SID/SYS/exe/run/startj2eedb

Trying to start SID database ...

Log file: /export/home/SIDadm/startdb.log

SID database started

/usr/sap/SID/SYS/exe/run/startj2eedb completed successfully

Starting Startup Agent sapstartsrv

----


Instance Service on host mnsun003 started

starting SAP Instance SCS01

----


Startup-Log is written to /export/home/SIDadm/startsap_SCS01.log

/usr/sap/SID/SCS01/exe/sapcontrol -prot NI_HTTP -nr 01 -function Start

Instance on host mnsun003 started

Starting Startup Agent sapstartsrv

----


Instance Service on host mnsun003 started

starting SAP Instance J60

----


Startup-Log is written to /export/home/SIDadm/startsap_J60.log

/usr/sap/SID/J60/exe/sapcontrol -prot NI_HTTP -nr 60 -function Start

Instance on host mnsun003 started

/usr/sap/SID/SYS/exe/uc/sunx86_64/startsap: !: not found

Have you got any suggest?

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I'm getting the same error after applying SP08 to CE 7.1.1. The error also happens out of stopsap. Even worse, my bootstrap cannot communicate with the database, which I'm sure is also because it cannot access the secure store. I can recreate just this error with the following:

eval /usr/sap/GD5/J38/exe/sapjvm_5/bin/java -classpath /usr/sap/GD5/J38/j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart -quiet com.sap.inst.jdbc.connect.JdbcCon /usr/sap/GD5/SYS/exe/run/jdbcconnect.jar:/usr/sap/GD5/SYS/global/security/lib/tools:/usr/sap/GD5/J38/exe/db2jcc.jar:/usr/sap/GD5/J38/exe/db2jcc_license_cu.jar:/usr/sap/GD5/J38/j2ee/cluster/bootstrap: -sec GD5:GD5 -logFile /home/gd5adm/JdbcCon.log

WARNING: Cannot find SAP Startup Framework Java API, ignored

WARNING: Cannot find IAIK libraries. The started tool may have problems when opening SecureStore and connections to the Database. The Launher will continue because the tool might work even with the missing functionality. In case a ClassNotFoundError follows, please contact the tool developers for fix.

setTrace: false

I've tried several things to get it to recognize the IAIK library, which does exist in the global/security/lib/tools path

-rw-rr 1 gd5adm sapsys 30415 Nov 18 02:57 class_prefetch.lst

-rw-rr 1 gd5adm sapsys 784396 Nov 16 23:15 iaik_jce.jar

-rw-rr 1 gd5adm sapsys 27929 Nov 16 23:15 iaik_jsse.jar

-rw-rr 1 gd5adm sapsys 32037 Nov 16 23:15 iaik_smime.jar

-rw-rr 1 gd5adm sapsys 185330 Nov 16 23:15 iaik_ssl.jar

drwxr-xr-x 2 gd5adm sapsys 256 Nov 16 21:09 info

-rw-rr 1 gd5adm sapsys 178027 Nov 16 23:15 w3c_http.jar

If I can't figure this out I will have to restore my system and maybe try only going up to SP07 this time.

I've also seen several files in my kernel that are set to 555 (no write even on owner!) which really complicates patching. I wonder if this is preventing some files from being updated, especially with sapcpe in play.

Former Member
0 Kudos

Please check " Note 1615652 - Central Note for SAP NW Composition Environment 7.11 SP8"

Former Member
0 Kudos

Hi Kevin,

Do you able to solve the IAIK libraries issue. Please share the resolution with us. we are also experiencing the same problem when stopping/starting nwce system.

Thanks

Amair

ganimede_dignan
Contributor
0 Kudos

Sorry, not solved until now.

If you find a solution, please inform me.

Regards.

Former Member
0 Kudos

Hi,

For the missing IAIK cryptographic libraries, you might want to check the following to see if it helps:

http://forums.sdn.sap.com/thread.jspa?threadID=1623204

Regards,

Varun

ganimede_dignan
Contributor
0 Kudos

>Hi,

>

>For the missing IAIK cryptographic libraries, you might want to check the following to see if it helps:

>http://forums.sdn.sap.com/thread.jspa?threadID=1623204

>

>Regards,

>Varun

Hi,

our SAP JVM 5.1 is 60 support package, so, as decribed into 1240081 note should be solved.

Regards.

Former Member
0 Kudos

Hi,

/usr/sap/SID/SYS/exe/uc/sunx86_64/startsap: !: not found

Could you check if the startsap script is present in the directory /usr/sap/SID/SYS/exe/uc with proper authorizations?

<sid>adm should have rwx authorization to the file.

Regards,

Srikishan

ganimede_dignan
Contributor
0 Kudos

#

  1. ls -alp /usr/sap/SID/SYS/exe/uc/sunx86_64/startsap

-r-xr-xr-x 1 sidadm sapsys 82144 Jul 22 20:05 /usr/sap/SID/SYS/exe/uc/sunx86_64/startsap

#

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Are you starting the system from root user ?

Thanks

Sunny

ganimede_dignan
Contributor
0 Kudos

>Are you starting the system from root user ?

No, from <sid>adm.

Regards.