Clone.pl errors with "rror occured invoking ChgIP. Error value: -1" [message #294504] |
Thu, 17 January 2008 17:39 |
sambavan
Messages: 2 Registered: January 2008
|
Junior Member |
|
|
Application server: 10.1.2.2
Solaris 10 container
We have been trying to do the cloning of our J2EE Webcache standalone application server and the clonning would succeed on the fresh container and would terminates at the CHGIP point with the above errors for the consecutive trys. This is a mid tier only install.
Does anyone have any idea of why it is happening. The failure point is consistent. The error doesn't seem to give any information:
<code>
Jan 16, 2008 7:12:11 PM oracle.chgip.Session execute
SEVERE: Error in executing:/oracle/product/ssb/ias10g/jdk/bin/java -cp /oracle/product/ssb/ias10g/lib/xml.jar:/oracle/product/ssb/ias10g/chgip/jlib/filefixer.jar:/oracle/product/ssb/ias10g/lib/xmlparserv2 .jar:/oracle/product/ssb/ias10g/lib/xschema.jar oracle.sysman.cloneutils.filefixer.FileFixer -package oracle.sysman.cloneutils.filefixer.oraxdk -targetScript /oracle/product/ssb/ias10g/chgip/config/hostname.lst.xml -debug
[Wed Jan 16 19:12:15 2008 ERROR] Error occured invoking ChgIP. Error value: -1
[Wed Jan 16 19:12:15 2008 INFO]
_________ ABORTING CLONE OPERATION ________
[Wed Jan 16 19:12:15 2008 INFO] An error has occured. Aborting the clone operation.
[Wed Jan 16 19:12:15 2008 INFO] Please refer to the error log file /oracle/product/ssb/ias10g/clone/logs/error1200532197.log for details.
[Wed Jan 16 19:12:15 2008 INFO]
______________________________________________
</code>
The interesing point is that when I execute the following on the command line it would succeed without any error.
<code>
/oracle/product/ssb/ias10g/jdk/bin/java -cp /oracle/product/ssb/ias10g/lib/xml.jar:/oracle/product/ssb/ias10g/chgip/jlib/filefixer.jar:/oracle/product/ssb/ias10g/lib/xmlparserv2 .jar:/oracle/product/ssb/ias10g/lib/xschema.jar oracle.sysman.cloneutils.filefixer.FileFixer -package oracle.sysman.cloneutils.filefixer.oraxdk -targetScript /oracle/product/ssb/ias10g/chgip/config/hostname.lst.xml -debug
</code>
|
|
|
|
|