Hi,
I want to start reporting problems that I am getting when using James 3
from trunk (if there is such a thing in git).
I hope that since I am using trunk it would be easy for people to verify
these problems and hopefully fix them so we can have a more stable James
for everybody.
Let's see how it goes.
james-cli does not seem to work (or at least is seriously broken)
No matter what commands I try to give it, it tells me back this same
message.
Error connecting to remote JMX agent : Connection refused to host:
194.100.184.27; nested exception is:
java.net.ConnectException: Connection refused
usage: java org.apache.james.cli.ServerCmd --host <arg> <command>
-h,--host <arg> node hostname or ip address
-p,--port <arg> remote jmx agent port number
<username> <password>
<username>
<domainname>
<domainname>
<domainname>
<user> <domain>
<user> <domain> <fromaddress>
<user> <domain> <fromaddress>
<user> <domain> <regex>
<user> <domain> <regex>
<username> <password>
<srcbean> <dstbean>
<user>
<namespace> <user> <name>
<user>
<namespace> <user> <name>
We can see from this that the name of the commands are missing and it
always tells me Connection refused.
I tried commands like:
./james-cli.sh --host localhost listdomains
or
./james-cli.sh --host localhost listusers
- Rami