News:

We really need your input in this questionnaire

Main Menu
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

Topics - haryt

#1
General Support / libnetxms.so.34
July 13, 2020, 08:16:32 AM
Hi, since the last update I have this Problem:
~# ldconfig
~# ldconfig -p|grep libnetxms                                               libnetxms.so.34 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetxms.so.34
~# /usr/local/bin/nxdbmgr init /usr/share/netxms/sql/dbinit_mysql.sql
/usr/local/bin/nxdbmgr: error while loading shared libraries: libnxdbmgr.so.33: cannot open shared object file: No such file or Directory


How can I fix this? Please help me, the Servier is not working anymore!!

Regads from Vienna
Hary
#2
General Support / HP ILO, crash after start
May 19, 2020, 08:26:06 AM
Hi, my old Server always crashed after start (no login possible), so I decided to make a new Server. Guess what, after Start it crashes (Database is locked) now build from .deb not compiled from Scratch as the last Server was, so I Always have to stop netxmsd, unlock db, and start netxmsd. This is bad if it happens during the night.......
Other Thing with the new Server is, I have a HP Server (Gen0) with ILO, bevor the new Server I was able to check the ESXi trough the ILO, this is not working anymore. But, I´m not able to add the ESXi, because Netxms says, that this IP is still in use (ILO has 253, ESXi has 1, so different IP´s). Sometimes I´m able to add, but some hours later its gone (with all the DCI´s I worked days for, are they somewhere?)
#3
General Support / Netxms Grafana Error parse date
April 04, 2020, 08:26:29 AM
I got this error on Grafana since some week when I try to Access my Netxms Data, everything i tryed was witout success (delete datasource and recreate, Change tomcat on Netxms site, update Grafana, Netxms and both Debian OS....)
status:500
statusText:"Internal Server Error"
data:Object
description:"Unparseable date: "ri Apr 03 2020 19:14:26 GMT+020""
error:46
message:46

When testing the Datasource i got: Function expected sometimes the Error is different and says someting About the Http Header

And now the realy strange Thing: it happens on Edge all the time, on Chrome it is only the first minutes after rebooting the Server...... On mobilphone (Android with Chrome and Edge) it is aso not working, same Error as on Edge on Windows (just that both browser have this error)........
Any Ideas? I´m not sure if it is related to Grafana or Netxms.
Greetings
Hary from Vienna
#4
General Support / Connection refused
March 08, 2020, 10:35:15 AM
I got the message "Connection refused" when I try to Login ton Netxms (Server running on Linux, Konsole on Windows 10). Tryed with nxdbmgr check (db locked,  but unlocks aftre run nxdbmgr), no success, tryed to reinstall Port 4701, no success. Any Ideas what is going wrong? Version is 3.1.261, Java is 12 (also teste with 8), tomcat is 7, RAM is 4GB (used ~500MB). Also teste with some backups, no success...... also run mysqlcheck, no Errors in DB
Regards from Vienna
Hary
#5
Hi, I get an Error after updating to 2.0.5 erverytime I try to open Dashbordas (thes worked before), any ideas?

Could not create the view: org/netxms/ui/eclipse/perfview/views/HistoricalGraphView$PresetHandler

java.lang.ClassNotFoundException: org.netxms.ui.eclipse.perfview.views.HistoricalGraphView$PresetHandler
   at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
   at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at org.netxms.ui.eclipse.dashboard.widgets.DashboardControl.createElementWidget(DashboardControl.java:215)
   at org.netxms.ui.eclipse.dashboard.widgets.DashboardControl.createContent(DashboardControl.java:129)
   at org.netxms.ui.eclipse.dashboard.widgets.DashboardControl.<init>(DashboardControl.java:92)
   at org.netxms.ui.eclipse.dashboard.views.DashboardView.createPartControl(DashboardView.java:138)
   at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:386)
   at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:240)
   at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
   at org.eclipse.ui.internal.WorkbenchPage$ActivationList.setActive(WorkbenchPage.java:4330)
   at org.eclipse.ui.internal.WorkbenchPage$18.runWithException(WorkbenchPage.java:3372)
   at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
   at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
   at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4144)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
   at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
   at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1600)
   at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
   at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
   at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4144)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2609)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
   at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.netxms.ui.eclipse.console.Application.start(Application.java:37)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1438)