sist2 icon indicating copy to clipboard operation
sist2 copied to clipboard

UI sist2 web stuck forever loading

Open Nurech opened this issue 1 year ago • 1 comments

Device Information (please complete the following information):

  • OS: [Ubuntu 20.04]
  • Deployment: [Docker]
  • Browser (if relevant): [chrome]
  • SIST2 Version: [simon987/sist2]
  • Elasticsearch Version [elasticsearch:7.14.0]

Command with arguments

Describe the bug The scan was a success. Creating an index and uploading it to ES was a success. No errors on the web.

Expected behavior Working UI able to perform search.

Actual Behavior The main index shows a loading screen forever and can not perform searches. When clicking around on stats sist2 web container eventually exits with the message sist2_web exited with code 139.

Screenshots image image

Starting sist2_scan ... done
Starting sist2_index ... done
Starting sist2_web   ... done
Attaching to sist2_web
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg es_url=http://0.0.0.0:9200
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg es_index=sist2
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg tagline=Lightning-fast file system indexer and search tool
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg dev=0
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg listen=0.0.0.0:8888
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg credentials=(null)
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg tag_credentials=(null)
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg auth_user=
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg auth_pass=
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg index_count=1
sist2_web        | [7F0191A41A40] [2023-03-25 08:02:59] [DEBUG cli.c] arg indices[0]=./my_index/sist2
sist2_web        | [7F0191A41A40] [2023-03-25 08:03:44] [DEBUG web.c] async request POST http://0.0.0.0:9200/sist2/_search
sist2_web exited with code 139

Nurech avatar Mar 25 '23 08:03 Nurech