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

Null Error Using shareLaTeX Editor #6

Open
samanehsan opened this issue Jun 19, 2014 · 5 comments
Open

Null Error Using shareLaTeX Editor #6

samanehsan opened this issue Jun 19, 2014 · 5 comments

Comments

@samanehsan
Copy link

Hello!

I downloaded shareLaTeX onto my Vagrant VM using the ansible script. However, after about 5-10 minutes of using the LaTeX editor, it aborts with the following warning:

Warning: -> error null /webapps/sharelatex/clsi/app.js (6392454ms) Use --force to continue.

Aborted due to warnings.
Warning: Use --force to continue.

    Aborted due to warnings.

What does this error message mean and how would I go about fixing it?

@andreas-bulling
Copy link

Same problem here, but directly upon first startup

@andreas-bulling
Copy link

when I run "grunt run --force" I see the following:

[2014-12-04T16:06:06.712Z]  INFO: filestore/5290 on precise64: Loading backend (backend=fs)
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Development Enviroment
connections property is deprecated. Use getConnections() method
{"name":"filestore","hostname":"precise64","pid":5290,"level":30,"err":{"message":"listen EADDRINUSE","name":"Error","stack":"Error: listen EADDRINUSE\n    at errnoException (net.js:904:11)\n    at Server._listen2 (net.js:1042:14)\n    at listen (net.js:1064:10)\n    at net.js:1146:9\n    at asyncCallback (dns.js:68:16)\n    at Object.onanswer [as oncomplete] (dns.js:121:9)","code":"EADDRINUSE","errno":"EADDRINUSE","syscall":"listen","domainEmitter":{"domain":{"domain":null,"_events":{},"_maxListeners":10,"members":[]},"_events":{},"_maxListeners":10,"_connections":0,"connections":0,"_handle":null,"_usingSlaves":false,"_slaves":[],"allowHalfOpen":true,"httpAllowHalfOpen":false,"timeout":120000},"domain":"[Circular]","domainThrown":false},"msg":"top level uncaught exception","time":"2014-12-04T16:06:15.468Z","v":0}
Running "bunyan" task
Running "bunyan" task

Running "execute:real-time" (execute) task
-> executing /webapps/sharelatex/real-time/app.js

Running "execute:clsi" (execute) task
-> executing /webapps/sharelatex/clsi/app.js
Running "bunyan" task

Running "execute:track-changes" (execute) task
-> executing /webapps/sharelatex/track-changes/app.js
info: socket.io started
Warning: -> error null /webapps/sharelatex/web/app.js (63039ms) Used --force, continuing.

Warning:  Error Used --force, continuing.

Done, but with warnings.



events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:904:11)
    at Server._listen2 (net.js:1042:14)
    at listen (net.js:1064:10)
    at net.js:1146:9
    at asyncCallback (dns.js:68:16)
    at Object.onanswer [as oncomplete] (dns.js:121:9)
Warning: -> error 8 /webapps/sharelatex/docstore/app.js (51180ms) Used --force, continuing.

Warning:  Error:
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:904:11)
    at Server._listen2 (net.js:1042:14)
    at listen (net.js:1064:10)
    at net.js:1146:9
    at asyncCallback (dns.js:68:16)
    at Object.onanswer [as oncomplete] (dns.js:121:9) Used --force, continuing.

Done, but with warnings.


    info: socket.io started

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:904:11)
    at Server._listen2 (net.js:1042:14)
    at listen (net.js:1064:10)
    at net.js:1146:9
    at asyncCallback (dns.js:68:16)
    at Object.onanswer [as oncomplete] (dns.js:121:9)
Warning: -> error 8 /webapps/sharelatex/tags/app.js (70062ms) Used --force, continuing.

Warning:  Error:
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:904:11)
    at Server._listen2 (net.js:1042:14)
    at listen (net.js:1064:10)
    at net.js:1146:9
    at asyncCallback (dns.js:68:16)
    at Object.onanswer [as oncomplete] (dns.js:121:9) Used --force, continuing.

Done, but with warnings.


    [2014-12-04T16:07:03.225Z]  INFO: real-time-sharelatex/5320 on precise64: real-time-sharelatex listening on localhost:3026
[2014-12-04T16:06:59.578Z]  INFO: track-changes/5326 on precise64: track changes api listening on http://localhost:3015
[2014-12-04T16:07:09.797Z]  INFO: documentupdater/5301 on precise64: documentupdater-sharelatex server listening on port 3003
[2014-12-04T16:07:10.019Z]  INFO: spelling-sharelatex/5294 on precise64: spelling-sharelatex listening at localhost:3005
[2014-12-04T16:07:10.283Z]  INFO: clsi/5321 on precise64: CLSI listening on localhost:3013
Development Enviroment
[2014-12-04T16:07:12.532Z]  INFO: chat-sharelatex/5300 on precise64: chat-sharelatex listening on localhost:3010

@palkan
Copy link
Owner

palkan commented Dec 5, 2014

It looks like some of sharelatex apps are already running. You should kill them and grunt run again.

@andreas-bulling
Copy link

Will try but I also received the above error before - this is still a major problem. Any ideas how to fix it?

Warning: -> error null /webapps/sharelatex/clsi/app.js (6392454ms) Use --force to continue.
Aborted due to warnings.
Warning: Use --force to continue.

@bamford
Copy link
Contributor

bamford commented May 18, 2015

I had the same issue and found I needed to increase the memory available to my virtual machine to 2Gb. There is a commented out line to do this in the Vagrantfile.

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