Error during System compilation error

Hi,

I'm installing OneIM 8.2.1 in the client dev environment and getting an attached error when I'm installing OneIM for the database. This error occurred during processing database at system compilation as you can see in the attached screenshot.

Can anyone help me to resolve this error?

Can I continue the installation(Job server, web server, etc) with this error?

Parents
  • During compilation, the compiler has no technique to detect these kinds of errors. It is the JVM (Java Virtual Machine) that detects it while the program is running. To handle the error during the run time we can put our error code inside the try block and catch the error inside the catch block.

    Regards,
    Sanket

Reply
  • During compilation, the compiler has no technique to detect these kinds of errors. It is the JVM (Java Virtual Machine) that detects it while the program is running. To handle the error during the run time we can put our error code inside the try block and catch the error inside the catch block.

    Regards,
    Sanket

Children
No Data