我正在尝试按照official documentation安装FIWARE AuthZForce 5.4.1,但没有成功,因为在安装过程中Tomcat7没有启动,如下所示。
(Reading database ... 40187 files and directories currently installed.)
Preparing to unpack authzforce-ce-server-dist-5.4.1.deb ...
Unpacking authzforce-ce-server (5.4.1) over (5.4.1) ...
Setting up authzforce-ce-server (5.4.1) ...
* Starting Tomcat servlet engine tomcat7
[fail]
dpkg: error processing package authzforce-ce-server (--install):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
authzforce-ce-server有没有其他安装AuthZForce的方法?文档非常差。由于AuthZForce没有正确安装,我收到了众所周知的“AZF域没有为应用程序创建”的消息,如下所述:
Fiware AuthZForce error: "AZF domain not created for application"
“AZF domain not created for application” AuthZforce
有人能帮助解决这个问题吗?
发布于 2018-02-27 04:24:09
升级到最新版本,因为我们不再维护使用Tomcat7/Java 7的v5.4.1。我们从v6.x开始切换到Tomcat8/Java 8。如果您再次遇到问题并希望更快响应,请按照我们的Github存储库上的支持请求说明进行操作。Documentation也是可用的。
https://stackoverflow.com/questions/44892765
复制相似问题