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 - Sch.Donat

#46
General Support / Re: Compiling NetXMS
November 14, 2018, 06:52:12 PM
Hi!

I have Ubuntu server 18 LTS.
I installed the mentioned packages, I ran reconf script, then configure srcipt (when the script had an error I installed the packages it missed), and now if I run make, it terminates with error jni.h not found (see picture). I have JDK 11 installed.
I haven't looked into eclipse yet.

Best regards,
Sch.Donat
#47
General Support / Compiling NetXMS
November 13, 2018, 09:58:30 PM
Hi!

I have 2 questions regarding compiling NetXMS.

The first question is about compiling the 2.2.10 version NetXMS management console in Eclipse 4.7 (Oxygen) for RCP and RAP Developers. I tried to install the Eclipse addons listed in eclipse_addons.txt, but Target Managment Terminal doesn't have 3.5 version anymore, so I installed a more recent version, but it doesn't have org.eclipse.tm.terminal_VERSION.jar file. I had some problems with the Birt Charting as well, but I could install that from the oxygen site.
There are a few imports that cannot be resolved:

  • org.eclipse.ui.internal.presentations.defaultpresentation
  • org.eclipse.ui.internal.presentations.util
  • org.eclipse.ui.internal.tweaklets.WorkbenchImplementation
  • org.eclipse.ui.presentations
I tried to get the last from a previous Eclipse version, but without a success.
I could build the 3.0.M0 console wit the above setup.

The second question is building the server with the make command. The Administrator Guide says run configuration script  ./configure -with-server --with-pgsql--with-agent but there is no such script (I found reconf script witch seems to work fine and configure.ac but it fails to run in bash and sh with syntax error on line 7). I tried to run make nonetheless, but it says "No target secified and no makefile found". If I specify the Makefile.am (with -f switch) it says "./tools/updatetag.sh" so I'm guessing it runs that script, but doesn't build NetXMS. If I specify a target, i.e. install, it says "No rule to make target install". I have no experience with make, I don't know that I'm missing.

So my questions would be, is it still possibly to build the 2.2.10 management console? How can I build the server?

Best regards,
Sch.Donat
#48
Hi!

Thank you for the information.

Best regards,
Sch.Donat
#49
Hi All!

First of all great product, thank you for making it opensource!

My question would be that how can one install an eclipse plugin into the Netxms console?
I read somewhere on the forums that one can create eclipse plugins for Netxms, so I wanted to try it out with the hello world plugin, because I will need to add SNMP set functionality to Netxms, and creating a plugin for that would be a good solution.

Best regards,
Sch.Donat