无法从 windows7(32 位) 连接 windows2008(64 位) 中的内容服务器文档库
当我使用DFC从windows7(32位)连接windows2008(64位)中的文档库时发生错误。 (内容服务器版本是Developer_Edition_6.6_windows_sql)。
DfServiceException:: 线程:主;味精: [DFC_SESSION_DOCBASE_UNREACHABLE] 文档库“documentum”无法访问; 错误代码:ff;下一个:空 在 com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.builtNewRpcClient(DocbaseConnection.java:259) 在 com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.open(DocbaseConnection.java:122) 在 com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.(DocbaseConnection.java:96) 在 com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.(DocbaseConnection.java:60) 在 com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionFactory.newDocbaseConnection(DocbaseConnectionFactory.java:26) 在 com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionManager.getDocbaseConnection(DocbaseConnectionManager.java:74) 在 com.documentum.fc.client.impl.session.SessionFactory.newSession(SessionFactory.java:29) 在 com.documentum.fc.client.impl.session.PrincipalAwareSessionFactory.newSession(PrincipalAwareSessionFactory.java:35) 在 com.documentum.fc.client.impl.session.PooledSessionFactory.newSession(PooledSessionFactory.java:47) 在 com.documentum.fc.client.impl.session.SessionManager.getSessionFromFactory(SessionManager.java:111) 在 com.documentum.fc.client.impl.session.SessionManager.newSession(SessionManager.java:64) 在 com.documentum.fc.client.impl.session.SessionManager.getSession(SessionManager.java:168) 在 com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.connect(ModuleManager.java:356) 在 com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.init(ModuleManager.java:311) 在 com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.getInstance(ModuleManager.java:36) 在 com.documentum.fc.client.security.impl.DfcIdentityPublisher.(DfcIdentityPublisher.java:44) 在 com.documentum.fc.client.security.internal.RegistrationMgr.register(RegistrationMgr.java:34) 在 com.documentum.fc.impl.RuntimeContext。(RuntimeContext.java:191) 在 com.documentum.fc.client.DfClient.(DfClient.java:721) 在 com.documentum.com.DfClientX.getLocalClient(DfClientX.java:43)
但如果我在 Windows XP 上使用相同的 DFC 代码,它工作正常...
另外,我可以从这个 windows7(32bit) 连接 windowsXP 中的另一个文档库使用相同的 DFC 代码。
我已经关闭了这些机器中的所有防火墙。有什么想法吗?
Error occurred when I connect docbase in windows2008(64bit) from windows7(32bit) using DFC. (the content server version is Developer_Edition_6.6_windows_sql).
DfServiceException:: THREAD: main; MSG:
[DFC_SESSION_DOCBASE_UNREACHABLE] Docbase "documentum" is unreachable;
ERRORCODE: ff; NEXT: null
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.establishNewRpcClient(DocbaseConnection.java:259)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.open(DocbaseConnection.java:122)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.(DocbaseConnection.java:96)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.(DocbaseConnection.java:60)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionFactory.newDocbaseConnection(DocbaseConnectionFactory.java:26)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionManager.getDocbaseConnection(DocbaseConnectionManager.java:74)
at com.documentum.fc.client.impl.session.SessionFactory.newSession(SessionFactory.java:29)
at com.documentum.fc.client.impl.session.PrincipalAwareSessionFactory.newSession(PrincipalAwareSessionFactory.java:35)
at com.documentum.fc.client.impl.session.PooledSessionFactory.newSession(PooledSessionFactory.java:47)
at com.documentum.fc.client.impl.session.SessionManager.getSessionFromFactory(SessionManager.java:111)
at com.documentum.fc.client.impl.session.SessionManager.newSession(SessionManager.java:64)
at com.documentum.fc.client.impl.session.SessionManager.getSession(SessionManager.java:168)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.connect(ModuleManager.java:356)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.init(ModuleManager.java:311)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.getInstance(ModuleManager.java:36)
at com.documentum.fc.client.security.impl.DfcIdentityPublisher.(DfcIdentityPublisher.java:44)
at com.documentum.fc.client.security.internal.RegistrationMgr.register(RegistrationMgr.java:34)
at com.documentum.fc.impl.RuntimeContext.(RuntimeContext.java:191)
at com.documentum.fc.client.DfClient.(DfClient.java:721)
at com.documentum.com.DfClientX.getLocalClient(DfClientX.java:43)
But if I use the same DFC code on windows XP, it work fine...
Also, I can connect another docbase in windowsXP from this windows7(32bit) using same DFC code.
I have shutdown all firewall in these machines. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我很确定,这是一个网络问题。
首先,尝试查明您是否可以连接到您的 docbroker 主机/端口。如果失败了,您知道从哪里开始。还要仔细检查您的 dfc.properties 和防火墙设置(再次)这些设置以及全局存储库配置。
也许,这也可能与您的 IPv6 有关?我听说过 IPv6 的问题,自己也遇到过一些问题(但这些都是在 Linux 上)。
另一个(微小的)想法:当您从 Windows 7 机器访问 DA / Webtop 时,您是否也面临同样的问题?另外,您可以尝试设置本地 Web 服务器并在那里部署 DA / Webtop。这可以为您提供更多信息并表明此问题是否与您的 DFC 代码有关。
也许还可以重新启动所有服务(Docbase、DocBroker、方法服务器)。
祝你好运!
I am pretty sure, this is a networking problem.
First, try to find out whether you can connect to your docbroker host / port. If that fails, you know where to start. Also doublecheck your dfc.properties and your firewall settings (again) on these settings and also the global repository configuration.
Maybe, this could also have something to do with your IPv6? I heard about issues with IPv6 and also encountered some myself (but these were on Linux).
Another (tiny) idea: When you access DA / Webtop from your Windows 7 Machine, do you also face the same problem? Also, you could try to setup a local Webserver and deploy DA / Webtop there. This could give you more information and indicate, whether this problem is related to your DFC-code or not.
Maybe also restart all your service (Docbase, DocBroker, Method Server).
Good luck!
是的,IPV6 会影响!
IPV6 必须在 Windows 域成员 PC 下处于活动状态。
(工作组成员不受影响)
x:\Documentum\Cache 文件夹必须可写。
Yes, IPV6 affects!
IPV6 has to be ALIVE under Windows domain member PC.
(Workgroup member is not affected)
and x:\Documentum\Cache folder has to be writable.