- LFCOR0001E: An error occurred reading artifacts from application {0}. The application was not correctly started.
- Explanation: An error occurred during application startup while attempting to read artifacts from the application. The application was not started correctly. See the logged exception for more information.
- User Action: Correct the error reported in the logged exception and try again.
- LFCOR0002E: An error occurred reading the file {1} from application {0}. The application was not correctly started.
- Explanation: An error occurred during application startup while attempting to read artifacts from the application. The application was not started correctly. See the logged exception for more information.
- User Action: Correct the error reported in the logged exception and try again.
- LFCOR0100E: An error occurred processing the archive {0}.
- Explanation: An attempt was made to process the archive for SCA module version support but the archive is not properly formed. See the logged exception for more information.
- User Action: Create a properly formed archive and try again.
- LFCOR0101E: An error occurred uncompressing archive file entry {0} in archive {1}.
- Explanation: While processing the archive for SCA module version support an error occurred while uncompressing the content of the archive file entry to the file system. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Correct the error reported in the logged exception and try again.
- LFCOR0102E: An error occurred while creating archive {0} in directory {1}.
- Explanation: During processing of the archive for SCA module version support an attempt to create the new archive failed. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Correct the error reported in the logged exception and try again.
- LFCOR0103E: An error occurred while adding file {0} to the archive.
- Explanation: During processing of the archive for SCA module version support an error while adding the file to the archive. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Correct the error reported in the logged exception and try again.
- LFCOR0104E: An error occurred while writing file {0} to the file system.
- Explanation: During processing of the archive for SCA module version support an error occurred while writing the archive entry to the file system. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Correct the error reported in the logged exception and try again.
- LFCOR0105E: An error occurred while reading from input stream {0}.
- Explanation: During processing of the archive for SCA module version support an error occurred while reading the content of the input stream into memory. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Correct the error reported in the logged exception and try again.
- LFCOR0106E: An error occurred while writing to output stream {0}.
- Explanation: During processing of the archive for SCA module version support an error occurred while writing content to the output stream. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Correct the error reported in the logged exception and try again.
- LFCOR0107E: An encoding error occurred while reading or writing to a stream {0}.
- Explanation: During processing of the archive for SCA module version support an encoding error occurred while reading or writing content to a stream. See the logged exception for more information.
- User Action: Correct the error reported in the logged exception and try again.
- LFCOR0108E: An error occurred while reading file {0} from archive {1}.
- Explanation: During processing of the archive for SCA module version support an error occurred reading the file from the archive. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. It the error was due to the content of the file not being properly formed update the content of the file so that it is properly formed. Correct the error reported in the logged exception and try again.
- LFCOR0109E: An error occurred while attempting to create new archive {0}.
- Explanation: During processing of the archive for SCA module version support an attempt to create the new archive failed. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Correct the error reported in the logged exception and try again.
- LFCOR0110E: An error occurred while attempting to open archive {0}.
- Explanation: An attempt was made to process the archive for SCA module version support but the archive failed to open most likely caused by an improperly formed archive or the file extension to the archive is not valid. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. Ensure that the archive has a supported file extension of "ear", "zip" or "jar". Correct the error reported in the logged exception and try again.
- LFCOR0111E: An error occurred while attempting to read or load file {0}.
- Explanation: During processing of the archive for SCA module version support an error occurred while attempting to read or load a file from the archive. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. It the error was due to the content of the file not being properly formed update the content of the file so that it is properly formed. Correct the error reported in the logged exception and try again.
- LFCOR0112E: An error occurred while updating archive {0}.
- Explanation: During processing of the archive for SCA module version support an error occurred while attempting to update the archive. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. It the error was due to the content of the file not being properly formed update the content of the file so that it is properly formed. Correct the error reported in the logged exception and try again.
- LFCOR0113E: An error occurred while updating artifact {0}.
- Explanation: During processing of the archive for SCA module version support an error occurred while attempting to update the artifact. See the logged exception for more information.
- User Action: If the error was an input/output exception ensure that the proper read and write permissions are granted to the working directory. It the error was due to the content of the file not being properly formed update the content of the file so that it is properly formed. Correct the error reported in the logged exception and try again.
- LFCOR1001W: No matching export was found for selector target with module name {0} and export name {1} in selector component {2}.
- Explanation: The specified selector component contains a target that is defined as an exported component. The exported component target is defined with the specified module and export names. However, no matching export could be found among the components installed on the server. If the system attempts to invoke the specified selector target, the invocation will fail because the export does not exist.
- User Action: If the specified export will be defined by an application that will be installed later, then no action is necessary. If the specified export will not be supplied by an application that will be installed later, then the module name or export name in the selector target must be updated to match an existing export.
- LFCOR1002W: No matching export was found for SCA import {2} with module name {0} and export name {1}.
- Explanation: The binding for the specified SCA import does not refer to an existing installed export. The import binding is defined with the specified module and export names. However, no matching export could be found among the components installed on the server. If the system attempts to invoke the specified SCA import, the invocation will fail because no corresponding export exists.
- User Action: If the specified export will be defined by an application that will be installed later, then no action is necessary. If the specified export will not be supplied by an application that will be installed later, then the module name or export name in the binding for the SCA import must be updated to match an existing export.
- LFCOR1003I: SCA export information validated successfully. No errors were found.
- Explanation: All SCA imports and selector targets defined as SCA exported components have corresponding exported components in the system.
- User Action: No action necessary.
- LFCOR1004E: An unexpected error occurred while validating SCA export information: {0}
- Explanation: An error occurred in the validateSCAImportExportInformation task. Refer to the error message for more information.
- User Action: Correct the error and try the command again.
- LFCOR1005E: An error occurred while opening the specified EAR file: {0}
- Explanation: The specified EAR file could not be opened. This may be because the EAR file does not exist.
- User Action: Specify the name of an existing EAR file to validate.
- LFCOR1006E: An error occurred while reading file {0}: {1}
- Explanation: An unknown error occurred while reading the specified file, which is part of the EAR file being validated. Refer to the error message for more information.
- User Action: Correct the error and try the command again.