19 NG-1010 to NG-2170

NG-1010
The archive location must be provided using the -archiveLoc option
Category:
Configuration
Cause:
The archive location option (-archiveLoc) was not provided.
Action:
include the -archiveLoc option during the execution.
NG-1020
The archive location must specify a file that does not exist but {0} already exists
Category:
Configuration
Cause:
The Archive jar that will be created, already exists and cannot be override.
Action:
Change the name of the archive jar or delete/move the file that already exists.
NG-1030
The Oracle Home location {0} does not exist
Category:
Configuration
Cause:
The ORACLE_HOME variable contains a location that does not exist.
Action:
Change the ORACLE_HOME variable to a valid location that exist.
NG-1040
Disk space insufficient
Category:
Memory
Cause:
The location provided to create the archive jar does not have enough disk space to create the file.
Action:
Release some disk space or change the location.
NG-1050
{0} cannot be accessed for write
Category:
Files
Cause:
When appending each file to the archive jar, the permissions file is being generated and the file is not accessible during that process.
Action:
Verify that the location provided has write permissions to create the archive.
NG-1060
Could not create the {0} file
Category:
Files
Cause:
The properties file cannot be written into the temporary location
Action:
Verify that the location provided has write permissions to create the properties file.
NG-1070
{0} could not be append to jar
Category:
Files
Cause:
When appending each installed OUI file to the archive jar one file was not able to be appended.
Action:
Verify that the location provided has write permissions to create the archive.
NG-1080
Manifest could not be created in {0}
Category:
Files
Cause:
To make the jar executable, a manifest is required to be append into the archive, if the Manifest creation was not possible will throw this message.
Action:
Verify that the location provided has write permissions to create the archive.
NG-1090
Manifest could not be append to jar
Category:
Files
Cause:
Appending the temporary manifest into the archive jar will throw an error if the jar is not accesible.
Action:
Verify that the location provided has write permissions to create the archive.
NG-1100
Clone permissions file could not be append to jar
Category:
Files
Cause:
Appending the temporary permissions file into the archive jar will throw an error if the jar is not accesible.
Action:
Verify that the location provided has write permissions to create the archive.
NG-1110
Unable to append executable classes to {0}
Category:
Files
Cause:
Appending the required executable classes into the archive jar will throw an error if the jar is not accesible.
Action:
Verify that the location provided has write permissions to create the archive.
NG-1120
Clone main class file could not be append to jar
Category:
Files
Cause:
Appending the main class into the archive jar will throw an error if the jar is not accesible.
Action:
Verify that the location provided has write permissions to create the archive.
NG-1130
Could not retrieve top level products from {0}
Category:
Files
Cause:
When using the option -includeDirs if one of the directories does not exists will send this message.
Action:
Verify that all the directories provided for option -includeDirs exist.
NG-1140
Unable to append files in directory {0} to jar {1}
Category:
Files
Cause:
If while appending files into the archive jar there was a problem reading the directory will throw this message.
Action:
Read the exception thrown for more details.
NG-1150
Could not process elements in directory {0} while appending to jar {1}
Category:
Files
Cause:
If while appending files into the archive jar there was a problem will throw this message.
Action:
Read the exception thrown for more details.
NG-1160
The archive location cannot be created inside the Oracle Home
Category:
Files
Cause:
The location where the archive will be created should not be inside the oracle home that will be clone.
Action:
Change the location of the archive to a place outside of the Oracle Home.
NG-2010
Oracle home is required
Category:
Configuration
Cause:
When the mandatory ORACLE_HOME variable was not provided.
Action:
Provide mandatory ORACLE_HOME variable.
NG-2015
Oracle home is already registered in the inventory
Category:
Configuration
Cause:
The mandatory ORACLE_HOME variable provided is already registered in inventory.
Action:
The Oracle Home provided should be change to a new one that is not registered in the inventory.
NG-2020
The output Oracle Home should be an empty directory
Category:
Configuration
Cause:
The mandatory ORACLE_HOME variable should be an empty directory not an already existing Oracle Home.
Action:
Change The Oracle Home provided to an empty location.
NG-2030
The output Oracle Home should be an absolute path
Category:
Configuration
Cause:
The mandatory ORACLE_HOME variable should specified as an absolute path.
Action:
Change ORACLE_HOME to an absolute path.
NG-2040
Archive location must be specified
Category:
Configuration
Cause:
The mandatory -archiveLoc option was not provided.
Action:
During the execution include the option -archiveLoc with the path to the archive file.
NG-2050
Problem loading archiveLoc {0}
Category:
Files
Cause:
The archive jar cannot be open for extraction.
Action:
Read the exception thrown for more details.
NG-2060
Problem creating required directories {0}
Category:
Files
Cause:
When there is a problem creating the path in the provided ORACLE_HOME directory.
Action:
Verify that the location provided for extraction has write permissions.
NG-2070
The package to extract should have an extension .jar
Category:
Configuration
Cause:
When the -archiveLoc does not end with ".jar" extension.
Action:
Change the option -archiveLoc to use a proper ".jar" file.
NG-2080
Problem opening archiveLoc {0}
Category:
Files
Cause:
If the extraction jar does not have permissions to be opened.
Action:
Read the exception thrown for more details.
NG-2090
Problem during extraction {0}
Category:
Files
Cause:
When one of the jar entries cannot be extracted into the Oracle Home.
Action:
Verify that the location provided for extraction has write permissions.
NG-2100
Problem loading next jar {0}
Category:
Files
Cause:
When the archive is created using the -maxArchiveSize option will create multiple jars, if one of the jar files does not have the permissions to open it will fail.
Action:
Change all the jar permissions so they can be extrated. Check the thrown exception to check which files need to be changed.
NG-2110
Disk space insufficient
Category:
Memory
Cause:
The location provided to create the Oracle Home does not have enough disk space to extract the files.
Action:
Release some disk space or change the location where the Oracle Home will be extracted.
NG-2120
Incompatible java version
Category:
Other
Cause:
The JAVA version required in the original Oracle Home is not compatible with the java version in the system where will be extracted.
Action:
Verify the Java version used during the creation of the archive inside the jar MANIFEST and use that version for extraction.
NG-2130
Problem extracting permissions file {0}
Category:
Files
Cause:
There is a permissions file in the archive to set the permissions as in the original Oracle Home, this will fail if there is a problem while updating those permissions.
Action:
Verify if you have permissions in the folder where the Oracle Home will be extracted to change the permissions of the files.
NG-2140
Failure to execute prerequisites phase. Review options -prereqConfigLoc and -entryPoint
Category:
Process
Cause:
When the process of prerequisites was not able to complete correctly.
Action:
Verify the log and check you are in compliance with all the prerequisites for the extracted Oracle Home
NG-2150
There was an error while parsing the command line, please check log for more details
Category:
Configuration
Cause:
The parameters provided for applyCloneArchive are incorrect. Please validate the options for applyCloneArchive.
Action:
Execute the jar with -help options and validate that all the options are valid.
NG-2160
Prerequisites file is missing
Category:
Configuration
Cause:
The -prereqConfigLoc provided is pointing to an incorrect prerequisite location.
Action:
Validate the -prereqConfigLoc contains the prerequisite files to validate during the Oracle Home creation.
NG-2170
There was an error during prerequisites initialization {0}
Category:
Process
Cause:
While preparing the arguments to create the prereq process there was an error in the arguments.
Action:
Read the exception thrown for more details.