Thanks James for helping
On Mon, May 18, 2020 at 9:14 PM Robert Snakard
wrote:
> Solved.
>
> The user command `free` is not installed by default on the debian docker
> images. Running `apt-get install procps` installs the `free` command. This
> fixes the issue.
>
> Unsur
debian dependencies
somewhere?
On Mon, May 18, 2020 at 8:56 PM Robert Snakard
wrote:
> Manually ran the start-stop-daemon without the quiet flag. Got some output
>
> # start-stop-daemon -S -c cassandra -a /usr/sbin/cassandra -p
> /run/cassandra/cassandra.pid -- -p /run/cassandra/cassa
lid initial heap size: -XmsM
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
#
On Mon, May 18, 2020 at 8:48 PM Robert Snakard
wrote:
> Apologies for the hyperlink
>
> On Mon, May 18, 2020 at 8:47 PM Robert Snakard
> wrote:
Apologies for the hyperlink
On Mon, May 18, 2020 at 8:47 PM Robert Snakard
wrote:
> for dir in $(find / -name cassandra -type d); do
> find $dir -type f
> done
>
>
> =>
>
> /usr/share/doc/cassandra/copyright
>
>
>
> /usr/share/cassandra/cassandra.i
n, May 18, 2020 at 10:51 PM Robert Snakard
> wrote:
>
>> docker logs just outputs stderr and stdout. It doesn't show anything more
>> than what I put in top email
>>
>> On Mon, May 18, 2020 at 7:42 PM James Shaw wrote:
>>
>>> docker logs ... see
docker logs just outputs stderr and stdout. It doesn't show anything more
than what I put in top email
On Mon, May 18, 2020 at 7:42 PM James Shaw wrote:
> docker logs ... see any error in docker/container logs ?
>
> On Mon, May 18, 2020 at 10:27 PM Robert Snakard
> wrote:
&g
# cat /var/log/cassandra/system.log
=> cat: system.log: No such file or directory
I've also checked other possible locations. Since this is occurring before
startup no logs are created
On Mon, May 18, 2020 at 7:03 PM Erick Ramirez
wrote:
> Can you inspect the C* system.log? It might give clues
Cassandra is failing to start with the error
[FAIL] could not access pidfile for Cassandra ... failed!
Steps to reproduce
$ docker run -it debian: bash
# apt-get update && apt-get install wget gnupg
# echo "deb http://www.apache.org/dist/cassandra/debian 311x main" >
/etc/apt/sources.list.d/