Nirvana Realm Server(UM) shutting down due to Free Space has exceeded

Hi wM Experts,

UM server in my machine is not able to start, when I start UM server from start menu, it open UM server console few seconds, after that console was disappear. I have checked nirvan.log and UMRealmServer.log files, I found below log message,

ax Resources Unlimited
INFO | jvm 1 | 2019/01/02 10:28:22 | Environment:> Disabling high performance threads due to CORE_SPIN not being set, if low latency is required please set -DCORE_SPIN=true
INFO | jvm 1 | 2019/01/02 10:28:22 | Nirvana Realm Server shutting down due to Free Space has exceeded the warning threshold:5.0% Current used space 96.93%
INFO | jvm 1 | 2019/01/02 10:28:22 | Build Number: Build 112089 Build Date: August 27 2018
INFO | jvm 1 | 2019/01/02 10:28:22 | Autogenerated thread dump
INFO | jvm 1 | 2019/01/02 10:28:22 |
INFO | jvm 1 | 2019/01/02 10:28:22 |
INFO | jvm 1 | 2019/01/02 10:28:22 | “MemoryManagement” daemon prio=1 tid=0xc TIMED_WAITING
INFO | jvm 1 | 2019/01/02 10:28:22 | at java.lang.Thread.sleep(Native Method)
INFO | jvm 1 | 2019/01/02 10:28:22 | at com.pcbsys.foundation.memory.fMemoryManager.run(fMemoryManager.java:381)
INFO | jvm 1 | 2019/01/02 10:28:22 | at com.pcbsys.foundation.threads.fThread.localRun(fThread.java:113)
INFO | jvm 1 | 2019/01/02 10:28:22 | at com.pcbsys.foundation.threads.hThread.run(hThread.java:108)
INFO | jvm 1 | 2019/01/02 10:28:22 | at java.lang.Thread.run(Thread.java:748)
INFO | jvm 1 | 2019/01/02 10:28:22 |
INFO | jvm 1 | 2019/01/02 10:28:22 |
INFO | jvm 1 | 2019/01/02 10:28:22 | “UM Transport high accuracy tick timer” daemon prio=5 tid=0xd waiting on java.util.TaskQueue@2cfa2cb9 TIMED_WAITING
INFO | jvm 1 | 2019/01/02 10:28:22 | at java.lang.Object.wait(Native Method)
INFO | jvm 1 | 2019/01/02 10:28:22 | - TIMED_WAITING on java.util.TaskQueue@2cfa2cb9
INFO | jvm 1 | 2019/01/02 10:28:22 | at java.util.TimerThread.mainLoop(Timer.java:552)
INFO | jvm 1 | 2019/01/02 10:28:22 | at java.util.TimerThread.run(Timer.java:505)
INFO | jvm 1 | 2019/01/02 10:28:22 |

Based on this log message, I understood, it is related to lack of memory issue, so I have changes JVM memory settings in
“\SoftwareAG103\UniversalMessaging\server\umserver\bin\Server_Common.conf” file like…

Initial Java Heap Size (in MB)

wrapper.java.initmemory=4096

Maximum Java Heap Size (in MB)

wrapper.java.maxmemory=4096

After this change also , am not able to start the UM server, it is throwing same error.

Please help me how to resolve this issue ?, where do I have to increase free memory size ?.

Thanks in advance…!

Thanks,
Varun
nirvana.log (6.99 KB)

Hello Varun,

This log entry suggests the machine is running out of disk space; the UM will shut down automatically if the free disk space goes below 5% in order to protect itself against file corruption due to disk write failure (when the disk gets fully exhausted).
Increasing the heap won’t help here.

Stefan

Hi Stefan,

Thanks for your response.

Problem has resolved, it is space issue.

Thanks,
Varun

I would suggest and recommend you contact your Infra team to have some alerting mechanism if you are running out of disk space.

Also, check the health check tool (C:\SoftwareAG103\UniversalMessaging\tools\runner) that comes with UM.

Hi,
All the nodes in the cluster must have to be at the same version and fix level. I suggest you bring all the nodes to the same level.

Regards,
Bhaskar.

Ignore this response, as it was wrongly posted as a reply to this topic.