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
  • Below shows the major components of an error statement:
    1. The class/file where the error occurs
    2. The line number where or around the error occurs
    3. The type of error that occurs
    4. The actual line of code and location of the error marked with a carat.
    To summarize this first error statement, a curly brace is missing after the code found on line 1 in
    the CompilerErrors.java file. Adding a curly brace after this line of code would fix this error.

    This May Help,
    Peter

Reply
  • Below shows the major components of an error statement:
    1. The class/file where the error occurs
    2. The line number where or around the error occurs
    3. The type of error that occurs
    4. The actual line of code and location of the error marked with a carat.
    To summarize this first error statement, a curly brace is missing after the code found on line 1 in
    the CompilerErrors.java file. Adding a curly brace after this line of code would fix this error.

    This May Help,
    Peter

Children
No Data