MID server hosted in Linux environment shutting down with the ERROR: Failed to create temporary file for /com/sun/jna/linux-x86-64/libjnidispatch.so library: Disk quota exceeded [in thread "StartupSequencer"]Issue Due to Disk quota limitations MID server hosted in Linux machine is DOWN due to the below Error: 2024-07-11T09:37:15.294+0000 ERROR (StartupSequencer) [StartupSequencer:168] StartupSequencer threw exception, unable to perform proper startup, shutting down java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: Failed to create temporary file for /com/sun/jna/linux-x86-64/libjnidispatch.so library: Disk quota exceeded [in thread "StartupSequencer"] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1059) at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) at com.sun.jna.Native.<clinit>(Native.java:221) at com.sun.jna.platform.linux.Udev.<clinit>(Udev.java:37) at oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:74) ... 22 more 2024-07-11T09:37:16.193+0000 DEBUG (ECCSender.1) [ECCSenderDirectoryCache:74] ** MemDir: REFRESH from disk. Had 0 files in mem cache, now have 1 /opt/snow/aztechint/E1_INT_MidSvr_1/agent/work/monitors/ECCSender/output_2 2024-07-11T09:37:16.194+0000 DEBUG (ECCSender.1) [ECCSenderDirectoryCache:92] ** ECC Sender: got 1 from mem cache /opt/snow/aztechint/E1_INT_MidSvr_1/agent/work/monitors/ECCSender/output_2 2024-07-11T09:37:16.194+0000 DEBUG (ECCSender.1) [ECCSenderCache:295] ** sending file /opt/snow/aztechint/E1_INT_MidSvr_1/agent/work/monitors/ECCSender/output_2/ecc_queue.f4f11202fd130210d0194f6bbf75360c.xml 2024-07-11T09:37:16.209+0000 INFO (ECCSender.1) [ECCSenderCache:409] Sending ecc_queue.f4f11202fd130210d0194f6bbf75360c.xml 2024-07-11T09:37:16.299+0000 INFO (Wrapper-Stopper) [Main:362] Stopping MID serverReleaseALLCauseIssue: MID Server Fails Due to Disk Quota Limitation: This issue can occur when a Disk Quota limitation is set for the user running the MID Server. If the quota is exceeded, the MID Server may fail to function properly. You can verify this by running the following command on a Linux machine: quota -u <username>ResolutionOn the MID Server host (Linux), run the below command to check the disk quota for the MID Server user: quota -u <username>If a quota is set and has been exceeded: Option 1: Increase the user’s disk quota.Option 2: Clean up unnecessary files to free up disk space. Next Steps/ SOLUTION: The customer should engage their internal Linux or Windows system administrator to: Review and manage disk quota settings.Ensure the MID Server user has sufficient disk space to operate effectively.