Opened 9 years ago
Closed 9 years ago
#1163 closed defect (wontfix)
NoSuchElementException error in petascope
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.2 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Alex Dumitru | |
Complexity: | Medium |
Description (last modified by )
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)
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | log_error_nosuchelement.tar.gz added |
---|
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I think this problem happen when a petascope not have the library which used by rasnet (e.g: using old petascope with rasnet rasserver), so one upgrade rasdaman will also need to upgrade petascope also.
I will close here as it should be consistent when upgrade.
View log here