| Administrator | 
		I have analyzed the log files and collected these;
 pasteBinary.sh exit code 255
 FINE : Mar 26, 2016 8:18:14 AM - CLONE-22042   Path represented by "/u01/oracle/oraInventory/ContentsXML/inventory.xml" did not exist.
 
 I also checked the jar file and saw these:
 
 setOHProperties(string propName, string propValue, string oracleHome, string astring ohLocFromWhereEngineJarWillBeLoaded)
 
 InstallUtils.setAdditionalOracleHomeProperty(propName, propValue, oracleHome);
 
 Java methods return null pointer exceptions..
 
 I suggest you to copy the inventory that is pointed by /etc/oraInst.loc to the directory path where it needs to be and retry.
 |