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)
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(Lorg/robotframework/remoteswinglibrary/javax/servlet/Servlet;)V
at org.robotframework.remoteserver.RemoteServer.(RemoteServer.java:75)
at org.robotframework.remoteserver.RemoteServer.(RemoteServer.java:65)
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.
Would it be possible to fix it?