Update:

Found something interesting that may be of help. If I don't close the
browser and run the test again, I only get this js error. When I close
the browser is when I get the errors above, but only the first time.

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 16:45:40 UTC


Message: 'iframe.contentWindow.APE' is null or not an object
Line: 85
Char: 35
Code: 0
URI: http://lrweb.com/Tools/Check/



On Feb 9, 11:44 am, bulldiserFNF <[email protected]> wrote:
> Thank your for the quick reply. I've made the changes and I'm still
> seeing the same issue. Here is my updated info.
>
> I entered host entries for my webserver and my ape server.
>
> 192.168.56.101 0.apeserver.com
> 192.168.56.102 lrweb.com
>
> When I run the installation test, I get the "Can't load APE JSF" error
> message and the following js errors.http://0.apeserver.com:6969works
> correctly.
>
> 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 16:40:08 UTC
>
> Message: Invalid argument.
> Line: 4
> Char: 3
> Code: 0
> URI:http://0.apeserver.com:6969/?[{"cmd":"script","params":{"domain":"lrweb.com","scripts":["http://lrweb.com/Source/mootools-core.js","http://lrweb.com/Source/Core/APE.js","http://lrweb.com/Source/Core/Events.js","http://lrweb.com/Source/Core/Core.js","http://lrweb.com/Source/Pipe/Pipe.js","http://lrweb.com/Source/Pipe/PipeProxy.js","http://lrweb.com/Source/Pipe/PipeMulti.js","http://lrweb.com/Source/Pipe/PipeSingle.js","http://lrweb.com/Source/Request/Request.js","http://lrweb.com/Source/Request/Request.Stack.js","http://lrweb.com/Source/Request/Request.CycledStack.js","http://lrweb.com/Source/Transport/Transport.longPolling.js","http://lrweb.com/Source/Transport/Transport.SSE.js","http://lrweb.com/Source/Transport/Transport.XHRStreaming.js","http://lrweb.com/Source/Transport/Transport.JSONP.js","http://lrweb.com/Source/Transport/Transport.WebSocket.js","http://lrweb.com/Source/Core/Utility.js","http://lrweb.com/Source/Core/JSON.js"]}}]
>
> Message: Permission denied
> Line: 85
> Char: 4
> Code: 0
> URI:http://lrweb.com/Tools/Check/
>
> *******************************config.js***********************************­********
> /***
>  * APE JSF Setup
>  */
>
> APE.Config.baseUrl = 'http://lrweb.com';//APE JSF
> APE.Config.domain = 'lrweb.com';
> APE.Config.server = 'apeserver.com: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');
>
> On Feb 9, 11:03 am, [email protected] wrote:
>
>
>
> > You can not have an IP for your domain, it strictly has to be a domain 
> > name. Even if it is a local one.
> > Sent via BlackBerry from T-Mobile
>
> > -----Original Message-----
> > From: bulldiserFNF <[email protected]>
>
> > Sender: [email protected]
> > Date: Thu, 9 Feb 2012 08:00:58
> > To: APE Project<[email protected]>
> > Reply-To: [email protected]
> > Subject: [APE Project] Ape Installation Test Issue "Invalid Argument,
> >  Permission Denied"
>
> > 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';//APEJSF
> > 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 
> > athttp://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/-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

-- 
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/

Reply via email to