LiTiang / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

NullPointerException on server launch #213

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. I attempt to start the server:

    java -jar JsTestDriver-1.3.1.jar --port 9999

What is the expected output? What do you see instead?

java.lang.NullPointerException
        at com.google.jstestdriver.FileInfo.getPath(FileInfo.java:185)
        at com.google.jstestdriver.PathResolver.resolve(PathResolver.java:133)
        at com.google.jstestdriver.config.ParsedConfiguration.resolvePaths(ParsedConfiguration.java:84)
        at com.google.jstestdriver.config.Initializer.initialize(Initializer.java:81)
        at com.google.jstestdriver.JsTestDriver.main(JsTestDriver.java:79)
Unexpected Runner Condition: null
 Use --runnerMode DEBUG for more information.

What version of the product are you using? On what operating system?

JsTestDriver-1.3.1.jar

java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Server VM (build 19.1-b02, mixed mode)

Linux version 2.6.32-28-generic (buildd@palmer) (gcc version 4.4.3 (Ubuntu 
4.4.3-4ubuntu5) ) #55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 (Ubuntu 
2.6.32-28.55-generic 2.6.32.27+drm33.12)

Original issue reported on code.google.com by Finn.Haa...@gmail.com on 9 Mar 2011 at 4:43