On 10/4/2016 2:59 PM, Marc Chamberlin wrote:
On 10/4/2016 3:07 AM, Matthieu Baechler wrote:

Ok, let's talk about the easy solution now : on master, the README.adoc contains everything you need to start a james server using docker-compose.

Here is an excerpt :

First, you need to build the image:
$ docker-compose -f dockerfiles/run/docker-compose.yml build

Then, you just have to start the services:
$ docker-compose -f dockerfiles/run/docker-compose.yml up

It should just work, let us know if it's not the case.

UH well no... Looks like something stepped on itself, probably an easy fix?

docker-compose -f dockerfiles/run/docker-compose.yml up
run_elasticsearch_1 is up-to-date
Starting run_cassandra_1
ERROR: driver failed programming external connectivity on endpoint run_cassandra_1 (e788b9729497516191dca524a3848390468c8e0cccfb86aaebf548e9c3c75726): Bind for 0.0.0.0:9042 failed: port is already allocated

Marc...


Hi Matthiew, James server users -

Matthiew I fooled around a bit with docker-compose.yml and tried changing the ports for cassandra to use a different port "9043:9042" just to see if that would make a difference. (Mind you I DO NOT know what I am doing, just experimenting....) That change actually got things to go further, cassandra seemed to start and even James got started. But it did not complete and eventually I got another exception - NoHostAvailableException and it clearly was complaining about port 9042. So obviously that was not the right answer either. :-D I will await your reply about the above mentioned error and stop fooling around with this. Perhaps go hit the manuals as well...

   Marc...


--
"The Truth is out there" - Spooky


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to