NCache 无法通过 NCache Explorer 添加新的本地缓存/现有的本地缓存
NCache cannot add new local caches / existing local caches through NCache Explorer
当我在Visual Studio Pro 2013 / 2015中尝试通过NCache Explore添加新的本地缓存时,输入IP地址和缓存名称后,NCache Explore提示如下错误信息:
Error: Alachisoft.NCache.Runtime.Exceptions.ManagementException
at Alachisoft.NCache.Management.RPC.RemoteCacheServer.ExecuteCommandOnCacehServer(ManagementCommand command)
at Alachisoft.NCache.Management.RPC.RemoteCacheServer.IsCacheRegistered(String cacheId)
at Alachisoft.IntegCommonMVC.Controllers.CommonControl.CommonController.CheckCacheAvailability(String serverNode, String cacheId, Int32 serverPort)
有谁知道如何在NCache Explore中正确添加本地缓存?
NCache Explore in Visual Studio Pro 2013 / 2015 不支持 正式开源版本
您可以通过以下步骤从控制台对其进行管理。
- 打开CMD
- cd 到安装文件夹;我的是`C:\Program Files\NCache\
- cd 到 bin\tools`
- 首先检查服务是否启动,然后运行执行
listcaches.exe
- 如果一切正常,那么只需执行
startcache.exe mycache
- 如果不是请检查你的IP是否正确
config/client.ncconf
config/config.ncconf
bin/service/Alachisoft.NCache.Service.exe.config
当我在Visual Studio Pro 2013 / 2015中尝试通过NCache Explore添加新的本地缓存时,输入IP地址和缓存名称后,NCache Explore提示如下错误信息:
Error: Alachisoft.NCache.Runtime.Exceptions.ManagementException
at Alachisoft.NCache.Management.RPC.RemoteCacheServer.ExecuteCommandOnCacehServer(ManagementCommand command)
at Alachisoft.NCache.Management.RPC.RemoteCacheServer.IsCacheRegistered(String cacheId)
at Alachisoft.IntegCommonMVC.Controllers.CommonControl.CommonController.CheckCacheAvailability(String serverNode, String cacheId, Int32 serverPort)
有谁知道如何在NCache Explore中正确添加本地缓存?
NCache Explore in Visual Studio Pro 2013 / 2015 不支持 正式开源版本
您可以通过以下步骤从控制台对其进行管理。
- 打开CMD
- cd 到安装文件夹;我的是`C:\Program Files\NCache\
- cd 到 bin\tools`
- 首先检查服务是否启动,然后运行执行
listcaches.exe
- 如果一切正常,那么只需执行
startcache.exe mycache
- 如果不是请检查你的IP是否正确
config/client.ncconf
config/config.ncconf
bin/service/Alachisoft.NCache.Service.exe.config