Skip to content

Can't start in Docker desktop #31

@ellipsis-apps

Description

@ellipsis-apps

I'm running on windows 11 Home version. I have Docker Desktop installed.
I have the config files installed in a directory named "c:\RunDocker\MySuperToDo"
I have not modified the .json or compose.yaml files
I have not downloaded the litegraph.db file.

When I run compose-up.bat, the latest image is downloaded and run but litegraph won't start. The data that shows in the console is:

 ✔ Container litegraph  Created                                                                                                                            0.1s
Attaching to litegraph
litegraph  |
litegraph  |   _ _ _                          _
litegraph  |  | (_) |_ ___ __ _ _ _ __ _ _ __| |_
litegraph  |  | | |  _/ -_) _` | '_/ _` | '_ \ ' \
litegraph  |  |_|_|\__\___\__, |_| \__,_| .__/_||_|
litegraph  |              |___/         |_|
litegraph  |
litegraph  |  LiteGraph Server
litegraph  |  (c)2025 Joel Christner
litegraph  |
litegraph  | Using settings file './litegraph.json'
litegraph  | Initializing logging
litegraph  | | syslog://127.0.0.1:514
litegraph  | Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
litegraph  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
litegraph  |    at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
litegraph  |    at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
litegraph  |    at Microsoft.Data.Sqlite.SqliteConnection.Open()
litegraph  |    at LiteGraph.GraphRepositories.Sqlite.SqliteGraphRepository..ctor(String filename, Boolean inMemory) in /src/LiteGraph/GraphRepositories/Sqlite/SqliteGraphRepository.cs:line 196
litegraph  |    at LiteGraph.Server.LiteGraphServer.InitializeGlobals() in /src/LiteGraph.Server/LiteGraphServer.cs:line 192
litegraph  |    at LiteGraph.Server.LiteGraphServer.Main(String[] args) in /src/LiteGraph.Server/LiteGraphServer.cs:line 57
litegraph  |    at LiteGraph.Server.LiteGraphServer.<Main>(String[] args)

How can I fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions