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

Getting Maximum call stack size exceeded error #8

Open
cenap opened this issue Dec 24, 2015 · 4 comments
Open

Getting Maximum call stack size exceeded error #8

cenap opened this issue Dec 24, 2015 · 4 comments

Comments

@cenap
Copy link

cenap commented Dec 24, 2015

When I run elaster I get:

I:\Projeler\nodejs\elaster\node_modules\elasticsearch\src\lib\log.js:65
Log.prototype.listenerCount = function (event) {
^

RangeError: Maximum call stack size exceeded
at Log.listenerCount (I:\Projeler\nodejs\elaster\node_modules\elasticsearch\src\lib\log.js:65:40)
at Function.EventEmitter.listenerCount (events.js:399:20)
at Log.listenerCount (I:\Projeler\nodejs\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:399:20)
at Log.listenerCount (I:\Projeler\nodejs\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:399:20)
at Log.listenerCount (I:\Projeler\nodejs\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:399:20)
at Log.listenerCount (I:\Projeler\nodejs\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:399:20)

@maneeshmp
Copy link

same here

s-bson: Failed to load c++ bson extension, using pure JS version
events.js:410
EventEmitter.listenerCount = function(emitter, type) {
^

RangeError: Maximum call stack size exceeded
at Function.EventEmitter.listenerCount (events.js:410:38)
at Log.listenerCount (/home/maneesh/go/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (/home/maneesh/go/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (/home/maneesh/go/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (/home/maneesh/go/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (/home/maneesh/go/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)

@Ema0
Copy link

Ema0 commented Apr 7, 2016

Any news about this? I'm having the same error too:

js-bson: Failed to load c++ bson extension, using pure JS version
~/elaster/node_modules/elasticsearch/src/lib/log.js:65
Log.prototype.listenerCount = function(event){
                                      ^
RangeError: Maximum call stack size exceeded
at Log.listenerCount (~\elaster\node_modules\elasticsearch\src\lib\log.js:65:40)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (~\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (~\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (~\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)
at Log.listenerCount (~\elaster\node_modules\elasticsearch\src\lib\log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:412:20)

@nicomse
Copy link

nicomse commented Mar 11, 2019

Im reopening this thread, im still having this error, RangeError: Maximum call stack size exceeded
at Log.listenerCount (/home/ec2-user/projects/elaster/node_modules/elasticsearch/src/lib/log.js:65:40)
at Function.EventEmitter.listenerCount (events.js:447:20)
at Log.listenerCount (/home/ec2-user/projects/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:447:20)
at Log.listenerCount (/home/ec2-user/projects/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:447:20)
at Log.listenerCount (/home/ec2-user/projects/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:447:20)
at Log.listenerCount (/home/ec2-user/projects/elaster/node_modules/elasticsearch/src/lib/log.js:68:25)
at Function.EventEmitter.listenerCount (events.js:447:20)

@nicomse
Copy link

nicomse commented Mar 11, 2019

Solved updating elasticsearch npm module

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

4 participants