-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Web app dosen't run probably a crash #282
Comments
can you paste the content of your config file? |
I don't think there is a config file based on this line of the output.
I have the same issue on lates. I am using defaults (no config) also. Mine shows a bit more beyond what is shown above.
|
@PhilipWhiteside @rshxyz |
same thing happening for me, Ubuntu x64 |
|
I retried with the sample docker-compose that has separate containers, to confirm which part has the problem, which shows it being the
The release binary runs on the host system. At least the usage info from it. As shown by the error below I haven't setup the other components for this test, just checking compatibility of the go build.
|
@AnalogJ Operating System: Fedora Linux 35 (Workstation Edition) |
This looks very similar to #281 and I'm going to close this issue as a dupe of that issue. I'll copy paste a comment below from that issue with my current thought process. Please follow up in that thread with any updates. Sorry everyone, this is incredibly difficult to debug without a way to reproduce. So there's 2 things that I'm currently investigating as possible root-causes:
While I investigate further, can those of you running into this issue run the following command and paste the output as a comment: Thanks for your patience! |
So for jammy there is some break changes that silently happen, in my experience.
I dont know how this impact on |
Describe the bug
Can't reach the webapp GUI, I can reach the InfluxDB GUI which asks me to create a user
Expected behavior
Webapp dosen't run
Screenshots
If applicable, add screenshots to help explain your problem.
Log Files
cat web.log
time="2022-06-06T00:54:29Z" level=info msg="Trying to connect to scrutiny sqlite db: /opt/scrutiny/config/scrutiny.db\n"
time="2022-06-06T00:54:29Z" level=info msg="Successfully connected to scrutiny sqlite db: /opt/scrutiny/config/scrutiny.db\n"
time="2022-06-06T00:54:29Z" level=debug msg="InfluxDB url: http://localhost:8086"
time="2022-06-06T00:54:29Z" level=debug msg="Determine Influxdb setup status..."
cat failure.txt
sudo docker-compose up scrutiny-omnibus
Creating scrutiny-omnibus ... done
Attaching to scrutiny-omnibus
scrutiny-omnibus | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
scrutiny-omnibus | [s6-init] ensuring user provided files have correct perms...exited 0.
scrutiny-omnibus | [fix-attrs.d] applying ownership & permissions fixes...
scrutiny-omnibus | [fix-attrs.d] done.
scrutiny-omnibus | [cont-init.d] executing container initialization scripts...
scrutiny-omnibus | [cont-init.d] 01-timezone: executing...
scrutiny-omnibus | [cont-init.d] 01-timezone: exited 0.
scrutiny-omnibus | [cont-init.d] 50-cron-config: executing...
scrutiny-omnibus | [cont-init.d] 50-cron-config: exited 0.
scrutiny-omnibus | [cont-init.d] done.
scrutiny-omnibus | [services.d] starting services
scrutiny-omnibus | waiting for scrutiny service to start
scrutiny-omnibus | waiting for influxdb
scrutiny-omnibus | starting cron
scrutiny-omnibus | [services.d] done.
scrutiny-omnibus | influxdb config file already exists. skipping.
scrutiny-omnibus | starting influxdb
scrutiny-omnibus | scrutiny api not ready
scrutiny-omnibus | influxdb not ready
scrutiny-omnibus | ts=2022-06-06T00:53:00.384843Z lvl=info msg="Welcome to InfluxDB" log_id=0aucrNO0000 version=v2.2.0 commit=a2f8538837 build_date=2022-04-06T17:36:40Z
scrutiny-omnibus | ts=2022-06-06T00:53:00.385676Z lvl=info msg="Resources opened" log_id=0aucrNO0000 service=bolt path=/opt/scrutiny/influxdb/influxd.bolt
scrutiny-omnibus | ts=2022-06-06T00:53:00.385710Z lvl=info msg="Resources opened" log_id=0aucrNO0000 service=sqlite path=/opt/scrutiny/influxdb/influxd.sqlite
scrutiny-omnibus | ts=2022-06-06T00:53:00.388390Z lvl=info msg="Using data dir" log_id=0aucrNO0000 service=storage-engine service=store path=/opt/scrutiny/influxdb/engine/data
scrutiny-omnibus | ts=2022-06-06T00:53:00.388415Z lvl=info msg="Compaction settings" log_id=0aucrNO0000 service=storage-engine service=store max_concurrent_compactions=6 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648
scrutiny-omnibus | ts=2022-06-06T00:53:00.388426Z lvl=info msg="Open store (start)" log_id=0aucrNO0000 service=storage-engine service=store op_name=tsdb_open op_event=start
scrutiny-omnibus | ts=2022-06-06T00:53:00.388464Z lvl=info msg="Open store (end)" log_id=0aucrNO0000 service=storage-engine service=store op_name=tsdb_open op_event=end op_elapsed=0.042ms
scrutiny-omnibus | ts=2022-06-06T00:53:00.388483Z lvl=info msg="Starting retention policy enforcement service" log_id=0aucrNO0000 service=retention check_interval=30m
scrutiny-omnibus | ts=2022-06-06T00:53:00.388491Z lvl=info msg="Starting precreation service" log_id=0aucrNO0000 service=shard-precreation check_interval=10m advance_period=30m
scrutiny-omnibus | ts=2022-06-06T00:53:00.388939Z lvl=info msg="Starting query controller" log_id=0aucrNO0000 service=storage-reads concurrency_quota=1024 initial_memory_bytes_quota_per_query=9223372036854775807 memory_bytes_quota_per_query=9223372036854775807 max_memory_bytes=0 queue_size=1024
scrutiny-omnibus | ts=2022-06-06T00:53:00.389854Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0aucrNO0000 max_select_point=0 max_select_series=0 max_select_buckets=0
scrutiny-omnibus | ts=2022-06-06T00:53:00.393539Z lvl=info msg=Listening log_id=0aucrNO0000 service=tcp-listener transport=http addr=:8086 port=8086
scrutiny-omnibus | scrutiny api not ready
scrutiny-omnibus | starting scrutiny
scrutiny-omnibus | 2022/06/06 00:53:05 No configuration file found at /opt/scrutiny/config/scrutiny.yaml. Using Defaults.
scrutiny-omnibus |
scrutiny-omnibus | ___ ___ ____ __ __ ____ ____ _ _ _ _
scrutiny-omnibus | / ) / )( _ ( )( )( )( )( ( )( / )
scrutiny-omnibus | _ ( ( ) / )()( )( )( ) ( \ /
scrutiny-omnibus | (/ _)()_)() () ()()_) (__)
scrutiny-omnibus | github.com/AnalogJ/scrutiny dev-0.4.9
scrutiny-omnibus |
scrutiny-omnibus | Start the scrutiny server
scrutiny-omnibus | [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
scrutiny-omnibus | - using env: export GIN_MODE=release
scrutiny-omnibus | - using code: gin.SetMode(gin.ReleaseMode)
scrutiny-omnibus |
scrutiny-omnibus | time="2022-06-06T00:53:05Z" level=info msg="Trying to connect to scrutiny sqlite db: /opt/scrutiny/config/scrutiny.db\n"
scrutiny-omnibus | time="2022-06-06T00:53:05Z" level=info msg="Successfully connected to scrutiny sqlite db: /opt/scrutiny/config/scrutiny.db\n"
scrutiny-omnibus | time="2022-06-06T00:53:05Z" level=debug msg="InfluxDB url: http://localhost:8086"
scrutiny-omnibus | time="2022-06-06T00:53:05Z" level=debug msg="Determine Influxdb setup status..."
scrutiny-omnibus | fatal error: unexpected signal during runtime execution
scrutiny-omnibus | [signal SIGSEGV: segmentation violation code=0x1 addr=0x63 pc=0x7f529538eef4]
The log files will be available on your host in the
config
directory. Please attach them to this issue.The text was updated successfully, but these errors were encountered: