Open GoogleCodeExporter opened 9 years ago
Patch
Original comment by jbotnasc...@gmail.com
on 12 Feb 2013 at 2:02
Attachments:
That throws an ISE on purpose. If the properties haven't been received from
the worker, something has gone seriously wrong. If you run with --verbose, is
there anything in the output that might indicate why it has failed?
Original comment by gak@google.com
on 12 Feb 2013 at 10:45
No obvious errors or indication of problems at least, attached is full output
running it with --verbose
Original comment by jbotnasc...@gmail.com
on 13 Feb 2013 at 9:15
Attachments:
another log, now launching with java -verbose
Original comment by jbotnasc...@gmail.com
on 13 Feb 2013 at 9:22
Attachments:
The issue is on line 1098 of your first attachment. Messages with the
//ɹǝdıʃɐↃ// prefix are control messages. They're supposed to be
interpreted as such, but for some reason, the one for your jvm properties keeps
failing that test. Unfortunately, I have absolutely no idea why this would be
happening on your particular machine for _just_ that message. I'll see if I can
get a test case running with that string to figure out what's going on.
Original comment by gak@google.com
on 13 Feb 2013 at 7:21
A quick JUnit test with that string shows that the prefix test and the parsing
are both working fine. Maybe it's the Guice bindings?
Original comment by gak@google.com
on 13 Feb 2013 at 7:53
Original issue reported on code.google.com by
jbotnasc...@gmail.com
on 12 Feb 2013 at 1:52