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

Messages - norg

#1
After upgrade I am not able to start server:
2020.10.11 15:34:15.320 *D* [db.cpool           ] Handle 0xe5a900 released
2020.10.11 15:34:15.320 *D* [                   ] ConfigReadStr: (cached) name=NetworkDeviceDrivers.Blacklist value=""
2020.10.11 15:34:15.320 *D* [                   ] Loading network device drivers from /usr/local/lib/netxms/ndd
Neoprávněný přístup do paměti (SIGSEGV)

running on Cent os 7
#2
Tomcat 7 on which I am deploying war file is on same machine as NetXMS server
#3
I updated to 3.1.300 (server and war) and problem remain
#4
I already tried several undeploy and deploy -no change
after undeploy there is no folder nxmc-3.1.263 in /var/cache/tomcat/work/Catalina/localhost/
after deploy and delete of files in /var/cache/tomcat/work/Catalina/localhost/nxmc-3.1.263 no login screen is loaded
#5
upgrade to netxms-3.1.261 went without problem after deploying newest war (3.1.263)to tomcat I can't login and only get "connect timed out"
the server is running ok-I was able to connect from windows with console, mac os console is missing in download
#6
solved by general update of the machine
#7
Feature Requests / iOS management console
April 13, 2016, 11:45:12 AM
I would realy love to have management console for iOS as it is for android.
Just be working on monitoring temperatures etc. in lab and manager of the lab has iPhone, when I showed him app on android he loved it but sorry not for iOS
#8
General Support / Upgrade 2.0.1->2.0.3 web gui crash
April 13, 2016, 12:14:49 AM
Hi after upgrade everything is ok except web gui
Deploying war file no problem
login screen to netxms no problem
after loging in http status 500
Thanks for directing me the right way

type Exception report

message Servlet execution threw an exception

description The server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

root cause

java.lang.NoClassDefFoundError: Could not initialize class sun.text.normalizer.NormalizerImpl
java.text.RBTableBuilder.build(RBTableBuilder.java:107)
java.text.RBCollationTables.<init>(RBCollationTables.java:83)
java.text.RuleBasedCollator.<init>(RuleBasedCollator.java:300)
java.text.RuleBasedCollator.<init>(RuleBasedCollator.java:281)
sun.util.locale.provider.CollatorProviderImpl.getInstance(CollatorProviderImpl.java:106)
java.text.Collator.getInstance(Collator.java:242)
java.text.Collator.getInstance(Collator.java:224)
com.ibm.icu.text.Collator.getInstance(Collator.java:326)
org.eclipse.ui.actions.PerspectiveMenu$2.<init>(PerspectiveMenu.java:98)
org.eclipse.ui.actions.PerspectiveMenu.<init>(PerspectiveMenu.java:97)
org.eclipse.ui.internal.ChangeToPerspectiveMenu.<init>(ChangeToPerspectiveMenu.java:48)
org.eclipse.ui.actions.ContributionItemFactory$6.create(ContributionItemFactory.java:295)
org.netxms.ui.eclipse.console.ApplicationActionBarAdvisor.makeActions(ApplicationActionBarAdvisor.java:91)
org.eclipse.ui.application.ActionBarAdvisor.fillActionBars(ActionBarAdvisor.java:147)
org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindow.java:3614)
org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:407)
org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchWindow(Workbench3xImplementation.java:29)
org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1933)
org.eclipse.ui.internal.Workbench.access$11(Workbench.java:1931)
org.eclipse.ui.internal.Workbench$16.runWithException(Workbench.java:1244)
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:32)
org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:230)
org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
org.eclipse.swt.widgets.Display.syncExec(Display.java:1092)
org.eclipse.ui.internal.StartupThreading.runWithWorkbenchExceptions(StartupThreading.java:55)
org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:1242)
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:2061)
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1992)
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:188)
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:790)
org.netxms.ui.eclipse.console.ApplicationWorkbenchAdvisor.openWindows(ApplicationWorkbenchAdvisor.java:87)
org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1640)
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:32)
org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:230)
org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
org.eclipse.swt.widgets.Display.syncExec(Display.java:1092)
org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:110)
org.eclipse.ui.internal.Workbench.init(Workbench.java:1635)
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2655)
org.eclipse.ui.internal.Workbench.access$5(Workbench.java:2530)
org.eclipse.ui.internal.Workbench$5.run(Workbench.java:701)
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:684)
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:157)
org.netxms.ui.eclipse.console.Application.start(Application.java:84)
org.eclipse.rap.ui.internal.application.EntryPointApplicationWrapper.createUI(EntryPointApplicationWrapper.java:38)
org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:172)
org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:284)
java.lang.Thread.run(Thread.java:745)
org.eclipse.rap.rwt.internal.lifecycle.UIThread.run(UIThread.java:105)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.63 logs.
#9
I am trying to create template for getting wireless informations from mikrotik devices such as signal, Rx, Tx, DataRate and so on.
Problem is that on each device the oid is different based on MAC address of the wireless card.
the main part .1.3.6.1.4.1.14988.1.1.1.2.1.3 is same but continuing differ on one it is .1.3.6.1.4.1.14988.1.1.1.2.1.3.0.12.66.44.246.252.4 on different .1.3.6.1.4.1.14988.1.1.1.2.1.3.0.12.66.43.64.78.4
I foud in wiki solution for stable version https://wiki.netxms.org/wiki/Creating_SNMP_table_DCI
but I am not able to find how to do this in Development Version
I found some information it should be done through object tool but there is Snmp table no more

Thanks for answer
#10
General Support / Re: Graph templates
August 06, 2015, 08:17:28 PM
About Performance tab I know, already created it in template (I saw that video)
Only problem in performance tab is that graphs have fixed time period (i know i can change it, but it will be fixed again), I would love to be able to click on them like on normal graphs and chose "Presents"
#11
General Support / Graph templates
August 05, 2015, 11:33:29 AM
First thanks for great tool, now to my problem.
I am migrating to netxms  from cacti and I am not able to figure out how to create templates for graphs so I would not have to create all graphs each time from scratch. 
I was looking on templates for DCC which are perfect but I can't find anything for graphs.
AmI missing something or there is none?
Thanks for reply