News:

We really need your input in this questionnaire

Main Menu

NetXMS Management Console lost views

Started by yiyun18, August 01, 2013, 02:12:32 PM

Previous topic - Next topic

yiyun18

Hi,
  I have downloaded NetXMS 1.2.8 from SVN and have compiled the source. When I run the Core project,the NetXMS Management Console lost some views, as show in attachment. How to deal with the problem?

Victor Kirhenshtein

Hi!

How did you run it? Also, check "Console" view in Eclipse for any log messages and exceptions.

Best regards,
Victor

yiyun18

Thank you.
Right-click on core project and select "Run As->Eclipse Application".

How to deal with the problem?

Best regards!

Victor Kirhenshtein

Any exceptions/errors in log?

Also, try to reset perspective to default - right click on perspective name in top right corner and select "Reset".

If this will not help, try to delete runtime data (usually %HOMEPATH%\.nxmc on Windows and ~/.nxmc on Linux).

Best regards,
Victor

yiyun18

Thank you very much!
I have solved the problem.

There is another problem.When I build libnetxms project, I got errors show as below:

2>e:\netxms\source_svn_1.2.8\include\nms_util.h(766) : error C2065: '_TRUNCATE' : undeclared identifier
2>e:\netxms\source_svn_1.2.8\include\nms_util.h(766) : error C3861: '_tcsncpy_s': identifier not found
2>e:\netxms\source_svn_1.2.8\include\nms_util.h(778) : error C3861: 'strncpy_s': identifier not found

how to deal with the problem?

Best regards

yiyun18

When I build libtre project, I got errors show as below:

1>   Creating library E:\NetXMS\source_svn_1.2.8\Debug\libtre.lib and object E:\NetXMS\source_svn_1.2.8\Debug\libtre.exp
1>tre-match-backtrack.obj : error LNK2019: unresolved external symbol _wmemcmp referenced in function _tre_tnfa_run_backtrack
1>tre-parse.obj : error LNK2019: unresolved external symbol __imp__wctype referenced in function _tre_parse_bracket_items
1>E:\NetXMS\source_svn_1.2.8\Debug\libtre.dll : fatal error LNK1120: 2 unresolved externals
1>Build log was saved at "file://e:\NetXMS\source_svn_1.2.8\src\libtre\Debug\BuildLog.htm"
1>libtre - 3 error(s), 0 warning(s)

PS: I use VC2005.

yiyun18

Quote from: yiyun18 on August 05, 2013, 03:00:12 PM
There is another problem.When I build libnetxms project, I got errors show as below:
2>e:\netxms\source_svn_1.2.8\include\nms_util.h(766) : error C2065: '_TRUNCATE' : undeclared identifier
2>e:\netxms\source_svn_1.2.8\include\nms_util.h(766) : error C3861: '_tcsncpy_s': identifier not found
2>e:\netxms\source_svn_1.2.8\include\nms_util.h(778) : error C3861: 'strncpy_s': identifier not found
I have solved the problem.But there is still 12 project failed.