Openfire server 3.6.2 Carshes

Hi,

I am running Openfire server 3.6.2 on Linux enviroment. Its running suucessfully when I run this on Linux GUI enviroment, but it carshes when tried to run on CLI mode & never start automatically. GUI mode uses heavy memory so that I want to run this application using CLI.

Please provide me solution or configuration steps for Linux CLI Enviroment.

Thanks

Pranav Vishnoi

Hi Pranav,

what is GUI mode? On linux there is afaik no GUI available. One uses the bin/openfire(d) script or rc-scripts to start and stop openfire. An X-Server is not required.

LG

GUI Mode means Graphical User Interface. We are using XFCE graphical mode for login on linux. openfire is automatically running when system start. But when try to run openfire in non X-server mode its crashes. Openfire not started successfully.

Hi,

there’s a “-Djava.awt.headless=true” for the JVM which one may need to set. Anyhow I wonder which error message you get.

LG

Thakns in advance,

Please tell me where in which file I make changes using “-Djava.awt.headless=true”. My problem is solved. Error occured due to mysql server is not running. So First run MySql Server Then openfire run with out any error.

Regd’s

Pranav

Hi Pranav,

place it at the same place as -Xmx and other JVM options. Either in the start script or in openfired.vmoptions.

LG