well, switched to my other computer running 10.5.8 Finally got the APE server going, but now i'm having trouble getting the simple demo to work.
I am testing via the connection tool (APE_JSF/Tools/Check) here's the error that it stops @: Running test : Init Running test : Loading Client Running test : Loading config Config values are : identifier : ape init : true frequency : 0 scripts : (........) baseUrl : http://local.ape-project.org/APE_JSF/ domain : auto server : local.ape-project.org:6969 Running test : Setting document.domain Running test : Checking APE.Config.baseUrl APE JSF Version 1.0 Running test : Contacting APE Server Connection etablished but something went wrong. Server response is [{"time":"1266363888","raw":"ERR","data": {"code":"003","value":"BAD_CMD"}}] There's nothing in the ape.log either. Looks like the server is running fine (on port 6969), just having a problem connecting to the server... If i just try to connect to this....http://local.ape-project.org:6969/ As expected, i get the ape server error stating that "no command was given". here are the settings in my config.js file inside the DEMO folder: APE.Config.baseUrl = 'http://local.ape-project.org/ APE_JSF/'; //APE JSF APE.Config.domain = 'auto'; APE.Config.server = 'local.ape-project.org:6969'; //APE server URL Thanks in advance for any advice! Doug On Feb 16, 2:05 am, John Chavarria <[email protected]> wrote: > Don't hesitate to share your problems over here concerning your installation > issues. > > Regards, > > -- > John Chavarria - CEO / Designer > Weelya - improve the Web > > +33 (0) 4.67.169.778 > +33 (0) 6.43.56.00.83 > > Twitter : @jchavarria / @weelya > > 32 Rue du Faubourg Boutonnet > 34090 Montpellier > > http://www.ape-project.org/http://www.weelya.com/ > > On Tue, Feb 16, 2010 at 10:20 AM, crashrider <[email protected]> wrote: > > good to know. unfortunately, I am on OSX 10.6.2 and am having a > > horrible time installing APE. :( > > > crashrider > > > On Feb 15, 5:59 pm, Anthony Catel <[email protected]> wrote: > > > Hi, > > > > This is totally possible ;) > > > > Anthony > > > > crashrider a crit : > > > > > Before I dive into APE, is this possible. Here's the sitch: > > > > > - Have a mysql database of orders. > > > > - Anytime a new order is submitted, I want to use a SQL trigger to run > > > > a command line script... > > > > - The script will push some info from the database of the current > > > > order... > > > > - A webpage that has the open connection to APE server then relays the > > > > info in realtime... > > > > (the webpage will be running locally, and will always be open > > > > (displaying the webpage)) > > > > > Am i on the right path with APE for this process? > > > > > Thanks in advance guys and girls! > > > > > crashrider > > > -- > > 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]<ape-project%[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/ -- 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/
