Hi Christan,

thanks again for the help.

Sadly I don't understand what you mean by writing a simple 
test program. Regarding the geoserver status page JAI is 
working fine:
Native JAI      true    
Native JAI ImageIO      true

I will send you the log-files and screenshots separately.

Gdalinfo doesn't work directly due to the storage location 
of the geotiff - its in a Postgis database.
However, before uploading the geotiff gives following 
informations:

user@domain:$ gdalinfo 1.tif
Driver: GTiff/GeoTIFF
Files: 1.tif
Size is 740, 731
Coordinate System is `'
Origin = (-19.000000763971848,38.099999237060544)
Pixel Size = (0.100000002064789,-0.100000000000000)
Metadata:
   lat#axis=Y
   lat#long_name=latitude
   lat#standard_name=latitude
   lat#units=degrees_north
   lon#axis=X
   lon#long_name=longitude
   lon#standard_name=longitude
   lon#units=degrees_east
   NC_GLOBAL#CDI=Climate Data Interface version 1.5.8 
(http://code.zmaw.de/projects/cdi)
   NC_GLOBAL#CDO=Climate Data Operators version 1.5.8 
(http://code.zmaw.de/projects/cdo)
   NC_GLOBAL#Conventions=COARDS
   NC_GLOBAL#FilePath=//scratch/output/WASCAL-DOMAIN-TRMM-6min2010.nc
   NC_GLOBAL#history=Mon Jan 07 13:32:51 2013: cdo div 
/scratch/output/WASCAL-DOMAIN-TRMM-6min2010-YEARSUM-Runoff.nc 
/scratch/output/WASCAL-DOMAIN-TRMM-6min2010-YEARSUM-Precip.nc 
/scratch/output/WASCAL-DOMAIN-TRMM-6min2010-YEARSUM-RunoffCoeff.nc
Mon Jan 07 13:32:51 2013: cdo selname,precip 
/scratch/output/WASCAL-DOMAIN-TRMM-6min2010-YEARSUM.nc 
/scratch/output/WASCAL-DOMAIN-TRMM-6min2010-YEARSUM-Precip.nc
Mon Jan 07 13:31:57 2013: cdo yearsum 
/scratch/output/WASCAL-DOMAIN-TRMM-6min2010.nc 
/scratch/output/WASCAL-DOMAIN-TRMM-6min2010-YEARSUM.nc
Created on 2013-01-02 by Alex Prusevich 
([email protected])
   NC_GLOBAL#institution=Water Systems Analysis Group 
(WSAG), the University of New Hampshire (UNH)
   NC_GLOBAL#NetCDF_version=netCDF.3.5.1
   NC_GLOBAL#projection=epsg:4326
   NC_GLOBAL#references=http://www.wsag.unh.edu
   NC_GLOBAL#Temporal_Res.=Daily
   NC_GLOBAL#title=PDL/WBM data
   runoff#_FillValue=-9999
   runoff#long_name=Runoff
   runoff#units=mm/day
   time#calendar=standard
   time#standard_name=time
   time#units=days since 1900-01-01 00:00:00
Image Structure Metadata:
   INTERLEAVE=BAND
Corner Coordinates:
Upper Left  ( -19.0000008,  38.0999992)
Lower Left  ( -19.0000008, -35.0000008)
Upper Right (  55.0000008,  38.0999992)
Lower Right (  55.0000008, -35.0000008)
Center      (  18.0000000,   1.5499992)
Band 1 Block=740x2 Type=Float32, ColorInterp=Gray
   NoData Value=-9999
   Metadata:
     _FillValue=-9999
     long_name=Runoff
     NETCDF_DIMENSION_time=40541
     NETCDF_time_units=days since 1900-01-01 00:00:00
     NETCDF_VARNAME=runoff
     units=mm/day
user@domain:




On Sun, 1 Sep 2013 09:18:44 +0200
  Christian Mueller <[email protected]> 
wrote:
> Hi Frederik
> 
> The first question is if JAI (Java advanced Imaging) is 
>able to read your
> image. Can make a simple test program and reading and 
>writing your image
> (compare the results).
> 
> You can switch the log level on "Global settings" page 
>to
> GEOTOOLS-DEVELOPER and look into the log file.
> 
> What is the output of  gdalinfo <yourimage>
> 
> Christian
> 
> 
> On Fri, Aug 30, 2013 at 11:18 AM, Frederik Haefker 
><[email protected]>wrote:
> 
>> Hi erveryone,
>>
>> the Image Mosaic JDBC works fine and I could publish a 
>>png
>> as shown in the tutorial:
>>
>> http://docs.geoserver.org/stable/en/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html
>>
>> However, when I try to publish my own geotiff I get an
>> error message:
>> "Oops, something went wrong...
>> Sorry, something unexpected happened on the server.
>> Here's an error report you can include in a JIRA bug
>> report about this issue: "
>>
>> Sadly I am not able to register a JIRA.
>> "
>> Error
>> It seems that you have tried to perform an operation 
>>that
>> is not allowed in the current JIRA mode.
>> If you think this message is wrong, please contact your
>> JIRA administrators.
>> "
>>
>> Here an extract from the geoserver-error:
>> "
>> java.lang.RuntimeException: Error occurred while 
>>building
>> the resources for the configuration page at
>>
>> org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:307)
>> at
>> org.geoserver.web.data.layer.NewLayerPage$6.onClick(NewLayerPage.java:242)
>> at
>> org.geoserver.web.wicket.SimpleAjaxLink$1.onClick(SimpleAjaxLink.java:45)
>> at
>> org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:68)
>> at
>>
>> org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:177)
>> at
>>
>> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:300)
>> at
>>
>> org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:119)
>> at
>>
>> org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
>> at
>>
>> org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
>> at
>> org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
>> [...]
>> "
>>
>> Best Regards
>> Frederik
>>
>> On Wed, 28 Aug 2013 16:39:07 +0200
>>   Christian Mueller <[email protected]>
>> wrote:
>> > Never mind, I hope you will have success with your
>> >configuration.
>> >
>> > Christian
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Learn the latest--Visual Studio 2012, SharePoint 2013, 
>>SQL 2012, more!
>> Discover the easy way to master current and previous 
>>Microsoft technologies
>> and advance your career. Get an incredible 1,500+ hours 
>>of step-by-step
>> tutorial videos with LearnDevNow. Subscribe today and 
>>save!
>> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Geoserver-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
> 
> 
> 
> -- 
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to