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 - Victor Kirhenshtein

#3811
Seems to be different issue. Could you please run it under gdb and send me stack trace?

Best regards,
Victor
#3812
Hi!

Seems to be a Tomcat problem. Try to stop Tomcat, remove both war file and deployed application, start Tomcat, and then copy war file again.

Best regards,
Victor
#3813
Even upgrading port to latest release will be great. If test system is a problem, I can provide you access to test virtual machines with FreeBSD. Please contact me directly if you are interested.

Best regards,
Victor
#3814
Announcements / Re: NetXMS 1.2.13 released
April 09, 2014, 09:15:48 AM
Quote from: raypetter on April 04, 2014, 09:13:57 PM
Posted this in general, but it might be more suitable in this thread as it did not occur on the previous version of netxms.

Please use general support instead of announces - it is more suitable for support questions.

Best regards,
Victor
#3815
I suspect that shutdown process terminates agent before it is able to send response back to server. I will check.

Best regards,
Victor
#3816
No, it's not possible. I'll add it as change request though.

Best regards,
Victor
#3817
Hi!

It could looks like following:


idxVoltage = $1->getColumnIndex("VOLTAGE");
idxStatus = $1->getColumnIndex("STATUS");

for(i = 0; i < $1->rowCount; i++)
{
   $1->set(i, idxVoltage, $1->get(i, idxVoltage) / 1000);
   if ($1->get(i, idxStatus) == 3)
   {
      $1->set(i, idxStatus, "OK");
   }
}


Best regards,
Victor
#3818
Announcements / Re: NetXMS 1.2.13 released
April 02, 2014, 08:24:56 PM
Hi!

You mean it crashed?

Best regards,
Victor
#3819
Скорее всего отваливается сессия по таймауту. А почему не используете Java консоль, там таких проблем не должно быть?
#3820
Сейчас -D в командной строке имеет приоритет. Проверьте что при запуске агента не указывается -D0.
#3821
Announcements / Re: NetXMS 1.2.13 released
April 02, 2014, 07:31:41 PM
It should be there.

Best regards,
Victor
#3822
I hope it will be available in a week or two.

Best regards,
Victor
#3823
Можно пробовать использовать ExternalParametersProvider - на форуме довольно много сообщений на эту тему, например это: https://www.netxms.org/forum/configuration/reading-in-values-from-a-file/msg10173/#msg10173.

Первая версия в ветке 1.3.x будет думаю в начале мая.
#3824
General Support / Re: WebUI on Server 2008 R2
April 01, 2014, 06:09:29 PM
Hi!

Yes, there is a bug which prevents web UI from running on port 80 (any other port will work). I'll fix it in next release.

Best regards,
Victor
#3825
А что это за база?