Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#1097 worksforme Sort comments inside ticket not work Bang Pham Huu
Description

This function work good in http://kahlua.eecs.jacobs-university.de/trac/wiki/ticket/59 when I can check to sort comments (by oldest or newest) but in rasdaman.org can not work (nothing happens).

#1147 invalid Unable to get a free rasdaman server when ingests hundred files by wcst_import Bang Pham Huu
Description

I tested wcst_import with a directory has 10000 tiff files with map_mosaic recipe (NOTE: using RNP not rasnet) (each file is 438 KB).

Size is 600, 720
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.257223563,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]
Origin = (-110.000000000000000,80.000000000000000)
Pixel Size = (0.083333333333333,-0.083333333333333)

After 357 files, wcst_import stop due to unable to get a free rasdaman server.

Progress: [#-----------------------------] 357/9763 3.66% 
Failed to insert slice. Attempted 1 times.
Service Call: http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=UpdateCoverage&coverageId=test_hyper_cub_001&subset1=Lat(19.9583333333,80.0416666667)&inputCoverageRef=file:///tmp/84ad4cd0_1391_41b1_87a6_09d0171916f4.gml&subset2=Long(-109.958333333,-60.0416666667)
Error Code: InternalComponentError
Error Text: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ows:ExceptionReport version="2.0.0"
    xsd:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd"
    xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
    <ows:Exception exceptionCode="InternalComponentError">
        <ows:ExceptionText>Error while executing RasQL query</ows:ExceptionText>
    </ows:Exception>

</ows:ExceptionReport>

Petascope log

[09:00:11] TRACE RangeElement@65: Range Element { name 'Palette', type 'unsigned char'}
[09:00:11] DEBUG DbMetadataSource@1094: Added range element: Range Element { name 'Palette', type 'unsigned char'}
[09:00:11] DEBUG DbMetadataSource@1121: SQL query:  SELECT storage_table, storage_id FROM ps_range_set WHERE coverage_id=1
[09:00:11] DEBUG DbMetadataSource@1145: SQL query:  SELECT name, oid,base_type FROM ps_rasdaman_collection WHERE id=1
[09:00:11] TRACE DbMetadataSource@1157: Coverage 'test_hyper_cub_001' has range-set data in test_hyper_cub_001:513.
[09:00:11] DEBUG DbMetadataSource@2456: RasQL query : select sdom(c) from test_hyper_cub_001 AS c where oid(c) = 513
[09:00:11] ERROR DbMetadataSource@2460: Error while executing RasQL query
RasdamanUnavailable: Unable to get a free rasdaman server.
#1149 duplicate Error when ingest a coverage same name with existing collection Bang Pham Huu
Description

The problem (test with rasnet) is when I ingest a coverage with wcst_import that is the same name as existing collection which created by

 rasql -q "create collection test_004 QxEhTXYFYvowfrLzoemRAyknjvskgW" --user rasadmin --passwd rasadmin

error in petascope is

[14:44:27] ERROR PetascopeInterface@492: Error stack trace:
RuntimeError: Runtime error while processing request

Caused by: java.util.NoSuchElementException
	at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)

error from wcst_import is

Service Call: http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=InsertCoverage&coverageRef=file:///tmp/bf64098a_ad1c_4c80_9c0c_ae205ae8a5fc.gml&tiling=ALIGNED [0:500, 0:500]&pixelDataType=UInt16&useId=existing
Error Code: RuntimeError
Error Text: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ows:ExceptionReport version="2.0.0"
    xsd:schemaLocation="http://www.opengis.net/ows/2.0 http://schemas.opengis.net/ows/2.0/owsExceptionReport.xsd"
    xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
    <ows:Exception exceptionCode="RuntimeError">
        <ows:ExceptionText>Runtime error while processing request</ows:ExceptionText>
    </ows:Exception>
    <ows:Exception exceptionCode="RuntimeError">
        <ows:ExceptionText>java.util.NoSuchElementException : null</ows:ExceptionText>
    </ows:Exception>

</ows:ExceptionReport>

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.