NetXMS Support Forum

Development => General => Topic started by: yiyun18 on August 01, 2013, 02:12:32 PM

Title: NetXMS Management Console lost views
Post by: yiyun18 on August 01, 2013, 02:12:32 PM
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?
Title: Re: NetXMS Management Console lost views
Post by: Victor Kirhenshtein on August 01, 2013, 04:46:11 PM
Hi!

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

Best regards,
Victor
Title: Re: NetXMS Management Console lost views
Post by: yiyun18 on August 02, 2013, 04:37:37 AM
Thank you.
Right-click on core project and select "Run As->Eclipse Application".

How to deal with the problem?

Best regards!
Title: Re: NetXMS Management Console lost views
Post by: Victor Kirhenshtein on August 02, 2013, 01:33:17 PM
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
Title: Re: NetXMS Management Console lost views
Post by: yiyun18 on August 05, 2013, 03:00:12 PM
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
Title: Re: NetXMS Management Console lost views
Post by: yiyun18 on August 05, 2013, 03:03:57 PM
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.
Title: Re: NetXMS Management Console lost views
Post by: yiyun18 on August 05, 2013, 03:53:50 PM
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.