我的ubuntu Ubuntu14.04.1LTS上运行着xmpp服务器(openfire_3.9.3)。
我已经按照给定的步骤安装了openfire
1. $ sudo tar -zxvf openfire_x_x_x.tar.gz
2. $ sudo mv openfire /opt
然后,我转到openfire bin目录,以如下方式启动openfire
$ cd /opt/openfire/bin
$ sudo ./openfire start
然后,在通过管理控制台进行设置期间,我总是得到给定的错误
Home not found. Define system property "openfireHome" or create and add the openfire_init.xml file to the classpath
我需要在哪里设置openfireHome?或者我怎么解决这个问题呢?
发布于 2016-03-09 21:30:51
看起来你的用户帐户可能有权限问题。难道你不能在家里开着火,然后试着从那里运行它,并分享结果吗?
发布于 2022-02-15 00:18:45
对我来说,这是一个权限问题。
我在本地计算机(macOS蒙特利12.1 (21C52))上使用服务器(Openfire 4.7.0,build e020f58)。
我的解决方案是:
sudo chmod -R 777 /usr/local/openfire
https://stackoverflow.com/questions/35572133
复制相似问题