本文适用于
HCL Notes 12.0.2 FPx 64 bit
问题
当您将 Notes 客户端升级到 12.0.2 64 位并启动 Notes 客户端时,可能会发现提示 "Notes client can not start and need to reinstall the notes client." 。
仅在安装了 Checkpoint Security 应用程序的系统中才会出现此行为。
原因
安装是成功的,只是启动客户端时失败。
检查 workspace 日志,会发现:
"java.lang.UnsatisfiedLinkError: os (C:/Program Files (x86)/CheckPoint/Endpoint Security/Endpoint Common/bin\os.dll is not a valid Win32 application" (no valid 32-bit application)"
解决方法
将以下路径从:
<Notes Installation Path>\framework\rcp\eclipse\plugins\com.ibm.rcp.os.win32.x86_64_xxxxxxx\os\win32\x64
改为:
<Notes Installation Path>\framework\rcp\eclipse\plugins\com.ibm.rcp.os.win32.x86_64_xxxxxxx\os\win32\x86_64
可以解决此问题。

