Skip to main content

Hi Community,


Im getting below error while instance is setup from clone or instance Backup.

>java]: Java Result: 1
Error in Ant-script: server\install_fndmws.xml
Reported error is: The following error occurred while executing this line:
E:\IFS\MWS\IFSUAT\repository\server\install_fndmws.xml:262: Failed to configure Middleware Server. Error is: Error when creating IFS Middleware Domain: com.oracle.cie.domain.script.jython.WLSTException: null
 @org.python.core.Py.JavaError(Py.java:368)
 

 

Does anyone have an idea to resolve this?

 

 

Hi ​@Rusiiiru 

The error suggests an issue while creating the IFS Middleware Domain. Here are some steps to resolve it:

  1. Check Java & WebLogic Version Compatibility

    • Ensure you are using the correct Java and WebLogic versions required for IFS Cloud.
    • Run java -version to confirm it matches the IFS prerequisites.
  2. Verify Environment Variables

    • Ensure JAVA_HOME, MW_HOME, and other relevant paths are correctly set.
    • If using a cloned or backup instance, confirm these variables point to the correct directories.
  3. Review the install_fndmws.xml Script

    • The error occurs at line 262 of install_fndmws.xml.
    • Check if the script references a missing or incorrect domain path.
  4. Check for Port Conflicts

    • Ensure no other services are using the required WebLogic ports.
    • Run netstat -an | find "LISTEN" to identify conflicts.
  5. Run the Script in Debug Mode

    • Execute the script with logging enabled for more details:
      ant -f install_fndmws.xml -verbose 
       
  6. Review Logs for More Details

    • Check WebLogic and IFS Middleware logs (<IFS_MWS_PATH>/logs/) for additional error information.

If the issue persists, please share the complete error log for further analysis.


Reply