Cannot restart Wildfire server. Nothing happens

When I do a restart I get following messages but nothing happens. Nothing is even written to the nohup.out file.

./wildfire start

Starting wildfire

iPlancal:

iPlancal:Sending output to /export/home/icsuser/nohup.out

I see a process running when I do ps -ef |grep java. Should I kill this before restarting?

960 1 0 19:22:09 ? 0:12 /usr/java1.2/jre/bin/…/bin/sparc/native_threads/java -DINTERFACE_PATH=/var/opt

Please help.

I have gotten past the above issue. Now everytime I start wildfire it takes me to the setup page. In the nohup.out file I see this error.

ERROR 11694 ():

java.io.IOException: XML properties file must be writable: wildfire.xml

Message was edited by: NjTech

Message was edited by: NjTech

Also when I go to the admon console I get the setup screen. This was running fine yesterday and the last 6 months.

Hey NjTech,

I think that the error message is self-descriptive.

java.io.IOException: XML properties file must be writable: wildfire.xml

Just make sure that the user running Wildfire has permission to write on conf/wildfire.xml.

Regards,

– Gato

thanks