Question

Error on IFS reconfigure/new install

  • 26 August 2022
  • 2 replies
  • 229 views

Badge +2

I cloned one of our existing app9 application server onto a new server. Did a move and then started a new install (following manual cloning procedure) then got error below. Does anyone one has any suggestions? Thanks in Advance!

 

Lucy

 

Error in Ant-script: server\install_fndbas.xml
Reported error is: The following error occurred while executing this line:
C:\IFS\repository\server\install_fndbas.xml:708: ifs.fnd.base.ApplicationException: ORA-29548: Java system class reported: joxcsys: release mismatch, 12.2.0.1.190416 1.8 in database (classes.bin) vs 12.2.0.1.0 1.8 in executable
ORA-06512: at "SYS.DBMS_JMS_PLSQL", line 165
ORA-06512: at "SYS.AQ$_JMS_BYTES_MESSAGE", line 178
ORA-06512: at "IFSAPP.BATCH_PROCESSOR_JMS_API", line 70
ORA-06512: at "IFSAPP.BATCH_PROCESSOR_JMS_API", line 86
ORA-06512: at "IFSAPP.APP_MESSAGE_PROCESSING_API", line 1087
ORA-06512: at "IFSAPP.APP_MESSAGE_PROCESSING_API", line 1109
ORA-06512: at "IFSAPP.CONFIG_PARAMETER_JMS_TR", line 1
ORA-04088: error during execution of trigger 'IFSAPP.CONFIG_PARAMETER_JMS_TR'
ORA-06512: at "IFSAPP.CONFIG_PARAMETER_API", line 1261
ORA-06512: at "IFSAPP.CONFIG_PARAMETER_API", line 1280
ORA-06512: at "IFSAPP.CONFIG_PARAMETER_API", line 381
ORA-06512: at "IFSAPP.CONFIG_PARAMETER_API", line 388
ORA-06512: at line 1
Post process IFS Middleware Server 90.20.0

 

 


2 replies

Userlevel 6
Badge +18

Have you tried this Oracle recommended fix: https://orclcs.blogspot.com/2020/02/how-to-resolve-ora-29548-java-system.html

Userlevel 2
Badge +4

Hi @LucyWang ,

 

This issue happens when the java executable is not updated in the database or any mismatch is found in the java executable, java binaries while moving out to another database.

In order to fix this issue, you need to execute a script named "update_javavm_db.sql" which is located inside the database oracle home.
For your reference "{Oracle_home}\javavm\install folder".

If you run the script "update_javavm_db.sql" the java executable, java binaries will be successfully updated and hopefully, the reported JAVA issue should be fixed.

 

Best Regards,

Sajid Ahmed

Reply