Actually, http://0.192.168.56.101:6969 works. No idea how or why.
On Feb 9, 11:00 am, bulldiserFNF <[email protected]> wrote: > Hello everyone, > I'm having an issue with the testing of my APE server > installation. When I run the installation test script I am receiving a > "Can't load APE JSF" error. Here are the javascript errors I am > receiving. For the invalid argument error, 0.192.168.56.101 is > incorrect. It should be 192.168.56.101.: > > Webpage error details > > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; > Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR > 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E; MS-RTC > LM 8) > Timestamp: Thu, 9 Feb 2012 15:49:37 UTC > > Message: Invalid argument. > Line: 4 > Char: 3 > Code: 0 > URI:http://0.192.168.56.101:6969/?[{"cmd":"script","params":{"domain":"192.168.56.102","scripts":["http://192.168.56.102/Source/mootools-core.js","http://192.168.56.102/Source/Core/APE.js","http://192.168.56.102/Source/Core/Events.js","http://192.168.56.102/Source/Core/Core.js","http://192.168.56.102/Source/Pipe/Pipe.js","http://192.168.56.102/Source/Pipe/PipeProxy.js","http://192.168.56.102/Source/Pipe/PipeMulti.js","http://192.168.56.102/Source/Pipe/PipeSingle.js","http://192.168.56.102/Source/Request/Request.js","http://192.168.56.102/Source/Request/Request.Stack.js","http://192.168.56.102/Source/Request/Request.CycledStack.js","http://192.168.56.102/Source/Transport/Transport.longPolling.js","http://192.168.56.102/Source/Transport/Transport.SSE.js","http://192.168.56.102/Source/Transport/Transport.XHRStreaming.js","http://192.168.56.102/Source/Transport/Transport.JSONP.js","http://192.168.56.102/Source/Transport/Transport.WebSocket.js","http://192.168.56.102/Source/Core/Utility.js","http://192.168.56.102/Source/Core/JSON.js"]}}] > > Message: Permission denied > Line: 85 > Char: 4 > Code: 0 > URI:http://192.168.56.102/Tools/Check/ > > ****************************Config.js****************************************** > > * APE JSF Setup > */ > > APE.Config.baseUrl = 'http://192.168.56.102';//APE JSF > APE.Config.domain = '192.168.56.102'; > APE.Config.server = '192.168.56.101:6969'; //APE server URL > > (function(){ > for (var i = 0; i < arguments.length; i++) > APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' + > arguments[i] + '.js'); > //APE.Config.scripts.push(APE.Config.baseUrl + '/Build/uncompressed/ > appClientJS.js'); > //APE.Config.scripts.push(APE.Config.baseUrl + '/Clients/ > MooTools.js');})('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', > 'Pipe/ > > Pipe', 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 'Request/ > Request','Request/Request.Stack', 'Request/Request.CycledStack', > 'Transport/Transport.longPolling','Transport/Transport.SSE', > 'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP', > 'Transport/Transport.WebSocket', 'Core/Utility', 'Core/JSON'); -- 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/
