Clean install (fresh data directory) does not start anymore #345

Closed
opened 2025-12-21 16:35:17 +01:00 by backuprepo · 1 comment
Owner

Originally created by @lbeltrame on GitHub (Jan 27, 2019).

Describe the bug
The server does not start anymore after wiping the data directory, configuration, build and source directory.

The displayed error is always the same:

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/emby/jellyfin-data/config/ScheduledTasks/2c66a88b-ca43-e565-d7f8-099f825478f1.js'.

Then the process coredumps with SIGABRT.

ScheduledTasks is not created at all and I have no idea what the file would be. The behavior is 100% reproducible even when changing data directories.

To Reproduce

  1. Clone jellyfin and submodules
  2. Build with, for example dotnet publish --configuration Release --output=/any/path/jellyfin-build --self-contained --runtime linux-x64
  3. Start the server with an empty data directory

Expected behavior
Server starts.

Logs
See above for logs.

Originally created by @lbeltrame on GitHub (Jan 27, 2019). **Describe the bug** The server does not start anymore after wiping the data directory, configuration, build and source directory. The displayed error is always the same: ``` Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/emby/jellyfin-data/config/ScheduledTasks/2c66a88b-ca43-e565-d7f8-099f825478f1.js'. ``` Then the process coredumps with SIGABRT. `ScheduledTasks` is not created at all and I have no idea what the file would be. The behavior is 100% reproducible even when changing data directories. **To Reproduce** 1. Clone jellyfin and submodules 2. Build with, for example `dotnet publish --configuration Release --output=/any/path/jellyfin-build --self-contained --runtime linux-x64` 3. Start the server with an empty data directory **Expected behavior** Server starts. **Logs** See above for logs.
backuprepo 2025-12-21 16:35:17 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Bond-009 commented on GitHub (Jan 27, 2019):

Was just fixed #743

@Bond-009 commented on GitHub (Jan 27, 2019): Was just fixed #743
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#345
No description provided.