Hi Pouya,
Your ape server is bind on 443 in cleartext wuthout ssl layer (but I
don't think this is the real problem ),
perhaps only for test you can change the port (default 6969), or try
upgrade your server version Server 1.1.1 to 1.1.2-dev
Bye
:)
2012/4/26 Pouya Emami <pouya...@gmail.com>
>
> Hello,
>
> I have an ape server running on ape-cml.uwaterloo.ca. When I run the check tool in the ape jsf, everything checks out for all transports except for 6 which is websockets. I have no idea how debug this as chrome is not throwing any errors in the console. Any insight would be greatly appreciated!
>
> You can see for yourself here: http://ape-cml.uwaterloo.ca/APE_JSF/Tools/Check/
>
> Thank you all in advance
>
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to ape-p...@googlegroups.com
> To unsubscribe from this group, send email to
libape-spidermonkey.c:29:19: error: jsapi.h: No such file or directory
Okay well thanks for all your help :)
On 30 April 2012 19:31, Pablo <ptej...@gmail.com> wrote:
Sorry, im out of ideas...
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
Thought I'd come back and let everyone know that I fixed it and to show you all how I did (those who care anyway).I was having trouble because the version 1.1.1 wouldn't allow connections from the clients through websocket. I found this out by testing each step of the connection sequence.I wanted to upgrade to 1.1.2-dev but for some reason, I would get this message when I tried to compile:
libape-spidermonkey.c:29:19: error: jsapi.h: No such file or directoryThe answer to this problem was found here.I basically ran sudo ./configure inside ./deps/js/src/ and found out that I was missing zip.I installed that and ran make on ./deps/js/src/Followed by make on ./modules/And finally a make on ./(These are all respective to the root of the source folder for APE)Next I followed this guide here to do a proper upgrade from version 1.1.1Hope this helps those who come across is and thank you again Pablo for all your help!Cheers
On Monday, April 30, 2012 7:32:39 PM UTC-4, Pouya Emami wrote:
Okay well thanks for all your help :)
On 30 April 2012 19:31, Pablo <ptej...@gmail.com> wrote:
Sorry, im out of ideas...
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
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/
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
Just change the transport method to 6. Everything else is the same.
- http://www.ape-project.org/wiki/index.php/Category:V2
- http://www.ape-project.org/wiki/index.php/Ideas