tigase / tigase-server

(M) Highly optimized, extremely modular and very flexible XMPP/Jabber server
https://tigase.net
GNU Affero General Public License v3.0
324 stars 106 forks source link

It runs normally in Windows environment and reports an error in Linux #143

Open weiweipang opened 2 years ago

weiweipang commented 2 years ago

I have a problem with… It runs normally in Windows environment and reports an error in Linux;Errors are reported as follows java.lang.IncompatibleClassChangeError: class org.eclipse.jetty.util.component.ContainerLifeCycle can not implement org.eclipse.jetty.util.component.Container, because it is not an interface (org.eclipse.jetty.util.component.Container is in unnamed module of loader 'app') image

Details (please complete the following information):

woj-tek commented 2 years ago

Tigase version: 8.1.0 JVM flavour and version OpenJDK17

If you want to run Tigase XMPP Serve under JDK17 you should use latest stable version: 8.2.1

weiweipang commented 2 years ago

Tigase version: 8.1.0 JVM flavour and version OpenJDK17

If you want to run Tigase XMPP Serve under JDK17 you should use latest stable version: 8.2.1

I specified the JAVA_HOME with JDK11 in tigaes.conf,But there is still this error

woj-tek commented 2 years ago

Which distribution package do you use? Do you have all dependencies / binaries in jars/ folder?