Skip to content

ffrsam-backend Keeps Restarting Every Second #2

Description

@jonahyongNTU

I have just installed FFRSAM on CentOS7.
I copy/paste the code in "database/rsam.sql" to create the default rsam database.

Currently, "docker ps" command shows that ffrsam-frontend and ffrsam-database are up and running.
However, ffrsam-backend is always in a state of restarting.

docker logs ffrsam-backend:
time="2022-12-12T03:21:01Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:01Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:02Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:02Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:03Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:03Z" level=fatal msg="open /app/crontab: permission denied"
time="2022-12-12T03:21:05Z" level=info msg="read crontab: /app/crontab"
time="2022-12-12T03:21:05Z" level=fatal msg="open /app/crontab: permission denied"

There is no such file "/app/crontab" on my server. I do not understand what ffrsam-backend is trying to do and why it keeps restarting.

Are you able to help me, please?

I have attached screenshot of my bash output.
ffrsam-backend-alwaysRestarting

Thanks,
Jonah

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions