Skip to content

Unable to get it to even run #217

@SteffanCline

Description

@SteffanCline

OS: Ubuntu 24.10 (Oracular Oriole)
Java version: openjdk 21.0.7 2025-04-15

I am unable to get this to even run without errors. One of the things that gets me is it says it's out of memory. I've tried increasing it over the amount shown in the docs and it still fails. Is this driven by the size of my library? I've tried searching some of the errors I'm seeing but there's nothing that stands out as a solution.

Any suggestions?

This is my log file: watchlistarr.log

This is my systemctl service file.

# cat /usr/lib/systemd/system/watchlistarr.service
[Unit]
Description=Watchlistarr
After=network-online.target

[Service]
User=watchlistarr
Group=media
UMask=0002

StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=watchlistarr

WorkingDirectory=/opt/Watchlistarr/
#ExecStart=/usr/bin/java -Xmx100m -jar /opt/Watchlistarr/watchlistarr.jar
ExecStart=/usr/lib/jvm/java-11-openjdk-amd64/bin/java -Xmx250m -jar /opt/Watchlistarr/watchlistarr.jar
Type=simple
TimeoutStopSec=30
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target

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