[Geoserver-users] Geoserver and windows 8?

Hello All,

Has anyone successfully installed geoserver 2.X on windows 8?

I downloaded 2.3.0, installed it via the windows executable, made it run on demand, start it and try one of the test layers. Nothing. Error in the logs start like this:

18 Apr 14:59:52 ERROR [geoserver.ows] -
java.lang.ExceptionInInitializerError
at org.geoserver.wms.map.PNGMapResponse.formatImageOutputStream(PNGMapRe
sponse.java:117)

etc.

I then tried 2.2.5 and the same issue. Log file attached.

Any ideas?

Cheers,

Toby

logfile.txt (41.5 KB)

Thanks Olivier G and Mauro,
installed the JDK rather than just the JRE and works fine… (and am using tomcat now too.)

Toby

···

On 18 April 2013 15:03, Tobias Reinicke <ramotswa@anonymised.com> wrote:

Hello All,

Has anyone successfully installed geoserver 2.X on windows 8?

I downloaded 2.3.0, installed it via the windows executable, made it run on demand, start it and try one of the test layers. Nothing. Error in the logs start like this:

18 Apr 14:59:52 ERROR [geoserver.ows] -
java.lang.ExceptionInInitializerError
at org.geoserver.wms.map.PNGMapResponse.formatImageOutputStream(PNGMapRe
sponse.java:117)

etc.

I then tried 2.2.5 and the same issue. Log file attached.

Any ideas?

Cheers,

Toby

Ciao Tobias,
this is the interesting part of this error:

Caused by: java.lang.IllegalArgumentException: Can't load standard profile: PYCC
.pf
        at java.awt.color.ICC_Profile.getInstance(Unknown Source)
        at java.awt.color.ColorSpace.getInstance(Unknown Source)
        at org.geotools.image.ImageWorker.<clinit>(ImageWorker.java:136)
        ... 75 more

It looks like you are being bitten by this issue
http://jira.codehaus.org/browse/GEOT-4450 which has been resolved in
latest nightly of GeoServer.
For a workaround check my last comment, it

Regards,
Simone Giannecchini

GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

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

On Thu, Apr 18, 2013 at 4:03 PM, Tobias Reinicke <ramotswa@anonymised.com> wrote:

Hello All,

Has anyone successfully installed geoserver 2.X on windows 8?

I downloaded 2.3.0, installed it via the windows executable, made it run on
demand, start it and try one of the test layers. Nothing. Error in the logs
start like this:

18 Apr 14:59:52 ERROR [geoserver.ows] -
java.lang.ExceptionInInitializerError
        at
org.geoserver.wms.map.PNGMapResponse.formatImageOutputStream(PNGMapRe
sponse.java:117)

etc.

I then tried 2.2.5 and the same issue. Log file attached.

Any ideas?

Cheers,

Toby

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi All,

Yes thanks. A few people had written back and I had replied to the list but it wasn’t accepted (yet) (can I be on the geoserver users list officially?)
Installed the SDK and everything is good now. I have a new problem, but will start a new thread for that.

Thanks all,

Toby

···

On 19 April 2013 08:54, Simone Giannecchini <simone.giannecchini@anonymised.com> wrote:

Ciao Tobias,
this is the interesting part of this error:

Caused by: java.lang.IllegalArgumentException: Can’t load standard profile: PYCC
.pf
at java.awt.color.ICC_Profile.getInstance(Unknown Source)
at java.awt.color.ColorSpace.getInstance(Unknown Source)
at org.geotools.image.ImageWorker.(ImageWorker.java:136)
… 75 more

It looks like you are being bitten by this issue
http://jira.codehaus.org/browse/GEOT-4450 which has been resolved in
latest nightly of GeoServer.
For a workaround check my last comment, it

Regards,
Simone Giannecchini

==
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

mob: +39 333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Apr 18, 2013 at 4:03 PM, Tobias Reinicke <ramotswa@anonymised.com…> wrote:

Hello All,

Has anyone successfully installed geoserver 2.X on windows 8?

I downloaded 2.3.0, installed it via the windows executable, made it run on
demand, start it and try one of the test layers. Nothing. Error in the logs
start like this:

18 Apr 14:59:52 ERROR [geoserver.ows] -
java.lang.ExceptionInInitializerError
at
org.geoserver.wms.map.PNGMapResponse.formatImageOutputStream(PNGMapRe
sponse.java:117)

etc.

I then tried 2.2.5 and the same issue. Log file attached.

Any ideas?

Cheers,

Toby


Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Tobias,
You can (un)subscribe from the GeoServer users list here:
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Jonathan

···

On 19 April 2013 08:54, Simone Giannecchini <simone.giannecchini@anonymised.com> wrote:

Ciao Tobias,
this is the interesting part of this error:

Caused by: java.lang.IllegalArgumentException: Can’t load standard profile: PYCC
.pf
at java.awt.color.ICC_Profile.getInstance(Unknown Source)
at java.awt.color.ColorSpace.getInstance(Unknown Source)
at org.geotools.image.ImageWorker.(ImageWorker.java:136)
… 75 more

It looks like you are being bitten by this issue
http://jira.codehaus.org/browse/GEOT-4450 which has been resolved in
latest nightly of GeoServer.
For a workaround check my last comment, it

Regards,
Simone Giannecchini

==
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

mob: +39 333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Apr 18, 2013 at 4:03 PM, Tobias Reinicke <ramotswa@anonymised.com> wrote:

Hello All,

Has anyone successfully installed geoserver 2.X on windows 8?

I downloaded 2.3.0, installed it via the windows executable, made it run on
demand, start it and try one of the test layers. Nothing. Error in the logs
start like this:

18 Apr 14:59:52 ERROR [geoserver.ows] -
java.lang.ExceptionInInitializerError
at
org.geoserver.wms.map.PNGMapResponse.formatImageOutputStream(PNGMapRe
sponse.java:117)

etc.

I then tried 2.2.5 and the same issue. Log file attached.

Any ideas?

Cheers,

Toby


Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users