ape was running iddle all night, today morning i had same crash
(server version "Server 1.01dev"):
->
[{"time":"1302602227","raw":"ERR","data":
{"code":"001","value":"BAD_PARAMS"}}]
/ape-jsf/Demos/Controller/test.php "line 25"
...
var_dump($data);
$data = json_decode($data);
...
gives :" NULL Error sending message, server response is : "
ape config:
uid {
# "aped" switch to this user/group if it run as root
user = daemon
group = daemon
}
Server {
port = 6969
daemon = yes
ip_listen = x.x.x.x
domain =
mydomain.com
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/
}