HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

In exercise 5 (Kevoree tutorial), cannot start node.js node with start model #16

Closed brice-morin closed 9 years ago

brice-morin commented 9 years ago
11:04:05  ALL    KevoreeLogger    Set logLevel= info
11:04:05  INFO   KevoreeCore      Platform node name: jsNode
11:04:05  ERROR  NodeJSRuntime    Unable to load Kevoree KevScript: parse error:
 failed to match 'ws' at line=12, col=0, pos=331
11:04:05  ERROR  NodeJSRuntime    Platform shut down.
maxleiko commented 9 years ago

From the directory, I've just run that

kevoreejs -n jsNode --kevscript=starterModel.kevs

and it worked. Are you on Windows ? Are you sure the path is the right one ?

brice-morin commented 9 years ago

Yes, I am on windows... when the path is wrong, I get another error... So I assume it is right... But it will run kevoreejs directly in the folder where the model is... I guess that it safer

brice-morin commented 9 years ago

Same problem...

maxleiko commented 9 years ago

Looks like a typo in the KevScript you've selected.