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

[v1.2] web3-indexer Error: no system logs #278

Closed
gpBlockchain opened this issue Jun 14, 2022 · 3 comments
Closed

[v1.2] web3-indexer Error: no system logs #278

gpBlockchain opened this issue Jun 14, 2022 · 3 comments
Assignees
Labels
bug Something isn't working P-High

Comments

@gpBlockchain
Copy link

gpBlockchain commented Jun 14, 2022

Occasional problems, not yet found the cause

uopenglin@192 godwoken-kicker % ./kicker ps -a
:> docker-compose -f docker/docker-compose.yml ps -a

                 Name                                Command                  State                            Ports                      
------------------------------------------------------------------------------------------------------------------------------------------
docker_check-ckb-started-successfully_1   /entrypoint.sh http://ckb: ...   Exit 0                                                         
docker_ckb-indexer_1                      /bin/ckb-indexer -c http:/ ...   Up             0.0.0.0:8116->8116/tcp                          
docker_ckb-miner_1                        /bin/docker-entrypoint.sh  ...   Up             8114/tcp, 8115/tcp                              
docker_ckb_1                              /bin/docker-entrypoint.sh  ...   Up             0.0.0.0:8114->8114/tcp, 0.0.0.0:8115->8115/tcp  
docker_godwoken-readonly_1                /var/lib/layer2/entrypoint ...   Up (healthy)   0.0.0.0:28119->8119/tcp, 0.0.0.0:28120->8120/tcp
docker_godwoken_1                         /var/lib/layer2/entrypoint.sh    Up (healthy)   0.0.0.0:8119->8119/tcp, 0.0.0.0:8120->8120/tcp  
docker_godwoken_run_130fa394fae3          gw-tools deposit-ckb --god ...   Exit 0                                                         
docker_godwoken_run_3340dce7c669          gw-tools deposit-ckb --god ...   Exit 0                                                         
docker_godwoken_run_57d7e105830d          gw-tools deposit-ckb --god ...   Exit 0                                                         
docker_godwoken_run_737a5e83d87a          gw-tools deposit-ckb --god ...   Exit 0                                                         
docker_godwoken_run_e936e4d69c3b          gw-tools deposit-ckb --god ...   Exit 0                                                         
docker_godwoken_run_fb1ae1ebf9a4          gw-tools deposit-ckb --god ...   Exit 0                                                         
docker_postgres_1                         docker-entrypoint.sh postgres    Up             0.0.0.0:5432->5432/tcp                          
docker_redis_1                            docker-entrypoint.sh redis ...   Up             0.0.0.0:6379->6379/tcp                          
docker_web3-indexer_1                     /var/lib/web3-indexer/entr ...   Exit 1                                                         
docker_web3_1                             /var/lib/web3/entrypoint.sh      Up (healthy)   3000/tcp, 0.0.0.0:8024->8024/tcp                
guopenglin@192 godwoken-kicker % ./kicker         
guopenglin@192 godwoken-kicker % git log --format="%H" -n 1
0577349c5d9b56cd92f8200d18e541c72d1068bb

docker-web3-index-1-log

guopenglin@192 godwoken-kicker % docker logs -f docker_web3-indexer_1
[2022-06-14T04:02:33Z WARN  gw_web3_indexer::indexer] Block producer address is None
[2022-06-14T04:02:33Z INFO  gw_web3_indexer::runner] Sync block 0
[2022-06-14T04:02:33Z INFO  gw_web3_indexer::runner] Sync block 1
...
[2022-06-14T08:48:58Z INFO  gw_web3_indexer::runner] Sync block 582
[2022-06-14T08:49:23Z INFO  gw_web3_indexer::runner] Sync block 583
Error: no system logs
Error: no system logs
Error: no system logs
Error: no system logs
Error: no system logs
@gpBlockchain
Copy link
Author

gpBlockchain commented Jun 15, 2022

step

  1. start kicker
  2. run test
./kicker deposit 0x0c1efcca2bcb65a532274f3ef24c044ef4ab6d73 10000
./kicker deposit 0x40711aDc577DE17232DD6F997022F68BE6BE8560 10000
git clone https://github.com/cryptape/evm-testing.git
npm install
npm run test:gw_local_kit_net_v1

@classicalliu classicalliu self-assigned this Jun 15, 2022
@Flouse Flouse added bug Something isn't working P-High labels Jun 15, 2022
@Flouse Flouse changed the title [v1.2] docker_web3-indexer_1 Exit 1 [v1.2] web3-indexer Error: no system logs Jun 15, 2022
@Flouse
Copy link
Collaborator

Flouse commented Jun 17, 2022

@Flouse Flouse closed this as completed Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P-High
Projects
None yet
Development

No branches or pull requests

3 participants