Following the instructions here http://www.jivesoftware.org/builds/wildfire/docs/latest/documentation/install-gu ide.html#unix
When calling “/etc/init.d/wildfired start” I got the error “sh: line 1: ./wildfire: No such file or directory”. I then changed in wildfired the line
CMD="./wildfire $1"
to CMD="./wildfire.sh $1"
This produced “sh: line 1: ./wildfire.sh: Permission denied”
After calling
- chmod +x /usr/bin/wildfire/bin/wildfire.sh
The wildfired script does run, but it dumps all output to the command line. That’‘s annoying. Can access the admin console, and configured wildfire through that. It’'s an adapted wildfire 3.1.1 (so I can use firebird database).
Edit: It also seems impossible to stop wildfire now, although it reports of not being running, the admin console is responding.
Some errors I get:
- /etc/init.d/wildfired stop
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: log/test.log (No such file or directory)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.(XMPPServer.java:147)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at org.jivesoftware.wildfire.starter.ServerStarter.start(ServerStarter.java:93)
at org.jivesoftware.wildfire.starter.ServerStarter.main(ServerStarter.java:49)
manzano135:~/dist# Error starting XMPP listener on port 5222: Address already in use
Error starting SSL XMPP listener on port 5223: Address already in use
Wildfire 3.1.1
manzano135:~/dist# Error starting admin console: Multiple exceptions
manzano135:~/dist# /etc/init.d/wildfired
Usage /etc/init.d/wildfired {start|stop|restart|status}
manzano135:~/dist# /etc/init.d/wildfired status
wildfire is not running
Message was edited by: Op3racional