Domino AppDev Pack 1.0.13,启动iam服务失败



启动domino-iam-services失败。根据教程https://doc.cwpcollaboration.com/appdevpack/docs/en/iam_setup_prepare_part.html

我已经安装了数据库adpconfig。用于HCL Domino AppDev Pack配置。在访问控制页面,我已经授予IAMAccessors作为教程的读访问权限。我已经创建了自签名SSL证书,但是启动demo服务IAM失败。

enter code hereC:iam>npm start

> domino-iam-service@2.2.0 start
> cross-env NODE_ENV=production node iam-server.js
WARNING: NODE_ENV value of 'production' did not match any deployment config file names.
WARNING: See https://github.com/lorenwest/node-config/wiki/Strict-Mode
[17:40:58][info][master][master]: IAM version: 2.2.0
[17:40:58][warn][master][master]: IAM is in pilot mode. Please do not use this in production environment.
[17:40:58][warn][master][master]: To swith to production mode, delete config/local.properties then setup in production mode.
Start to unlock config:
? Enter current IAM server password: ************
Config is unlocked.
[17:41:09][info][master][master]: Starts as single node mode.
[17:41:09][info][initServices][master]: Start IAM service on allAddress:443
[17:41:09][info][stats][master]: IAM StatsClient enabled: false
[17:41:09][error][DBConnector][master]: Failed to obtain certificate content with: EISDIR: illegal operation on a directory, read
[17:41:09][error][adpConfig][master]: Error polling adpconfig. Error: EISDIR: illegal operation on a directory, read
at Object.readSync (node:fs:727:3)
at tryReadSync (node:fs:433:20)
at Object.readFileSync (node:fs:479:19)
at t (C:iamiam-server.js:1:57672)
at Object.g [as createCredentialOption] (C:iamiam-server.js:1:57795)
at Object.init (C:iamiam-server.js:1:9475)
at Object.init (C:iamiam-server.js:1:18954)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async e.exports (C:iamiam-server.js:1:87837)
at async C:iamiam-server.js:1:83053 {
errno: -4068,
syscall: 'read',
code: 'EISDIR'
}
[17:41:09][warn][IAMService][master]: LDAP has not been configured yet! Please go to Admin Service to configure it.`enter code here`
[17:41:09][error][initServices][master]: Exiting.. Error: keystore must be a JSON Web Key Set formatted object
[17:41:09][info][initServices][master]: IAM service is shutdown
C:iam>
[![enter image description here][1]][1]
[1]: https://i.stack.imgur.com/KIpue.png

ADP配置集成可能无法在试点模式下工作。在试验模式下,没有建立到domino服务器的连接。您需要在生产环境中配置它才能正常工作。

最新更新