Websphere 6.1 - 配置安全性

时间:2008-09-26 13:23:42

标签: security websphere websphere-6.1

当我尝试通过Websphere的管理控制台配置安全性时,它就会挂起。 它是在以下4个步骤的最后一步

  1. 指定保护范围
  2. 选择用户存储库
  3. 配置用户存储库
  4. 摘要
  5. 以下是我的控制台的摘录

    [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.
    

    有什么想法可以在这里吗?

    由于 达明

1 个答案:

答案 0 :(得分:2)

听起来我的LDAP服务器没有及时响应。您有一个挂起的线程而不是网络错误这一事实向我表明您已成功与LDAP通信。如果要将此附加到Active Directory支持的LDAP,则可能会过载。我们过去曾使用ADAM servers来缓解缓慢的LDAP响应时间。然而,我们的响应时间约为3-5秒而不是12分钟。这也可能是一个僵局。我已经看到由于实现XD扩展而导致挂起的线程,其中节点使其通信死锁(但这些不是WebContainer线程)。为解决此问题,我们放弃了XD扩展,转而采用NetScaler设置。