[
https://issues.apache.org/jira/browse/WAVE-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834958#comment-13834958
]
alex stancu commented on WAVE-398:
----------------------------------
wave_server_domain = local.net
http_frontend_public_address = 192.168.1.14:9898
http_websocket_public_address = 192.168.1.14:9898
http_websocket_presented_address = 192.168.1.14:9898
http_frontend_addresses = 192.168.1.14:9898
resource_bases = ./war
signer_info_store_type = file
signer_info_store_directory = _certificates
attachment_store_type = disk
attachment_store_directory = _attachments
account_store_type = file
account_store_directory = _accounts
delta_store_type = file
delta_store_directory = _deltas
sessions_store_directory = _sessions
websocket_max_idle_time = 0
websocket_max_message_size = 2
admin_user = @local.net
welcome_wave_id =
listener_executor_thread_count = 1
wavelet_load_executor_thread_count = 1
delta_persist_executor_thread_count = 1
storage_continuation_executor_thread_count = 1
lookup_executor_thread_count = 1
include = server.federation.config
waveserver_disable_verification = true
waveserver_disable_signer_verification = true
disable_registration = false
enable_ssl = false
ssl_keystore_path = wiab.ks
ssl_keystore_password = changeme
enable_clientauth = false
clientauth_cert_domain =
disable_loginpage = false
search_type = lucene
index_directory = _indexes
analytics_account =
thumbnail_patterns_directory = thumbnail_patterns
> Cannot see waves in inbox
> -------------------------
>
> Key: WAVE-398
> URL: https://issues.apache.org/jira/browse/WAVE-398
> Project: Wave
> Issue Type: Bug
> Components: Server
> Reporter: alex stancu
>
> 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?
--
This message was sent by Atlassian JIRA
(v6.1#6144)