Skip to content

instance is not able to start #214

@hpoeppel

Description

@hpoeppel

Describe the bug
Hi I'm using the PLugin in Version 3.0.1. The instance is not able to start.
I reinstalled my server, with a fresh iobroker installation, but I get the same Error.

Here are the error messages in the log:

host.homeautomation 2026-02-02 12:53:59.870 info Rebuild for adapter system.adapter.rest-api.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
host.homeautomation 2026-02-02 12:53:59.870 error instance system.adapter.rest-api.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
host.homeautomation 2026-02-02 12:53:59.869 error Caught by controller[1]: Node.js v22.22.0
host.homeautomation 2026-02-02 12:53:59.867 error Caught by controller[0]: }
host.homeautomation 2026-02-02 12:53:59.867 error Caught by controller[0]: ]
host.homeautomation 2026-02-02 12:53:59.867 error Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.rest-api/dist/main.js'
host.homeautomation 2026-02-02 12:53:59.867 error Caught by controller[0]: '/opt/iobroker/node_modules/iobroker.rest-api/dist/lib/rest-api.js',
host.homeautomation 2026-02-02 12:53:59.867 error Caught by controller[0]: requireStack: [
host.homeautomation 2026-02-02 12:53:59.866 error Caught by controller[0]: code: 'MODULE_NOT_FOUND',
host.homeautomation 2026-02-02 12:53:59.866 error Caught by controller[0]: at node:internal/main/run_main_module:36:49 {
host.homeautomation 2026-02-02 12:53:59.866 error Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
host.homeautomation 2026-02-02 12:53:59.865 error Caught by controller[0]: at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
host.homeautomation 2026-02-02 12:53:59.865 error Caught by controller[0]: at TracingChannel.traceSync (node:diagnostics_channel:328:14)
host.homeautomation 2026-02-02 12:53:59.864 error Caught by controller[0]: at Function._load (node:internal/modules/cjs/loader:1263:12)
host.homeautomation 2026-02-02 12:53:59.864 error Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1441:32)
host.homeautomation 2026-02-02 12:53:59.864 error Caught by controller[0]: at Object..js (node:internal/modules/cjs/loader:1839:10)
host.homeautomation 2026-02-02 12:53:59.864 error Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1706:14)
host.homeautomation 2026-02-02 12:53:59.864 error Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.rest-api/dist/main.js:11:36)
host.homeautomation 2026-02-02 12:53:59.864 error Caught by controller[0]: at require (node:internal/modules/helpers:147:16)
host.homeautomation 2026-02-02 12:53:59.863 error Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1463:12)
host.homeautomation 2026-02-02 12:53:59.862 error Caught by controller[0]: at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
host.homeautomation 2026-02-02 12:53:59.862 error Caught by controller[0]: at TracingChannel.traceSync (node:diagnostics_channel:328:14)
host.homeautomation 2026-02-02 12:53:59.862 error Caught by controller[0]: at Function._load (node:internal/modules/cjs/loader:1263:12)
host.homeautomation 2026-02-02 12:53:59.862 error Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1441:32)
host.homeautomation 2026-02-02 12:53:59.862 error Caught by controller[0]: at Object..js (node:internal/modules/cjs/loader:1839:10)
host.homeautomation 2026-02-02 12:53:59.862 error Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1706:14)
host.homeautomation 2026-02-02 12:53:59.861 error Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.rest-api/dist/lib/rest-api.js:19:26)
host.homeautomation 2026-02-02 12:53:59.861 error Caught by controller[0]: at require (node:internal/modules/helpers:147:16)
host.homeautomation 2026-02-02 12:53:59.860 error Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1463:12)
host.homeautomation 2026-02-02 12:53:59.860 error Caught by controller[0]: at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
host.homeautomation 2026-02-02 12:53:59.860 error Caught by controller[0]: at TracingChannel.traceSync (node:diagnostics_channel:328:14)
host.homeautomation 2026-02-02 12:53:59.860 error Caught by controller[0]: at Function._load (node:internal/modules/cjs/loader:1192:37)
host.homeautomation 2026-02-02 12:53:59.860 error Caught by controller[0]: at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
host.homeautomation 2026-02-02 12:53:59.860 error Caught by controller[0]: at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
host.homeautomation 2026-02-02 12:53:59.859 error Caught by controller[0]: at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
host.homeautomation 2026-02-02 12:53:59.859 error Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.rest-api/dist/main.js
host.homeautomation 2026-02-02 12:53:59.858 error Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.rest-api/dist/lib/rest-api.js
host.homeautomation 2026-02-02 12:53:59.858 error Caught by controller[0]: Require stack:
host.homeautomation 2026-02-02 12:53:59.858 error Caught by controller[0]: Error: Cannot find module '@iobroker/socket-classes/dist/lib/socketCommands'
host.homeautomation 2026-02-02 12:53:59.858 error Caught by controller[0]: ^
host.homeautomation 2026-02-02 12:53:59.858 error Caught by controller[0]: throw err;
host.homeautomation 2026-02-02 12:53:59.856 error Caught by controller[0]: node:internal/modules/cjs/loader:1386

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions