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

FSEventStreamFlushSync #10

Closed
Tatsujinichi opened this issue Oct 12, 2017 · 4 comments
Closed

FSEventStreamFlushSync #10

Tatsujinichi opened this issue Oct 12, 2017 · 4 comments

Comments

@Tatsujinichi
Copy link

Tatsujinichi commented Oct 12, 2017

I get this error in console every time in my project I run
npm run develop

(js) (15425) mage/myproject >> 2017-10-12 17:40 [15425] (FSEvents.framework) FSEventStreamFlushSync(): failed assertion '(SInt64)last_id > 0LL'

Appears it was fixed in node v8.1.0  nodejs/node#854

@stelcheck
Copy link
Member

Can you confirm if this issue was fixed after upgrading node?

@Tatsujinichi
Copy link
Author

Can't get it running on 8.1.0, even after rebuilding.

@stelcheck
Copy link
Member

Can you be more specific? What is the error?

@Tatsujinichi
Copy link
Author

Tatsujinichi commented Nov 27, 2017


| __ \ | / | | |
| | | | _____ | \ / | ___ | | ___
| | | |/ _ \ \ / | |/| |/ _ \ / _` |/ _
| |
| | __/\ V /| | | | (
) | (| | /
|
_/ _| _/ |
| ||___/ _,_|___|

w-17951 - 15:25:05.606 [MAGE httpServer] Server running at http://0.0.0.0:8080
w-17951 - 15:25:05.606 [MAGE processManager] Startup phase completed in 1.199 sec
m-17950 - 15:25:05.608 [MAGE processManager] Startup phase completed in 2.19 sec
w-17951 - 15:25:06.279 [MAGE REPL] connecting to master process
m-17950 - 15:25:06.281 [MAGE REPL] connected
(js) (17951) mage/xxxxxxxxx >> m-17950 - 15:25:08.261 [MAGE processManager] Uncaught exception: connect ECONNRESET 127.0.0.1:2502
error: {
"code": "ECONNRESET",
"type": "Error",
"errno": "ECONNRESET",
"syscall": "connect",
"address": "127.0.0.1",
"port": 2502,
"file": "util.js",
"line": 1014,
"offset": 11,
"stack": [
"Object.exports._errnoException (util.js:1014:11)",
"exports._exceptionWithHostPort (util.js:1037:20)",
"TCPConnectWrap.afterConnect [as oncomplete] (net.js:1138:14)"
]
}
m-17950 - 15:25:08.263 [MAGE] Shutting down Mage...
m-17950 - 15:25:08.264 [MAGE httpServer] Closing WebSocket connections
m-17950 - 15:25:08.264 [MAGE httpServer] Closing HTTP server
m-17950 - 15:25:08.266 [MAGE httpServer] HTTP server closed
m-17950 - 15:25:08.275 [MAGE serviceDiscovery consul] Stopped discovery process
m-17950 - 15:25:08.275 [MAGE archivist] Closing all vaults...
m-17950 - 15:25:08.281 [MAGE] Destroying all log writers
w-17951 - 15:25:08.282 [MAGE processManager] Worker received shutdown request.
w-17951 - 15:25:08.285 [MAGE] Shutting down Mage...
w-17951 - 15:25:08.286 [MAGE httpServer] Closing WebSocket connections
w-17951 - 15:25:08.287 [MAGE httpServer] Closing HTTP server
w-17951 - 15:25:08.288 [MAGE msgStream] Closing all 0 connection(s)
w-17951 - 15:25:08.289 [MAGE httpServer] HTTP server closed
w-17951 - 15:25:08.290 [MAGE archivist] Preparing distribution of value changes to write-vaults: ["client","volatileVault","userVault","logsVault"]
w-17951 - 15:25:08.290 [MAGE archivist] Running beforeDistribute hooks for all value changes
w-17951 - 15:25:08.290 [MAGE archivist] Distributing all value changes
w-17951 - 15:25:08.292 [MAGE serviceDiscovery consul] Stopped discovery process
w-17951 - 15:25:08.293 [MAGE archivist] Closing all vaults...
w-17951 - 15:25:08.297 [MAGE] Destroying all log writers

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

2 participants