79666542

Date: 2025-06-15 12:40:41
Score: 1
Natty:
Report link

Wild guess ... If you are using SQLLite or any JDBC provider that embeds their own DLL's/.so's in the jar and exports to $TMP - That might be an issue of $TMP is set as noexec.

When the .so/.dll can't load ... It may manifest as a classnotfound since the class didn't initialize we can cause a chain reaction to other classes not loading.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tim Funk