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

Everything breaks after pausing and resuming syncing #81

Open
frankier opened this issue Dec 13, 2016 · 0 comments
Open

Everything breaks after pausing and resuming syncing #81

frankier opened this issue Dec 13, 2016 · 0 comments

Comments

@frankier
Copy link

frankier commented Dec 13, 2016

I can't give the exact steps to reproduce, but this has happened more than once. Both times syncing begins correctly, then I pause it and resume it later (overnight). When I come back I see errors in the client about auth failing. When I visit the web interface in my browser I see a message:

Error: remote exception: expected result >= minBytes; Premature EOF
    at Error (native)
C++ location:(remote):??
type: failed

In the log file /opt/sandstorm/var/log/sandstorm.log - I see:

supervisor.keepAlive() failed. { [Error: remote exception: expected result >= minBytes; Premature EOF] cppFile: '(remote)', line: 0, kjType: 'failed' }
supervisor.keepAlive() failed. { [Error: remote exception: expected result >= minBytes; Premature EOF] cppFile: '(remote)', line: 0, kjType: 'failed' }
Exception while invoking method 'keepSessionAlive' Error: remote exception: expected result >= minBytes; Premature EOF
    at Object.Future.wait (/programs/server/node_modules/fibers/future.js:449:15)
    at waitPromise (imports/server/async-helpers.js:39:35)
    at [object Object].keepSessionAlive (server/proxy.js:474:9)
    at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1711:12)
    at packages/ddp-server/livedata_server.js:711:19
    at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
    at packages/ddp-server/livedata_server.js:709:40
    at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
    at packages/ddp-server/livedata_server.js:707:46
    at Session.method (packages/ddp-server/livedata_server.js:681:23)
    - - - - -
    at Error (native)

I realise this isn't yet a very good bug report, so please tell me if there are any additional logs or information I can give to help improve it.

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