Hi~
when I test my APE installation I got an error!

I install APE in local compuert,and use default config, run ./aped to
start the server, then i run the Tools/Check/index.html...

========================

Running test : Init
Running test : Loading Client
Running test : Loading config
Config values are :

identifier : ape
init : true
frequency : 0
scripts :
http://local.ape-project.org/Source/mootools-core.js,http://local.ape-project.org/Source/Core/APE.js,http://local.ape-project.org/Source/Core/Events.js,http://local.ape-project.org/Source/Core/Core.js,http://local.ape-project.org/Source/Pipe/Pipe.js,http://local.ape-project.org/Source/Pipe/PipeProxy.js,http://local.ape-project.org/Source/Pipe/PipeMulti.js,http://local.ape-project.org/Source/Pipe/PipeSingle.js,http://local.ape-project.org/Source/Request/Request.js,http://local.ape-project.org/Source/Request/Request.Stack.js,http://local.ape-project.org/Source/Request/Request.CycledStack.js,http://local.ape-project.org/Source/Transport/Transport.longPolling.js,http://local.ape-project.org/Source/Transport/Transport.SSE.js,http://local.ape-project.org/Source/Transport/Transport.XHRStreaming.js,http://local.ape-project.org/Source/Transport/Transport.JSONP.js,http://local.ape-project.org/Source/Core/Utility.js,http://local.ape-project.org/Source/Core/JSON.js
baseUrl : http://local.ape-project.org
domain : auto
server : ape.local.ape-project.org:6969

Running test : Setting document.domain
Running test : Checking APE.Config.baseUrl
APE JSF Version 1.0b1
Running test : Contacting APE Server
Connection etablished but something went wrong. Server response is

[{"time":"1260191728","raw":"setupResponse","data":{"domain":""}}]

Something went wrong. If you can't fix it by yourself post a message
on the newsgroups with the output below or join our IRC channel
==================================
config.js:
/***
 * APE JSF Setup
 */
APE.Config.baseUrl = 'http://local.ape-project.org'; //APE JSF
APE.Config.domain = 'auto';
APE.Config.server = 'ape.local.ape-project.org:6969'; //APE server URL


ape.conf
uid {
        # "aped" switch to this user/group if it run as root
        user = www
        group = www
}


Server {
        port = 6969
        daemon = no
        ip_listen = 0.0.0.0
        domain = auto
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}

Log {
        debug = 1
        use_syslog = 0
        logfile = ./ape.log
}

JSONP {
        eval_func = Ape.transport.read
        allowed = 1
}

Config {
#relative to ape.conf
        modules = ../modules/lib/
        modules_conf = ../modules/conf/
}

# Proxy section is used to resolve hostname and allow access to a
IP:port (Middleware-TCPSocket feature)

#Proxy {
#       id = freenode
#       host = irc.freenode.net
#       port = 6667
#       readonly = false
#}


Er...what's wrong with my installtion?

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