My apologies for such a basic question, but I don't know where to start debugging this:
When I try to test my Ape connectivity through apache, I go to <MY IP>/APE_JSF/Tools/Check/ I hit the launch test button and I get the output below. I'm not sure where to look to find what specifically is failing. Running test : Init Running test : Loading Client Running test : Loading config Config values are : identifier : ape init : true frequency : 0 scripts : http://199.167.200.28/APE_JSF/Source/mootools-core.js,http://199.167.200.28/APE_JSF/Source/Core/APE.js,http://199.167.200.28/APE_JSF/Source/Core/Events.js,http://199.167.200.28/APE_JSF/Source/Core/Core.js,http://199.167.200.28/APE_JSF/Source/Pipe/Pipe.js,http://199.167.200.28/APE_JSF/Source/Pipe/PipeProxy.js,http://199.167.200.28/APE_JSF/Source/Pipe/PipeMulti.js,http://199.167.200.28/APE_JSF/Source/Pipe/PipeSingle.js,http://199.167.200.28/APE_JSF/Source/Request/Request.js,http://199.167.200.28/APE_JSF/Source/Request/Request.Stack.js,http://199.167.200.28/APE_JSF/Source/Request/Request.CycledStack.js,http://199.167.200.28/APE_JSF/Source/Transport/Transport.longPolling.js,http://199.167.200.28/APE_JSF/Source/Transport/Transport.SSE.js,http://199.167.200.28/APE_JSF/Source/Transport/Transport.XHRStreaming.js,http://199.167.200.28/APE_JSF/Source/Transport/Transport.JSONP.js,http://199.167.200.28/APE_JSF/Source/Transport/Transport.WebSocket.js,http://199.167.200.28/APE_JSF/Source/Core/Utility.js,http://199.167.200.28/APE_JSF/Source/Core/JSON.js baseUrl : http://199.167.200.28/APE_JSF domain : 199.167.200.28 server : 199.167.200.28:6969 Running test : Setting document.domain Running test : Checking APE.Config.baseUrl APE JSF Version 1.1 Running test : Contacting APE Server Connection etablished but something went wrong. Server response is [{"time":"1310936769","raw":"ERR","data": {"code":"003","value":"BAD_CMD"}}] Something went wrong. If you can't fix it by yourself post a message on the newsgroups with the output below or join our My ape.log looks like this ( I assume this means it is never getting hit with a request? ): 2011-07-17 15:09:51 - src/entry.c:188 - APE starting up - pid : 14274 2011-07-17 15:10:15 - src/sock.c:279 - events_poll() : Interrupted system call 2011-07-17 15:11:08 - src/entry.c:188 - APE starting up - pid : 14281 2011-07-17 16:22:28 - src/sock.c:279 - events_poll() : Interrupted system call 2011-07-17 16:23:12 - src/entry.c:188 - APE starting up - pid : 16246 I'm going against an IP address instead of a domain name ( but not local ). I don't know anything about apache configuration so maybe I something messed up there? Thanks in advance for the help! -- You received this message because you are subscribed to the Google Groups "APE Project" 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/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
