[GeoNetwork-users] Geonetwork 2.4 - Issue accessing on non-host machine

Hi Everyone,

I notice on the mailing lists there have been some issues where geonetwork works okay on the local or host computer, but can't be accessed on other computers, via the intranet or internet.

I'm having the same issue here - the install works perfectly on my local computer, but if I go to another computer and type in http://<IP address>:8080/geonetwork it doesn't open.

My installation is on Windows XP, JRE6 and JDK1.6.0_17, and Firefox. I've used the latest geonetwork install with no configuration at all.

Has anyone solved this problem?

Best Wishes
Jonathan

      __________________________________________________________________________________
See what's on at the movies in your area. Find out now: http://au.movies.yahoo.com/session-times/

Hi Jonathan,

your problem might not be geonetwork specific. If a service is
accessible from the local machine but not from the network, this usually
hints to one of the following reasons.

-the service (tomcat,jetty) is only bound to 127.0.0.1
-there is some port filtering software on the machine
-you have a firewall blocking incoming connections

hope this helps
Timo

Johnathan Fletcher a écrit :

Hi Everyone,

I notice on the mailing lists there have been some issues where geonetwork works okay on the local or host computer, but can't be accessed on other computers, via the intranet or internet.

I'm having the same issue here - the install works perfectly on my local computer, but if I go to another computer and type in http://<IP address>:8080/geonetwork it doesn't open.

My installation is on Windows XP, JRE6 and JDK1.6.0_17, and Firefox. I've used the latest geonetwork install with no configuration at all.

Has anyone solved this problem?

Best Wishes
Jonathan

      __________________________________________________________________________________
See what's on at the movies in your area. Find out now: http://au.movies.yahoo.com/session-times/
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

Hi Timo,

Thanks for your reply. I don't think it's a filtering or firewall issue as I am able to access other websites services (eg. geoserver wms) located on the local machine from other computers on the network.

How can I tell if the service is only bound to 127.0.0.1. I'm using GeoNetwork straight out of the box, which I think uses jetty. If that is the case how can I change it

Best Wishes
Jonathan

________________________________
From: Timo Proescholdt <timo@anonymised.com>
To: geonetwork-users@lists.sourceforge.net
Sent: Wed, 6 January, 2010 6:33:34 PM
Subject: Re: [GeoNetwork-users] Geonetwork 2.4 - Issue accessing on non-host machine

Hi Jonathan,

your problem might not be geonetwork specific. If a service is
accessible from the local machine but not from the network, this usually
hints to one of the following reasons.

-the service (tomcat,jetty) is only bound to 127.0.0.1
-there is some port filtering software on the machine
-you have a firewall blocking incoming connections

hope this helps
Timo

Johnathan Fletcher a écrit :

Hi Everyone,

I notice on the mailing lists there have been some issues where geonetwork works okay on the local or host computer, but can't be accessed on other computers, via the intranet or internet.

I'm having the same issue here - the install works perfectly on my local computer, but if I go to another computer and type in http://<IP address>:8080/geonetwork it doesn't open.

My installation is on Windows XP, JRE6 and JDK1.6.0_17, and Firefox. I've used the latest geonetwork install with no configuration at all.

Has anyone solved this problem?

Best Wishes
Jonathan

      __________________________________________________________________________________
See what's on at the movies in your area. Find out now: http://au.movies.yahoo.com/session-times/
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

      __________________________________________________________________________________
See what's on at the movies in your area. Find out now: http://au.movies.yahoo.com/session-times/

Hi,

I can answer one of your questions.

netstat (either windows or linux) with the right parameters tells you to
which port and address certain services are bound. (under windows
netstat -p tcp -l).

On my machine jetty runs on 127.0.0.1 only (I run it in eclipse).

I tried to find out where to configure the bindings, but I did not
find the setting. There are jetty.xml and webdefaults.xml in ./bin,
I think it should be there, maybe it is a default setting which would
have to be overwritten.

If you want the stuff in production from multiple machines you should
probably set up a tomcat container..

good luck and tell you how this ended up
Timo

Johnathan Fletcher a écrit :

Hi Timo,

Thanks for your reply. I don't think it's a filtering or firewall issue
as I am able to access other websites services (eg. geoserver wms)
located on the local machine from other computers on the network.

How can I tell if the service is only bound to 127.0.0.1. I'm using
GeoNetwork straight out of the box, which I think uses jetty. If that
is the case how can I change it

Best Wishes
Jonathan

------------------------------------------------------------------------
*From:* Timo Proescholdt <timo@anonymised.com>
*To:* geonetwork-users@lists.sourceforge.net
*Sent:* Wed, 6 January, 2010 6:33:34 PM
*Subject:* Re: [GeoNetwork-users] Geonetwork 2.4 - Issue accessing on
non-host machine

Hi Jonathan,

your problem might not be geonetwork specific. If a service is
accessible from the local machine but not from the network, this usually
hints to one of the following reasons.

-the service (tomcat,jetty) is only bound to 127.0.0.1
-there is some port filtering software on the machine
-you have a firewall blocking incoming connections

hope this helps
Timo

Johnathan Fletcher a écrit :

Hi Everyone,

I notice on the mailing lists there have been some issues where

geonetwork works okay on the local or host computer, but can't be
accessed on other computers, via the intranet or internet.

I'm having the same issue here - the install works perfectly on my

local computer, but if I go to another computer and type in http://<IP
address>:8080/geonetwork it doesn't open.

My installation is on Windows XP, JRE6 and JDK1.6.0_17, and Firefox.

I've used the latest geonetwork install with no configuration at all.

Has anyone solved this problem?

Best Wishes
Jonathan

__________________________________________________________________________________

See what's on at the movies in your area. Find out now:

http://au.movies.yahoo.com/session-times/

------------------------------------------------------------------------------

This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast

and easy

Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net

<mailto:GeoNetwork-users@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at

http://sourceforge.net/projects/geonetwork

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
<mailto:GeoNetwork-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

------------------------------------------------------------------------
See what's on at the movies in your area. Find out now
<http://au.rd.yahoo.com/movies/mailtagline/*http://au.movies.yahoo.com/session-times/&gt;\.