We're Hiring!

CLOSED: Cannot connect remotely

Having a problem deploying OMERO? Please ask new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

The OMERO.server installation documentation begins here and you can find OMERO.web deployment documentation here.

CLOSED: Cannot connect remotely

Postby Steve » Thu Jul 23, 2009 11:30 pm

I am deploying an Omero server on Ubuntu 9 and I am having trouble connecting to the Omero server remotely. As a first step I am using the Django web server and I followed the install configuration steps. When I type "http://<my ip>:8000/webclient" the connection doesn't happen. On the remote machine I can connect with http://localhost:8000/webclient/. I noticed there was a section in the troubleshooting page about this problem and I followed the suggestions and added to the /etc/hosts file, but no change. I edited omero_dist/etc/grid/templates.xml and added to the WebTemplate section <option><my ip address>:8000</option>. My remote machine has port 8000 open. Any suggestions how to fix my problem?
Steve
 
Posts: 14
Joined: Thu Jul 23, 2009 9:11 pm

Re: Cannot connect remotely

Postby atarkowska » Fri Jul 24, 2009 1:16 pm

Could you please confirm you configured different host in your /home/omero/omero_dist/lib/python/omero/plugins/server.py:

Code: Select all
def web(self, args):
    (...)
    django = ["python","manage.py","runserver","0.0.0.0:8000","--noreload"]+list(args)


I hope it will help.
atarkowska
 
Posts: 327
Joined: Mon May 18, 2009 12:44 pm

Re: Cannot connect remotely

Postby Steve » Mon Jul 27, 2009 11:52 pm

Thanks, that is exactly what I needed to get right.
Steve
 
Posts: 14
Joined: Thu Jul 23, 2009 9:11 pm


Return to Installation and Deployment

Who is online

Users browsing this forum: No registered users and 1 guest

cron