OCOMC 6.0 NMShell Exit Code Value
(Doc ID 2130308.1)
Last updated on MARCH 01, 2019
Applies to:
Oracle Communications Offline Mediation Controller - Version 6.0.0.3.0 to 6.0.0.3.0 [Release 6.0]Information in this document applies to any platform.
Symptoms
On : 6.0.0.3.0 version, IP Core
The NMShell exits with code 255 independent of whether Admin Server has been connected or not.
Usually normal command termination in Unix is code 0. The 255 indicates exit status out of range (eg. -1)
For JAVA programs (used in NMShell) by convention, a nonzero status code indicates abnormal termination.
ERROR
-----------------------
$ echo $?
0
$ ./NMShell
nmsh > quit
$ echo $?
255
The code 255 causes automated validation/configuration scripts to fail/report errors on NMShell exit.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |