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

Connection.js crash issue #150

Open
itramana opened this issue Apr 15, 2020 · 0 comments
Open

Connection.js crash issue #150

itramana opened this issue Apr 15, 2020 · 0 comments

Comments

@itramana
Copy link

We are using older version of hdb - 0.13.0.

We saw a very rare issue resulted in node instance restart.
/app/node_modules/hdb/lib/protocol/Connection.js:280
4/6/20 1:14:28.619 AM [APP/2-0] ERR state.messageType = message.type;
4/6/20 1:14:28.619 AM [APP/2-0] ERR ^
4/6/20 1:14:28.619 AM [APP/2-0] ERR
4/6/20 1:14:28.619 AM [APP/2-0] ERR TypeError: Cannot set property 'messageType' of undefined
4/6/20 1:14:28.619 AM [APP/2-0] ERR at Connection.send (/app/node_modules/hdb/lib/protocol/Connection.js:280:21)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at send (//app/node_modules/hdb/lib/protocol/ExecuteTask.js:189:21)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at next (/app/node_modules/hdb/lib/protocol/ExecuteTask.js:157:14)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at handleParameters (/app/node_modules/hdb/lib/protocol/ExecuteTask.js:152:5)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at Immediate. (//app/node_modules/hdb/lib/protocol/Writer.js:199:7)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at runCallback (timers.js:672:20)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at tryOnImmediate (timers.js:645:5)
4/6/20 1:14:28.619 AM [APP/2-0] ERR at processImmediate [as _immediateCallback] (timers.js:617:5)

I don't know how to reproduce this but this happened only once.
I saw a similar issue #105.
Just wanted to make sure if they are related and possible upgrade should fix this.
Any pointers will really help.

Thanks,
Ramana.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant