INFO 2009-09-01 14:19:34.571
Output of /usr/java/jdk1.6.0_02/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.

WARNING 2009-09-01 14:19:34.752
Execution of the command "/usr/java/jdk1.6.0_02/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 2. Output:
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)

WARNING[E] 2009-09-01 14:19:34.753
CJS-30022  Program 'Migration Monitor' exits with error code 2. For details see log file(s) import_monitor.java.log, import_monitor.log.

ERROR 2009-09-01 14:19:34.792
FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .

 

 

 

问题解决办法:
[root@saptst01 lib]# vi /etc/profile.d/java.sh


#set java environment
JAVA_HOME=/usr/java/jdk1.6.0_02
CLASSPATH=.:$JAVA_HOME/lib.tools.jar (改成.:$JAVA_HOME/lib/tools.jar)
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME CLASSPATH PATH

 

 

再点击Retry,继续.....