Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
I've done the install on a clean Ubuntu 12.04 LTS, installed default-jdk, ant, compiled and edited server.config, then I've done a run-server.sh
I can make a new wave, edit it and all, if I save the url I can see the wave after logging out but without the url I see no waves in the inbox. The error log looks like this:
WARNING: Failed to execute query: in:inbox
Nov 28, 2013 5:44:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Nov 28, 2013 5:44:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Nov 28, 2013 5:44:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Nov 28, 2013 5:44:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Nov 28, 2013 5:44:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Nov 28, 2013 5:44:11 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Nov 28, 2013 5:44:11 PM org.waveprotocol.box.server.waveserver.SolrSearchProviderImpl search
WARNING: Failed to execute query: in:inbox
Should I modify the logging level maybe get some more information?