fhalde commented on issue #946:
URL: 
https://github.com/apache/incubator-uniffle/issues/946#issuecomment-1588794979

   ahan, found it. it was indeed throwing a Error not an Exception
   
   ```
   [ERROR] 2023-06-13 10:22:19,983 LocalStorage-check-0 LocalStorageManager 
lambda$new$0 - LocalStorage init failed!
   java.lang.NoClassDefFoundError: org/apache/commons/lang/SystemUtils
        at 
org.apache.uniffle.storage.common.DefaultStorageMediaProvider.getStorageMediaFor(DefaultStorageMediaProvider.java:59)
        at 
org.apache.uniffle.server.storage.LocalStorageManager.getStorageTypeForBasePath(LocalStorageManager.java:168)
        at 
org.apache.uniffle.server.storage.LocalStorageManager.lambda$new$0(LocalStorageManager.java:119)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:750)
   Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.lang.SystemUtils
        at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
        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)
        ... 8 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to