Advertisement
Guest User

IISNode, IIS, & Etherpad error

a guest
Oct 3rd, 2012
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. iisnode encountered an error when processing the request.
  2. HRESULT: 0x2
  3. HTTP status: 500
  4. HTTP reason: Internal Server Error
  5.  
  6. You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
  7.  
  8. In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
  9.  
  10. The last 64k of the output generated by the node.exe process to stdout and stderr is shown below:
  11. fs.js:520
  12. return binding.lstat(pathModule._makeLong(path));
  13. ^
  14. Error: EPERM, operation not permitted 'C:\Users\Matthew'
  15. at Object.fs.lstatSync (fs.js:520:18)
  16. at Object.realpathSync (fs.js:1047:21)
  17. at tryFile (module.js:142:15)
  18. at Function.Module._findPath (module.js:181:18)
  19. at Function.Module._resolveFilename (module.js:336:25)
  20. at Function.Module._load (module.js:280:25)
  21. at Module.runMain (module.js:492:10)
  22. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement