[ https://issues.apache.org/jira/browse/OOZIE-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396665#comment-17396665 ]
Dénes Bodó commented on OOZIE-3599: ----------------------------------- [~medb] thanks for your patch. Could you please use jetty version of 9.4.43.v20210629 and upload a new patch? Also could you please check the failed unit tests? I think the root cause of the failures is related to Jetty version change: {noformat} java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.jetty.servlet.ServletContextHandler {noformat} Before uploading your new patch please run these test classes: [https://ci-hadoop.apache.org/job/PreCommit-OOZIE-Build/37/#showFailuresLink] Thanks, Denes > Upgrade Jetty to 9.4.28 or to the same one Hadoop uses > ------------------------------------------------------ > > Key: OOZIE-3599 > URL: https://issues.apache.org/jira/browse/OOZIE-3599 > Project: Oozie > Issue Type: Bug > Affects Versions: 5.2.1 > Reporter: Mate Juhasz > Assignee: Igor Dvorzhak > Priority: Major > Fix For: trunk > > Attachments: OOZIE-3599-002.patch > > > Jetty could be upgraded to the latest version, which is now 9.4.28.v20200408, > though it has to be checked before if its feasible. > In case we upgrade we have to be aware of wildcard certs with SAN as well and > should change the code to use SslContextFactory.server instead of > SsslContextFactory in org.apache.oozie.server.SSLServerConnectorFactory class. > > To see what version of Jetty Hadoop uses please see: > [https://github.com/apache/hadoop/blob/trunk/hadoop-project/pom.xml#L40] > When we decide which Jetty version we chose then we should change the Jira's > title. -- This message was sent by Atlassian Jira (v8.3.4#803005)