i m accessing geoserver layers through GWC and it gets crash when loading layers following thread is seen in logfiles .plz help me to resolve this issue
[#|2010-09-23T09:36:10.083+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-0;|23 Sep 09:36:10 INFO [geowebcache.GeoWebCacheDispatcher] - Read 425 from blank PNG file (expected 425).
|#]
[#|2010-09-23T09:36:10.084+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=19;_ThreadName=httpSSLWorkerThread-8080-2;|23 Sep 09:36:10 INFO [geowebcache.GeoWebCacheDispatcher] - Read 425 from blank PNG file (expected 425).
|#]
[#|2010-09-23T09:36:10.086+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=20;_ThreadName=httpSSLWorkerThread-8080-1;|23 Sep 09:36:10 ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to find handler for service “wms” http://192.168.2.213:8080/geoserver/gwc/service/wms
|#]
[#|2010-09-23T09:42:56.868+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-4;|23 Sep 09:42:56 WARN [conveyor.ConveyorTile] - Blob for [357, 175, 8] was expected to have size 392 but was null.
thanks
Not sure, something probably didn't load right and whatever happened is not in this log.
What JVM / web container are you using?
-Arne
On 9/23/10 7:43 AM, Sila Khan wrote:
i m accessing geoserver layers through GWC and it gets crash when loading layers following thread is seen in logfiles .plz help me to resolve this issue
[#|2010-09-23T09:36:10.083+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-0;|23 Sep 09:36:10 INFO [geowebcache.GeoWebCacheDispatcher] - Read 425 from blank PNG file (expected 425).
|#]
[#|2010-09-23T09:36:10.084+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=19;_ThreadName=httpSSLWorkerThread-8080-2;|23 Sep 09:36:10 INFO [geowebcache.GeoWebCacheDispatcher] - Read 425 from blank PNG file (expected 425).
|#]
[#|2010-09-23T09:36:10.086+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=20;_ThreadName=httpSSLWorkerThread-8080-1;|23 Sep 09:36:10 ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to find handler for service "wms" http://192.168.2.213:8080/geoserver/gwc/service/wms
|#]
[#|2010-09-23T09:42:56.868+0500|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-4;|23 Sep 09:42:56 WARN [conveyor.ConveyorTile] - Blob for [357, 175, 8] was expected to have size 392 but was null.
thanks
Hi,
There seems to be no crash at all. Is the image returned?
The warning "was expected to have size 392 but was null." means that GWC
expected a given tile file to exist on disk, but when it went to fetch
it the file wasn't there. When that happens, GWC will re-create the tile
by querying the wms.
I assume that's what happening, perhaps you deleted some tiles from disk
or something like that?
If not, please tell me what's happening in more detail, does the image
get returned? do you get those warning consistently? What do you exactly
mean by crash?
Cheers,
Gabriel
On Thu, 2010-09-23 at 10:43 +0500, Sila Khan wrote:
i m accessing geoserver layers through GWC and it gets crash when
loading layers following thread is seen in logfiles .plz help me to
resolve this issue
[#|2010-09-23T09:36:10.086+0500|INFO|sun-appserver9.1|
javax.enterprise.system.stream.out|
_ThreadID=20;_ThreadName=httpSSLWorkerThread-8080-1;|23 Sep 09:36:10
ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to find handler for
service "wms" http://192.168.2.213:8080/geoserver/gwc/service/wms
|#]
[#|2010-09-23T09:42:56.868+0500|INFO|sun-appserver9.1|
javax.enterprise.system.stream.out|
_ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-4;|23 Sep 09:42:56
WARN [conveyor.ConveyorTile] - Blob for [357, 175, 8] was expected to
have size 392 but was null.
thanks
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Gabriel Roldan
groldan@anonymised.com
Expert service straight from the developers
ok, spoke too soon, didn't see the 'Unable to find handler for service
"wms"' error.
What geoserver version are you using? servlet container?
if geoserver 2.1.x, is the gwc-wms-1.2-SNAPSHOT.jar in the classpath?
(i.e., inside geoserver's WEB-INF/lib)
Cheers,
Gabriel
On Thu, 2010-09-23 at 08:29 -0300, Gabriel Roldán wrote:
Hi,
There seems to be no crash at all. Is the image returned?
The warning "was expected to have size 392 but was null." means that GWC
expected a given tile file to exist on disk, but when it went to fetch
it the file wasn't there. When that happens, GWC will re-create the tile
by querying the wms.
I assume that's what happening, perhaps you deleted some tiles from disk
or something like that?
If not, please tell me what's happening in more detail, does the image
get returned? do you get those warning consistently? What do you exactly
mean by crash?
Cheers,
Gabriel
On Thu, 2010-09-23 at 10:43 +0500, Sila Khan wrote:
> i m accessing geoserver layers through GWC and it gets crash when
> loading layers following thread is seen in logfiles .plz help me to
> resolve this issue
> [#|2010-09-23T09:36:10.086+0500|INFO|sun-appserver9.1|
> javax.enterprise.system.stream.out|
> _ThreadID=20;_ThreadName=httpSSLWorkerThread-8080-1;|23 Sep 09:36:10
> ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to find handler for
> service "wms" http://192.168.2.213:8080/geoserver/gwc/service/wms
> |#]
>
> [#|2010-09-23T09:42:56.868+0500|INFO|sun-appserver9.1|
> javax.enterprise.system.stream.out|
> _ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-4;|23 Sep 09:42:56
> WARN [conveyor.ConveyorTile] - Blob for [357, 175, 8] was expected to
> have size 392 but was null.
>
> thanks
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Gabriel Roldan
groldan@anonymised.com
Expert service straight from the developers
Hi
i m using geoserver 2.0.2.i m accessing my layers through GWC n i m
encounter with these exceptions.i m posting them with their numbers plz if
any one have solution for these
1)
org.vfny.geoserver.wms.WmsException: org.vfny.geoserver.wms.WmsException:
This requested used more time than allowed and has been forcefully stopped.
Max rendering time is 60.0s
2)
Caused by: java.lang.IllegalArgumentException: Argument "value" should not
be null
3)
conveyor.ConveyorTile] - Blob for [1443, 704, 10] was expected to have size
392 but was null.
4)
ERROR [geowebcache.GeoWebCacheDispatcher] - Problem communicating with
GeoServernull
5)
wms.WmsException: org.vfny.geoserver.wms.WmsException: Rendering process
failed
6)
Caused by: java.lang.IllegalArgumentException: Argument "value" should not
be null.
Gabriel Roldán-4 wrote:
ok, spoke too soon, didn't see the 'Unable to find handler for service
"wms"' error.
What geoserver version are you using? servlet container?
if geoserver 2.1.x, is the gwc-wms-1.2-SNAPSHOT.jar in the classpath?
(i.e., inside geoserver's WEB-INF/lib)
Cheers,
Gabriel
On Thu, 2010-09-23 at 08:29 -0300, Gabriel Roldán wrote:
Hi,
There seems to be no crash at all. Is the image returned?
The warning "was expected to have size 392 but was null." means that GWC
expected a given tile file to exist on disk, but when it went to fetch
it the file wasn't there. When that happens, GWC will re-create the tile
by querying the wms.
I assume that's what happening, perhaps you deleted some tiles from disk
or something like that?
If not, please tell me what's happening in more detail, does the image
get returned? do you get those warning consistently? What do you exactly
mean by crash?
Cheers,
Gabriel
On Thu, 2010-09-23 at 10:43 +0500, Sila Khan wrote:
> i m accessing geoserver layers through GWC and it gets crash when
> loading layers following thread is seen in logfiles .plz help me to
> resolve this issue
> [#|2010-09-23T09:36:10.086+0500|INFO|sun-appserver9.1|
> javax.enterprise.system.stream.out|
> _ThreadID=20;_ThreadName=httpSSLWorkerThread-8080-1;|23 Sep 09:36:10
> ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to find handler for
> service "wms" http://192.168.2.213:8080/geoserver/gwc/service/wms
> |#]
>
> [#|2010-09-23T09:42:56.868+0500|INFO|sun-appserver9.1|
> javax.enterprise.system.stream.out|
> _ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-4;|23 Sep 09:42:56
> WARN [conveyor.ConveyorTile] - Blob for [357, 175, 8] was expected to
> have size 392 but was null.
>
> thanks
>
------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________ Geoserver-users mailing
list Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Gabriel Roldan
groldan@anonymised.com
Expert service straight from the developers
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
View this message in context: http://old.nabble.com/GeoServer-crashing-with-GWC-tp29786261p30129472.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
http://old.nabble.com/GeoServer-crashing-with-GWC-to29786261.html#a29788256
Last time we had this thread open you didn't reply what JVM or servlet container you used. So it's possible you still have the same problem.
5) is probably the real culprit, 1) is a timeout and 2,3,4 follow from that.
So you need to find out why your WMS takes more than 60 seconds to respond, and that's probably due to the WMSException. You need to provide the whole traceback for that, JVM, servlet container and probably describe your data source.
-Arne
On 11/4/10 7:37 AM, SilaKhan wrote:
Hi
i m using geoserver 2.0.2.i m accessing my layers through GWC n i m
encounter with these exceptions.i m posting them with their numbers plz if
any one have solution for these
1)
org.vfny.geoserver.wms.WmsException: org.vfny.geoserver.wms.WmsException:
This requested used more time than allowed and has been forcefully stopped.
Max rendering time is 60.0s
2)
Caused by: java.lang.IllegalArgumentException: Argument "value" should not
be null
3)
conveyor.ConveyorTile] - Blob for [1443, 704, 10] was expected to have size
392 but was null.
4)
ERROR [geowebcache.GeoWebCacheDispatcher] - Problem communicating with
GeoServernull
5)
wms.WmsException: org.vfny.geoserver.wms.WmsException: Rendering process
failed
6)
Caused by: java.lang.IllegalArgumentException: Argument "value" should not
be null.
Gabriel Roldán-4 wrote:
ok, spoke too soon, didn't see the 'Unable to find handler for service
"wms"' error.
What geoserver version are you using? servlet container?
if geoserver 2.1.x, is the gwc-wms-1.2-SNAPSHOT.jar in the classpath?
(i.e., inside geoserver's WEB-INF/lib)
Cheers,
Gabriel