Hi All,
Getting this exception, can anyone shed some light on this? Is anyone
else seeing this? Tomcat 5.5.23 using JRE 1.5
2007-10-11 10:54:35 | HTML Request (GET)
2007-10-11 10:54:35 | Dispatching : map.update
2007-10-11 10:54:35 | -> parameters are :
2007-10-11 10:54:35 | height = 100
2007-10-11 10:54:35 | southBL = -90
2007-10-11 10:54:35 | eastBL = 180
2007-10-11 10:54:35 | westBL = -180
2007-10-11 10:54:35 | width = 200
2007-10-11 10:54:35 | northBL = 90
request:
http://localhost:8080/geoserver/wms?SERVICE=WMS&&SERVICE=WMS&VERSION=1.
1.1&REQUEST=GetMap&LAYERS=gn%3Agboundaries&SRS=EPSG:4326&BBOX=-180.0,-90
.0,180.0,90.0&WIDTH=200&HEIGHT=100&FORMAT=image/png&TRANSPARENT=TRUE&STY
LES=line
request:
http://localhost:8080/geoserver/wms?SERVICE=WMS&&SERVICE=WMS&VERSION=1.
1.1&REQUEST=GetMap&LAYERS=gn%3Aworld&SRS=EPSG:4326&BBOX=-180.0,-90.0,180
.0,90.0&
WIDTH=200&HEIGHT=100&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=raster
java.lang.NullPointerException
at
org.wfp.vam.intermap.http.ConcurrentHTTPTransactionHandler$HttpThread
.run(ConcurrentHTTPTransactionHandler.java:184)
java.lang.NullPointerException
at
org.wfp.vam.intermap.http.ConcurrentHTTPTransactionHandler$HttpThread
.run(ConcurrentHTTPTransactionHandler.java:184)
2007-10-11 10:54:35 | [map.update] Exception when executing service
2007-10-11 10:54:35 | [map.update] (C) Exc :
java.lang.NullPointerException
2007-10-11 10:54:35 | Raised exception while executing service
<error id="error">
<exception>
<message />
<string>java.lang.NullPointerException</string>
<stack>java.lang.NullPointerException
at
org.wfp.vam.intermap.http.ConcurrentHTTPTransactionHandler.getRespons
eFilePath(ConcurrentHTTPTransactionHandler.java:80)
at
org.wfp.vam.intermap.kernel.map.MapMerger.merge(MapMerger.java:556)
at
org.wfp.vam.intermap.services.map.Update.exec(Update.java:53)
at
jeeves.server.dispatchers.ServiceInfo.execService(ServiceInfo.java:93)&#
xD;
at
jeeves.server.dispatchers.ServiceInfo.execServices(ServiceInfo.java:77)&
#xD;
at
jeeves.server.dispatchers.ServiceManager.dispatch(ServiceManager.java:30
9)
at
jeeves.server.JeevesEngine.dispatch(JeevesEngine.java:565)
at
jeeves.server.sources.http.JeevesServlet.execute(JeevesServlet.java:148)

at
jeeves.server.sources.http.JeevesServlet.doGet(JeevesServlet.java:78)&#x
D;
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:151)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:870)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:685)
at java.lang.Thread.run(Thread.java:595)</stack>
</exception>
<request>
<language>en</language>
<service>map.update</service>
</request>
<no-response />
</error>
Kevin Gunn
Software Engineer
Australian Institute of Marine Science
Ph: (07) 47534305
Fax: (07) 4772 5852
E-mail: k.gunn@anonymised.com
------------------------------------------------------------------------
|
The information contained in this communication is for the use of the
|
individual or entity to whom it is addressed, and may contain
|
information which is the subject of legal privilege and/or copyright.
|
If you have received this communication in error, please notify the
|
sender by return E-Mail and delete the transmission, together with any
|
attachments, from your system. Thank you.
|
------------------------------------------------------------------------
|
------------------------------------------------------------------------
The information contained in this communication is for the use of the
individual or entity to whom it is addressed, and may contain
information which is the subject of legal privilege and/or copyright.
If you have received this communication in error, please notify the
sender by return E-Mail and delete the transmission, together with any
attachments, from your system. Thank you.
-------------------------------------------------------------------------
Hi Kevin,
Yes, others have seen the same, including myself.
See #36 (Intermap does not work when Geonetwork is using Tomcat.) – GeoNetwork opensource Developer website
It occurs only on Tomcat, not on Jetty. A fix has been committed by Emanuele, so will be included in a next release.
You can use Jetty for now if possible. Performance is equivalent or even better compared to Tomcat.
Ciao,
Jeroen
On Oct 11, 2007, at 3:01 AM, Kevin Gunn wrote:
Hi All,
Getting this exception, can anyone shed some light on this? Is anyone
else seeing this? Tomcat 5.5.23 using JRE 1.5
2007-10-11 10:54:35 | HTML Request (GET)
2007-10-11 10:54:35 | Dispatching : map.update
2007-10-11 10:54:35 | -> parameters are :
2007-10-11 10:54:35 | height = 100
2007-10-11 10:54:35 | southBL = -90
2007-10-11 10:54:35 | eastBL = 180
2007-10-11 10:54:35 | westBL = -180
2007-10-11 10:54:35 | width = 200
2007-10-11 10:54:35 | northBL = 90
request:
http://localhost:8080/geoserver/wms?SERVICE=WMS&&SERVICE=WMS&VERSION=1.
1.1&REQUEST=GetMap&LAYERS=gn%3Agboundaries&SRS=EPSG:4326&BBOX=-180.0,-90
.0,180.0,90.0&WIDTH=200&HEIGHT=100&FORMAT=image/png&TRANSPARENT=TRUE&STY
LES=line
request:
http://localhost:8080/geoserver/wms?SERVICE=WMS&&SERVICE=WMS&VERSION=1.
1.1&REQUEST=GetMap&LAYERS=gn%3Aworld&SRS=EPSG:4326&BBOX=-180.0,-90.0,180
.0,90.0&
WIDTH=200&HEIGHT=100&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=raster
java.lang.NullPointerException
at
org.wfp.vam.intermap.http.ConcurrentHTTPTransactionHandler$HttpThread
.run(ConcurrentHTTPTransactionHandler.java:184)
java.lang.NullPointerException
at
org.wfp.vam.intermap.http.ConcurrentHTTPTransactionHandler$HttpThread
.run(ConcurrentHTTPTransactionHandler.java:184)
2007-10-11 10:54:35 | [map.update] Exception when executing service
2007-10-11 10:54:35 | [map.update] (C) Exc :
java.lang.NullPointerException
2007-10-11 10:54:35 | Raised exception while executing service
<error id="error">
<exception>
<message />
<string>java.lang.NullPointerException</string>
<stack>java.lang.NullPointerException
at
org.wfp.vam.intermap.http.ConcurrentHTTPTransactionHandler.getRespons
eFilePath(ConcurrentHTTPTransactionHandler.java:80)
at
org.wfp.vam.intermap.kernel.map.MapMerger.merge(MapMerger.java:556)
at
org.wfp.vam.intermap.services.map.Update.exec(Update.java:53)
at
jeeves.server.dispatchers.ServiceInfo.execService(ServiceInfo.java:93)&#
xD;
at
jeeves.server.dispatchers.ServiceInfo.execServices(ServiceInfo.java:77)&
#xD;
at
jeeves.server.dispatchers.ServiceManager.dispatch(ServiceManager.java:30
9)
at
jeeves.server.JeevesEngine.dispatch(JeevesEngine.java:565)
at
jeeves.server.sources.http.JeevesServlet.execute(JeevesServlet.java:148)

at
jeeves.server.sources.http.JeevesServlet.doGet(JeevesServlet.java:78)&#x
D;
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:151)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:870)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:685)
at java.lang.Thread.run(Thread.java:595)</stack>
</exception>
<request>
<language>en</language>
<service>map.update</service>
</request>
<no-response />
</error>
Kevin Gunn
Software Engineer
Australian Institute of Marine Science
Ph: (07) 47534305
Fax: (07) 4772 5852
E-mail: k.gunn@anonymised.com
------------------------------------------------------------------------
|
The information contained in this communication is for the use of the
|
individual or entity to whom it is addressed, and may contain
|
information which is the subject of legal privilege and/or copyright.
|
If you have received this communication in error, please notify the
|
sender by return E-Mail and delete the transmission, together with any
|
attachments, from your system. Thank you.
|
------------------------------------------------------------------------
|
------------------------------------------------------------------------
The information contained in this communication is for the use of the
individual or entity to whom it is addressed, and may contain
information which is the subject of legal privilege and/or copyright.
If you have received this communication in error, please notify the
sender by return E-Mail and delete the transmission, together with any
attachments, from your system. Thank you.
-------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork