milleruntime opened a new issue #1228: NoSuchMethodError on Initialize
URL: https://github.com/apache/accumulo/issues/1228
 
 
   Saw this today when trying to run Uno on Master with Java 11.  
   ```
   11:59:47 {master} /local/uno$ cat install/logs/setup/accumulo.stdout 
   2018-11-08 11:58:40,688 [start.Main] ERROR: Uncaught exception
   java.util.ServiceConfigurationError: 
org.apache.accumulo.start.spi.KeywordExecutable: Provider 
org.apache.accumulo.server.init.Initialize could not be instantiated
        at java.util.ServiceLoader.fail(ServiceLoader.java:232)
        at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
        at 
java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
        at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
        at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
        at org.apache.accumulo.start.Main.checkDuplicates(Main.java:237)
        at org.apache.accumulo.start.Main.getExecutables(Main.java:228)
        at org.apache.accumulo.start.Main.main(Main.java:84)
   Caused by: java.lang.NoSuchMethodError: 
org.apache.commons.configuration.MapConfiguration.<init>(Ljava/util/Properties;)V
        at 
org.apache.accumulo.core.conf.Property.precomputeDefaultValue(Property.java:969)
        at org.apache.accumulo.core.conf.Property.<clinit>(Property.java:1345)
        at 
org.apache.accumulo.server.init.Initialize.<clinit>(Initialize.java:165)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at java.lang.Class.newInstance(Class.java:442)
        at 
java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
        ... 5 more
   
   11:59:55 {master} /local/uno$ java -version
   openjdk version "11.0.3" 2019-04-16
   OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1)
   OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode, 
sharing)
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to