I tried to modify my previous post but it wouldnt let me - When installing xtreme manager it places the Services Manager icon (nsservicemgr.exe) on the desktop to manually start it and also places the icon in C:\Users\your-logged-in-user-account\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup which of course automagically launches Services Manager everytime someone logs in or as Ian put it upon startup...
I fixed the issue by modifying the desktop icon by increasing the memory switch you see in the icon properties Target line which is "C:\Program Files\Extreme Networks\NetSight\services\nsservicemgr.exe" -Xmx64m to "C:\Program Files\Extreme Networks\NetSight\services\nsservicemgr.exe" -Xmx128m notice all that was changed is the -Xmx parameter from 64m to 128m. This change allows the application/Java to use more memory increasing the amount from -64 to -128.
I dont disagree with Ian, its always best practice to update to the latest release but, this is not an issue due to an older release not working properly per se' but what I beleive to be a result of other Java based applications also vying for memory when launched. DISCLAIMER: I'm no Java expert but have managed a lot of Java applications in the past...The fix is you modify the command line for your respective Java based app, increase or decrease whatever your case may be, the memory usage. This is done by the aforementioned modification, increasing or decreasing the -Xmx variable on your Java based applications command line target.