Je viens d’essayer d’installer la dernière version de bluemind mais après l’installation, lorsque j’essaie d’aller sur /setup comme indiqué, j’ai un 404.
J’ai essayé sur Debian 11 et Ubuntu 22.04 : même problème. La VM utilisé a 16GB de RAM, 8vCPU et 100GB de disque.
J’ai essayé exactement la même installation sur la même configuration avec une archive antérieur (la Version 4.7.4 - 4.1.61985) et tout fonctionne parfaitement…
J’en conclue qu’il y a un problème avec les install “bluemind-installer-4.1.64682-bullseye.bin” et “bluemind-installer-4.1.64682-jammy.bin”.
En cherchant un peu, je vois bien que le nginx est configuré pour renvoyer vers le port 8080 pour setup et j’ai un 404 en tapant direct dessus aussi :
# curl http://127.0.0.1:8080/setup/ -v
* Trying 127.0.0.1:8080…
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
> GET /setup/ HTTP/1.1
> Host: 127.0.0.1:8080
> User-Agent: curl/7.81.0
> Accept: /
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 404 Not Found
< Cache-Control: no-cache
< Cache-Control: must-revalidate
< Pragma: no-cache
< Content-Type: application/octet-stream
< content-length: 0
<
* Connection #0 to host 127.0.0.1 left intact
Le navigateur utilisé est Firefox (version 103.0.1-2.fc36).
Voici la fin du log /var/log/bm-webserver/setup.log :
2022-08-10 09:37:21,205 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [8de27332-c9d5-456d-af5e-3ee2b80f91f6] : ( 23 on 29 )
2022-08-10 09:37:21,206 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [8de27332-c9d5-456d-af5e-3ee2b80f91f6] : Write out database with 1 new entries ( 23 on 29 )
2022-08-10 09:37:21,216 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [8de27332-c9d5-456d-af5e-3ee2b80f91f6] : Data Base Updated ( 23 on 29 )
2022-08-10 09:37:21,237 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [8de27332-c9d5-456d-af5e-3ee2b80f91f6] : TLS certificates : deploying certificate ( 24 on 29 )
2022-08-10 09:37:22,113 [bm-tasks-1] n.b.s.s.s.StateManager INFO - mark state HostAndDomain as finished
2022-08-10 09:37:22,114 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [8de27332-c9d5-456d-af5e-3ee2b80f91f6] : ( 25 on 29 )
2022-08-10 09:37:22,115 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [8de27332-c9d5-456d-af5e-3ee2b80f91f6] : ( 29 on 29 )
2022-08-10 09:38:03,122 [gwt-rpchandler-thread--26] n.b.s.s.CoreTasksImpl INFO - db version: 4.1.64690
2022-08-10 09:38:03,122 [gwt-rpchandler-thread--25] n.b.s.s.CoreTasksImpl INFO - db version: 4.1.64690
2022-08-10 09:38:03,199 [gwt-rpchandler-thread--29] n.b.s.s.s.StateManager INFO - from state HostAndDomain to state FinalTask
2022-08-10 09:38:03,207 [gwt-rpchandler-thread--29] n.b.s.s.TaskMonitorImpl INFO - registrer task class net.bluemind.sw.server.CoreTasksImpl$1 at a4fcbeef-fb13-4742-a3a9-38e04d899e1e
2022-08-10 09:38:03,212 [gwt-rpchandler-thread--29] n.b.s.s.TaskMonitorImpl INFO - task [a4fcbeef-fb13-4742-a3a9-38e04d899e1e] : finalization ( 0 on 5 )
2022-08-10 09:38:03,212 [gwt-rpchandler-thread--29] n.b.s.s.s.StateManager INFO - mark state FinalTask as in progress
2022-08-10 09:38:03,213 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [a4fcbeef-fb13-4742-a3a9-38e04d899e1e] : nginx : Setting up NGINX for production ( 2 on 5 )
2022-08-10 09:38:03,221 [gwt-rpchandler-thread--0] n.b.s.s.s.StateManager INFO - from state HostAndDomain to state FinalTask
2022-08-10 09:38:03,221 [gwt-rpchandler-thread--0] n.b.s.s.s.StateManager ERROR - cant change state, currentState not valid (expected FinalTask but was HostAndDomain)
2022-08-10 09:38:03,918 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [a4fcbeef-fb13-4742-a3a9-38e04d899e1e] : finalization steps finished successfully ( 5 on 5 )
2022-08-10 09:38:03,918 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [a4fcbeef-fb13-4742-a3a9-38e04d899e1e] : finalization ( 0 on 5 )
2022-08-10 09:38:03,919 [vert.x-eventloop-thread-1] n.b.s.s.TaskMonitorImpl INFO - task [a4fcbeef-fb13-4742-a3a9-38e04d899e1e] : nginx : Setting up NGINX for production ( 2 on 5 )
2022-08-10 09:38:03,967 [bm-tasks-2] n.b.s.s.s.StateManager INFO - mark state FinalTask as finished
2022-08-10 09:38:03,967 [bm-tasks-2] n.b.s.s.s.StateManager INFO - from state FinalTask to state NeedCheck
2022-08-10 11:39:46,845 [vert.x-eventloop-thread-0] n.b.s.s.BackOfficeImpl INFO - InstallationWizard: true
2022-08-10 11:40:14,105 [vert.x-eventloop-thread-0] n.b.s.s.BackOfficeImpl INFO - InstallationWizard: true
2022-08-10 11:40:34,497 [vert.x-eventloop-thread-0] n.b.s.s.BackOfficeImpl INFO - InstallationWizard: true
2022-08-10 11:56:12,690 [vert.x-eventloop-thread-0] n.b.s.s.BackOfficeImpl INFO - InstallationWizard: true
2022-08-10 11:58:07,631 [vert.x-eventloop-thread-0] n.b.s.s.BackOfficeImpl INFO - InstallationWizard: true
Je n’ai constaté aucun problème à l’usage après l’installation.