| Summary: | Service Call Exception Happens when running EUnit Javascript Test | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Huang Ji Yong <hjiyong> | ||||
| Component: | EDT | Assignee: | Joseph Vincens <jvincens> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P1 | CC: | jspadea, svihovec | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
This was already fixed, please try again. Verified in build 0.8.0.v201202190901-1Co-FjuJ6QMNRcrynsZh8h8C |
Created attachment 210793 [details] Testcase Steps to reproduce: 1. Start EDT, Import the attached project IsolateScript 2. Right click "IsolateScript", select "generate EGL Test Driver"-> JavaScript 3. Open RunAllTests_RUI.egl in VE. EUnit test cases are running successfully. But the result set is not created due to the service call error. The error message in VE window: custom properties EGLTestResultRoot is: E:\workspace\wsNightly\jsgenTest2\IsolateScript.eunit.javascript\ResultRoot custom properties EGLTestResultRoot is: E:\workspace\wsNightly\jsgenTest2\IsolateScript.eunit.javascript\ResultRoot Exception occured on service call An exception occurred while calling a service. Exception occured on service call An exception occurred while calling a service. The error message in console: Exception in thread "main" java.lang.NullPointerException at org.eclipse.edt.ide.testserver.TestServer.<init>(TestServer.java:194) at org.eclipse.edt.ide.testserver.TestServer.main(TestServer.java:153)