I also had the similar issue. It took me more than a week to fix. I think the domain name must be a valid domain name. You must have at least one dot in your domain name.
example: debian5.net Give a try with this change. Naresh On Jan 19, 8:27 am, Janek Ilgner <[email protected]> wrote: > Hey, > the last few hours I spent reading everything I found on google about > this problem, without solution so far. > > When running the APE Check Tool I always get: > > Running test : Init > Running test : Loading Client > Running test : Loading config > Config values are : > > identifier : ape > init : true > frequency : 0 > scripts > :http://debian5:82//Source/mootools-core.js,http://debian5:82//Source/... > baseUrl :http://debian5:82/ > domain : debian5 > server : ape.debian5:6969 > > Running test : Setting document.domain > Running test : Checking APE.Config.baseUrl > APE JSF Version 1.0 > Running test : Contacting APE Server > domain = debian5 > Running test : Contacting APE Server (adding frequency) > Running test : Initializing APE Client > Can't load APE JSF > > My Server part of the ape.conf looks like this: > > Server { > port = 6969 > daemon = yes > ip_listen = 0.0.0.0 > domain = debian5 > rlimit_nofile = 65536 > pid_file = /var/run/aped.pid > > } > > And in the config.js I have the following: > > APE.Config.baseUrl = 'http://debian5:82/';//APE JSF > APE.Config.domain = 'debian5'; > APE.Config.server = 'ape.debian5:6969'; //APE server URL > > I tried changing the domain in both to auto with no result. > > My Virtual Host on the Apache is also set: > > <VirtualHost *:82> > ServerName debian5 > ServerAlias ape.debian5 *.ape.debian5 > > DocumentRoot /var/www/ > ErrorLog /var/log/apache2/ape-error.log > > # Possible values include: debug, info, notice, warn, error, crit, > # alert, emerg. > LogLevel debug > > CustomLog /var/log/apache2/ape-access.log "combined" > IndexOptions FancyIndexing ScanHTMLTitles IconsAreLinks FoldersFirst > > </VirtualHost> > > Anyone has any guess what else could be wrong? I am getting crazy > here :D -- 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/
