Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#1156 duplicate Petascope internal error when run wcst_import in batch import Bang Pham Huu
Description

I'm testing wcst_import.sh in bash script inside a loop to ingest a multiple coverage (each recipe file has different coverage id).

for i in $(seq 1 $NUMBER_BANDS); do
  wcst_import.sh $INGEST_FILE
done

When run script, I access some WCS services like GetCapabilities or DescribeCoverage and get some error from Petascope internal, such as

<ows:ExceptionText>
org.postgresql.util.PSQLException : This connection has been closed.
</ows:ExceptionText>

using wget to check HTTP code, I almost see when ingesting data, it will returns error 500.

Test in 1
200
Test in 2
500
200
Test in 3
500
500
Test in 4
500
500
Test in 5
500
500

Below is the log files.

#1163 wontfix NoSuchElementException error in petascope Bang Pham Huu
Description

I don't know the real problem but I can reproduce by, first installed rasnet (make and make install) then ingest data by wcst_import. Then in petascope rasdaman/ows it can describecoverage normally (using latest patch).

However, using another petascope (./configure without enable rasnet and go straight to application/petascope then make & make install) this error will appear.

 DEBUG [08:25:53] DbMetadataSource@2456: RasQL query : select sdom(c) from rgb AS c where oid(c) = 972801
java.util.NoSuchElementException
	at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)
	at java.util.StringTokenizer.nextToken(StringTokenizer.java:377)
#1169 fixed Long rasnet queries fail with an exception in the server Alex Toader
Description

The lifetime of the client expires prematurely and, as a consequence, the client is removed from the internal tables of the server.

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