Hi,

On Thu, Dec 9, 2010 at 1:52 AM, Alex North <[email protected]> wrote:
> A mail to this list (or, from next week, [email protected]) is
> good. Please include as much information as possible, such as a stack trace
> from your failure.
> If it's repeatable then a bug in our issue
> list http://code.google.com/p/wave-protocol/issues/list is good too.
> The tests are passing for me and the continuous build seems fine. If you
> provide more information we can help you troubleshoot.

Thanks for your reply! I'm attaching the alltests-erros.html file, I
hope it gives the required information to help me troubleshoot this.
In case it's not enough, please let me know what other information
would be needed.

The system is a freshly installed Debian Squeeze with sun-java
packages (version 6) and Ant 1.8, in case this matters.

Thanks!

-- 
/Saúl
http://saghul.net | http://sipdoc.net

-- 
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/wave-protocol?hl=en.

Title: Unit Test Results: All Errors

Unit Test Results.

Designed for use with JUnit and Ant.

All Errors

ClassNameStatusTypeTime(s)
ClientAuthenticatorTesttestAuthenticateErrorInvalid argument

java.net.SocketException: Invalid argument
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:209)
at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:289)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
at org.eclipse.jetty.server.Server.doStart(Server.java:253)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
at org.waveprotocol.box.client.ClientAuthenticatorTest.startJettyServer(ClientAuthenticatorTest.java:112)
at org.waveprotocol.box.client.ClientAuthenticatorTest.setUp(ClientAuthenticatorTest.java:70)
1.070
ClientAuthenticatorTesttestAuthenticationFailReturnsNullErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.client.ClientAuthenticatorTest.setUp(ClientAuthenticatorTest.java:68)
0.002
ClientAuthenticatorTesttestAuthenticationWorksWithEmptyPasswordErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.client.ClientAuthenticatorTest.setUp(ClientAuthenticatorTest.java:68)
0.002
AccountStoreLoginModuleTesttestIncorrectPasswordThrowsLoginExceptionErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.authentication.AccountStoreLoginModuleTest.setUp(AccountStoreLoginModuleTest.java:69)
0.002
AccountStoreLoginModuleTesttestCorrectPasswordConfiguresSubjectErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.authentication.AccountStoreLoginModuleTest.setUp(AccountStoreLoginModuleTest.java:69)
0.001
AccountStoreLoginModuleTesttestMissingDomainIsAddedAutomaticallyErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.authentication.AccountStoreLoginModuleTest.setUp(AccountStoreLoginModuleTest.java:69)
0.002
AccountStoreLoginModuleTesttestUserWithNoPasswordCannotLoginErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.authentication.AccountStoreLoginModuleTest.setUp(AccountStoreLoginModuleTest.java:69)
0.013
AuthenticationServletTesttestGetReturnsSomethingErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.013
AuthenticationServletTesttestGetRedirectsErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.005
AuthenticationServletTesttestValidLoginWorksErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.009
AuthenticationServletTesttestUserWithNoDomainGetsDomainAutomaticallyAddedErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.008
AuthenticationServletTesttestLoginRedirectsErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.001
AuthenticationServletTesttestLoginDoesNotRedirectToRemoteSiteErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.007
AuthenticationServletTesttestIncorrectPasswordReturns403ErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.001
AuthenticationServletTesttestInvalidUsernameReturns403ErrorAccount store already set

java.lang.IllegalStateException: Account store already set
at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
at org.waveprotocol.box.server.authentication.AccountStoreHolder.init(AccountStoreHolder.java:39)
at org.waveprotocol.box.server.rpc.AuthenticationServletTest.setUp(AuthenticationServletTest.java:79)
0.004
RpcTesttestSimpleRpcErrorport out of range:-1

java.lang.IllegalArgumentException: port out of range:-1
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:118)
at org.waveprotocol.box.server.rpc.ServerRpcProvider.getWebSocketAddress(ServerRpcProvider.java:444)
at org.waveprotocol.box.server.rpc.RpcTest.newClient(RpcTest.java:55)
at org.waveprotocol.box.server.rpc.RpcTest.testSimpleRpc(RpcTest.java:140)
0.082
RpcTesttestFailedRpcErrorport out of range:-1

java.lang.IllegalArgumentException: port out of range:-1
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:118)
at org.waveprotocol.box.server.rpc.ServerRpcProvider.getWebSocketAddress(ServerRpcProvider.java:444)
at org.waveprotocol.box.server.rpc.RpcTest.newClient(RpcTest.java:55)
at org.waveprotocol.box.server.rpc.RpcTest.testFailedRpc(RpcTest.java:199)
0.071
RpcTesttestCancelStreamingRpcErrorport out of range:-1

java.lang.IllegalArgumentException: port out of range:-1
at java.net.InetSocketAddress.<init>(InetSocketAddress.java:118)
at org.waveprotocol.box.server.rpc.ServerRpcProvider.getWebSocketAddress(ServerRpcProvider.java:444)
at org.waveprotocol.box.server.rpc.RpcTest.newClient(RpcTest.java:55)
at org.waveprotocol.box.server.rpc.RpcTest.testCancelStreamingRpc(RpcTest.java:278)
0.069

Reply via email to