Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Can't contact APE Server
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  24 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 11:18 am
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 08:18:16 -0700 (PDT)
Local: Fri, Jun 15 2012 11:18 am
Subject: Can't contact APE Server
Hi,
i have a dedicated server and i could installing APE Server.

I buy a domain: www.dominio.it

My configuration for APE are:

In  the /etc/apache2/sites-available/default i added:

<VirtualHost *>
        ServerName dominio.it
        ServerAlias ape.dominio.it
        ServerAlias *.ape.dominio.it

        DocumentRoot "/var/www/dominio.it/httpdocs/"
</VirtualHost>

In the config.js i insert:

APE.Config.baseUrl = 'http://www.dominio.it/APE_JSF'; //APE JSF
APE.Config.domain = 'dominio.it';
APE.Config.server = 'ape.dominio.it:6969'; //APE server URL

In the ape.conf i insert:

Server {
        port = 6969
        daemon = yes
        ip_listen = 0.0.0.0
        ip_local = 127.0.0.1
        domain = auto
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid

}

Despite these configurations, the test continues to give me the
following error:

Can't contact APE Server.Please check the folowing url is pointing to
your APE server : http://0.ape.dominio.it:6969

What should I do to fix the problem?

Thank's all


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pablo Tejada  
View profile  
 More options Jun 15 2012, 11:32 am
From: Pablo Tejada <ptejad...@gmail.com>
Date: Fri, 15 Jun 2012 11:32:55 -0400
Local: Fri, Jun 15 2012 11:32 am
Subject: Re: [APE Project] Can't contact APE Server

It may be common sense but did you checked that the folowing url is
pointing to your APE server : http://0.ape.dominio.it:6969

Sent from my iPhone

On Jun 15, 2012, at 11:18 AM, Alessandro Baldini <brick...@gmail.com> wrote:

check the folowing url is pointing to
your APE server : http://0.ape.dominio.it:6969


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 11:41 am
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 17:41:26 +0200
Local: Fri, Jun 15 2012 11:41 am
Subject: Re: [APE Project] Can't contact APE Server

How can I check?

2012/6/15 Pablo Tejada <ptejad...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
alberto Villa  
View profile  
 More options Jun 15 2012, 11:41 am
From: alberto Villa <a.vi...@seletech.com>
Date: Fri, 15 Jun 2012 17:41:43 +0200
Local: Fri, Jun 15 2012 11:41 am
Subject: Re: [APE Project] Can't contact APE Server
Il 15/06/2012 17:18, Alessandro Baldini ha scritto:

Try using this configuration for ape.conf:

Server {
        port = 6969
        daemon = yes
        ip_listen = 0.0.0.0
        ip_local = 127.0.0.1
        domain = 'dominio.it'
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid

}

If I'm not wrong the doman value must have the same value in the two
config file.

--
Dr. Villa Alberto
Sw Engineer

SeleTech srl
via Collodi, 8 20052 Monza (MI)
tel: +39 039 5962000
fax: +39 039 9716905
email: a.vi...@seletech.com
web: www.seletech.com
      www.seletech.eu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
alberto Villa  
View profile  
 More options Jun 15 2012, 11:45 am
From: alberto Villa <a.vi...@seletech.com>
Date: Fri, 15 Jun 2012 17:45:48 +0200
Local: Fri, Jun 15 2012 11:45 am
Subject: Re: [APE Project] Can't contact APE Server
Il 15/06/2012 17:18, Alessandro Baldini ha scritto:

You have to set up the DNS service as well: you can either set up
/etc/hosts like follows:

0.ape.dominio.it
1.ape.dominio.it
...
n.ape.dominio.it

or configure properly a DNS service

--
Dr. Villa Alberto
Sw Engineer

SeleTech srl
via Collodi, 8 20052 Monza (MI)
tel: +39 039 5962000
fax: +39 039 9716905
email: a.vi...@seletech.com
web: www.seletech.com
      www.seletech.eu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 15 2012, 12:01 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Fri, 15 Jun 2012 09:01:42 -0700
Local: Fri, Jun 15 2012 12:01 pm
Subject: Re: [APE Project] Can't contact APE Server

also check to see that port 6969 is open after you start the ape server.
use a tool like this  http://ping-the-server.com/

- http://redrokk.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 4:55 pm
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 22:55:42 +0200
Local: Fri, Jun 15 2012 4:55 pm
Subject: Re: [APE Project] Can't contact APE Server

Hi,
i have insert in the /etc/hosts the follow lines:

127.0.0.1 0.ape.dominio.it

but the problem persist! Why???

PS Alberto, il you are italian could speak italian....i am of Milan and my
english is very bad!

2012/6/15 alberto Villa <a.vi...@seletech.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 4:56 pm
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 22:56:27 +0200
Local: Fri, Jun 15 2012 4:56 pm
Subject: Re: [APE Project] Can't contact APE Server

Thank you, but i used the tool and the port 6969 is open....

2012/6/15 Jonathon Byrd <jonat...@redrokk.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 15 2012, 5:00 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Fri, 15 Jun 2012 14:00:56 -0700
Local: Fri, Jun 15 2012 5:00 pm
Subject: Re: [APE Project] Can't contact APE Server

inserting it in your hosts file is a fail. your server needs to know how to
handle that alias as well as your local computer. Even entering it in the
hosts file of your server will not work.

You need to locate the /etc/httpd/conf/httpd.conf file that's responsible
for apache directing traffic to the proper directory on your server. Once
done then you can add the wildcard alias to your apache config.

- http://redrokk.com

On Fri, Jun 15, 2012 at 1:56 PM, Alessandro Baldini <brick...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 5:07 pm
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 23:07:55 +0200
Local: Fri, Jun 15 2012 5:07 pm
Subject: Re: [APE Project] Can't contact APE Server

in my server the httpd.conf is located in /etc/apache2. Is correct? And the
file is empty....What should i write? Can you give me an example?

2012/6/15 Jonathon Byrd <jonat...@redrokk.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ronnie Visser  
View profile  
 More options Jun 15 2012, 5:11 pm
From: Ronnie Visser <ronste...@gmail.com>
Date: Fri, 15 Jun 2012 23:11:50 +0200
Local: Fri, Jun 15 2012 5:11 pm
Subject: Re: [APE Project] Can't contact APE Server

I have also posted a message about this with dns settings example but then running on port 80

Verstuurd vanaf mijn iPhone

Op 15 jun. 2012 om 23:07 heeft Alessandro Baldini <brick...@gmail.com> het volgende geschreven:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 15 2012, 5:14 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Fri, 15 Jun 2012 14:14:56 -0700
Local: Fri, Jun 15 2012 5:14 pm
Subject: Re: [APE Project] Can't contact APE Server

Then you're probably running debian or ubuntu, that correct? You'll want to
look int the /etc/apache2/sites folder.

Once you find it you'll need to run the command on your server to enable
that site, i think it's something like a2ensite your_site_name

then restart apache.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 5:25 pm
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 23:25:44 +0200
Local: Fri, Jun 15 2012 5:25 pm
Subject: Re: [APE Project] Can't contact APE Server

Yes, is Ubuntu!
if i go in /etc/apache2 and run ls:

apache2.conf
httpd.conf
mods-available
sites-available
conf.d
httpd.pem
mods-enabled
sites-enabled
envvars
magic
ports.conf
workers.properties

2012/6/15 Jonathon Byrd <jonat...@redrokk.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 15 2012, 5:28 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Fri, 15 Jun 2012 14:28:36 -0700
Local: Fri, Jun 15 2012 5:28 pm
Subject: Re: [APE Project] Can't contact APE Server

in  sites-available  you'll find all of your sites, run ls inside
sites-available folder

On Fri, Jun 15, 2012 at 2:25 PM, Alessandro Baldini <brick...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 5:30 pm
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 23:30:21 +0200
Local: Fri, Jun 15 2012 5:30 pm
Subject: Re: [APE Project] Can't contact APE Server

in this folder there is

default

2012/6/15 Jonathon Byrd <jonat...@redrokk.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 15 2012, 5:43 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Fri, 15 Jun 2012 14:43:35 -0700
Local: Fri, Jun 15 2012 5:43 pm
Subject: Re: [APE Project] Can't contact APE Server

run that file in your favorite editor and add this line

ServerAlias  *.dominio.it

under ServerName  www.dominio.it

then run

$ /etc/init.d/apache2 restart


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 5:51 pm
From: Alessandro Baldini <brick...@gmail.com>
Date: Fri, 15 Jun 2012 23:51:46 +0200
Local: Fri, Jun 15 2012 5:51 pm
Subject: Re: [APE Project] Can't contact APE Server

:( Nothing! Does not work!

This is the content the file with your instruction:

<VirtualHost *:80>
    ServerAdmin webmaster@localhost

    DocumentRoot /var/www
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory "/usr/lib/cgi-bin">
        AllowOverride None
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>

    ErrorLog /var/log/apache2/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog /var/log/apache2/access.log combined

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

*ServerName www.dominio.it
ServerAlias *.dominio.it*
</VirtualHost>

2012/6/15 Jonathon Byrd <jonat...@redrokk.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 15 2012, 6:14 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Fri, 15 Jun 2012 15:14:09 -0700
Local: Fri, Jun 15 2012 6:14 pm
Subject: Re: [APE Project] Can't contact APE Server

add 1.dominio.it to your local computers hosts file and then access it via
the browser, let me know if that works. if you see anything about the ape
running.

On Fri, Jun 15, 2012 at 2:51 PM, Alessandro Baldini <brick...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Baldini  
View profile  
 More options Jun 15 2012, 6:25 pm
From: Alessandro Baldini <brick...@gmail.com>
Date: Sat, 16 Jun 2012 00:25:52 +0200
Local: Fri, Jun 15 2012 6:25 pm
Subject: Re: [APE Project] Can't contact APE Server

this is my hosts with the new instruction:

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1    localhost.localdomain\localhost  localhost
127.0.0.1    0.ape.dominio.it
127.0.0.1    1.dominio.it

....nothing! Do not work!

PS: The APE server is on the dedicated server....not in local......

2012/6/16 Jonathon Byrd <jonat...@redrokk.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 16 2012, 12:15 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Sat, 16 Jun 2012 09:15:54 -0700
Local: Sat, Jun 16 2012 12:15 pm
Subject: Re: [APE Project] Can't contact APE Server

What you're showing me is the hosts file on your dedicated. You need to
update the hosts file on your local computer, the computer which you are
accessing the server via browser. You can either update your local hosts
file (not the server) or update the dns cname to point a wildcard char to
your dedicated server.

I tell you what, I'll write a blog post discussing this process from start
to finish. Will let you know when it's done.

- http://redrokk.com

On Fri, Jun 15, 2012 at 3:25 PM, Alessandro Baldini <brick...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 16 2012, 2:50 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Sat, 16 Jun 2012 11:50:01 -0700
Local: Sat, Jun 16 2012 2:50 pm
Subject: Re: [APE Project] Can't contact APE Server

I've literally spent the last few hours re-installing APE on one of my
servers and creating this tutorial for you.

http://redrokk.com/2012/06/16/installing-ape-streaming-server-tutorial/

I'll be preparing the next tutorial for you so that you can begin setting
up APE on your website.

- http://redrokk.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathon Byrd  
View profile  
 More options Jun 16 2012, 3:30 pm
From: Jonathon Byrd <jonat...@redrokk.com>
Date: Sat, 16 Jun 2012 12:30:19 -0700
Local: Sat, Jun 16 2012 3:30 pm
Subject: Re: [APE Project] Can't contact APE Server

Ok, the Client tutorial was quite a bit easier. Here's that tutorial:

http://redrokk.com/2012/06/16/installing-ape-streaming-client-tutorial/

Good Luck!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
alberto Villa  
View profile  
 More options Jun 18 2012, 2:37 am
From: alberto Villa <a.vi...@seletech.com>
Date: Mon, 18 Jun 2012 08:37:16 +0200
Local: Mon, Jun 18 2012 2:37 am
Subject: Re: [APE Project] Can't contact APE Server

Il 16/06/2012 21:30, Jonathon Byrd ha scritto:

Jonathon is right, you have to set up properly the host names resolution
on the client you are trying to access APE server (int /etc/hosts, but
it's a dummy workaround) or in the httpd.conf file on your dedicated host.

PS: I'm italian too! I'm from Monza ^_^ ..We could speak italian, but if
we get to a solution speaking in italian, many people who subscribed to
this group trying to solve the same problem wouldn't be able to
understand ^_^ ..and by the way, my english isn't so good too..!

--
Dr. Villa Alberto
Sw Engineer

SeleTech srl
via Collodi, 8 20052 Monza (MI)
tel: +39 039 5962000
fax: +39 039 9716905
email: a.vi...@seletech.com
web: www.seletech.com
      www.seletech.eu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
alberto Villa  
View profile  
 More options Jun 18 2012, 3:26 am
From: alberto Villa <a.vi...@seletech.com>
Date: Mon, 18 Jun 2012 09:26:18 +0200
Local: Mon, Jun 18 2012 3:26 am
Subject: Re: [APE Project] Can't contact APE Server

Il 16/06/2012 21:30, Jonathon Byrd ha scritto:

That's ok Jonathon, but you'll need to set up a DNS server anyway or
you'll cannot resolve the name "dominio.com" from any client..as far as
I can understand the interaction between the APE server and the client
is done using names instead of addresses, so even if I set up the
correct lines to resolve  "*.dominio.com" in httpd.conf I woudn't be
able to resolve it from a generic client. That's what I understood by
spending some time in APE's configuration issues, let me know if I'm
wrong, thank you in advance!

--
Dr. Villa Alberto
Sw Engineer

SeleTech srl
via Collodi, 8 20052 Monza (MI)
tel: +39 039 5962000
fax: +39 039 9716905
email: a.vi...@seletech.com
web: www.seletech.com
      www.seletech.eu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »