ambari
ambari copied to clipboard
AMBARI-26295: ambari-server start error: Caused by: java.lang.AbstractMethodError
What changes were proposed in this pull request?
Fix: AMBARI-26295
How was this patch tested?
Build ambari, deploy ambari, and start it.
Or view dependency relationships through Maven command mvn dependency:tree
Before applying this changes.
[INFO] +- org.apache.hadoop:hadoop-common:jar:3.3.4:compile
[INFO] | +- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile
[INFO] | +- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] | +- com.sun.jersey:jersey-core:jar:1.19:compile
[INFO] | | \- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] | +- com.sun.jersey:jersey-servlet:jar:1.19:compile
[INFO] | +- com.sun.jersey:jersey-json:jar:1.19:compile
[INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
[INFO] | | \- org.codehaus.jackson:jackson-jaxrs:jar:1.9.2:compile
[INFO] | +- com.sun.jersey:jersey-server:jar:1.19:compile
[INFO] | +- org.apache.commons:commons-configuration2:jar:2.1.1:compile
[INFO] | +- org.apache.avro:avro:jar:1.7.7:compile
[INFO] | | \- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] | +- com.google.re2j:re2j:jar:1.1:compile
[INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] | +- org.apache.curator:curator-client:jar:4.2.0:compile
[INFO] | +- org.apache.curator:curator-recipes:jar:4.2.0:compile
[INFO] | +- org.apache.kerby:kerb-core:jar:1.0.1:compile
[INFO] | | \- org.apache.kerby:kerby-pkix:jar:1.0.1:compile
[INFO] | | +- org.apache.kerby:kerby-asn1:jar:1.0.1:compile
[INFO] | | \- org.apache.kerby:kerby-util:jar:1.0.1:compile
[INFO] | +- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.3.0:compile
[INFO] | +- dnsjava:dnsjava:jar:2.1.7:compile
[INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.8.2:compile
After applying this changes.
[INFO] +- org.apache.hadoop:hadoop-common:jar:3.3.4:compile
[INFO] | +- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile
[INFO] | +- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] | +- org.apache.commons:commons-configuration2:jar:2.1.1:compile
[INFO] | +- org.apache.avro:avro:jar:1.7.7:compile
[INFO] | | \- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] | +- com.google.re2j:re2j:jar:1.1:compile
[INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] | +- org.apache.curator:curator-client:jar:4.2.0:compile
[INFO] | +- org.apache.curator:curator-recipes:jar:4.2.0:compile
[INFO] | +- org.apache.kerby:kerb-core:jar:1.0.1:compile
[INFO] | | \- org.apache.kerby:kerby-pkix:jar:1.0.1:compile
[INFO] | | +- org.apache.kerby:kerby-asn1:jar:1.0.1:compile
[INFO] | | \- org.apache.kerby:kerby-util:jar:1.0.1:compile
[INFO] | +- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.3.0:compile
[INFO] | +- dnsjava:dnsjava:jar:2.1.7:compile
[INFO] | \- org.xerial.snappy:snappy-java:jar:1.1.8.2:compile
Please review Ambari Contributing Guide before opening a pull request.
Updated