Skip to content

[Bug]:SQLite startup fails, no such table SMSet #382

Description

@JiayangLi7

Contact Details

a0152591129356@gmail.con

Describe the bug

After installing using docker-compose.yaml, the server fails to correctly parse the element format of the loaded AASX file. As a result, PUT, POST, and other commands cannot be executed.

{
"Messages": [
{
"Code": "InternalServerError",
"CorrelationId": null,
"MessageType": "Error",
"Text": "SQLite Error 1: \u0027no such table: SMSets\u0027.",
"Timestamp": "11/17/2025 15:10:55"
}
]
}

To reproduce

  1. use docker-compose.yaml with the following content to install aasx server
    services:
    aasx-server:
    container_name: aasx-server
    image: docker.io/adminshellio/aasx-server-blazor-for-demo:latest
    restart: unless-stopped
    ports:

    • 5001:5001
      environment:
    • Kestrel__Endpoints__Http__Url=http://*:5001
      volumes:
    • ./aasxs:/AasxServerBlazor/aasxs
      #command: --with-db --no-security --external-blazor http://localhost:5001
      command: --with-db --start-index 0 --save-temp 10 --no-security --data-path /AasxServerBlazor/aasxs --external-blazor http://localhost:5001
  2. cmd run: docker-compose up to start the container:

  • In the web interface, select a Property element and click its URL to view the details.
Image

Screenshots

Expected Behaviour

A clear and concise description of what you expected to happen.

Version

No response

Operating System

Win

Relevant log output

{
  "Messages": [
    {
      "Code": "InternalServerError",
      "CorrelationId": null,
      "MessageType": "Error",
      "Text": "SQLite Error 1: \u0027no such table: SMSets\u0027.",
      "Timestamp": "11/17/2025 15:10:55"
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions