ok.  i found the solution for the last error i pointed out.

when i start apache before ape server i am getting

http://0.ape.local.ape-project.org:6969

with the message,

Can't contact APE Server. Please check the folowing url is pointing to
your APE server :

When i go to,
http://ape.local.ape-project.org:6969,

APE Server
No Command given

is displayed.



The chat is not working.  I am seeing # symbol, i think the UI itself
is not fully loading.  I am able to type into the textbox.  That's all
other than that nothing happens.  Tried pressing Clicking the
mouse on the button.

After going through the documentation i have some doubts.  Please
clarify.


We do not have a domain name.  In future also we are not planning to
have one.  The system will be connected via LAN.  It will be connected
to 1500 systems.  The system(server) will be accessible only through
ip address.

In the documentation it has different options you have provided.  I
choose the Simple APE configuration.  I am pasting the httpd.conf in
pastebin.  http://pastebin.com/6gYENZtf

Are there any settings i should change in httpd config or in hosts?

 /etc/hosts/

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
127.0.0.1       localhost.localdomain   ape.local.ape-project.org       
localhost
local
127.0.0.1       local.ape-project.org   ape.local.ape-project.org


I also suggest, if you could move some of the errors to FAQ like
making daemon=no, it would be useful.

Thanks

On Apr 2, 7:16 pm, deadlyAlive <[email protected]> wrote:
> ok.  i found the solution for the last error i pointed out.  I was
> starting ape server and the apache server.  After i start apache
> server and then ape server the error,
>
> http://0.ape.local.ape-project.org:6969
>
> is displaying.
>
> The chat is not working.  I am seeing # symbol, i think the UI itself
> is not fully loading.  I am able to type into the textbox.  That's all
> other than that nothing happens.  Tried pressing enter/clicking the
> mouse on the button.
>
> After going through the documentation i have some doubts.  Please
> clarify.
>
> We do not have a domain name.  In future also we are not planning to
> have one.  The system will be connected via LAN.  It will be connected
> to 1500 systems.  The system(server) will be accessible only through
> ip address.
>
> In the documentation it has different options you have provided.  I
> choose the Simple APE configuration.  I am pasting the httpd.conf in
> pastebin.  http://pastebin.com/6gYENZtf
>
> I also suggest, if you could move some of the errors to FAQ like
> making daemon=no, it would be useful.
>
> Thanks
>
> On Apr 2, 2:11 pm, Nicolas Trani <[email protected]> wrote:
>
> > I don't understand what is your issue (and your last message), can you
> > try to check with firebug on the chat demo to see what is going wrong
> > (ajax request that is not working for example).
>
> > shiva m a écrit :
>
> > > I tried chat.  Its not working.
>
> > > infact i am getting,
> > >http://ape.local.ape-project.org:6969
> > > instead of earlier,
> > >http://0.ape.local.ape-project.org:6969
>
> > > On Thu, Apr 1, 2010 at 11:31 PM, Nicolas Trani <[email protected]> wrote:
>
> > >> Hi,
>
> > >> this is weird maybe APE Server taking too much time to respond. Can you
> > >> try the chat demo to check if it's working (it should)?
>
> > >> deadlyAlive wrote:
>
> > >>> I appreciate you for helping in installing APE.  But, Its still not
> > >>> over..........
>
> > >>> output,
>
> > >>> 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/APE_JSF/Source/mootools-core.js,http://l...
> > >>> baseUrl :http://local.ape-project.org/APE_JSF
> > >>> domain : auto
> > >>> server : ape.local.ape-project.org:6969
>
> > >>> Running test : Setting document.domain
> > >>> Running test : Checking APE.Config.baseUrl
> > >>> APE JSF Version 1.0
> > >>> Running test : Contacting APE Server
> > >>> domain = local.ape-project.org
> > >>> Running test : Contacting APE Server (adding frequency)
> > >>> Can't contact APE Server. Please check the folowing url is pointing to
> > >>> your APE server :http://0.ape.local.ape-project.org:6969
> > >>> 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
>
> > >>> when i go to ape.local.ape-project.org:6969, i am seeing
>
> > >>> APE server
> > >>> No command given
>
> > >>> On Apr 1, 6:56 pm, Nicolas Trani <[email protected]> wrote:
>
> > >>>> Your APE Server works fine, can you try to launch the check tool again?
> > >>>> deadlyAlive a crit :
>
> > >>>>> ok.  I searched this group and found that i should do,
>
> > >>>>> daemon = no
>
> > >>>>> I did and started the server,
>
> > >>>>> this is the output i get,
>
> > >>>>> [r...@localhost ~]# /usr/bin/aped --cfg /etc/ape/ape.conf
> > >>>>>    _   ___ ___
> > >>>>>   /_\ | _ \ __|
> > >>>>>  / _ \|  _/ _|
> > >>>>> /_/ \_\_| |___|
> > >>>>> AJAX Push Engine
>
> > >>>>> Bind on port 6969
>
> > >>>>> Version : 1.00
> > >>>>> Build   : Dec 10 2009 20:27:31
> > >>>>> Author  : Weelya ([email protected])
>
> > >>>>> [Module] [spidermonkey] Loading module : Javascript embeded (0.01) -
> > >>>>> Anthony Catel
> > >>>>> [JS] Loading script /var/ape/framework/mootools.js
> > >>>>> [JS] Loading script /var/ape/framework/Http.js
> > >>>>> [JS] Loading script /var/ape/framework/userslist.js
> > >>>>> [JS] Loading script /var/ape/utils/utils.js
> > >>>>> [JS] Loading script /var/ape/commands/proxy.js
> > >>>>> [JS] Loading script /var/ape/commands/inlinepush.js
> > >>>>> [JS] Loading script /var/ape/examples/nickname.js
> > >>>>> [JS] Loading script /var/ape/examples/move.js
> > >>>>> [JS] Loading script /var/ape/utils/checkTool.js
>
> > >>>>> It is stopping there.  What has to be done further.....It's
> > >>>>> frustrating... Please help.
>
> > >>>>> On Apr 1, 4:58 am, deadlyAlive <[email protected]> wrote:
>
> > >>>>>> Thanks for replying.
>
> > >>>>>> Yes
>
> > >>>>>> On Mar 31, 11:57 pm, Nicolas Trani <[email protected]> wrote:
>
> > >>>>>>> Hi, what do you have when you go to this URL 
> > >>>>>>> :http://0.ape.local.ape-project.org:6969?
>
> > >>>>>>> You should see :
>
> > >>>>>>> APE Server
> > >>>>>>> No command given.
>
> > >>>>>>> deadlyAlive wrote:
>
> > >>>>>>>> Hi,
>
> > >>>>>>>> I am providing the details of the system and the procedure i 
> > >>>>>>>> followed
> > >>>>>>>> in installing APE.
>
> > >>>>>>>> Installation: CentOS 5.4
> > >>>>>>>> Installation procedure: RPM
>
> > >>>>>>>> virtual host path : /var/www/html/project
> > >>>>>>>> APE_JSF is inside project
>
> > >>>>>>>> apache version: 2.2
>
> > >>>>>>>> Below is the output which is showing error.  Please help me to 
> > >>>>>>>> solve.
>
> > >>>>>>>> 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/ape-jsf/Source/mootools-core.js,http://l...
> > >>>>>>>> baseUrl :http://local.ape-project.org/ape-jsf
> > >>>>>>>> domain : auto
> > >>>>>>>> server : ape.local.ape-project.org:6969
>
> > >>>>>>>> Running test : Setting document.domain
> > >>>>>>>> Running test : Checking APE.Config.baseUrl
> > >>>>>>>> APE JSF Version 1.0
> > >>>>>>>> Running test : Contacting APE Server
> > >>>>>>>> domain = local.ape-project.org
> > >>>>>>>> Running test : Contacting APE Server (adding frequency)
> > >>>>>>>> Can't contact APE Server. Please check the folowing url is 
> > >>>>>>>> pointing to
> > >>>>>>>> your APE server :http://0.ape.local.ape-project.org:6969
> > >>>>>>>> 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
>
> > >>>>>>>> Thanks
>
> > >>>>>>> --
> > >>>>>>> Nicolas Trani - Web engineer
> > >>>>>>> Weelya - Improve the web
> > >>>>>>> 32 rue du faubourg boutonnet
> > >>>>>>> 34090 Montpellier
> > >>>>>>> Tel: 04 67 169 778 - Fax: 09 57 91 99 
> > >>>>>>> 91http://www.weelya.comhttp://www.ape-project.org
>
> > >> --
> > >> Nicolas Trani - Web engineer
> > >> Weelya - Improve the web
> > >> 32 rue du faubourg boutonnet
> > >> 34090 Montpellier
> > >> Tel: 04 67 169 778 - Fax: 09 57 91 99 91
> > >>http://www.weelya.com
> > >>http://www.ape-project.org
>
> > >> --
> > >> 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/
>
> > >> To unsubscribe, reply using "remove me" as the subject.

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