Hi List,
For a project I am trying to setup Geonetwork, but encounter some problems doing so. Perhaps you can help me out.
I Installed Geonetwork from the installation CD, including the java and apache software. I got Geonetwork running on the apache server, including a mysql setup. All seems to work fine (I get the metadata overview etc.) but when I want to view the example dataset by pressing the Interactive map button, the intermap window opens, the connection times out. Also the predefined map overlays do not work. When I click them nothing happens.
I guess/hope it is something simple, but I have trouble locating the fault.
Apache generates after clicking the Interactive Map button the following lines:
2006-06-21 11:57:57 | HTML Request (GET) : /geonetwork/intermap/srv/en/map.addSe
rvicesExt
2006-06-21 11:57:57 | Dispatching : map.addServicesExt
2006-06-21 11:57:57 | → parameters are :
2006-06-21 11:57:57 | service = hydrological_basins
2006-06-21 11:57:57 | url = http://193.43.36.137/ows/296
2006-06-21 11:57:57 | type = 2
2006-06-21 11:58:18 | [map.addServicesExt] Exception when executing service
2006-06-21 11:58:18 | [map.addServicesExt] (C) Exc : java.net.ConnectException:
Connection timed out: connect
2006-06-21 11:58:18 | Raised exception while executing service
Connection timed out: connect
java.net.ConnectException: Connection timed out: connect
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sour
ce)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)&#
xD;
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at org.wfp.vam.intermap.kernel.map.mapServices.wms.WmsGetCapClient.sendG
etCapRequest(WmsGetCapClient.java:81)
at org.wfp.vam.intermap.kernel.map.mapServices.wms.WmsGetCapClient.getCa
pabilities(WmsGetCapClient.java:45)
at org.wfp.vam.intermap.services.map.MapUtil.addService(MapUtil.java:120
)
at org.wfp.vam.intermap.services.map.AddServices.exec(AddServices.java:6
6)
at jeeves.server.dispatchers.ServiceInfo.execService(ServiceInfo.java:23
8)
at jeeves.server.dispatchers.ServiceInfo.execServices(ServiceInfo.java:1
41)
at jeeves.server.dispatchers.ServiceManager.dispatch(ServiceManager.java
:375)
at jeeves.server.JeevesEngine.dispatch(JeevesEngine.java:614)
at jeeves.server.sources.http.JeevesServlet.execute(JeevesServlet.java:1
70)
at jeeves.server.sources.http.JeevesServlet.doGet(JeevesServlet.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
at java.lang.Thread.run(Unknown Source)
en
map.addServicesExt
2006-06-21 11:58:18 | → dispatching to error for : map.addServicesExt
2006-06-21 11:58:18 | → transforming with stylesheet : C:\Program Files\ge
onetwork\web-intermap/xsl/im_error.xsl
2006-06-21 11:58:18 | → end error transformation for : map.addServicesExt
2006-06-21 11:58:18 | → error ended for : map.addServicesExt
Greetings and many thanks in advance,
Arjan
<< Please read our E-mail Disclaimer at http://emaildisclaimer.grontmij.com >>
<< Please read our E-mail Disclaimer at http://emaildisclaimer.grontmij.com >>
Hi,
Did you check if your network uses a proxy? In that case you have to update the …/web-intermap/WEB-INF/config.xml file with the correct proxy settings. Also the main geonetwork config.xml would need proxy settings for harvesting to be set (…/web/WEB-INF/config.xml
Ciao,
Jeroen
On Jun 21, 2006, at 12:05 PM, Wilkens, Arjan wrote:
Hi List,
For a project I am trying to setup Geonetwork, but encounter some problems doing so. Perhaps you can help me out.
I Installed Geonetwork from the installation CD, including the java and apache software. I got Geonetwork running on the apache server, including a mysql setup. All seems to work fine (I get the metadata overview etc.) but when I want to view the example dataset by pressing the Interactive map button, the intermap window opens, the connection times out. Also the predefined map overlays do not work. When I click them nothing happens.
I guess/hope it is something simple, but I have trouble locating the fault.
Apache generates after clicking the Interactive Map button the following lines:
2006-06-21 11:57:57 | HTML Request (GET) : /geonetwork/intermap/srv/en/map.addSe
rvicesExt
2006-06-21 11:57:57 | Dispatching : map.addServicesExt
2006-06-21 11:57:57 | → parameters are :
2006-06-21 11:57:57 | service = hydrological_basins
2006-06-21 11:57:57 | url = http://193.43.36.137/ows/296
2006-06-21 11:57:57 | type = 2
2006-06-21 11:58:18 | [map.addServicesExt] Exception when executing service
2006-06-21 11:58:18 | [map.addServicesExt] (C) Exc : java.net.ConnectException:
Connection timed out: connect
2006-06-21 11:58:18 | Raised exception while executing service
Connection timed out: connect
java.net.ConnectException: Connection timed out: connect
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sour
ce)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)&#
xD;
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at org.wfp.vam.intermap.kernel.map.mapServices.wms.WmsGetCapClient.sendG
etCapRequest(WmsGetCapClient.java:81)
at org.wfp.vam.intermap.kernel.map.mapServices.wms.WmsGetCapClient.getCa
pabilities(WmsGetCapClient.java:45)
at org.wfp.vam.intermap.services.map.MapUtil.addService(MapUtil.java:120
)
at org.wfp.vam.intermap.services.map.AddServices.exec(AddServices.java:6
6)
at jeeves.server.dispatchers.ServiceInfo.execService(ServiceInfo.java:23
8)
at jeeves.server.dispatchers.ServiceInfo.execServices(ServiceInfo.java:1
41)
at jeeves.server.dispatchers.ServiceManager.dispatch(ServiceManager.java
:375)
at jeeves.server.JeevesEngine.dispatch(JeevesEngine.java:614)
at jeeves.server.sources.http.JeevesServlet.execute(JeevesServlet.java:1
70)
at jeeves.server.sources.http.JeevesServlet.doGet(JeevesServlet.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
at java.lang.Thread.run(Unknown Source)
en
map.addServicesExt
2006-06-21 11:58:18 | → dispatching to error for : map.addServicesExt
2006-06-21 11:58:18 | → transforming with stylesheet : C:\Program Files\ge
onetwork\web-intermap/xsl/im_error.xsl
2006-06-21 11:58:18 | → end error transformation for : map.addServicesExt
2006-06-21 11:58:18 | → error ended for : map.addServicesExt
Greetings and many thanks in advance,
Arjan
<< Please read our E-mail Disclaimer at http://emaildisclaimer.grontmij.com >>
<< Please read our E-mail Disclaimer at http://emaildisclaimer.grontmij.com >>
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