Hello guys, I seem to have a similar problem as this person here:
http://mail-archives.apache.org/mod_mbox/incubator-wave-dev/201102.mbox/%3CAANLkTi=9UA7jxBQ2+D-jzsSwYPJ9yQEOLpnH85pebWZ=@mail.gmail.com%3E but the solution didn't work for me. I am currently have RC5 installed and tried different config settings, tried it without firewall (got an port 9898 entry in the windows firewall as well as the router firewall anyways),... but still no success. The only thing that works is connecting via localhost:9898, and there I can register, login, write waves, ... , but I can't even connect via ip:9898 on the server machine, nor from another machine on the local network. I know that I got WIAB working with RC4 but then I decided waiting for a future version since the deltas didn't seem to be persistant yet. Later I tried compiling versions from git but since then I wan't able to connect anymore, but until then I thought it was due to a mistake on my side on cimpiling. But after testing it with the official RC5 binary and still not being able to connect, something else seems to be the problem. Maybe it is the server.config but since I tried so many variants which didn't solve the problem it may be something else. My current server.config: Dwave_server_domain=some.domain.net wave_server_domain = local.net http_frontend_public_address = 192.168.0.14:9898 http_websocket_public_address = 192.168.0.14:9898 http_websocket_presented_address = 192.168.0.14:9898 http_frontend_addresses = localhost:9898,192.168.0.14:9898 The rest I kept as it was. Finally here is the log when I start the server: D:\Programs\GoogleWaveServer>java -Djava.util.logging.config.file=wiab-logging.conf -Djava.security.auth.login.config=ja as.config -Dwave.server.config=server.config -jar dist/wave-in-a-box-server-0.5-incubating.jar Jul 20, 2014 12:18:40 PM org.waveprotocol.box.server.waveserver.CertificateManagerImpl <init> WARNING: ** SIGNATURE VERIFICATION DISABLED ** see flag "waveserver_disable_verification" Jul 20, 2014 12:18:40 PM org.waveprotocol.box.server.waveserver.WaveServerImpl <init> INFO: Wave Server configured to host local domains: [local.net] Jul 20, 2014 12:18:40 PM org.waveprotocol.box.server.rpc.ServerRpcProvider parseAddressList WARNING: Ignoring duplicate address in http addresses list: Duplicate entry '192.168.0.14:9898' resolved to 192.168.0.14 Jul 20, 2014 12:18:41 PM org.waveprotocol.box.server.ServerMain run INFO: Starting server 1934 [main] INFO org.eclipse.jetty.server.Server - jetty-9.1.z-SNAPSHOT 2379 [main] INFO org.eclipse.jetty.webapp.StandardDescriptorProcessor - NO JSP Support for /, did not find org.apache.ja sper.servlet.JspServlet Jul 20, 2014 12:18:42 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onUnregistrationSuccess INFO: Unregistered robot: welcome-...@local.net at http://192.168.0.14:9898/agent/welcome Jul 20, 2014 12:18:42 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onRegistrationSuccess INFO: Registered robot: welcome-...@local.net at http://localhost:9898/agent/welcome Jul 20, 2014 12:18:43 PM org.waveprotocol.box.server.ServerMain$GadgetProxyServlet <init> INFO: Starting GadgetProxyServlet for gmodules.com:80 Jul 20, 2014 12:18:43 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onUnregistrationSuccess INFO: Unregistered robot: passwd-...@local.net at http://192.168.0.14:9898/agent/passwd/user Jul 20, 2014 12:18:43 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onRegistrationSuccess INFO: Registered robot: passwd-...@local.net at http://localhost:9898/agent/passwd/user Jul 20, 2014 12:18:43 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onUnregistrationSuccess INFO: Unregistered robot: passwdadmin-...@local.net at http://192.168.0.14:9898/agent/passwd/admin Jul 20, 2014 12:18:43 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onRegistrationSuccess INFO: Registered robot: passwdadmin-...@local.net at http://localhost:9898/agent/passwd/admin Jul 20, 2014 12:18:43 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onUnregistrationSuccess INFO: Unregistered robot: registration-...@local.net at http://192.168.0.14:9898/agent/registration/admin Jul 20, 2014 12:18:43 PM org.waveprotocol.box.server.robots.register.RobotRegistrarImpl$1 onRegistrationSuccess INFO: Registered robot: registration-...@local.net at http://localhost:9898/agent/registration/admin 3052 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProces sor for processing annotation 3056 [main] INFO org.atmosphere.cpr.DefaultAnnotationProcessor - AnnotationProcessor class org.atmosphere.cpr.DefaultAnn otationProcessor$BytecodeBasedAnnotationProcessor being used 6261 [main] INFO org.atmosphere.cpr.DefaultAnnotationProcessor - Found Annotation in org.waveprotocol.box.server.rpc.Ser verRpcProvider$WaveAtmosphereService being scanned: interface org.atmosphere.config.service.AtmosphereHandlerService 6426 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.waveprotocol.box.server.rpc.Se rverRpcProvider$WaveAtmosphereService mapped to context-path /atmosphere and Broadcaster Class org.atmosphere.cpr.Defaul tBroadcaster 6429 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor [org.waveprotocol.box.server.r pc.atmosphere.AtmosphereClientInterceptor@1e26908] mapped to AtmosphereHandler org.waveprotocol.box.server.rpc.ServerRpc Provider$WaveAtmosphereService 6437 [main] INFO org.atmosphere.cpr.DefaultAnnotationProcessor - Found Annotation in org.waveprotocol.box.server.rpc.atm osphere.AtmosphereClientInterceptor being scanned: interface org.atmosphere.config.service.AtmosphereInterceptorService 6445 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereInterceptor org.waveprotocol.box.server.rp c.atmosphere.AtmosphereClientInterceptor@5f4e6b with priority AFTER_DEFAULT 7336 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Auto detecting WebSocketHandler in /WEB-INF/classes/ 7347 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installed WebSocketProtocol org.atmosphere.websocket.protocol. SimpleHttpProtocol 7371 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Installing Default AtmosphereInterceptor 7377 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.CorsInterceptor : CORS Interc eptor Support 7384 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.CacheHeadersInterceptor : Def ault Response's Headers Interceptor 7394 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support 7402 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support 7410 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.HeartbeatInterceptor : Heartb eat Interceptor Support 7418 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.SSEAtmosphereInterceptor : SS E Interceptor Support 7426 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support 7435 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.JavaScriptProtocol : Atmosphe re JavaScript Protocol 7442 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.WebSocketMessageSuspendInterc eptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor 7450 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.OnDisconnectInterceptor : Bro wser disconnection detection 7458 [main] INFO org.atmosphere.cpr.AtmosphereFramework - org.atmosphere.interceptor.IdleResourceInterceptor : org .atmosphere.interceptor.IdleResourceInterceptor 7460 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults t o disable them. 7466 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using EndpointMapper class org.atmosphere.util.DefaultEndpoint Mapper 7469 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCa che 7471 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcast er 7473 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Broadcaster Polling Wait Time 100 7476 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Shared ExecutorService supported: true 7482 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Messaging Thread Pool Size: Unlimited 7483 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Async I/O Thread Pool Size: 200 7484 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcaste rFactory 7487 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebS ocketProcessor 7491 [main] INFO org.atmosphere.cpr.AtmosphereFramework - HttpSession supported: false 7493 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using Guice ObjectFactory for dependency injecti on and object creation 7495 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere is using async support: org.atmosphere.container.Je tty9AsyncSupportWithWebSocket running under container: jetty/9.1.z-SNAPSHOT with WebSocket enabled. 7500 [main] INFO org.atmosphere.cpr.AtmosphereFramework - Atmosphere Framework 2.1.0 started. 7502 [main] INFO org.atmosphere.cpr.AtmosphereFramework - For Atmosphere Framework Commercial Support, visit http://www.async-io.org/ or send an email to supp...@async-io.org 7527 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@1a4c884{/,[file:/D:/Pro grams/GoogleWaveServer/war/],AVAILABLE,HomeServer.DreamScape.local} 7541 [main] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@270b18{HTTP/1.1}{HomeServer.DreamSca pe.local:9898} 7552 [main] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@123ed16{HTTP/1.1}{localhost:9898} 8590 [Thread-11] INFO org.atmosphere.cpr.AtmosphereFramework - Latest version of Atmosphere's JavaScript Client 2.2.2 8591 [Thread-11] INFO org.atmosphere.cpr.AtmosphereFramework - Current version of Atmosphere 2.1.0 Newest version of Atmosphere available 2.1.7 If anyone could help me it would be much appreciated. Greetings, - Ronny