and re-retried but no such luck, and, no surprise either, that was just a wild guess on my part. I have since remove those three lines from my config’’ file.
If any one knows how I borked this, or if this is a bug, or what I need to do to resolve this, I would be forever in your debt.
I’‘m not using rpm files and not the standard start script so it’'s hard to say what went wrong. wildfireHome should be afaik /opt or in /usr/local for rpm.
Check the “-DwildfireHome=$app_home” value with
export COLUMNS=5000
ps -ef|grep wildfireHome
You could also edit the wildfire script and add a line “set -x” here:
Apologies for wasting some of your time, this was a permissions issue. Somehow the permissions which I did have set correctly to:
chown jive.jive /opt/wildfire/*"
got reset to “root”, so when I started the server, it couldnt write the directory, and it threw this error. I might humbly suggest that the next time I do something this obvious & silly, that it throws an error related to permissions.