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 - ptrivino

#1
General Support / Java exit code=13 on nxmc start
May 30, 2019, 07:30:52 PM
I am evaluating NetXMS (I like it more and more as I work with it), but it tends to go a few days/a week between access.  Today when I tried to login I got the error shown in the attachment (sorry, it isn't text or I'd post that in here). I have the same JRE I had last week, no changes that I can think of. Just for giggles I rebooted the server (which was a long shot, this seems it's way before server access).

Can anyone point me in a direction to look?

Paul
#2
General Support / Login top-left vs center fields
April 15, 2019, 07:30:38 PM
I've had little or no luck logging in with my userID/pswd in the fields at the top-left of the forum pages - until I get the center Login fields to display, those seem to work fine.  Anyone else report this? See attached picture.

Paul
#3
Hi, I am giving NetXMS a try. Since I'm CentOS 7, I'm doing 'from source' which seems well explained. I have run into a couple missing dependencies - OpenSSL (saw the document warning, thought that was already installed, but ok, fixed), curl (needed libcurl-devel, OK), libssh and libssh-devel, then this:

Quotechecking size of wchar_t... configure: error: in `/home/a-ptrivino/Downloads/netxms-2.2.13':
configure: error: cannot compute sizeof (wchar_t)
See `config.log' for more details

(That last line is a hoot, this is FROM config.log... :D)

But I don't find anything about this in this forum. The germane part of config.log seems to be this:

| #if HAVE_WCHAR_H
| #include <wchar.h>
| #endif
|
|
| static long int longval () { return (long int) (sizeof (wchar_t)); }
| static unsigned long int ulongval () { return (long int) (sizeof (wchar_t)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (wchar_t))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (wchar_t))))
|       return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (wchar_t))))
|       return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
|
|   ;
|   return 0;
| }
configure:26002: error: in `/home/a-ptrivino/Downloads/netxms-2.2.13':
configure:26004: error: cannot compute sizeof (wchar_t)
See `config.log' for more details


Please let me know what else I should provide to help find the cause of this.  Thank you!

Paul