Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Spheron

#1
Announcements / Re: NetXMS 4.5 patch release 1
January 31, 2024, 05:21:36 PM

Hi Victor,

i downloaded and installed NetXMS V4.5.1 a few minutes ago (all ok, NetXMS is running so far). Now i see, that the V4.5.1 version was withdrawn from the website...

Are there serious problems with V4.5.1?

Greetings
Marco 
#2

Hi Filipp,

thanks for your answer. I added the verify-host=false to my configs and voila: it worked again... :-)

Many thanks for that hint... 

Greetings 
Marco
#3

Hello @all,

since Update NetXMS to V4.4.3 all Checks with the Function NetworkService.Status (with verify-peer=false) failed with error 5

Example:
NetworkService.Status(https://10.99.45.44,verify-peer=false)

Up to V4.4.2 this one works without problems. If URL is reached it throws a Result "0". Since V4.4.3 it always throws Code "5".

NetworkService.Status checks without the "verify-peer=false" option works without any problems.

Has anyone else seen this behavior?

Greetings
Marco  
#4
Hello @all,

today i installed the server and web-inferface (windows installer) in V4.4.1.

Server is running and functional, web interface is throwing error message:

10:47:30.320 [UIThread [56725304]] INFO  org.netxms.nxmc.AppPropertiesLoader - Properties loaded from nxmc.properties
10:47:32.632 [UIThread [56725304]] INFO  org.netxms.nxmc.BrandingManager - Branding manager initialized without custom providers
10:47:36.476 [ModalContext] INFO  org.netxms.nxmc.base.login.LoginJob - Connecting to 127.0.0.1 port 4701
10:47:36.499 [ModalContext] INFO  org.netxms.client.NXCSession - Connecting to 127.0.0.1:4701
10:47:36.505 [ModalContext] DEBUG org.netxms.client.NXCSession - Connection established, retrieving server info
10:47:36.513 [ModalContext] WARN  org.netxms.client.NXCSession - Connection failed (server=[60, 4, 1, 1, 1, 45, 1, 2] client=[60, 4, 1, 1, 1, 44, 1, 2])
10:47:36.517 [Network Message Receiver] DEBUG org.netxms.client.NXCSession - Receiver error
java.net.SocketException: Socket closed
at java.base/sun.nio.ch.NioSocketImpl.endRead(NioSocketImpl.java:248)
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:327)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
at org.netxms.base.NXCPMessageReceiver.receiveMessage(NXCPMessageReceiver.java:140)
at org.netxms.client.NXCSession$ReceiverThread.run(NXCSession.java:489)
10:47:36.520 [Network Message Receiver] INFO  org.netxms.client.NXCSession - Network receiver thread stopped
10:47:37.530 [UIThread [56725304]] ERROR org.netxms.nxmc.Startup - Login job failed
org.netxms.client.NXCException: Der Server benutzt eine nicht-kompatible Version des Kommunikationsprotokolls (server=[60, 4, 1, 1, 1, 45, 1, 2] client=[60, 4, 1, 1, 1, 44, 1, 2])
at org.netxms.client.NXCSession.connect(NXCSession.java:2184)
at org.netxms.nxmc.base.login.LoginJob.run(LoginJob.java:121)
at org.eclipse.jface.operation.ModalContext$ModalContextThread$1.run(ModalContext.java:127)
at org.eclipse.rap.rwt.internal.lifecycle.ContextUtil.runNonUIThreadWithFakeContext(ContextUtil.java:67)
at org.eclipse.rap.rwt.internal.service.UISessionImpl.exec(UISessionImpl.java:251)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
10:48:02.085 [UIThread [32cd1514]] INFO  org.netxms.nxmc.Startup - NetXMS Management Console version 4.3.1 starting
10:48:02.085 [UIThread [32cd1514]] INFO  org.netxms.nxmc.Startup - State directory: C:\NetXMS-WebUI\jetty-base\work\jetty-0_0_0_0-4733-nxmc_war-_nxmc-any-\state
10:48:02.085 [UIThread [32cd1514]] INFO  org.netxms.nxmc.Startup - Registered themes: org.eclipse.rap.rwt.theme.Fallback, org.eclipse.rap.rwt.theme.Default, org.netxms.themes.light
10:48:02.090 [UIThread [32cd1514]] DEBUG org.netxms.nxmc.PreferenceStore - Calling preference initializer org.netxms.nxmc.modules.charts.ChartPreferenceInitializer@2b7a343e
10:48:02.151 [UIThread [32cd1514]] DEBUG org.netxms.nxmc.tools.FontTools - Selected font Metropolis Medium
10:48:02.152 [UIThread [32cd1514]] DEBUG org.netxms.nxmc.tools.FontTools - Selected font Metropolis Medium
10:48:02.179 [UIThread [32cd1514]] INFO  org.netxms.nxmc.AppPropertiesLoader - Properties loaded from nxmc.properties


What can i do? Is there missing something?


Greetings
Marco

#5
General Support / New Client - Pinboard
July 04, 2023, 10:49:27 AM

Hello @all,

testing the new client here... Small question regarding the pinboard:

- Pinboard is not saved at exit from client
- I cannot arrange the registers in pinboard in a different order

Is that by design oder a bug?

Greetings
Marco
#6
Hello @all,

today i installed the server and web-inferface (windows installer) in V4.4.0.

Server is running and functional, web interface is throwing error message:

14:47:40.874 [UIThread [6c74bd29]] ERROR org.netxms.nxmc.Startup - Login job failed
org.netxms.client.NXCException: Der Server benutzt eine nicht-kompatible Version des Kommunikationsprotokolls (server=[60, 4, 1, 1, 1, 45, 1, 2] client=[60, 4, 1, 1, 1, 44, 1, 2])
at org.netxms.client.NXCSession.connect(NXCSession.java:2184)
at org.netxms.nxmc.base.login.LoginJob.run(LoginJob.java:121)
at org.eclipse.jface.operation.ModalContext$ModalContextThread$1.run(ModalContext.java:127)
at org.eclipse.rap.rwt.internal.lifecycle.ContextUtil.runNonUIThreadWithFakeContext(ContextUtil.java:67)
at org.eclipse.rap.rwt.internal.service.UISessionImpl.exec(UISessionImpl.java:251)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)


Seems the WebUI Installer needs an Update... :-)


Greetings
Marco
#7
General Support / Debian 12 (Bookworm) Repository
June 13, 2023, 01:49:19 PM

Hello @all,

i know, maybe it's a little bit early to ask :-) : Will there be a Debian Bookworm repository in the next time?

Greetings
Marco
#8
General Support / MySQL InnoDB Buffer Pool Size
January 31, 2023, 10:19:02 AM

Hello @all,

at my NetXMS Server (Win10, MySQL V5.7.30, 16GB RAM) i see the follow event in the windows event log: 

InnoDB: Over 67 percent of the buffer pool is occupied by lock heaps or the adaptive hash index! Check that your transactions do not set too many row locks. Your buffer pool size is 16 MB. Maybe you should make the buffer pool bigger?. Starting the InnoDB Monitor to print diagnostics, including lock heap and hash index sizes.For more information, see Help and Support Center at http://www.mysql.com. 


Has anyone an idea what buffer pool size i have to use? On this machine is only NetXMS running and no other DB's.

Thanks in advance...

Greetings
Marco
#9
General Support / Re: Subagent NETSVC not loading
January 30, 2023, 05:43:35 PM

Hi Victor,

thanx for the fast response... downloaded, tried and worked for me... But i have to shutdown NetXMS Server, in cause of a locked library...  Now NetworkService.Status is working... :-)

Many thanx..  :-)

Greetings
Marco
#10
General Support / Re: Subagent NETSVC not loading
January 30, 2023, 02:44:40 PM
Hi Victor,

please see the agent log in the attachment (made with debug level 9)...

Greetings
Marco 
#11
General Support / Subagent NETSVC not loading
January 30, 2023, 11:24:41 AM
Hello @all,

today i updated NetXMS to V4.3.0 (Win10, MySQL). In cause of this, the ServiceCheck DCI's are not working anymore. So i would migrate these to the  NetworkService.Check  function.

I changed the agent.conf of the NetXMS Server Agent, deleted the subagent portcheck.nsm entry and added the subagent netsvc.nsm entry...

I restart the agent but the subagent doesnt load... (please see attachments...)

Where is my fault? What i am doing wrong? Any help will be welcome... :-)


Greetings
Marco
#12
General Support / NetXMS WebUI 4.2.395 not starting
October 24, 2022, 05:35:52 PM
Hello @all,

today, i updatet our NetXMS server to 4.2.395 (windows 10 x64, mysql db). Server and legacy GUI working so far.

WebUI throws a error message in browser after upgrading (please see screenshot in attachment):
----
HTTP ERROR 404
Problem accessing /. Reason:
    ProxyServlet: /

Powered by Jetty://
----

Please see the logs from server in the attachment..


Any suggestions?


Greetings
Marco
#13
General Support / Re: Maleformed eMail
May 11, 2022, 03:02:03 PM

Hi Victor,

thanks for the hint. UTF-8 works for me... :-)

Greetings
Marco
#14
General Support / Re: Maleformed eMail
May 11, 2022, 09:41:54 AM

Hi Filipp,

i take a look at the Notification Channel config (please see the attached screenshot).

I changed the "FromName" from "NetXMS Server" in "NetXMS" (as you see in the screenshot) and restart the NetXMS Server service. But the Mails are still maleformed.

Are the other configs in Notification Channel correct?

Greetings
Marco
#15
General Support / Maleformed eMail
May 10, 2022, 12:10:58 PM
Hello @all,

today i updated NetXMS to Version V4.1.283 (NetXMS Server is a Windows 10 64bit, with MySQL).

Since the update the NetXMS status mails comes malformed (please see the attached image).

What can i do?

Greetings
Marco