Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

_inlineCallbacks StopIteration; RuntimeError: service not started #5135

Open
ederenn opened this issue Mar 17, 2020 · 0 comments
Open

_inlineCallbacks StopIteration; RuntimeError: service not started #5135

ederenn opened this issue Mar 17, 2020 · 0 comments
Labels
0.23 release bug P3 Severity-Low/Effort-hard

Comments

@ederenn
Copy link

ederenn commented Mar 17, 2020

Description

Golem Version: golem-0.22.1+dev111.g64596e2

Golem-Messages version (leave empty if unsure):

Electron version (if used):

OS [e.g. Windows 10 Pro]: Ubuntu 18.04

Branch (if launched from source):

Mainnet/Testnet: mainnet

Priority label is set to the lowest by default. To setup higher priority please change the label
P0 label is set for Severity-Critical/Effort-easy
P1 label is set for Severity-Critical/Effort-hard
P2 label is set for Severity-Low/ Effort-easy
P3 label is set for Severity-Low/Effort-hard

Description of the issue:

During shutting down node in logs appeared an error

020-03-16 17:38:46 INFO     golem.client                        Stopping network ...
2020-03-16 17:38:46 INFO     golem.network.concent.client        Waiting for received messages queue to empty
2020-03-16 17:38:46 INFO     golem.network.concent.client        <ConcentClientService(Thread-1, started daemon 139972033001216)> stopped
2020-03-16 17:38:46 WARNING  twisted                             Native worker received SIGTERM - shutting down ..
2020-03-16 17:38:47 INFO     golem.ethereum.paymentprocessor     Batch payments value: 0.100000000000000006 GNTB
2020-03-16 17:38:47 WARNING  twisted                             Controller received SIGINT [signal=2]: shutting down node [shutdown_was_clean=True] ..
2020-03-16 17:38:47 INFO     golem_sci.transactionsstorage       Saving transaction 0x610a7fe46255e1fb840920fc712ce104b16440c5c492a3455ed852e560bec5b5, nonce=13
2020-03-16 17:38:47 INFO     golem.core.processmonitor           Subprocess 11947 exited with code 0
2020-03-16 17:38:47 INFO     golem.resources                     hyperg 0.3.6 already started. addresses={'TCP': ('0.0.0.0', 3282)}
2020-03-16 17:38:47 CRITICAL twisted                             Unhandled error in Deferred:
2020-03-16 17:38:47 CRITICAL twisted                              
Traceback (most recent call last):
  File "/home/buildbot-worker/worker/buildpackage_linux/build/.venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
StopIteration
 
During handling of the above exception, another exception occurred:
 
Traceback (most recent call last):
  File "/home/buildbot-worker/worker/buildpackage_linux/build/.venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
StopIteration
 
During handling of the above exception, another exception occurred:
 
Traceback (most recent call last):
  File "/home/buildbot-worker/worker/buildpackage_linux/build/.venv/lib/python3.6/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/client.py", line 702, in quit
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/ethereum/transactionsystem.py", line 422, in stop
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/core/service.py", line 62, in stop
RuntimeError: service not started

as far happened once, no additional problems observed

Proposed Solution?

(Optional: What could be a solution for that issue)

@ederenn ederenn added bug brass P3 Severity-Low/Effort-hard 0.23 release labels Mar 17, 2020
@badb badb removed the brass label Jun 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
0.23 release bug P3 Severity-Low/Effort-hard
Projects
None yet
Development

No branches or pull requests

3 participants