-
Bug
-
Resolution: Duplicate
-
Major
-
fuse-7.4-GA
-
None
-
%
-
I get an "Error: Version Missmatch: 7.2.0.GA != 7.2.1.GA" when trying to install the latest fuse-eap-installer-7.4.0.jar on an EAP 7.2.0 I just installed locally.
FYI when I change the version.txt of my EAP install manually to "Red Hat JBoss Enterprise Application Platform - Version 7.2.1.GA" then the install goes fine.
Stack trace:
Installing fuse-patch-distro-wildfly-3.2.0.fuse-740005-redhat-00002.zip
Copy to repository: fuse-patch-distro-wildfly-3.2.0.fuse-740005-redhat-00002.zip
Copy to repository: fuse-eap-distro-7.4.0.fuse-740017-redhat-00003.zip
Run command: java -Djboss.home=. -Dlogging.configuration=file:bin/fusepatch-logging.properties -jar jboss-modules.jar -mp modules org.wildfly.extras.patch --add file:fusepatch/repository/fuse-patch-distro-wildfly-3.2.0.fuse-740005-redhat-00002.zip
Add fuse-patch-distro-wildfly-3.2.0.fuse-740005-redhat-00002
Run command: java -Djboss.home=. -Dlogging.configuration=file:bin/fusepatch-logging.properties -jar jboss-modules.jar -mp modules org.wildfly.extras.patch --add file:fusepatch/repository/fuse-eap-distro-7.4.0.fuse-740017-redhat-00003.zip
Add fuse-eap-distro-7.4.0.fuse-740017-redhat-00003
Run command: java -Djboss.home=. -Dlogging.configuration=file:bin/fusepatch-logging.properties -jar jboss-modules.jar -mp modules org.wildfly.extras.patch --update fuse-patch-distro-wildfly
Install fuse-patch-distro-wildfly-3.2.0.fuse-740005-redhat-00002
Run command: java -Djboss.home=. -Dlogging.configuration=file:bin/fusepatch-logging.properties -jar jboss-modules.jar -mp modules org.wildfly.extras.patch --update fuse-eap-distro
Install fuse-eap-distro-7.4.0.fuse-740017-redhat-00003
Run command: java -Djboss.home=. -jar jboss-modules.jar -mp modules org.wildfly.extras.config --configs camel --enable
Target Version: 7.2.0.GA
Error: Version Missmatch: 7.2.0.GA != 7.2.1.GA
java.lang.IllegalStateException: Version Missmatch: 7.2.0.GA != 7.2.1.GA
at org.wildfly.extension.camel.config.WildFlyCamelConfigPlugin.verifyWildflyVersion(WildFlyCamelConfigPlugin.java:92)
at org.wildfly.extension.camel.config.WildFlyCamelConfigPlugin.verifyTargetVersion(WildFlyCamelConfigPlugin.java:54)
at org.wildfly.extras.config.ConfigSupport.applyConfigChange(ConfigSupport.java:89)
at org.wildfly.extras.config.internal.Main.mainInternal(Main.java:58)
at org.wildfly.extras.config.internal.Main.main(Main.java:35)
at org.jboss.modules.Module.run(Module.java:352)
at org.jboss.modules.Module.run(Module.java:320)
at org.jboss.modules.Main.main(Main.java:593)
Error: Command did not terminate normally