APAR status
Closed as program error.
Error description
The ucm exits on start up with the following output: -bash-3.2# ./ucm.sh Java binary used: /usr/java5/jre/bin/java java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pap32dev-20091106a (SR11 )) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223-20091104 (JIT enabled) J9VM - 20091103_45935_bHdSMr JIT - 20091016_1845_r8 GC - 20091026_AA) JCL - 20091106 ============================================================== =============== Using of IBM Java detected - OK ============================================================== =============== The java class is not found: com.ibm.tsom.ucm.UCM 1 The problem turns out to be a missing ":" in the syntax for classpath initialization. CLASSPATH=${CLASSPATH}${LIBRARY_LOC}/${JAR}: CLASSPATH=${CLASSPATH}:${LIBRARY_LOC}/${JAR}: The second line, with the ":" added between classpath and library_loc resolves the issue.
Local fix
add ":" to the line: CLASSPATH=${CLASSPATH}${LIBRARY_LOC}/${JAR}: between {CLASSPATH} and ${LIBRARY_LOC}
Problem summary
**************************************************************** * USERS AFFECTED: All AIX UCM users **************************************************************** * PROBLEM DESCRIPTION: * IN SOME AIX ENVIRONMENTS UCM IS NOT STARTING * DUE TO THE CLASSPATH PROBLEMS **************************************************************** * RECOMMENDATION: Install UCM from 4.1.1-TIV-TSOM-FP016 * when available. ****************************************************************
Problem conclusion
The fix for this APAR will be contained in the following maintenance packages: | fix pack | 4.1.1-TIV-TSOM-FP016.
Temporary fix
Comments
APAR Information
APAR number
IV17363
Reported component name
OPS MGR CENT MG
Reported component ID
5724P8600
Reported release
411
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2012-03-15
Closed date
2012-04-27
Last modified date
2012-04-27
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
OPS MGR CENT MG
Fixed component ID
5724P8600
Applicable component levels
R411 PSY
UP
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.