XPages - 打开自定义控件会导致Lotus Notes客户端崩溃

Ton*_*een 2 lotus-notes lotus-domino xpages

我正在使用Lotus Notes 8.5.3 FP1和扩展库.我有一个自定义控件,每次我尝试在Domino Designer中打开该自定义控件时都会导致Lotus Notes客户端崩溃.大多数自定义控件和Xpages打开没有问题.我该如何调试并解决这个问题?我已经尝试过卸载并重新安装扩展库但问题仍然存在.在浏览器中打开包含该自定义控件的XPage也是不可能的.这给出了错误500 HTTP Web服务器:命令未处理异常.

Started at: Tue May 06 13:13:23 2014
Ended   at: Tue May 06 13:13:41 2014
Time Spent: 00:00:18

Generated Messages:

   INFO (0): This NSD was generated due to a Domino shutdown hang.
         There will not be a FATAL thread.  Any processes/threads other than
         the main server thread and the server timeout thread which started
         this NSD should be examined to determine why they did not terminate
         when requested to do so.

   INFO (0): failed to match all of the Notes processes
   INFO (0): Directory Listing for Workspace Logs not generated (no such directory).
   INFO (0): No Directory Listings for FT (none were open).
   INFO (0): terminated process [nNOTESMM:  0e90]
   INFO (0): terminated process [ belnapi:  1054]
   INFO (0): terminated process [ belnapi:  01f0]
   INFO (0): terminated process [ nserver:  0b34]
   INFO (0): process [nSMDreal:  0d90] has already terminated
   INFO (0): Deleting pid.nbf
   WARNING (0): proc [nSMDreal:  0d90] terminated
   ERROR (44): unable to open file 'C:\Lotus\Domino\framework\rcp\rcplauncher.properties' - (2) No such file or directory
   ERROR (0): Couldn't open the rcplauncher.properties file using the path C:\Lotus\Domino\framework\rcp\rcplauncher.properties to locate the workspace directory.



Please send the following files:

NSD Log : D:\Lotus\Domino\data\IBM_TECHNICAL_SUPPORT\nsd_W32I_chprone2_2014_05_06@13_13_23.log
Run Code Online (Sandbox Code Playgroud)

Dav*_*edy 7

我发现当事情搞乱SourceControl时会发生这种情况.特别是使用SourceTree.我有一个案例,如果你在包浏览器中查看应用程序,我最终得到了一些重复的设计元素,名称末尾有"orig".所以我有:mPage.xsp mPage.xsp.orig

这样的事情.设计师不喜欢这样.删除所有orig文件解决了我的特殊问题.

如果您没有使用源代码管理,我会从自定义控件中复制标记并将其粘贴到一个全新的控件中.然后删除旧的.请注意,复制标记不会获得任何自定义属性.