Erreur lors de l’installation de Oracle SOA Suite 12.2.1.3

L’installation des dernières versions des produits Oracle Fusion Middleware peuvent échouer dans certaines circonstances. Ce problème concerne donc les produits SOA Suite, Service Bus, ODI, etc…

Pendant l’installation de la SOA Suite par exemple, l’erreur suivante est déclenchée lors de la copie des fichiers :

[pastacode lang= »java » manual= »oracle.sysman.oii.oiif.oiifb.OiifbEndIterateException%3A%20java.lang.Exception%3A%20java.lang.IllegalStateException%3A%20The%20classloader%20used%20by%20the%20current%20data%20handler%20object%20is%20not%20the%20same%20classloader%20or%20a%20parent%20classloader%20of%20the%20data%20handler%20object%20provided.%5B%5B%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.oii.oiic.OiicInstallAPISession.doOperation(OiicInstallAPISession.java%3A465)%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.nextgen.impl.NextGenInstallerImpl.execute(NextGenInstallerImpl.java%3A451)%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.nextgen.impl.NextGenInstallerImpl.execute(NextGenInstallerImpl.java%3A427)%0A%20%20%20%20%20%20%20%20at%20oracle.as.install.engine.modules.install.action.AbstractNextGenInstaller.start(AbstractNextGenInstaller.java%3A215)%0A%20%20%20%20%20%20%20%20at%20oracle.as.install.engine.modules.install.action.NextGenAPIInstallManager.launchOUI(NextGenAPIInstallManager.java%3A104)%0A%20%20%20%20%20%20%20%20at%20oracle.as.install.engine.modules.install.InstallModule.launchOUI(InstallModule.java%3A165)%0A%20%20%20%20%20%20%20%20at%20oracle.as.install.engine.modules.install.InstallModule%241.run(InstallModule.java%3A262)%0ACaused%20by%3A%20java.lang.Exception%3A%20java.lang.IllegalStateException%3A%20The%20classloader%20used%20by%20the%20current%20data%20handler%20object%20is%20not%20the%20same%20classloader%20or%20a%20parent%20classloader%20of%20the%20data%20handler%20object%20provided.%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.oii.oiic.OiicInstallAPISession%24OiicActionsThread.run(OiicInstallAPISession.java%3A936)%0ACaused%20by%3A%20java.lang.IllegalStateException%3A%20The%20classloader%20used%20by%20the%20current%20data%20handler%20object%20is%20not%20the%20same%20classloader%20or%20a%20parent%20classloader%20of%20the%20data%20handler%20object%20provided.%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.common.dao.CachingDataHandler.validateClassLoaders(CachingDataHandler.java%3A381)%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.common.dao.CachingDataHandler.setComplexValue(CachingDataHandler.java%3A215)%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.common.dao.DataHandlerHelper.setWrapperList(DataHandlerHelper.java%3A88)%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.gdr.dao.rgy.DistributionInfo.setProductFamilies(DistributionInfo.java%3A56)%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.gdr.installation.CommonInstaller.updateRegistry(CommonInstaller.java%3A1000)%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.gdr.installation.CommonInstaller.updateRegistry(CommonInstaller.java%3A945)%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.gdr.installation.CommonInstaller.updateRegistry(CommonInstaller.java%3A932)%0A%20%20%20%20%20%20%20%20at%20com.oracle.cie.gdr.installation.CommonInstaller.startInstall(CommonInstaller.java%3A422)%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.oii.oiic.OiicNextGenInstallAPISession%24OiicNextGenAPISelCompsInstall.doOperation(OiicNextGenInstallAPISession.java%3A416)%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java%3A161)%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.oii.oiic.OiicInstallAPISession.doInstallAction(OiicInstallAPISession.java%3A653)%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.oii.oiic.OiicInstallAPISession.access%24000(OiicInstallAPISession.java%3A93)%0A%20%20%20%20%20%20%20%20at%20oracle.sysman.oii.oiic.OiicInstallAPISession%24OiicActionsThread.run(OiicInstallAPISession.java%3A927)%0A%0A%5D%5D » message= » » highlight= » » provider= »manual »/]

Le problème est dû à la séquences des opérations menées pendant l’installation :

  • Installation de WebLogic Server 12.2.1.3.0
  • Installation de OPatch 13.9.4.0
  • Installation du dernier PSU
  • Installation de WebLogic Infrastructure 12.2.1.3.0
  • Installation de la SOA Suite

L’origine du problème est l’installation de OPatch 13.9.4, manifestement il met la panique dans les classloaders.

Pour corriger le problème il faut modifier la séquence des opérations ainsi :

  • Installation de WebLogic Server 12.2.1.3.0
  • Installation de WebLogic Infrastructure 12.2.1.3.0
  • Installation de la SOA Suite
  • Installation de OPatch 13.9.4.0
  • Installation du dernier PSU

Plus de détails sont disponibles dans la note du support Oracle 2434657.1