lidavidm commented on issue #691:
URL: https://github.com/apache/arrow-java/issues/691#issuecomment-2756089306

   Well, what I mean is:
   
   ```
   java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.arrow.memory.RootAllocator
   ```
   
   It's not that the class isn't found, it's that the class's static 
initializer is failing. Is there more to the traceback? That could explain 
_why_ it's failing.
   
   
https://github.com/apache/arrow-java/blob/main/memory/memory-core/src/main/java/org/apache/arrow/memory/BaseAllocator.java#L54-L70
   
   Maybe the DEBUG_ALLOCATOR is accidentally set to something?


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