Hello all - I have run into a somewhat common error using the ape-jsf
test tool, but it seems to have popped up unexpectedly.

The error:
Running test : Contacting APE Server
Can't contact APE Server. Please check the your APE Server is
running...

I am new to APE, so I could have made a mistake, but I setup my APE
server and everything checked out, and then after the weekend, errors.
I have even created a new server from scratch, but it seems to have
not helped. I

In Firebug I can see a request being made that stays open to:

http://ape.cclink-base.whatknows.com:6969/2/?%5B%7B%22cmd%22%3A%22setup%22%2C%22params%22%3A%7B%22domain%22%3A%22cclink-base.whatknows.com%22%7D%7D%5D

Because of these open connections, and because I can telnet into the
box, I am wondering (is this crazy?) if a yum update screwed things
up.

For the record, here are my settings are below.

Thanks in advance!

config.js:

APE.Config.baseUrl = 'http://cclink-base.whatknows.com/ape-jsf'; //APE
JSF
APE.Config.domain = 'auto';
APE.Config.server = 'ape.cclink-base.whatknows.com:6969'; //APE server
URL

ape.conf:

uid {
        # "aped" switch to this user/group if it run as root
        user = daemon
        group = daemon
}
Server {
        port = 6969
        daemon = yes
        ip_listen = 0.0.0.0
        domain = auto
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}


httpd.conf:

<VirtualHost *>
        ServerName cclink-base.whatknows.com
        ServerAlias ape.cclink-base.whatknows.com
        ServerAlias *.ape.cclink-base.whatknows.com

        DocumentRoot "/var/www/html/"
</VirtualHost>

-- 
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/

Reply via email to