无法启动liferay服务器

时间:2017-12-10 14:43:15

标签: java liferay liferay-7

由于该错误,我无法启动liferay服务器:

r_usr, r_pw = (self.conn.recv(2048).decode().split(" "))
r_pk = RSA.importKey((self.conn.recv(2048).decode()), passphrase=None)
print(r_usr,r_pw)
print(r_pk)

但在我的偏好中,JRE设置为:

The JRE could not be found. Please edit the server to change the configured JRE

并且它的路径是正确的。

当我删除JRE以检查某些内容时出现此问题(因为我在部署portlet时遇到问题)。但是现在设置的路径和变量完全相同,服务器不想开始。

我应该清理一些东西还是将其添加到其他地方? 我已经配置了我的服务器,我不想丢失所有数据。 它的生活7

0 个答案:

没有答案