This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244179 - Unable to start Karma Plugin
Summary: Unable to start Karma Plugin
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-29 17:25 UTC by GrahamA
Modified: 2014-04-30 06:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (60.57 KB, text/plain)
2014-04-29 17:25 UTC, GrahamA
Details

Note You need to log in before you can comment on or make changes to this bug.
Description GrahamA 2014-04-29 17:25:42 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03


Following the tutorial set out at https://netbeans.org/kb/docs/webclient/html5-js-support.html it is not possable to start the Karma plugin

Right click on Karam Node, error in log file is:

CreateProcess error=193, %1 is not a valid Win32 application
Comment 1 GrahamA 2014-04-29 17:25:44 UTC
Created attachment 147012 [details]
IDE log
Comment 2 Vladimir Riha 2014-04-30 06:22:29 UTC
Please install latest updates: in NetBeans go to Help->Check for updates. It should install fix for this issue. After installing the updates, go to project properties to Karma configuration and press Search again. It should find something like

MyProject\node_modules\.bin\karma.cmd

if it doesn't find, try to look for it "manually", it should be something like that. Notice that "cmd" file type. 

Closing as works for me. If the above won't help you, could you please attach the project here (or create a simple new one where we can reproduce the issue)? Thank you in advance.