ThR37
ThR37

Reputation: 4085

Nodeclipse : Unable to run even the simplest app

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:

Upvotes: 2

Views: 2045

Answers (1)

Paul Verest
Paul Verest

Reputation: 63912

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.

Upvotes: 2

Related Questions