ERROR 2026-08-24 16:24:26,875 [WrapperListener_start_runner] [processor: ; event: ] org.mule.runtime.module.deployment.impl.internal.application.DefaultMuleApplication: Extension 'ObjectStore' does not support Java 17. Supported versions are: [1.8, 11]
org.mule.runtime.module.extension.internal.manager.jdk.JavaVersionNotSupportedByExtensionException: Extension 'ObjectStore' does not support Java 17. Supported versions are: [1.8, 11]
INFO 2026-08-24 16:24:26,877 [WrapperListener_start_runner] [processor: ; event: ] org.mule.runtime.module.deployment.impl.internal.artifact.AbstractDeployableArtifact: Application 'evi-sfdc-sys-app' never started, nothing to dispose of
INFO 2026-08-24 16:24:26,876 [WrapperListener_start_runner] org.mule.runtime.core.internal.logging: + Disposing application 'evi-sfdc-sys-app'
INFO 2026-08-24 16:24:26,974 [WrapperListener_start_runner] org.mule.runtime.core.internal.logging: + Failed to deploy artifact: 'evi-sfdc-sys-app', org.mule.runtime.deployment.model.api.DeploymentInitException: Extension 'ObjectStore' does not support Java 17. Supported versions are: [1.8, 11]
ERROR 2026-08-24 16:24:26,974 [WrapperListener_start_runner] org.mule.runtime.module.deployment.internal.DefaultArchiveDeployer: Failed to deploy artifact [evi-sfdc-sys-app]
org.mule.runtime.deployment.model.api.DeploymentException: Failed to deploy artifact [evi-sfdc-sys-app]
Caused by: org.mule.runtime.api.exception.MuleRuntimeException: org.mule.runtime.deployment.model.api.DeploymentInitException: Extension 'ObjectStore' does not support Java 17. Supported versions are: [1.8, 11]
Caused by: org.mule.runtime.deployment.model.api.DeploymentInitException: Extension 'ObjectStore' does not support Java 17. Supported versions are: [1.8, 11]
Caused by: org.mule.runtime.core.api.config.ConfigurationException: Extension 'ObjectStore' does not support Java 17. Supported versions are: [1.8, 11]
Caused by: org.mule.runtime.module.extension.internal.manager.jdk.JavaVersionNotSupportedByExtensionException: Extension 'ObjectStore' does not support Java 17. Supported versions are: [1.8, 11]
#MuleSoft For Flow: Integration
Please take a look at Java 17 compatible connectors here:
https://help.salesforce.com/s/articleView?id=000782248&type=1The "ObjectStore" connector you are using is probably quite old and you may have to update your
pom.xml to ensure you are on a compatible version. Check the "ObjectStore" release notes on the same link above to see which version supports Java 17.