NetXMS Support Forum

English Support => General Support => Topic started by: meshnet on February 28, 2018, 06:28:05 PM

Title: mac os-x freezing on server user/password window
Post by: meshnet on February 28, 2018, 06:28:05 PM
hello,

the dmg file for 2.2.4 is 404, but i found the .zip in the 2.2/ directory

launching the netxms console works, but the ability to enter user/password or server IP is not possible.

it's unfortunate that os x has these tendencies to fail horribly, yet still holds the 'it just works' motto... when unicode cause kernel panics.. sigh... that mottos falls in to the trash very quickly re: user root...

Any update as to how to go about fixing this? currently depending on the NetXMS+Jetty (Web) application, which is totally rad...but the features I have in 'Tools->custom->Thing' is not available.

Should I try to have Mac OS users test with ./nxmc -auto -login=someUser -password=somePass -server=someServ.er

I do not know how to launch ncmx from Apple, because it's a directory.. may be somebody could help? or has found a solution?
Title: Re: mac os-x freezing on server user/password window
Post by: KDS on July 13, 2018, 02:54:02 PM
Hello.
I have the same problem on my MacBook Pro (Mac OS high Sierra 10.13.4) . Did you find a solution?
Title: Re: mac os-x freezing on server user/password window
Post by: Victor Kirhenshtein on July 16, 2018, 02:45:00 PM
Hi,

you should downgrade your Java to version 8 update 151. version 8u161 is known to be causing this issue.

Best regards,
Victor
Title: Re: mac os-x freezing on server user/password window
Post by: Kevo on July 23, 2018, 02:00:52 AM
Quote from: meshnet on February 28, 2018, 06:28:05 PM
it's unfortunate that os x has these tendencies to fail horribly, yet still holds the 'it just works' motto... when unicode cause kernel panics.. sigh... that mottos falls in to the trash very quickly re: user root...

I think that "motto" refers to OS X itself, not third party software, but I understand the frustration. Hopefully reinstalling the older Java version will fix your issue.
Title: Re: mac os-x freezing on server user/password window
Post by: meshnet on November 13, 2018, 12:56:25 AM
sorry but logging in as root is as 'just works' enough for me not to use os x.. sigh..

come to find out, installing a brew version work? but... i need more information may be someone has got it to work. In the mean time i am supporting users via webgui.

webgui is definitely 'just works' for us

Dockerfile

FROM jetty:9-jre8
EXPOSE 8080
ADD https://www.netxms.org/download/webui/nxmc-xxxxxxxxxxxx.war /var/lib/jetty/webapps/ROOT.war
ENTRYPOINT ["--modules=jmx jetty.threadPool.maxThreads=500"]

Title: Re: mac os-x freezing on server user/password window
Post by: meshnet on November 13, 2018, 12:58:23 AM
Quote from: Victor Kirhenshtein on July 16, 2018, 02:45:00 PM
Hi,

you should downgrade your Java to version 8 update 151. version 8u161 is known to be causing this issue.

Best regards,
Victor

Thank you!! I will pass this along!