我正在尝试创建一个openam服务器,在它挂起配置server.Does后得到错误。有人知道为什么找不到心跳吗?可能与它正在查看的端口或"openam.example.com/127.0.0.1:50389“有关?
在线程"http-bio-8092-exec-10“Oct 18,2014 12:01:47 PM org.forgerock.opendj.ldap.HeartBeatConnectionFactory$ConnectionImpl checkForHeartBeat中单击handleException: Exception
警告:未检测到连接“‘LDAPConnection(/127.0.0.1:2801,openam.example.com/127.0.0.1:50389)”的心跳
Registering service famSAML2Config.xml...Success.
Registering service famWSSAuthService.xml...Success.
Registering service OAuth2Provider.xml...Success.
Registering service MailServer.xml...Success.
Registering service RestSecurity.xml...Success.
Configuring system....Done
Configuring server instance....Done发布于 2015-07-22 02:40:08
如果未将web容器(Tomcat)配置为使用足够的内存运行,则端口50389上的嵌入式配置LDAP存储可能会耗尽内存,并且不响应心跳。参见OpenAM Troubleshooting。
https://stackoverflow.com/questions/26442397
复制相似问题