首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >OpenAM安装无法创建默认配置,OpenDS中出现错误

OpenAM安装无法创建默认配置,OpenDS中出现错误
EN

Stack Overflow用户
提问于 2020-12-18 21:09:46
回答 1查看 448关注 0票数 0

我已经在Tomcat和CentOs7上安装了OpenAM 14.5.4,只需几个基本的可行步骤。只需一步一步地构建一个合适的Ansible攻略。然而,在OpenDJ上,WebUI的“创建默认配置”总是失败,而我将与之一起完成这项工作的Forgerock开发人员只有明年才有时间。所以也许有人已经遇到过这种情况了?

= Install.log位于/home/tomcat/openam

代码语言:javascript
复制
2/18/2020 12:48:21:265 PM UTC: Extracting OpenDJ, please wait...
12/18/2020 12:48:21:563 PM UTC: Complete
12/18/2020 12:48:21:563 PM UTC: Running OpenDJ setup
12/18/2020 12:48:21:563 PM UTC: Setup command: --cli --adminConnectorPort 5444 --baseDN dc=openam,dc=openidentityplatform,dc=org --rootUserDN cn=Directory Manager --ldapPort 51389 --skipPortCheck --rootUserPassword xxxxxxx --jmxPort 2689 --no-prompt --doNotStart --hostname 1.1.1.34 --noPropertiesFile --backendType je

Configuring Directory Server .....

Error Configuring Directory Server.
See /opt/tomcat/temp/opendj-setup-12499578588005068186.log for a detailed log
of the failed operation.
Please report this error and provide the log file mentioned above.

To see basic server configuration status and configuration, you can launch
/home/tomcat/openam/opends/bin/status

12/18/2020 12:48:22:967 PM UTC: ...Failed.
12/18/2020 12:48:22:967 PM UTC: ...Failed 5

然后是=

代码语言:javascript
复制
/home/tomcat/openam/opends/bin/status

          --- Server Status ---
Server Run Status:        Stopped
Open Connections:         <not available> (*)

          --- Server Details ---
Host Name:                bkd-revgem-proxy.bkd.local
Administrative Users:     cn=Directory Manager
Installation Path:        /home/tomcat/openam/opends
Version:                  OpenDJ Server 4.4.8
Java Version:             <not available> (*)
Administration Connector: Port 4444 (LDAPS)

          --- Connection Handlers ---
Address:Port : Protocol : State
-------------:----------:---------
--           : LDIF     : Disabled
0.0.0.0:389  : LDAP     : Enabled
0.0.0.0:636  : LDAPS    : Disabled
0.0.0.0:1689 : JMX      : Disabled
0.0.0.0:8080 : HTTP     : Disabled

          --- Data Sources ---
Base DN:     dc=openam,dc=openidentityplatform,dc=org
Backend ID:  userRoot
Entries:     <not available> (*)
Replication: 

* Information only available if server is running and you provide val

创建了大小为0的=和文件/opt/tomcat/temp/opendj-setup-12499578588005068186.log (以及.log.lck) :-(

=,因为它帮助解决了之前的一些问题,还包括/etc/hosts:

代码语言:javascript
复制
127.0.0.1       bkd-revgem-proxy.bkd.local      bkd-revgem-proxy
# This file is managed by Ansible, all changes will be lost.
127.0.0.1 localhost.localdomain localhost
10.0.2.15 bkd-revgem-proxy bkd-revgem-proxy
1.1.1.5 bkd-awx awx
1.1.1.34 bkd-revgem-proxy.bkd.local
1.1.1.34 bkd-revgem-proxy

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

提前感谢!埃里克

EN

回答 1

Stack Overflow用户

发布于 2021-01-19 20:41:30

在您的安装日志中,我看到:

代码语言:javascript
复制
--cli --adminConnectorPort 5444,

但是,在使用status时,我看到您的管理端口是4444,因此请确保使用相同的端口。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65357637

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档