Hello again everybody
I’ve been setting up data on my geoserver instance and have not been meeting any major difficulties, but now I’ve run into something of a snag.
Geoserver has started throwing exceptions sometimes when I request images. I’m maybe only requesting a couple of lines and their labels when I see this error occur, the dataset I’m working on is the centerlines for all roads in Iceland, everything is working fine until suddenly I stop getting pictures, and when check the server I see the console window flooded with Exception messages.
I’ve attached a log(copy/paste out of the console) where it complains of, among other things:
javax.imageio.IIOException: I/O error writing PNG file!
Which I have no idea what to do with. I included the geoserver boot messages in, in case there was something revealing there.
Anybody have any ideas what might be causing this?
Ps. Let me know if I’m not supplying enough data.
Kind regards,
Gissur Þórhallsson
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.19.10/1240 - Release Date: 23.1.2008 17:47
geoserver.log (15.9 KB)
Gissur Þórhallsson ha scritto:
Hello again everybody
I’ve been setting up data on my geoserver instance and have not been meeting any major difficulties, but now I’ve run into something of a snag.
Geoserver has started throwing exceptions sometimes when I request images. I’m maybe only requesting a couple of lines and their labels when I see this error occur, the dataset I’m working on is the centerlines for all roads in Iceland, everything is working fine until suddenly I stop getting pictures, and when check the server I see the console window flooded with Exception messages.
I’ve attached a log(copy/paste out of the console) where it complains of, among other things:
javax.imageio.IIOException: I/O error writing PNG file!
Which I have no idea what to do with. I included the geoserver boot messages in, in case there was something revealing there.
Anybody have any ideas what might be causing this?
Yes, the client giving up on the connection. As you can see in
the stack traces:
...
Caused by: java.io.IOException: An established connection was aborted by the software in your host machine
...
This happens when the browser gives up and stops waiting for the image
you've requested. I've found that browsers give up particularly eagerly
for WMS requests but I still haven't figured out why... I really have
the impression sometimes the browser shuts up the connection in a matter
of seconds...
Cheers
Andrea