NetXMS Support Forum

English Support => General Support => Topic started by: nuser on May 31, 2025, 11:55:06 AM

Title: nxmc-5.2.2.1-standalone.jar frozen
Post by: nuser on May 31, 2025, 11:55:06 AM
Hi.
I got an issue - nxmc client 5.2.2.1-standalone just freeze.
Here is a terminal output:

java -jar nxmc-5.2.2.1-standalone.jar
(System: Manjaro with openjdk-21, nxmc running as regual user)

(SWT:111317): Gtk-WARNING **: 10:42:50.663: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
10:42:51.550 [main] DEBUG o.n.nxmc.base.windows.MainWindow - Switching to perspective Infrastructure
10:42:51.553 [main] DEBUG o.n.nxmc.base.windows.MainWindow - Switching to perspective Network
10:42:54.289 [main] DEBUG o.n.nxmc.base.windows.MainWindow - Switching to perspective Network
10:42:54.294 [main] DEBUG o.n.nxmc.base.windows.MainWindow - Switching to perspective Infrastructure
10:42:55.391 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.fdb is not valid for current context
10:42:55.391 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.physical-links is not valid for current context
10:42:55.454 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.overview is not valid for current context
10:42:55.455 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.performance is not valid for current context
10:42:55.474 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.arp-cache is not valid for current context
10:42:55.475 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.interfaces is not valid for current context
10:42:55.475 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.data-collection is not valid for current context
10:42:55.475 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.routing-table is not valid for current context
10:42:55.489 [main] DEBUG o.netxms.nxmc.base.views.ViewFolder - View objects.ports is not valid for current context

(SWT:111317): Gtk-WARNING **: 10:42:55.525: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(SWT:111317): Gtk-WARNING **: 10:42:55.536: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(SWT:111317): Gtk-WARNING **: 10:42:55.537: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(SWT:111317): Gtk-WARNING **: 10:42:55.539: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(SWT:111317): Gtk-WARNING **: 10:42:55.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(SWT:111317): Gtk-WARNING **: 10:42:55.542: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

I don't think, that Gtk-Warning has somethink to do with that.

Legacy client 5.2.2.1 works well.

Mayby some kind of local cache?
Title: Re: nxmc-5.2.2.1-standalone.jar frozen
Post by: Filipp Sudanov on June 02, 2025, 04:50:19 PM
Hi,

Yes, new Client has cache in ~/.nxmc4 folder. Pls try deleting this folder.
Title: Re: nxmc-5.2.2.1-standalone.jar frozen
Post by: nuser on June 05, 2025, 09:25:16 PM
It works.
Thank YOU!