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


   @keith-turner 
   I checked out fluo-130-update and ran the build and it was successful, 
However when I run `fluo init -a stresso -p conf/fluo-app.properties`
   
   I am facing this issue 
   `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
   `
   
   I please need help with this issue. Can you please suggest me how to patch 
stresso with changes in PR so that it can work with latest fluo.  I believe I 
can't use fluo-uno for testing as it pulls fluo 1.2.0 version and not the 
latest, Correct me if I am wrong ?. 


----------------------------------------------------------------
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]


Reply via email to