Question

I have an issue with nodeclipse: I am unable to run even the simplest demo app (simple require http). When I try to run my "app.js" as a node application, I am just getting:

<terminated, exit value: -1073741819>Node.js Process

When I try to run from the command prompt node app.js, everything goes fine. Did I forget anything important ?

Thanks in advance for your help.

Here is some additionnal informations:

  • Env config: Win 8 64 bits + Eclipse Kepler 64 bits (JRE 6.0.390.4)
  • Enide from Eclipse marketplace (based on Nodeclipse 0.9.05)
  • NodeJs v 0.10.24
Was it helpful?

Solution

While this problem arise from time to time, the exact cause is not yet known. More feedback is needed. (Once the problem goes away there is no way to reproduce healing; so the only way is to collect data in what environment, and how was solved)

Check Nodeclipse Online Help - Run page

There are 2 similar issues raised before.

  • #72, #176 was solved via Java upgrade to 1.7
  • #107 was solved via running node --debug-brk app.js from console first.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top