Problem in openfire run

Hi everyone

I configured openfire server through the SVN source code it run as a console programme. but my problem is it not create any output. So i can’t’ understand how to send a request on which port. Please help me it is urgently.

Thanks

Ravindra

Hi Ravindra,

Openfire should listen on port 9090 and 9091 and needs to be configured after the initial launch. Anyhow it should write this to the console so you may want to use a debugger (or run it in debug mode) to see what’s going on.

LG

Hi LG

Thanks for reply LG , but my actual problem is if I run this through ServerStarter it run not throw any exception . But I don’t’ know openfire server is start or not . After run it does not show the admin console page for configure the database create registartion etc. how it possible please help me.

Thanks

Ravindra

Hi Ravindra,

I assume that you did follow Openfire SVN + Eclipse 3.3 + Subversive Installation Guide or Openfire .tar.gz + Eclipse 3.1 Installation Guide so I wonder what’s going wrong. Were you able to compile Openfire?

When I start it without configuring it I get these errors:

log4j:WARN No appenders could be found for logger (org.jivesoftware.util.Log).
log4j:WARN Please initialize the log4j system properly.
Could not locate home

java.io.FileNotFoundException

LG