Giter Club home page Giter Club logo

Comments (4)

javahippie avatar javahippie commented on July 19, 2024

It seems that the monitor backend is losing the connection to the nodes, due to some error:

monitor-backend          | 2018-07-20 19:39 +00:00: [wsc] =โœ“= The socket connection has been established.
monitor-backend          | 2018-07-20 19:39 +00:00: [eth] =i= { id: 'gethDev1',
monitor-backend          |   stats:
monitor-backend          |    { active: true,
monitor-backend          |      syncing: false,
monitor-backend          |      mining: true,
monitor-backend          |      hashrate: 0,
monitor-backend          |      peers: 2,
monitor-backend          |      gasPrice: '18000000000',
monitor-backend          |      uptime: 100 } }
monitor-frontend         | 2018-07-20 19:39:28.120 [API] [STA] Stats from: gethDev1
monitor-frontend         | 2018-07-20 19:39:28.127 [API] [BLK] Block: 1 from: gethDev1
monitor-backend          | /usr/local/lib/node_modules/pm2/node_modules/pidusage/lib/procfile.js:26
monitor-backend          |     buf = Buffer.alloc(SIZE)
monitor-backend          |                  ^
monitor-backend          |
monitor-backend          | TypeError: Buffer.alloc is not a function
monitor-backend          |     at readUntilEnd (/usr/local/lib/node_modules/pm2/node_modules/pidusage/lib/procfile.js:26:18)
monitor-backend          |     at /usr/local/lib/node_modules/pm2/node_modules/pidusage/lib/procfile.js:67:5
monitor-backend          |     at FSReqWrap.oncomplete (fs.js:82:15

If you connect to one of the nodes with geth attach http://localhost:8545 and in the console call eth.getBlock('pending'), what does the output look like?

Edit: The backend is using PM2, it might be related to this error, as Buffer.alloc is not available in all node versions. This might be caused due to insufficiently pinned node versions in the application, I will take a closer look at this.

from geth-dev.

javahippie avatar javahippie commented on July 19, 2024

I received the same error after pruning my Docker caches. It seems like pm2 (which is used to host the monitor backend application) was upgraded and had a new minimum node version. I updated the node versions in the Dockerfile, and the error did no longer appear for me. Can you please check, if the error is gone for you in the branch "issue-5-no-monitor-connection", too?

https://github.com/javahippie/geth-dev/compare/issue-5-no-monitor-connection

from geth-dev.

grobi13 avatar grobi13 commented on July 19, 2024

Hi @javahippie ,

great job! Everything works fine now. Thanks for the quick support!

from geth-dev.

javahippie avatar javahippie commented on July 19, 2024

Very happy to hear that, thank you for taking your time to raise the issue!

from geth-dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.