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

报了这个错误 nodev0.6.18 #2

Open
lamb opened this issue Jun 7, 2012 · 2 comments
Open

报了这个错误 nodev0.6.18 #2

lamb opened this issue Jun 7, 2012 · 2 comments

Comments

@lamb
Copy link

lamb commented Jun 7, 2012

starting D:\Workspace\nodejs\test\node_modules\siege\examples\helloworld/app.js
�[?25l..............
events.js:48
throw arguments[1]; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:670:11)
at Array.0 (net.js:771:26)
at EventEmitter._tickCallback (node.js:190:38)
.............
timers.js:96
if (!process.listeners('uncaughtException').length) throw e;
^
Error: No such module
at EventEmitter. (node.js:384:27)
at D:\Workspace\nodejs\test\node_modules\siege\siege.js:266:15
at Object._onTimeout (D:\Workspace\nodejs\test\node_modules\siege\siege.js:307:7)
at Timer.ontimeout (timers.js:94:19)

@guileen
Copy link
Member

guileen commented Jun 7, 2012

你可能开了其他nodejs服务.

siege会自动启动app.js关闭服务.

@lamb
Copy link
Author

lamb commented Jun 7, 2012

不先启动app.js 也一样会报错的
starting D:\Workspace\nodejs\test\node_modules\siege\examples\helloworld/app.js
�[?25l...........................
timers.js:96
if (!process.listeners('uncaughtException').length) throw e;
^
Error: No such module
at EventEmitter. (node.js:384:27)
at D:\Workspace\nodejs\test\node_modules\siege\siege.js:266:15
at Object._onTimeout (D:\Workspace\nodejs\test\node_modules\siege\siege.js:307:7)
at Timer.ontimeout (timers.js:94:19)

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