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/05/28 09:13:05 UTC

[GitHub] [fluo] flyingcanopy removed a comment on issue #1084: Condense fluo.sh

flyingcanopy removed a comment on issue #1084:
URL: https://github.com/apache/fluo/issues/1084#issuecomment-635194352


   @keith-turner  thanks for clear instructions.
   @jkosh44  which version of org.apache.commons.lang are we using ? maybe I can add the dependency in pom.xml. 
   `fluo init -a stresso -p conf/fluo-app.properties
   Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableException
   	at java.lang.ClassLoader.defineClass1(Native Method)
   	at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
   	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   	at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
   	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
   	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
   	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
   	at java.security.AccessController.doPrivileged(Native Method)
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   	at org.apache.fluo.command.CommandUtil.resolveFluoConfig(CommandUtil.java:53)
   	at org.apache.fluo.command.FluoInit.main(FluoInit.java:111)
   Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableException
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   	... 14 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