Hi, if you installed the APE Server with deb or RPM scripts are in /var/ape/ if it's precompiled or git, scripts are in scripts directory. Check the js file is readable, also check the conf file javascript.conf it contain the path to scripts directory. Depend on your setup it can be in /etc/ape/javascript.conf (package), or conf/ (precompiled) or modules/conf/ (git or src).
Cheers. ryan a écrit : > Hello > > Yeah I have daemon = no in the ape.conf... > When I start the server i get the spidermonkey line, and then no > others after that, so I guess the scripts aren't loading. Any reason > why that would be? They are in the same folder as the modules > folder... > > Thanks for your help, > Ryan > > On Dec 13, 1:38 pm, Nicolas Trani <[email protected]> wrote: > >> Hi, >> >> the error you have with the check tool mean that the checkTool module is >> not loaded. >> >> Edit your ape.conf and set "daemon = no" then start your APE server : >> >> /usr/bin/ape-server --cfg /etc/ape/ape.conf >> >> The serveur should output something like that : >> >> [.......] >> [Module] [spidermonkey] Loading module : Javascript embeded (0.01) - >> Anthony Catel >> [JS] Loading script /var/ape/framework/mootools.js >> [JS] Loading script /var/ape/framework/Http.js >> [JS] Loading script /var/ape/framework/userslist.js >> [JS] Loading script /var/ape/utils/utils.js >> [JS] Loading script /var/ape/commands/proxy.js >> [.......] >> >> If it's not the case it should outpout some error, post it here. >> >> Regards. >> >> >> >> >> >> ryan wrote: >> >>> Hello >>> >>> I'm new to APE, so please forgive me if any of this is really newbie >>> stuff - I've gone through the docs and made sense of what I can, and >>> I'm still at a loss. >>> >>> I've installed APE (v 1.00) on my Media Temple (dv) server, so its >>> running Cent OS, and I used the RPM package to install. I've set >>> everything up in the ape.conf and demos/config.js file as instructed, >>> however when I run the APE_JSF/Tools/Check/ script, I get the >>> following: >>> >>> ... >>> Running test : Contacting APE Server >>> Connection etablished but something went wrong. Server response is >>> [{"time":"1260705364","raw":"ERR","data": >>> {"code":"003","value":"BAD_CMD"}}] >>> ... >>> >>> And when I run the any of the demos (eg the chat room), it just loads >>> something like 2.ape.rtnetworks.net/?[json] until it times out - the >>> server never responds to the request... >>> >>> Help?! >>> >>> Thanks, >>> Ryan >>> >> -- >> Nicolas Trani - D veloppeur web >> Weelya - Improve the web >> 32 rue du faubourg boutonnet >> 34090 Montpellier >> Tel : 04 67 169 778http://www.weelya.com >> > > -- 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/
