Websphere 6.1-配置安全性
时间:2020-03-06 14:47:01 来源:igfitidea点击:
当我尝试通过Websphere的管理控制台配置安全性时,它只是挂起。
在以下4个步骤的最后一步
- 指定保护范围
- 选择用户存储库
- 配置用户存储库
- 概括
这是我的控制台中的摘录
[26/09/08 13:50:56:539 IST] 0000001f ServletWrappe I SRVE0242I: [isclite] [/ibm/console] [/com.ibm.ws.console.security/EnableSecurity.jsp]: Initialization successful. [26/09/08 13:50:58:616 IST] 0000001f ServletWrappe I SRVE0242I: [isclite] [/ibm/console] [/com.ibm.ws.console.security/SelectRegistry.jsp]: Initialization successful. [26/09/08 13:51:00:126 IST] 0000001f ServletWrappe I SRVE0242I: [isclite] [/ibm/console] [/com.ibm.ws.console.security/ConfigureRegistry.jsp]: Initialization successful. [26/09/08 13:51:00:126 IST] 0000001f ServletWrappe I SRVE0242I: [isclite] [/ibm/console] [/com.ibm.ws.console.security/LocalRegistry.jsp]: Initialization successful. [26/09/08 13:51:36:202 IST] 0000001f ServletWrappe I SRVE0242I: [isclite] [/ibm/console] [/com.ibm.ws.console.security/ConfirmEnableSecurity.jsp]: Initialization successful. [26/09/08 13:52:20:255 IST] 0000001f UserRegistryI A SECJ0136I: Custom Registry:com.ibm.ws.security.registry.nt.NTLocalDomainRegistryImpl has been initialized [26/09/08 13:52:21:025 IST] 0000001f UserRegistryI A SECJ0136I: Custom Registry:com.ibm.ws.security.registry.nt.NTLocalDomainRegistryImpl has been initialized [26/09/08 14:04:03:127 IST] 00000019 ThreadMonitor W WSVR0605W: Thread "WebContainer : 2" (0000001f) has been active for 746076 milliseconds and may be hung. There is/are 1 thread(s) in total in the server that may be hung.
你知道这里可能是什么吗?
谢谢
达米安
解决方案
在我看来,LDAP服务器没有及时响应。我们拥有挂起的线程而不是网络错误的事实向我表明我们已成功与LDAP通信。如果将其添加到Active Directory支持的LDAP,则可能会增加负担。过去,我们已经使用ADAM服务器来解决缓慢的LDAP响应时间。但是,我们的响应时间约为3-5秒,而不是12分钟以上。这也可能是一个僵局。我已经看到由于实施XD扩展而导致线程挂起,在这些扩展中节点使通信陷入僵局(但这不是WebContainer线程)。为了解决此问题,我们放弃了XD扩展,转而使用NetScaler安装程序。