latos / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Problem starting Wiab server #203

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update the source to rev. 834
2. Run the server.

What is the expected output? What do you see instead?
Expected: Server successfully starts.
Actual: Error during server startup.

See attached log file.

Original issue reported on code.google.com by vega113 on 13 Jan 2011 at 1:36

Attachments:

GoogleCodeExporter commented 8 years ago
I can reproduce this. It's a problem with the latest commit that modified the 
Guice binding logic. As the reviewer of the change, I take responsibility for 
not seeing the problem. A patch is in the works.

Original comment by Tad.Glines@gmail.com on 13 Jan 2011 at 3:05

GoogleCodeExporter commented 8 years ago
Fixed with 835:77678336b432

Original comment by Tad.Glines@gmail.com on 13 Jan 2011 at 3:15

GoogleCodeExporter commented 8 years ago
The patch fixes original issue, however it seems there are still Guice binding 
logic related issues.

Error is thrown when trying to create a new wave. See attached log.

Original comment by vega113 on 13 Jan 2011 at 5:27

Attachments:

GoogleCodeExporter commented 8 years ago
Hmm, this only occurs when federation is enabled. Strange. It "may" be related 
to this Guice issue: http://code.google.com/p/google-guice/issues/detail?id=15

Original comment by Tad.Glines@gmail.com on 13 Jan 2011 at 6:58

GoogleCodeExporter commented 8 years ago
Ok, really fixed this time with 836:746be21b9c47. Test in both federation and 
non-federation case.

Original comment by Tad.Glines@gmail.com on 13 Jan 2011 at 7:18