Operating System - HP-UX
1751897 Members
5124 Online
108783 Solutions
New Discussion

Re: ./tprmalim00.ksh[198]: 10563 Killed and code=137

 
SOLVED
Go to solution
Mallesham_kukat
Occasional Advisor

./tprmalim00.ksh[198]: 10563 Killed and code=137

Hi.

 

we are using

 

version:
HP-UX hva03ads B.11.31 U ia64 0291095592 unlimited-user license

 

compiler:

 

Hewlett-Packard Company           - 41 -          HP C/aC++ Version A.06.25

 

 

  1. when i  execute shell script   tprmalim00.ksh with parameters. it is showing  10563 killed and exit code=137.
  2. Actually this script executing one binary file with some parameters. finally the binary file will update the table.

 

 

 

version_encours/cmd -->  tprmalim00.ksh -p NB_INC_TOT
Environnement oracle
====================

ORACLE_HOME     : /logiciel/oracle/client_10204
ORACLE_SID      : sqlnet_10204
TNS_ADMIN       : /logiciel/oracle/tnsadmin
NLS_LANG        : american_america.al32utf8
Nom du listener : LISTENER

+------------------------------------------------------------+
| Programme                                                  |
+------------------------------------------------------------+
| Repertoire   : .
| Script ksh   : tprmalim00.ksh
| Parametre(s) : -p NB_INC_TOT
+------------------------------------------------------------+
| Serveur traitement                                         |
+------------------------------------------------------------+
| Serveur      : hprx3710
| Utilisateur  : sop_btch
| Home         : /sopre701/sop/sop_btch
+------------------------------------------------------------+
| Serveur sgbd                                               |
+------------------------------------------------------------+
| TNS          : sopaut10_re7
| Utilisateur  : sop_adm
+------------------------------------------------------------+

[info]    tprmalim00.ksh -----------------------------------
[info]    tprmalim00.ksh DEBUT 11/05/12 14:18:49 - PID 10523
[info]    tprmalim00.ksh -----------------------------------
[info]    tprmalim00.ksh ENV - uid=121(sop_btch) gid=110(sop) on hprx3710
[info]    tprmalim00.ksh -----------------------------------
[info]
[info]    ______________________________________________________________________
[info]    11/05/12 14:18:49, tprmalim00.ksh DEBUT calcul de la valeur d'un prm de la TK10_PRM
[info]    tprmalim00.ksh  . Parametre        : NB_INC_TOT
[info]    tprmalim00.ksh  . Niveau de log    : normal
[info]    tprmalim00.ksh  . Fichier de trace : /dev/null
[info]
./tprmalim00.ksh[198]: 10563 Killed
[info]
[info]    11/05/12 14:18:49, tprmalim00.ksh FIN calcul de la valeur d'un prm de la TK10_PRM - code=137
[info]    ______________________________________________________________________
[info]
[info]    tprmalim00.ksh -----------------------------------
[info]    tprmalim00.ksh FIN 11/05/12 14:18:49 code=137
[info]    tprmalim00.ksh -----------------------------------

kindly help on this.

 

2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: ./tprmalim00.ksh[198]: 10563 Killed and code=137

>10563 killed and exit code=137.

 

1) Either somebody did a SIGKILL on your process.  You need to track that person down.

2) Or you have dld unsats and dld printed a nice message and then killed itself.

 

If the latter, you need to track down the stderr output.

Mallesham_kukat
Occasional Advisor
Solution

Re: ./tprmalim00.ksh[198]: 10563 Killed and code=137

With my  analysis i found that this issue is raised due to obsence of support library files. when i add library files in lib folder it is working fine.

Thanks for help.