Hi, I believe this is linked to an old bug regarding MySQL support. See my other thread<https://groups.google.com/forum/?hl=en&fromgroups=#!topic/ape-project/v_Bn6KjOLiA> .
Meanwhile, you could try an older build: https://github.com/APE-Project/APE_Server/tree/fa5311f90ed21f3ff538b9578a9d5d31fb5a1fb3 - Louis On Tuesday, October 23, 2012 4:23:15 AM UTC-4, Rolf wrote: > > Hi, > > I've a problem with APE/JSF. The connection isn't always made with the > APEServer, and then no logging is available in APE.log. > So I suspect an APE_JSF problem(or my code), because when I reload the > page it mostly works fine (but not always). > This behaviour is occurs in different browser. > > I've found out that whenever the connection isn't made to the APEServer > the *ready *event isn't triggered even the *error *event doesn't seem to > be triggered. > > I'm using the latest APEServer 1.1.1 and APE_JSF 1.1 releases. > The code i'm using: > > *client = new APE.Client();** > ** ** > ** client.addEvent('load', function () ** > ** {** > ** TCPSocket = this.core.TCPSocket;** > ** this.core.start();** > ** });** > ** ** > ** client.addEvent('ready', function ()** > ** {** > ** socket = new TCPSocket();** > ** **** > ** socket.open(server, port);** > ** });** > ** ** > ** client.addEvent('error', function ()** > **{** * > * > * > *});** > ** ** > ** client.load();* > * > * > What am I doing wrong, can someone point me in the right direction? > -- -- 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/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
