Skip to main content
Support

KB Article #181885

ERROR Error on task Adding update Composer_3.8.0_SP27: Fatal : Unable to load the custom patcher class: custom/CustomPatcherDsg : Unsupported major.minor version 52.0

Problem

Après avoir installé Composer 3.8.0, lors de l’essaie d'appliquer l'un de ces Service Packs : SP27, SP28 ou plus récent, l'erreur suivante est renvoyée :

ERROR Error on task Adding update Composer_3.8.0_SP27: Fatal : Unable to load the custom patcher class: custom/CustomPatcherDsg : Unsupported major.minor version 52.0


Resolution

L’erreur est causée par une incohérence Java.

Le fichier <rép_installation_Composer >/Configuration/Install_Axway_Installer_V4.9.0.properties

pointe sur une version de Java 7 :

JAVA_HOME = <rép_installation_Composer >/Java/linux-x86/jre7_u75_64/


Composer préfère la version Java 8:

Dans le fichier <rép_installation_Composer >/Configuration/Install_Composer_V3.8.0.properties :

Component.JavaHome = <rép_installation_Composer >/Java/linux-x86/jre8_u192_64


Afin de résoudre cette incohérence, il faudra remplacer dans :

<rép_installation_Composer >/Configuration/Install_Composer_V3.8.0.properties:

Component.JavaHome = <rép_installation_Composer >/Java/linux-x86/jre8_u192_64

avec

Component.JavaHome = <rép_installation_Composer >/Java/linux-x86/jre7_u75_64/