Skip to content
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

Teku Beacon node #589

Closed
BeroBurny opened this issue Sep 22, 2021 · 0 comments
Closed

Teku Beacon node #589

BeroBurny opened this issue Sep 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BeroBurny
Copy link
Collaborator

2021-09-22 08:26:32,951 main INFO Configuring logging for destination: console
2021-09-22 08:26:32,953 main INFO Logging includes events: true
2021-09-22 08:26:32,954 main INFO Logging includes validator duties: true
2021-09-22 08:26:32,954 main INFO Logging includes color: true
08:26:32.965 INFO - Teku version: teku/v21.8.2/linux-x86_64/-eclipsefoundation-openjdk64bitservervm-java-16
08:26:32.970 INFO - This software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
08:26:33.054 INFO - Loading 0 validator keys...
08:26:33.057 INFO - Loaded 0 Validators:
08:26:33.096 INFO - Using default implementation for ThreadExecutor
08:26:33.099 INFO - Job execution threads will use class loader of thread: main
08:26:33.113 INFO - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
08:26:33.113 INFO - Quartz Scheduler v.2.3.2 created.
08:26:33.114 INFO - RAMJobStore initialized.
08:26:33.115 INFO - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

08:26:33.115 INFO - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
08:26:33.115 INFO - Quartz scheduler version: 2.3.2
08:26:33.389 INFO - Storing beacon chain data in: /opt/teku/.local/share/teku/beacon
08:26:33.402 INFO - Beacon data directory set to: /opt/teku/.local/share/teku/beacon
08:26:33.406 FATAL - Unable to create the path to store database files at /opt/teku/.local/share/teku/beacon/db
tech.pegasys.teku.storage.server.DatabaseStorageException: Unable to create the path to store database files at /opt/teku/.local/share/teku/beacon/db
at tech.pegasys.teku.storage.server.DatabaseStorageException.unrecoverable(DatabaseStorageException.java:35) ~[teku-storage-21.8.2.jar:21.8.2]
at tech.pegasys.teku.storage.server.VersionedDatabaseFactory.createDirectories(VersionedDatabaseFactory.java:401) ~[teku-storage-21.8.2.jar:21.8.2]
at tech.pegasys.teku.storage.server.VersionedDatabaseFactory.createDatabase(VersionedDatabaseFactory.java:131) ~[teku-storage-21.8.2.jar:21.8.2]
at tech.pegasys.teku.services.chainstorage.StorageService.lambda$doStart$0(StorageService.java:62) ~[teku-services-chainstorage-21.8.2.jar:21.8.2]
at tech.pegasys.teku.infrastructure.async.SafeFuture.fromRunnable(SafeFuture.java:154) ~[teku-infrastructure-async-21.8.2.jar:21.8.2]
at tech.pegasys.teku.services.chainstorage.StorageService.doStart(StorageService.java:49) ~[teku-services-chainstorage-21.8.2.jar:21.8.2]
at tech.pegasys.teku.service.serviceutils.Service.start(Service.java:35) ~[teku-services-serviceutils-21.8.2.jar:21.8.2]
at tech.pegasys.teku.services.ServiceController.doStart(ServiceController.java:29) ~[teku-21.8.2.jar:21.8.2]
at tech.pegasys.teku.service.serviceutils.Service.start(Service.java:35) ~[teku-services-serviceutils-21.8.2.jar:21.8.2]
at tech.pegasys.teku.AbstractNode.start(AbstractNode.java:90) ~[teku-21.8.2.jar:21.8.2]
at tech.pegasys.teku.Teku.start(Teku.java:50) ~[teku-21.8.2.jar:21.8.2]
at tech.pegasys.teku.cli.BeaconNodeCommand.call(BeaconNodeCommand.java:284) [teku-21.8.2.jar:21.8.2]
at tech.pegasys.teku.cli.BeaconNodeCommand.call(BeaconNodeCommand.java:72) [teku-21.8.2.jar:21.8.2]
at picocli.CommandLine.executeUserObject(CommandLine.java:1933) [picocli-4.4.0.jar:4.4.0]
at picocli.CommandLine.access$1100(CommandLine.java:145) [picocli-4.4.0.jar:4.4.0]
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2332) [picocli-4.4.0.jar:4.4.0]
at picocli.CommandLine$RunLast.handle(CommandLine.java:2326) [picocli-4.4.0.jar:4.4.0]
at picocli.CommandLine$RunLast.handle(CommandLine.java:2291) [picocli-4.4.0.jar:4.4.0]
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2159) [picocli-4.4.0.jar:4.4.0]
at picocli.CommandLine.execute(CommandLine.java:2058) [picocli-4.4.0.jar:4.4.0]
at tech.pegasys.teku.cli.BeaconNodeCommand.parse(BeaconNodeCommand.java:233) [teku-21.8.2.jar:21.8.2]
at tech.pegasys.teku.Teku.main(Teku.java:32) [teku-21.8.2.jar:21.8.2]
Unable to create the path to store database files at /opt/teku/.local/share/teku/beacon/db

@BeroBurny BeroBurny added the bug Something isn't working label Sep 22, 2021
@BeroBurny BeroBurny self-assigned this Sep 27, 2021
@BeroBurny BeroBurny mentioned this issue Sep 28, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant