You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2020/03/17 15:26:49 UTC

[GitHub] [fluo-uno] keith-turner opened a new issue #240: Uno no longer works with Accumulo 2.0.0

keith-turner opened a new issue #240: Uno no longer works with Accumulo 2.0.0
URL: https://github.com/apache/fluo-uno/issues/240
 
 
   After the changes in #239 Uno no longer works with Accumulo 2.0.0 out of the box.  It does work with Accumulo 2.1.0-SNAPSHOT, probably because that has apache/accumulo#1530.   When I revert #239 locally, Uno works with Accumulo 2.0.0.
   
   Seeing the following error in `logs/setup/accumulo.out`
   
   ```
   [ERROR] Error occurred at /home/ubuntu/git-local/fluo-uno/bin/impl/run/accumulo.sh:32 command: "$ACCUMULO_HOME"/bin/accumulo init --clear-instance-name --instance-name "$ACCUMULO_INSTANCE" --password "$ACCUMULO_PASSWORD"
   ```
   
   Seeing the following error in `logs/setup/accumulo.err`.
   
   ```
   2020-03-17 11:17:09,614 [start.Main] ERROR: Uncaught exception
   java.util.ServiceConfigurationError: org.apache.accumulo.start.spi.KeywordExecutable: org.apache.accumulo.server.init.Initialize Unable to get public no-arg constructor
   	at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:581)
   	at java.base/java.util.ServiceLoader.getConstructor(ServiceLoader.java:672)
   	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1232)
   	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
   	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
   	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384)
   	at org.apache.accumulo.start.Main.checkDuplicates(Main.java:243)
   	at org.apache.accumulo.start.Main.getExecutables(Main.java:234)
   	at org.apache.accumulo.start.Main.main(Main.java:88)
   Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException
   	at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
   	at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3137)
   	at java.base/java.lang.Class.getConstructor0(Class.java:3342)
   	at java.base/java.lang.Class.getConstructor(Class.java:2151)
   	at java.base/java.util.ServiceLoader$1.run(ServiceLoader.java:659)
   	at java.base/java.util.ServiceLoader$1.run(ServiceLoader.java:656)
   	at java.base/java.security.AccessController.doPrivileged(Native Method)
   	at java.base/java.util.ServiceLoader.getConstructor(ServiceLoader.java:667)
   	... 7 more
   Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.KeeperException
   	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
   	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
   	... 15 more
   
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [fluo-uno] ctubbsii commented on issue #240: Uno no longer works with Accumulo 2.0.0

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #240: Uno no longer works with Accumulo 2.0.0
URL: https://github.com/apache/fluo-uno/issues/240#issuecomment-600227995
 
 
   I'll fix this, since I broke it. :smiley_cat:

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [fluo-uno] ctubbsii closed issue #240: Uno no longer works with Accumulo 2.0.0

Posted by GitBox <gi...@apache.org>.
ctubbsii closed issue #240: Uno no longer works with Accumulo 2.0.0
URL: https://github.com/apache/fluo-uno/issues/240
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services