JMIX WAR deployment on WebSphere Application Server (WAS)

Hi,

I am trying to deploy JMIX WAR on WAS 8.5.5.23. But it is giving me the below error :

WSVR0206E: Module, surrounding-server_war.war, of application, surrounding-server_war.ear/deployments/surrounding-server_war, failed to start
[5/4/23 20:28:27:032 IST] 00000188 ApplicationMg W WSVR0101W: An error occurred starting, surrounding-server_war

Is the Issue in version or is it something else ?

Thanks in advance

Hi Vikrant,

Java EE application servers usually assume that applications use the frameworks and libraries bundled with the server. This is not the case for Jmix - it relies on Spring, Vaadin and the own version of EclipseLink JPA. So we don’t test Jmix on WebSphere/WebLogic/JBoss servers and don’t recommend using them with Jmix applications.

The recommended way of running Jmix apps packaged as WAR files is using Apache Tomcat application server.

Regards,
Konstantin