MarketSquare / remoteswinglibrary

RemoteSwingLibrary
Apache License 2.0
31 stars 39 forks source link

org.eclipse.jetty.servlet.ServletHolder class shipped by RemoteSwingLibrary clashes with the class from Jetty if it is present in the classpath #96

Closed karusha closed 3 years ago

karusha commented 4 years ago

After update one of our jars (OpenAdaptor), we have proper copy of Jetty,which clashes with what RemoteSwingLibrary has. As a result we are getting below errors:

they start Kristall but then do not see it started, see the following errors in logs:

16:36:46.169 Process is running, but application startup failed
16:36:46.202 FAIL RemoteSwingLibraryTimeoutError: Agent port not received before timeout and then in stdout: 2020-11-16 16:32:03,110 ERROR AWT-EventQueue-0 [UncaughtExceptionHandler]{null} - Uncaught Exception occurred in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: org.eclipse.jetty.servlet.ServletHolder.(Lorg/robotframework/remoteswinglibrary/javax/servlet/Servlet;)V at org.robotframework.remoteserver.RemoteServer.(RemoteServer.java:75) at org.robotframework.remoteserver.RemoteServer.(RemoteServer.java:65)

Would it be possible to fix it?

mihaiparvu commented 3 years ago

Closing as it seems to be a duplicate of #94