You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Evgenii Zhuravlev <e....@gmail.com> on 2020/04/01 17:01:08 UTC

Re: Docker configuration filepath

Hi,

Are you sure that you have
/home/brieg/Documents/INFO/ApacheIgniteInstall/apache-ignite-2.7.6-bin/
inside the docker image? It looks like an address on your machine.

Evgenii

ср, 1 апр. 2020 г. в 04:11, bribridnl <br...@insa-rennes.fr>:

> Hello everyone, I'm getting with Apache Ignite and Docker and I can't
> resolve
> that error :
>
> "Failed to start grid: Spring XML configuration path is invalid:
>
> /home/brieg/Documents/INFO/ApacheIgniteInstall/apache-ignite-2.7.6-bin/config/default-config.xml.
> Note that this path should be either absolute or a relative local file
> system path, relative to META-INF in classpath or valid URL to
> IGNITE_HOME."
>
> I ran the command :
>
> sudo docker run -it --net=host \
>     -v persistence-volume:/persistence \
>     -e IGNITE_WORK_DIR=/persistence \
>     -e "CONFIG_URI=$IGNITE_HOME/config/default-config.xml" \
>     apacheignite/ignite
>
> With : $IGNITE_HOME =
> /home/brieg/Documents/INFO/ApacheIgniteInstall/apache-ignite-2.7.6-bin
>
> For me the CONFIG_URI I gave is absolute so I really don't understand that
> error..
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Docker configuration filepath

Posted by bribridnl <br...@insa-rennes.fr>.
Ok, that was the issue here. I'm getting started with Docker so I do not
fully understand it yet ! Thank you for your help !



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/