我对openam完全陌生。面对问题与am7.1设置。按照本文档中的步骤进行安装,https://backstage.forgerock.com/docs/am/7.1/eval-guide/
发布:登录到openam后,它在“创建默认配置”中失败。
10/29/2021 07:19:24:042 UTC:加载模式opendj_user_schema.ldif 10/29/2021 07:19:24:053 UTC:...Failed。org.forgerock.opendj.ldap.LdapException.newLdapException(LdapException.java:230)错误:在AMSetupDSConfig.loadSchemaFiles:failedConnect上没有可用的操作连接工厂
设置详细信息:
使用导出JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64“导出CATALINA_OPTS="-Xmx1024m
5.使用对$JAVA_HOME/lib/security/仙人掌具有正确权限的根用户
登录到openam后,它将失败,使用“创建默认配置”。
10/29/2021 07:18:59:484 AM UTC:许可条款被接受。许可、合法通知/Forgerock_License.txt已被接受。许可证哈希: Yalwb9SLaQCqu0NjseRm+vqup41ucHzs83eS3VP3uZI=。10/29/2021 07:18:59:493 UTC:检查配置目录/home/midadev1 1/ AM。10/29/2021 07:19:03:473上午,协调世界时:...Success。10/29/2021 07:19:05:619 UTC:提取DS,请稍候。10/29/2021 07:19:11:897 AM UTC:完全10/29/2021 07:19:11:897 AM UTC:运行DS安装10/29/2021 07:19:15:330 AM UTC:...Success 10/29/2021 07:19:15:332 AM UTC: serverRoot /home/midadev1 1/ AM /AM/opends 10/29/2021 07:19:21:392 UTC:...Success。10/29/2021 07:19:21:392 UTC:...Success。10/29/2021 07:19:21:393 AM UTC:在/home/midadev1 1/ AM /opend 10/29/2021 07:19:21:527 AM UTC:创建AM后缀10/29/2021 07:19:23:641 AM UTC:...Success 10/29/2021 07:19:23:715 AM UTC:标记交换架构文件中安装嵌入式DS配置存储。10/29/2021 07:19:23:754上午,协调世界时:...Success。10/29/2021 07:19:23:755 UTC:加载模式opendj_config_schema.ldif 10/29/2021 07:19:24:042 UTC:...Success。10/29/2021 07:19:24:042 UTC: opendj_user_schema.ldif 10/29/2021 07:19:24:053 UTC:...Failed。错误:没有操作连接工厂在org.forgerock.opendj.ldap.LdapException.newLdapException(LdapException.java:230)、org.forgerock.opendj.ldap.LdapException.newLdapException(LdapException.java:145)、org.forgerock.opendj.ldap.LdapException.newLdapException(LdapException.java:114)、org.forgerock.opendj.ldap.LdapException.newLdapException(LdapException.java:72)、org.forgerock.opendj.ldap.LoadBalancer.noOperationalConnectionFactoriesException(LoadBalancer.java:768)、org.forgerock.opendj.ldap.LoadBalancer上提供e。io.reactivex.rxjava3.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:43),io.reactivex.rxjava3.core.Single.subscribe(Single.java:4813),io.reactivex.rxjava3.internal.operators.single.SingleMap.subscribeActual(SingleMap.java:35),io.reactivex.rxjava3.core.Single.subscribe(Single.java:4813),io.reactivex.rxjava3.internal.operators.single.SingleObserveOn.subscribeActual(SingleObserveOn.java:35),io.reactivex。rxjava3.core.Single.subscribe(Single.java:4813) at io.reactivex.rxjava3.internal.operators.single.SingleDoFinally.subscribeActual(SingleDoFinally.java:44) at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4813) at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4799) at org.forgerock.opendj.ldap.LdapConnectionFactory.getConnectionAsync(LdapConnectionFactory.java:346) at org.forgerock.opendj.ldap.LdapConnectionFactory.getConnection(LdapConnectionFactory.java:353) at com.sun.identity.setup.AMSetupDSConfig.loadSchemaFiles(AMSetupDSConfig.java:258) at com.sun.identity.setup.AMSetupServlet.writeSchemaFiles(AMSetupServlet.java:1514)
有什么建议吗?
发布于 2022-07-13 08:05:36
在我的例子中,它是由底层嵌入式目录服务(DS)的问题引起的,它抱怨缺少磁盘空间。
[13/Juli/2022:09:21:50 +0200] category=CORE severity=ERROR msgID=139 msg=The Directory Server has sent an alert notification generated by class org.opends.server.extensions.DiskSpaceMonitor (alert type org.opends.server.DiskFull, alert ID org.opends.messages.core-750): The free space (869,01 megabytes) on the disk containing directory "C:\" is below full threshold for the following subsystems: "appData Backend" (low=10,34 gigabytes, full=6,34 gigabytes). Write operations to the backend, replication updates included, will fail until the free space rises above the thresholdDS要求是重要的,在评估指南以及https://backstage.forgerock.com/docs/am/7.1/eval-guide/step-1-prepare-server.html中也提到了
DS服务器需要相当于或大于5GB的空闲磁盘空间,加上运行容器的用户的$HOME目录中文件系统总大小的5%。
https://stackoverflow.com/questions/69928417
复制相似问题