[Geoserver-users] Error adding raster jpg's mosaic

hi,

I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data source (composed of 134 jpg files)

I manage to add the coveragestore i used FWTOOLS to create my “.properties” my “.shp” and i also create the “.proj”

but when i try to add a coverage using the new coveragestore i have the following error.

GeoServer - Exception
The following exception was thrown:
*org.vfny.geoserver.global.ConfigurationException: Could not obtain a reader for the CoverageDataSet. Please check the CoverageDataSet configuration!*

any suggestion would be wellcome.

David

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

DAUDAIRE@anonymised.com ha scritto:

hi,

I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data source (composed of 134 jpg files)

I manage to add the coveragestore i used FWTOOLS to create my ".properties" my ".shp" and i also create the ".proj"

but when i try to add a coverage using the new coveragestore i have the following error.

That may be a million things. Which file did you try to add as the mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic... Alessio, given that the user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

Hi all,
Andrea you are right, I will spend some time to try to give those error messages a nicer aspect … about the problem, I think that the CoverageStore points to a wrong URL.

I any case, for the mosaic, you need to point to the .shp file, no the .properties.

On 3/1/07, Andrea Aime <aaime@anonymised.com> wrote:

DAUDAIRE@anonymised.com ha scritto:

hi,

I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
source (composed of 134 jpg files)

I manage to add the coveragestore i used FWTOOLS to create my
“.properties” my “.shp” and i also create the “.proj”

but when i try to add a coverage using the new coveragestore i have the
following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic… Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

Eng. Alessio Fabiani
Vice President/CTO GeoSolutions

http://www.geo-solutions.it


Hi,

i have 134 “.jpg” files with their “.jpgw” L_11ur.jpg and L_11UR.JPGW for example

i copied all the files in

[geoserver_install]/data/coverages/paris_plu_mosaic/

i configure the coverage store

ID : test
namespace: TOPP
Type: ImageMosaic
URL: file:data/coverages/paris_plu_mosaic/test.shp

Here is my .properties

Name=test
Levels=0.254,0.254
LevelsNum=1
Envelope2D=593499.873000,123800.065000 606499.871000,133550.127000
NumFiles=134

Here is my .proj

GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]

the test.shp seem’s ok

if you have any ideas for a deeper investigation…

Thank you

David Audaire

Andrea Aime aaime@anonymised.com
Envoyé par : geoserver-users-bounces@lists.sourceforge.net

01/03/2007 11:09

A
DAUDAIRE@anonymised.com

cc
Alessio Fabiani <alessio.fabiani@…84…>, geoserver-users@lists.sourceforge.net

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

DAUDAIRE@anonymised.com ha scritto:
>
> hi,
>
>
> I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
> source (composed of 134 jpg files)
>
> I manage to add the coveragestore i used FWTOOLS to create my
> ".properties" my ".shp" and i also create the ".proj"
>
> but when i try to add a coverage using the new coveragestore i have the
> following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic... Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

2 problems:

1- URL: file:coverages/paris_plu_mosaic/test.shp

2- the CRS file should be named .prj not .proj

On 3/1/07, DAUDAIRE@anonymised.com <DAUDAIRE@anonymised.com> wrote:

Hi,

i have 134 “.jpg” files with their “.jpgw” L_11ur.jpg and L_11UR.JPGW for example

i copied all the files in

[geoserver_install]/data/coverages/paris_plu_mosaic/

i configure the coverage store

ID : test
namespace: TOPP
Type: ImageMosaic
URL: file:data/coverages/paris_plu_mosaic/test.shp

Here is my .properties

Name=test
Levels=0.254,0.254
LevelsNum=1
Envelope2D=593499.873000,123800.065000 606499.871000,133550.127000
NumFiles=134

Here is my .proj

GEOGCS[“WGS 84”,
DATUM[“World Geodetic System 1984”,
SPHEROID[“WGS 84”, 6378137.0, 298.257223563, AUTHORITY[“EPSG”,“7030”]],
AUTHORITY[“EPSG”,“6326”]],
PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]],
UNIT[“degree”, 0.017453292519943295],
AXIS[“Geodetic longitude”, EAST],
AXIS[“Geodetic latitude”, NORTH],
AUTHORITY[“EPSG”,“4326”]]

the test.shp seem’s ok

if you have any ideas for a deeper investigation…

Thank you

David Audaire

Andrea Aime <aaime@anonymised.com>
Envoyé par : geoserver-users-bounces@anonymised.com.sourceforge.net

01/03/2007 11:09

A
DAUDAIRE@anonymised.com

cc
Alessio Fabiani <alessio.fabiani@anonymised.com>, geoserver-users@anonymised.comsts.sourceforge.net

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

`
DAUDAIRE@anonymised.com ha scritto:

hi,

I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
source (composed of 134 jpg files)

I manage to add the coveragestore i used FWTOOLS to create my
“.properties” my “.shp” and i also create the “.proj”

but when i try to add a coverage using the new coveragestore i have the
following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic… Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net’s Techsay panel and you’ll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geoserver-users mailing list Geoserver-users@anonymised.comsts.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users`

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 

Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. 
[www.ares.fr](http://www.ares.fr)
 **************************************************************************************************** 


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


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

Eng. Alessio Fabiani
Vice President/CTO GeoSolutions

http://www.geo-solutions.it


Alessio Fabiani ha scritto:

2 problems:

1- URL: file:coverages/paris_plu_mosaic/test.shp

2- the CRS file should be named .prj not .proj

Curious... mosaic will fall back on world image to read
the tiles. Is jpgw a supported extension for world files?
Shoulnd't it be .wld?

Cheers
Andrea

Donìt know exactly … it depends on the plugin reader. There are several checks for different file extensions.
However, if it’s not supported we can add the support easily and quickly.

On 3/1/07, Andrea Aime <aaime@anonymised.com> wrote:

Alessio Fabiani ha scritto:

2 problems:

1- URL: file:coverages/paris_plu_mosaic/test.shp

2- the CRS file should be named .prj not .proj

Curious… mosaic will fall back on world image to read
the tiles. Is jpgw a supported extension for world files?
Shoulnd’t it be .wld?

Cheers
Andrea

Eng. Alessio Fabiani
Vice President/CTO GeoSolutions

http://www.geo-solutions.it


Hi,

Back in Arc/Info Unix times world file extension were named by adding "w" after image file extension. So originally extensions were like .tifw (or tiffw), .jpgw etc. For three character DOS-extensions the second letter was dropped, therefore they came .tfw, .jgw etc. So in principal those extensions named according to image file should be used, but in reality this varies. Some software accept .tfw for all image types. In gdal packege some of the ESRI style extensions are accepted and in addition .wld can be used for any image format. I don't know how it is in Geoserver, but even .jpgw is a valid Arc/Info extension, it is not supported by many other software.

-Jukka Rahkonen-

________________________________

Lähettäjä: geoserver-users-bounces@lists.sourceforge.net puolesta: Andrea Aime
Lähetetty: to 1.3.2007 12:44
Vastaanottaja: Alessio Fabiani
Kopio: DAUDAIRE@anonymised.com; geoserver-users@lists.sourceforge.net
Aihe: Re: [Geoserver-users] Error adding raster jpg's mosaic

Alessio Fabiani ha scritto:

2 problems:

1- URL: file:coverages/paris_plu_mosaic/test.shp

2- the CRS file should be named .prj not .proj

Curious... mosaic will fall back on world image to read
the tiles. Is jpgw a supported extension for world files?
Shoulnd't it be .wld?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Ciao,
as Alessio pointed out, I think that the problem with your mosaic is the .proj file which is not recognized since the plugin is expecting a .prj file. Moreover you need to make geoser5ver pointing to the .shp file in order to load correctly.

You said you used fwtools for this preparing the mosaic. I would suggest in the future to use the coveragetools that alessio and andrea bundled together.

To clarify for the other people that asked questions:

jpgw is not supported as a world file exension by the WorldImage plugin but it would be quite easy to fix that. Could anyone open up a jira task for this and assign it tome?
The mosaic plugin does not fall back on WorldImage when it fails to read a tile. If it fails it fails!

-------------------------------------------------------
Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928
-------------------------------------------------------
----- Original Message ----- From: DAUDAIRE@anonymised.com
To: Andrea Aime ; geoserver-users@lists.sourceforge.net
Sent: Thursday, March 01, 2007 11:41 AM
Subject: Re: [Geoserver-users] Error adding raster jpg's mosaic

Hi,

i have 134 ".jpg" files with their ".jpgw" L_11ur.jpg and L_11UR.JPGW for example

i copied all the files in
[geoserver_install]/data/coverages/paris_plu_mosaic/

i configure the coverage store

ID : test
namespace: TOPP
Type: ImageMosaic
URL: file:data/coverages/paris_plu_mosaic/test.shp

Here is my .properties

Name=test
Levels=0.254,0.254
LevelsNum=1
Envelope2D=593499.873000,123800.065000 606499.871000,133550.127000
NumFiles=134

Here is my .proj

GEOGCS["WGS 84",
  DATUM["World Geodetic System 1984",
    SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
    AUTHORITY["EPSG","6326"]],
  PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
  UNIT["degree", 0.017453292519943295],
  AXIS["Geodetic longitude", EAST],
  AXIS["Geodetic latitude", NORTH],
  AUTHORITY["EPSG","4326"]]

the test.shp seem's ok

if you have any ideas for a deeper investigation..

Thank you

David Audaire

Andrea Aime <aaime@anonymised.com>
Envoyé par : geoserver-users-bounces@lists.sourceforge.net
01/03/2007 11:09 ADAUDAIRE@anonymised.com
ccAlessio Fabiani <alessio.fabiani@anonymised.com>, geoserver-users@lists.sourceforge.net
ObjetRe: [Geoserver-users] Error adding raster jpg's mosaic

DAUDAIRE@anonymised.com ha scritto:

hi,

I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
source (composed of 134 jpg files)

I manage to add the coveragestore i used FWTOOLS to create my
".properties" my ".shp" and i also create the ".proj"

but when i try to add a coverage using the new coveragestore i have the
following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic... Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
****************************************************************************************************-------------------------------------------------------------------------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys-and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________Geoserver-users mailing listGeoserver-users@anonymised.com://lists.sourceforge.net/lists/listinfo/geoserver-users

>jpgw is not supported as a world file exension by the WorldImage plugin...

On a similar note, .jgw extension is supported I think...

Alex

Ciao Alex,
I confirm that :-).

Simone.
-------------------------------------------------------
Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928
-------------------------------------------------------
----- Original Message ----- From: "Alexander Petkov" <greenkov@anonymised.com>
To: "Simone" <simboss1@anonymised.com>
Cc: "Andrea Aime" <aaime@anonymised.com>; <geoserver-users@lists.sourceforge.net>; <DAUDAIRE@anonymised.com>
Sent: Thursday, March 01, 2007 1:55 PM
Subject: Re: [Geoserver-users] Error adding raster jpg's mosaic

>jpgw is not supported as a world file exension by the WorldImage >plugin...

On a similar note, .jgw extension is supported I think...

Alex

Hi,

Thank you for the answers, in fact i 'am back to Geoserver after a while and it seems i have missed discussions about data_dir.

My file is .prj as needed but i have to change the data directory to my test.shp and i have no more error msg.
i add the coverage in geoserver, and i can see the name in the map preview list.

I am not able yet to see my rasters but i think i am on the good way.

thank you.

“Simone” simboss1@anonymised.com

01/03/2007 12:19

A
“Andrea Aime” <aaime@anonymised.com.1…>, geoserver-users@lists.sourceforge.net, DAUDAIRE@anonymised.com

cc

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

Ciao,
as Alessio pointed out, I think that the problem with your mosaic is the
.proj file which is not recognized since the plugin is expecting a .prj
file. Moreover you need to make geoser5ver pointing to the .shp file in
order to load correctly.

You said you used fwtools for this preparing the mosaic. I would suggest in
the future to use the coveragetools that alessio and andrea bundled
together.

To clarify for the other people that asked questions:

>jpgw is not supported as a world file exension by the WorldImage plugin but
>it would be quite easy to fix that. Could anyone open up a jira task for
>this and assign it tome?
>The mosaic plugin does not fall back on WorldImage when it fails to read a
>tile. If it fails it fails!

-------------------------------------------------------
Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928
-------------------------------------------------------
----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Andrea Aime ; geoserver-users@lists.sourceforge.net
Sent: Thursday, March 01, 2007 11:41 AM
Subject: Re: [Geoserver-users] Error adding raster jpg's mosaic

Hi,

i have 134 ".jpg" files with their ".jpgw" L_11ur.jpg and L_11UR.JPGW for
example

i copied all the files in
[geoserver_install]/data/coverages/paris_plu_mosaic/

i configure the coverage store

ID : test
namespace: TOPP
Type: ImageMosaic
URL: file:data/coverages/paris_plu_mosaic/test.shp

Here is my .properties

Name=test
Levels=0.254,0.254
LevelsNum=1
Envelope2D=593499.873000,123800.065000 606499.871000,133550.127000
NumFiles=134

Here is my .proj

GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]

the test.shp seem's ok

if you have any ideas for a deeper investigation..

Thank you

David Audaire

Andrea Aime <aaime@anonymised.com>
Envoyé par : geoserver-users-bounces@lists.sourceforge.net
01/03/2007 11:09 ADAUDAIRE@anonymised.com
ccAlessio Fabiani <alessio.fabiani@anonymised.com>,
geoserver-users@lists.sourceforge.net
ObjetRe: [Geoserver-users] Error adding raster jpg's mosaic

DAUDAIRE@anonymised.com ha scritto:
>
> hi,
>
>
> I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
> source (composed of 134 jpg files)
>
> I manage to add the coveragestore i used FWTOOLS to create my
> ".properties" my ".shp" and i also create the ".proj"
>
> but when i try to add a coverage using the new coveragestore i have the
> following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic... Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations
confidentielles a l'intention exclusive de son destinataire et est couvert
par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont
strictement interdits. Si vous avez recu ce message par erreur, merci de le
notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut
pas etre engage par son contenu. www.ares.fr
****************************************************************************************************-------------------------------------------------------------------------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys-and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________Geoserver-users mailing listGeoserver-users@anonymised.com://lists.sourceforge.net/lists/listinfo/geoserver-users

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

Ciao,
what error are you getting now?

Simone.

Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928

----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Simone
Cc: Andrea Aime ; geoserver-users@anonymised.comts.sourceforge.net
Sent: Thursday, March 01, 2007 2:44 PM
Subject: Re: [Geoserver-users] Error adding raster jpg’s mosaic

Hi,

Thank you for the answers, in fact i 'am back to Geoserver after a while and it seems i have missed discussions about data_dir.

My file is .prj as needed but i have to change the data directory to my test.shp and i have no more error msg.
i add the coverage in geoserver, and i can see the name in the map preview list.

I am not able yet to see my rasters but i think i am on the good way.

thank you.

“Simone” <simboss1@anonymised.com>

01/03/2007 12:19

A
“Andrea Aime” <aaime@anonymised.com>, <geoserver-users@lists.sourceforge.net>, DAUDAIRE@anonymised.com

cc

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

Ciao,
as Alessio pointed out, I think that the problem with your mosaic is the
.proj file which is not recognized since the plugin is expecting a .prj
file. Moreover you need to make geoser5ver pointing to the .shp file in
order to load correctly.

You said you used fwtools for this preparing the mosaic. I would suggest in
the future to use the coveragetools that alessio and andrea bundled
together.

To clarify for the other people that asked questions:

>jpgw is not supported as a world file exension by the WorldImage plugin but
>it would be quite easy to fix that. Could anyone open up a jira task for
>this and assign it tome?
>The mosaic plugin does not fall back on WorldImage when it fails to read a
>tile. If it fails it fails!

-------------------------------------------------------
Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928
-------------------------------------------------------
----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Andrea Aime ; geoserver-users@lists.sourceforge.net
Sent: Thursday, March 01, 2007 11:41 AM
Subject: Re: [Geoserver-users] Error adding raster jpg's mosaic

Hi,

i have 134 ".jpg" files with their ".jpgw" L_11ur.jpg and L_11UR.JPGW for
example

i copied all the files in
[geoserver_install]/data/coverages/paris_plu_mosaic/

i configure the coverage store

ID : test
namespace: TOPP
Type: ImageMosaic
URL: file:data/coverages/paris_plu_mosaic/test.shp

Here is my .properties

Name=test
Levels=0.254,0.254
LevelsNum=1
Envelope2D=593499.873000,123800.065000 606499.871000,133550.127000
NumFiles=134

Here is my .proj

GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]

the test.shp seem's ok

if you have any ideas for a deeper investigation..

Thank you

David Audaire

Andrea Aime <aaime@anonymised.com>
Envoyé par : geoserver-users-bounces@lists.sourceforge.net
01/03/2007 11:09 ADAUDAIRE@anonymised.com
ccAlessio Fabiani <alessio.fabiani@anonymised.com>,
geoserver-users@lists.sourceforge.net
ObjetRe: [Geoserver-users] Error adding raster jpg's mosaic

DAUDAIRE@anonymised.com ha scritto:
>
> hi,
>
>
> I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
> source (composed of 134 jpg files)
>
> I manage to add the coveragestore i used FWTOOLS to create my
> ".properties" my ".shp" and i also create the ".proj"
>
> but when i try to add a coverage using the new coveragestore i have the
> following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic... Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations
confidentielles a l'intention exclusive de son destinataire et est couvert
par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont
strictement interdits. Si vous avez recu ce message par erreur, merci de le
notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut
pas etre engage par son contenu. www.ares.fr
****************************************************************************************************-------------------------------------------------------------------------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys-and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________Geoserver-users mailing listGeoserver-users@anonymised.com://lists.sourceforge.net/lists/listinfo/geoserver-users

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

Well i got no response the server is going really slow and i must restart tomcat.
no error message
in tomcat catalina logs it seems that i need to increase memory. the french message is something like not enough memory for the tiling cache capacity.

David Audaire

Ingénieur d’étude
Systèmes d’Informations Techniques
Branche Solutions Progiciels

tel : 33.(0).1.69.86.76.72
fax : 33.(0).1.69.86.76.69

web : http://www.ares.fr

“Simone” simboss1@anonymised.com
Envoyé par : geoserver-users-bounces@lists.sourceforge.net

01/03/2007 14:46

A
DAUDAIRE@anonymised.com

cc
geoserver-users@anonymised.comt

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

Ciao,
what error are you getting now?

Simone.

Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928

----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Simone
Cc: Andrea Aime ; geoserver-users@anonymised.comsts.sourceforge.net
Sent: Thursday, March 01, 2007 2:44 PM
Subject: Re: [Geoserver-users] Error adding raster jpg’s mosaic

Hi,

Thank you for the answers, in fact i 'am back to Geoserver after a while and it seems i have missed discussions about data_dir.

My file is .prj as needed but i have to change the data directory to my test.shp and i have no more error msg.
i add the coverage in geoserver, and i can see the name in the map preview list.

I am not able yet to see my rasters but i think i am on the good way.

thank you.

“Simone” <simboss1@anonymised.com>

01/03/2007 12:19

A
“Andrea Aime” <aaime@anonymised.com>, <geoserver-users@anonymised.comge.net>, DAUDAIRE@anonymised.com

cc

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

Ciao,
as Alessio pointed out, I think that the problem with your mosaic is the
.proj file which is not recognized since the plugin is expecting a .prj
file. Moreover you need to make geoser5ver pointing to the .shp file in
order to load correctly.

You said you used fwtools for this preparing the mosaic. I would suggest in
the future to use the coveragetools that alessio and andrea bundled
together.

To clarify for the other people that asked questions:

>jpgw is not supported as a world file exension by the WorldImage plugin but
>it would be quite easy to fix that. Could anyone open up a jira task for
>this and assign it tome?
>The mosaic plugin does not fall back on WorldImage when it fails to read a
>tile. If it fails it fails!

-------------------------------------------------------
Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928
-------------------------------------------------------
----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Andrea Aime ; geoserver-users@lists.sourceforge.net
Sent: Thursday, March 01, 2007 11:41 AM
Subject: Re: [Geoserver-users] Error adding raster jpg's mosaic

Hi,

i have 134 ".jpg" files with their ".jpgw" L_11ur.jpg and L_11UR.JPGW for
example

i copied all the files in
[geoserver_install]/data/coverages/paris_plu_mosaic/

i configure the coverage store

ID : test
namespace: TOPP
Type: ImageMosaic
URL: file:data/coverages/paris_plu_mosaic/test.shp

Here is my .properties

Name=test
Levels=0.254,0.254
LevelsNum=1
Envelope2D=593499.873000,123800.065000 606499.871000,133550.127000
NumFiles=134

Here is my .proj

GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]

the test.shp seem's ok

if you have any ideas for a deeper investigation..

Thank you

David Audaire

Andrea Aime <aaime@anonymised.com>
Envoyé par : geoserver-users-bounces@lists.sourceforge.net
01/03/2007 11:09 ADAUDAIRE@anonymised.com
ccAlessio Fabiani <alessio.fabiani@anonymised.com>,
geoserver-users@lists.sourceforge.net
ObjetRe: [Geoserver-users] Error adding raster jpg's mosaic

DAUDAIRE@anonymised.com ha scritto:
>
> hi,
>
>
> I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
> source (composed of 134 jpg files)
>
> I manage to add the coveragestore i used FWTOOLS to create my
> ".properties" my ".shp" and i also create the ".proj"
>
> but when i try to add a coverage using the new coveragestore i have the
> following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic... Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations
confidentielles a l'intention exclusive de son destinataire et est couvert
par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont
strictement interdits. Si vous avez recu ce message par erreur, merci de le
notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut
pas etre engage par son contenu. www.ares.fr
****************************************************************************************************-------------------------------------------------------------------------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys-and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________Geoserver-users mailing listGeoserver-users@anonymised.com://lists.sourceforge.net/lists/listinfo/geoserver-users

****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
****************************************************************************************************
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

Ciao David,
a coupe of observations.

Jpeg support through java is pretty bad for big images, at least as of now. If you have a large mosaic of images encoded as jpeg it will require a lot of memory to actually load it, especially when you are loading it at low resolution. When you zoom a lot things should be quite good.

My suggestion is to use geotiff files instead of jpegs so that you can add overviews to them prior to making a mossaic. You can still compress them using various algorithms but they have better feaftures like internal overviews and tiling which make them more attractive for serving large mosaics.

Simone.

Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928

----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Simone
Cc: geoserver-users@anonymised.comts.sourceforge.net ; geoserver-users-bounces@lists.sourceforge.net
Sent: Thursday, March 01, 2007 3:19 PM
Subject: Re: [Geoserver-users] Error adding raster jpg’s mosaic

Well i got no response the server is going really slow and i must restart tomcat.
no error message
in tomcat catalina logs it seems that i need to increase memory. the french message is something like not enough memory for the tiling cache capacity.

David Audaire

Ingénieur d’étude
Systèmes d’Informations Techniques
Branche Solutions Progiciels

tel : 33.(0).1.69.86.76.72
fax : 33.(0).1.69.86.76.69

web : http://www.ares.fr

“Simone” <simboss1@anonymised.com>
Envoyé par : geoserver-users-bounces@lists.sourceforge.net

01/03/2007 14:46

A
<DAUDAIRE@anonymised.com>

cc
geoserver-users@lists.sourceforge.net

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

Ciao,
what error are you getting now?

Simone.

Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928

----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Simone
Cc: Andrea Aime ; geoserver-users@lists.sourceforge.net
Sent: Thursday, March 01, 2007 2:44 PM
Subject: Re: [Geoserver-users] Error adding raster jpg’s mosaic

Hi,

Thank you for the answers, in fact i 'am back to Geoserver after a while and it seems i have missed discussions about data_dir.

My file is .prj as needed but i have to change the data directory to my test.shp and i have no more error msg.
i add the coverage in geoserver, and i can see the name in the map preview list.

I am not able yet to see my rasters but i think i am on the good way.

thank you.

“Simone” <simboss1@anonymised.com>

01/03/2007 12:19

A
“Andrea Aime” <aaime@anonymised.com>, <geoserver-users@lists.sourceforge.net>, DAUDAIRE@anonymised.com

cc

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

Ciao,
as Alessio pointed out, I think that the problem with your mosaic is the
.proj file which is not recognized since the plugin is expecting a .prj
file. Moreover you need to make geoser5ver pointing to the .shp file in
order to load correctly.

You said you used fwtools for this preparing the mosaic. I would suggest in
the future to use the coveragetools that alessio and andrea bundled
together.

To clarify for the other people that asked questions:

>jpgw is not supported as a world file exension by the WorldImage plugin but
>it would be quite easy to fix that. Could anyone open up a jira task for
>this and assign it tome?
>The mosaic plugin does not fall back on WorldImage when it fails to read a
>tile. If it fails it fails!

-------------------------------------------------------
Eng. Simone Giannecchini

President/CEO GeoSolutions
http://www.geo-solutions.it
Via Carignoni 51
550141 Camaiore (LU)
Italy
Mobile: +39 333 81 28928
-------------------------------------------------------
----- Original Message -----
From: DAUDAIRE@anonymised.com
To: Andrea Aime ; geoserver-users@lists.sourceforge.net
Sent: Thursday, March 01, 2007 11:41 AM
Subject: Re: [Geoserver-users] Error adding raster jpg's mosaic

Hi,

i have 134 ".jpg" files with their ".jpgw" L_11ur.jpg and L_11UR.JPGW for
example

i copied all the files in
[geoserver_install]/data/coverages/paris_plu_mosaic/

i configure the coverage store

ID : test
namespace: TOPP
Type: ImageMosaic
URL: file:data/coverages/paris_plu_mosaic/test.shp

Here is my .properties

Name=test
Levels=0.254,0.254
LevelsNum=1
Envelope2D=593499.873000,123800.065000 606499.871000,133550.127000
NumFiles=134

Here is my .proj

GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]

the test.shp seem's ok

if you have any ideas for a deeper investigation..

Thank you

David Audaire

Andrea Aime <aaime@anonymised.com>
Envoyé par : geoserver-users-bounces@lists.sourceforge.net
01/03/2007 11:09 ADAUDAIRE@anonymised.com
ccAlessio Fabiani <alessio.fabiani@anonymised.com>,
geoserver-users@lists.sourceforge.net
ObjetRe: [Geoserver-users] Error adding raster jpg's mosaic

DAUDAIRE@anonymised.com ha scritto:
>
> hi,
>
>
> I 'am using Geoserver 1.5.0-RC 1 and i try to add raster mosaic data
> source (composed of 134 jpg files)
>
> I manage to add the coveragestore i used FWTOOLS to create my
> ".properties" my ".shp" and i also create the ".proj"
>
> but when i try to add a coverage using the new coveragestore i have the
> following error.

That may be a million things. Which file did you try to add as the
mosaic URL in the configuration?
Can you provide us with the .properties content?

Anyways, the error message is very generic... Alessio, given that the
user already specified the format, is there any way to get a better
error message, coming from the mosaic format, explaining why data was
not accepted as a proper mosaic?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations
confidentielles a l'intention exclusive de son destinataire et est couvert
par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont
strictement interdits. Si vous avez recu ce message par erreur, merci de le
notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut
pas etre engage par son contenu. www.ares.fr
****************************************************************************************************-------------------------------------------------------------------------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys-and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________Geoserver-users mailing listGeoserver-users@anonymised.com://lists.sourceforge.net/lists/listinfo/geoserver-users

****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
****************************************************************************************************
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

hi,

I have tried a getmap on my jpeg mosaic on a small area, i found an error in catalina logs. and geoserver return a white page

javax.imagio.IIOException: Improper call to JPEG Library in state 202

besides i can’t do nothing in the server admin page when i commit i have a memory error about JAI footprint in Memory

I Have tried things like java -Xmx512m but nothing changes.

any ideas.

David Audaire

Ingénieur d’étude
Systèmes d’Informations Techniques
Branche Solutions Progiciels

tel : 33.(0).1.69.86.76.72
fax : 33.(0).1.69.86.76.69

web : http://www.ares.fr

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

DAUDAIRE@anonymised.com ha scritto:

hi,

I have tried a getmap on my jpeg mosaic on a small area, i found an error in catalina logs. and geoserver return a white page

*javax.imagio.IIOException: Improper call to JPEG Library in state 202*

besides i can't do nothing in the server admin page when i commit i have a memory error about JAI footprint in Memory

I Have tried things like java -Xmx512m but nothing changes.

any ideas.

Unfortunately I don't really know how to solve this issue directly.
To solve these, we would really need the original data, if you could
provide it to us by some private means (ftp for example) that would
be indeed great.

Yet, if you want a workaround, try this:
* download gdal (www.gdal.org)
* usa gdal_merge to merge all your jpegs into a big tiled Geotiff (see
the creation options to force tiling)
* use gdaladdo to add overviews
* add to geoserver and enjoy.

This should work well, at least if the resulting Geotiff is under
1GB in size.

If it becomes bigger, once you have turned all your jpeg data into
a single geotiff, you can use the Coverage tools to create an image pyramid out of it, this should give you top notch performance:
http://www.geo-solutions.it/index.php?option=com_content&task=view&id=35&Itemid=2

Hope this helps

Cheers
Andrea

Thank you for the answer

I am not the owner of the data so i have no right to share them anyway.
Whatever i 'll stop my tests with jpeg, i 'll try to use raster with Geotiff.

thank’s

David Audaire

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

HI

hi

I changed my “jpeg” images using gdal_merge with parameters below ( in a batch file as seen on the web to process all the files).

setlocal enabledelayedexpansion
set infiles=
for %%a in (.*.JPG) do set infiles=!infiles! %%a
gdal_merge -o paris_plu.tif -co “TILED=YES” -v -of GTiff %infiles%

the jgw files are close to the JPG.

i go on with gdaladdo.

Then i try to add the geotiff in geoserver no problem with the Coveragestore but when i want to add the data as new coverage using my new coveragestore…

__*java.lang.UnsupportedOperationException: GeoKey directory does not exist*__

do you have any suggestion.

thank you

David Audaire

Ingénieur d’étude
Systèmes d’Informations Techniques
Branche Solutions Progiciels

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 **************************************************************************************************** 

well

I must precise that i have no “.prj” file but a “.aux” maybe the tools can’t read those file to extract coordonate system.
is there a way to extract data from “.aux” file ??

David Audaire

Ingénieur d’étude
Systèmes d’Informations Techniques
Branche Solutions Progiciels

tel : 33.(0).1.69.86.76.72
fax : 33.(0).1.69.86.76.69

web : http://www.ares.fr

DAUDAIRE@anonymised.com
Envoyé par : geoserver-users-bounces@lists.sourceforge.net

15/03/2007 14:20

A
geoserver-users@anonymised.come.net, geoserver-users-bounces@lists.sourceforge.net

cc

Objet
Re: [Geoserver-users] Error adding raster jpg’s mosaic

HI

hi

I changed my “jpeg” images using gdal_merge with parameters below ( in a batch file as seen on the web to process all the files).

setlocal enabledelayedexpansion
set infiles=
for %%a in (.*.JPG) do set infiles=!infiles! %%a
gdal_merge -o paris_plu.tif -co “TILED=YES” -v -of GTiff %infiles%

the jgw files are close to the JPG.

i go on with gdaladdo.

Then i try to add the geotiff in geoserver no problem with the Coveragestore but when i want to add the data as new coverage using my new coveragestore…

__*java.lang.UnsupportedOperationException: GeoKey directory does not exist*__

do you have any suggestion.

thank you

David Audaire

Ingénieur d’étude
Systèmes d’Informations Techniques
Branche Solutions Progiciels
****************************************************************************************************
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel.
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie.
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
****************************************************************************************************
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

**************************************************************************************************** 
Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. 
Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. 
Le present message pouvant-etre altere a notre insu, le groupe ARES ne peut pas etre engage par son contenu. www.ares.fr
 ****************************************************************************************************