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

setup error #18

Open
DMinerJackie opened this issue Dec 13, 2015 · 2 comments
Open

setup error #18

DMinerJackie opened this issue Dec 13, 2015 · 2 comments

Comments

@DMinerJackie
Copy link

I am going to learn Node.js and Crawling based on your great app, but I find when I set up app.js in Eclipse, it shows error message like:
Express
500 Error: spawn UNKNOWN
at exports._errnoException (util.js:746:11)
at ChildProcess.spawn (child_process.js:1162:11)
at exports.spawn (child_process.js:995:9)
at Object.exports.fork (child_process.js:581:10)
at postAddScraper (C:\Windows\System32\config\systemprofile\git\node-web-crawler\routes\index.js:41:28)
at callbacks (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:161:37)
at param (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:135:11)
at pass (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:142:5)
at Router._dispatch (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:170:5)
at Object.router (C:\Windows\System32\config\systemprofile\git\node-web-crawler\node_modules\express\lib\router\index.js:33:10)

Do you know why?
Thanks.

@ecdeveloper
Copy link
Owner

The issue seems to be happening when the main app tries to fork a child process. Looks like it's related to an issue with Eclipse itself. Looks like here is described a similar error - https://groups.google.com/forum/#!topic/nodeclipse/X7gS0mjGjuk

@DMinerJackie
Copy link
Author

Thanks for your detail answer, I will check 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

2 participants