NEWS
(gelöst) keine Admin-Oberfläche nach Neuinstallation
-
@Homoran Volltreffer:
2020-09-16 17:04:28.972 - [31merror[39m: admin.1 (1185) port 8081 already in use
2020-09-16 17:04:28.973 - [33mwarn[39m: admin.1 (1185) Terminated (JS_CONTROLLER_STOPPED): port 8081 already in use
2020-09-16 17:04:29.492 - [31merror[39m: host.iobroker2020 instance system.adapter.admin.1 terminated with code 1
Hast Du eine Idee, wie ich den admin auf einen freien Port bekomme? Ich habe schon versucht, einen neuen admin anzulegen, den legt der mit allerdings auch auf 8081 -
@iobroker_Rainer iobroker set admin.0 --port 8082
Zumindest das hat nicht funktioniert ... -
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
Zumindest das hat nicht funktioniert ...
natürlich nicht!
du musst auch einen freien Port nehmen. 8082 ist der Web-Adapter -
@Homoran ... habe jetzt nochmals komplett neu installiert. Admin Zugriff funktioniert immer noch nicht. Es gibt aber Fehler im Log ...
Alles, was hier https://www.iobroker.net/docu/index-26.htm steht, habe ich auch schon erfolglos probiert ...2020-09-16 18:03:57.086 - [32minfo[39m: host.iobroker2020 iobroker.js-controller version 3.1.6 js-controller starting
2020-09-16 18:03:57.091 - [32minfo[39m: host.iobroker2020 Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
2020-09-16 18:03:57.092 - [32minfo[39m: host.iobroker2020 hostname: iobroker2020, node: v12.18.3
2020-09-16 18:03:57.093 - [32minfo[39m: host.iobroker2020 ip addresses: 172.17.0.2
2020-09-16 18:03:57.161 - [32minfo[39m: host.iobroker2020 connected to Objects and States
2020-09-16 18:03:57.426 - [32minfo[39m: host.iobroker2020 3 instances found
2020-09-16 18:03:57.438 - [32minfo[39m: host.iobroker2020 starting 3 instances
2020-09-16 18:03:57.459 - [32minfo[39m: host.iobroker2020 instance system.adapter.admin.0 started with pid 111
2020-09-16 18:03:59.534 - [32minfo[39m: admin.0 (111) starting. Version 4.0.10 in /opt/iobroker/node_modules/iobroker.admin, node: v12.18.3, js-controller: 3.1.6
2020-09-16 18:03:59.566 - [32minfo[39m: admin.0 (111) requesting all states
2020-09-16 18:03:59.567 - [32minfo[39m: admin.0 (111) requesting all objects
2020-09-16 18:03:59.606 - [32minfo[39m: admin.0 (111) received all objects
2020-09-16 18:03:59.634 - [32minfo[39m: host.iobroker2020 Update repository "default" under "http://download.iobroker.net/sources-dist.json"
2020-09-16 18:03:59.614 - [33mwarn[39m: admin.0 (111) Repository cannot be read
2020-09-16 18:03:59.627 - [32minfo[39m: admin.0 (111) Request actual repository...
2020-09-16 18:03:59.631 - [32minfo[39m: admin.0 (111) http server listening on port 8081
2020-09-16 18:03:59.632 - [32minfo[39m: admin.0 (111) Use link "http://localhost:8081" to configure.
2020-09-16 18:04:00.909 - [32minfo[39m: admin.0 (111) Repository received successfully.
2020-09-16 18:04:01.449 - [32minfo[39m: host.iobroker2020 instance system.adapter.discovery.0 started with pid 126
2020-09-16 18:04:02.998 - [32minfo[39m: discovery.0 (126) starting. Version 2.3.7 in /opt/iobroker/node_modules/iobroker.discovery, node: v12.18.3, js-controller: 3.1.6
2020-09-16 18:04:05.449 - [32minfo[39m: host.iobroker2020 instance system.adapter.info.0 started with pid 141
2020-09-16 18:04:10.317 - [32minfo[39m: info.0 (141) starting. Version 1.7.2 in /opt/iobroker/node_modules/iobroker.info, node: v12.18.3, js-controller: 3.1.6
2020-09-16 18:04:11.188 - [33mwarn[39m: info.0 (141) Object info.0.sysinfo.disks.blockDevices.dev0.group is invalid: obj.common.type has an invalid value (undefined) but has to be one of number, string, boolean, array, object, mixed, file, json
2020-09-16 18:04:11.189 - [33mwarn[39m: info.0 (141) This object will not be created in future versions. Please report this to the developer.
2020-09-16 18:04:11.192 - [33mwarn[39m: info.0 (141) Object info.0.sysinfo.disks.blockDevices.dev1.group is invalid: obj.common.type has an invalid value (undefined) but has to be one of number, string, boolean, array, object, mixed, file, json
2020-09-16 18:04:11.192 - [33mwarn[39m: info.0 (141) This object will not be created in future versions. Please report this to the developer.
.... -
@iobroker_Rainer
code bitte in code-tags setzen!@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
was hier https://www.iobroker.net/docu/index-26.htm steht
wo hast du diesen Link her?
der ist eigentlich total veraltet.
nur auf der aktuellen Seite steht wahrscheinlich auch nichts anderes.Welchen port hast du denn jetzt genommen?
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
2020-09-16 18:03:59.632 - [32minfo[39m: admin.0 (111) Use link "http://localhost:8081" to configure.
das ist immer noch 8081
-
@Homoran 8089 - objects angelegt für admin.1 - trotzdem Fehlanzeige ...
-
@iobroker_Rainer Im neuen Link steht im wesentlichen das gleiche. Habe noch versucht wie vorgeschlagen den Controller von Hand zu starten mit dem Ergebnis:
root@iobroker2020:/opt/iobroker# node -v npm -v
v12.18.4
root@iobroker2020:/opt/iobroker# npm -v
6.14.6
root@iobroker2020:/opt/iobroker# node node_modules/iobroker.js-controller/controller.js --logs
2020-09-16 18:39:30.334 - info: host.iobroker2020 iobroker.js-controller version 3.1.6 js-con
troller starting
2020-09-16 18:39:30.340 - info: host.iobroker2020 Copyright (c) 2014-2020 bluefox, 2014 hobby
quaker
2020-09-16 18:39:30.341 - info: host.iobroker2020 hostname: iobroker2020, node: v12.18.4
2020-09-16 18:39:30.343 - info: host.iobroker2020 ip addresses: 172.17.0.2
2020-09-16 18:39:30.427 - info: host.iobroker2020 Error inMem-objects listening on port 9001
2020-09-16 18:39:30.443 - info: host.iobroker2020 Error inMem-states listening on port 9000
2020-09-16 18:39:30.479 - info: host.iobroker2020 connected to Objects and States
2020-09-16 18:39:30.694 - info: host.iobroker2020 4 instances found
host.iobroker2020 check instance "system.adapter.admin.0" for host "iobroker2020"
host.iobroker2020 check instance "system.adapter.discovery.0" for host "iobroker2020"
host.iobroker2020 check instance "system.adapter.info.0" for host "iobroker2020"
host.iobroker2020 check instance "system.adapter.admin.1" for host "iobroker2020"
2020-09-16 18:39:30.708 - info: host.iobroker2020 starting 4 instances
2020-09-16 18:39:30.728 - info: host.iobroker2020 instance system.adapter.admin.0 started wit
h pid 1079
================================== > LOG REDIRECT system.adapter.admin.0 => false [Process sto
pped]
2020-09-16 18:39:32.393 - error: host.iobroker2020 instance system.adapter.admin.0 terminated
by request of the instance itself and will not be restarted, before user restarts it.
2020-09-16 18:39:32.394 - info: host.iobroker2020 Do not restart adapter system.adapter.admin
.0 because desired by instance
================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adap
ter.admin.0.logging]
2020-09-16 18:39:34.716 - info: host.iobroker2020 instance system.adapter.admin.1 started wit
h pid 1090 -
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
http server listening on port 8081
steht in deinem log!
oder ist das noch das alte? ist immerhin von 18:04von admin.1 sehe ich nichts, auch nicht von port 8089
was sagt
iobroker list instances
-
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
2020-09-16 18:03:59.634 - [32minfo[39m: host.iobroker2020 Update repository "default" under "http://download.iobroker.net/sources-dist.json"
2020-09-16 18:03:59.614 - [33mwarn[39m: admin.0 (111) Repository cannot be readdazu kommen wir später , was da zu machen ist !
Setze deine Ausgaben in CodeTags </>
-
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
2020-09-16 18:39:32.393 - error: host.iobroker2020 instance system.adapter.admin.0 terminated
by request of the instance itself and will not be restarted, before user restarts it.das ist schon mal besser - wahrscheinlich wegen des bereits vergebenen ports.
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
2020-09-16 18:39:34.716 - info: host.iobroker2020 instance system.adapter.admin.1 started wit
h pid 1090wenn der auf port 8089 läuft, hast du ihn dann auch mit <IP>:8089 aufgerufen?
-
root@iobroker2020:/opt/iobroker# iobroker list instances + system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin + system.adapter.admin.1 : admin - enabled, port: 8089, bind: 0.0.0.0, run as: admin + system.adapter.discovery.0 : discovery - enabled + system.adapter.info.0 : info - enabled
MOD-Edit: Code in code-tags gesetzt!
-
@iobroker_Rainer
@Homoran sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:wenn der auf port 8089 läuft, hast du ihn dann auch mit <IP>:8089 aufgerufen?
????
-
@iobroker_Rainer ist das alles was die Console sagt?
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
- system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin
wieso läuft der jetzt wieder?
passt nicht zu dem log von eben?Hast du die korrekte IP beim Aufruf des Admins?
-
@Glasfaser sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
@iobroker_Rainer
@Homoran sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:wenn der auf port 8089 läuft, hast du ihn dann auch mit <IP>:8089 aufgerufen?
????
...und nicht mit <IP>:8081, was Standard wäre?
-
Kann der Ausgabe gerade wie du nicht folgen , was jetzt ist
-
@Homoran also die IP-Adresse stimmt natürlich - und ja, der Admin.0 läuft noch. Ich habe ja lediglich noch den admin.1 hinzugefügt. Mit beiden Ports komme ich aber nicht auf die Web-Oberfläche ...
-
@Glasfaser sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
Kann der Ausgabe gerade wie du nicht folgen , was jetzt ist
ich wollte von @iobroker_Rainer wissen ob er den korrekten Port aufruft um den zusätzlich auf Port 8089 laufenden admin.1 aufzurufen, oder ob er den nur angelegt hat und weiterhin :8081 aufruft
-
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
der Admin.0 läuft noch
wieso?
im log steht doch:@Homoran sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
2020-09-16 18:39:32.393 - error: host.iobroker2020 instance system.adapter.admin.0 terminated
by request of the instance itself and will not be restarted, before user restarts it. -
@Homoran http://192.168.178.3:8089 und http://192.168.178.3:8081 - um jedes Missverständnis zu vermeiden - beide funktionieren nicht
-
@iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:
Docker-Container
Läuft der Container im Host !?