RC-Paves3-build / plovr

Automatically exported from code.google.com/p/plovr
0 stars 0 forks source link

Severe error makes plovr hang HTTP response #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Duplicate some files to make plovr produce an error like this one:

java.lang.IllegalStateException: goog.testing.MockControl is provided by both 
/JSPATH/closure/goog/testing/mockcontrol.js and 
/closure/goog/testing/mockcontrol.js

2. Navigate to a /compile URL
3. Observe plovr hang the HTTP response forever. The error is visible only in 
the console.

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

It would be nice if it didn't hang and at least told me to go look in the 
console.

Original issue reported on code.google.com by ivan.kozik@gmail.com on 11 Aug 2010 at 4:28

GoogleCodeExporter commented 8 years ago
I had this happen again with a different error:

SEVERE: Error during GET request to /compile
java.lang.IllegalArgumentException: File not found at: 
/some/bad/path/closure/goog
        at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
        at org.plovr.Manifest.getInputs(Manifest.java:224)
[...]

Original comment by ivan.kozik@gmail.com on 12 Aug 2010 at 3:53

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 952ab8f789.

Original comment by bolinf...@gmail.com on 3 Jan 2011 at 5:36

GoogleCodeExporter commented 8 years ago
Finally fixed in 
http://code.google.com/p/plovr/source/detail?r=952ab8f789866d246678f9b941d474316
ddacd69. Take a look at the changeset to see why it was a little more involved 
than simply adding a catch block.

Original comment by bolinf...@gmail.com on 3 Jan 2011 at 5:36