Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#2796 fixed Fix - display CRS with axis labels in WSClient Bang Pham Huu Bang Pham Huu
Description

In WCS DescribeCoverage tab, currently it shows the coverage's CRS as:

with Coordinate Reference System: http://localhost:8080/rasdaman/def/crs-compound?1=http://localhost:8080/rasdaman/def/crs/OGC/0/AnsiDate&2=http://localhost:8080/rasdaman/def/crs/EPSG/0/4326

it can be enhanced to show as:

with 3-D Coordinate Reference System:
- CRS: AnsiDate, axis labels: time
- CRS: EPSG:4326, axis labels: Lat, Lon

and with a link to the CRS as:

with 3-D Coordinate Reference System (<a href="http://localhost:8080/rasdaman/def/crs-compound? 1=http://localhost:8080/rasdaman/def/crs/OGC/0/AnsiDate?axis-label="time"& 2=http://localhost:8080/rasdaman/def/crs/EPSG/0/4326">CRS URL</a>):
#2795 fixed petascope fails to start when recompiling with make Bang Pham Huu Dimitar Misev
Description

To reproduce:

  • run make petascope && make install first time
  • make some changes in petascope code
  • run make petascope && make install again
  • petascope will fail to start now with error
      INFO [2023-12-12 11:03:58] ConfigManager@744: -- OGC STANDARDS
      INFO [2023-12-12 11:03:58] ConfigManager@745: CIS: [1.1]
      INFO [2023-12-12 11:03:58] ConfigManager@746: WCS: [2.0.1, 2.1.0]
      INFO [2023-12-12 11:03:58] ConfigManager@747: WCS-T: [2.0.0]
      INFO [2023-12-12 11:03:58] ConfigManager@748: WCPS: [1.0.0]
      INFO [2023-12-12 11:03:58] ConfigManager@749: WMS: [1.3.0]
      INFO [2023-12-12 11:03:58] ConfigManager@751: ------------------------------------
    Exception in thread "main" java.lang.reflect.InvocationTargetException
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:59)
    Caused by: java.lang.NoClassDefFoundError: org/gdal/gdal/gdal
        at org.rasdaman.config.ConfigManager.initSettings(ConfigManager.java:393)
        at org.rasdaman.config.ConfigManager.<init>(ConfigManager.java:353)
        at org.rasdaman.config.ConfigManager.init(ConfigManager.java:319)
        at org.rasdaman.ApplicationMain.initConfigurations(ApplicationMain.java:236)
        at org.rasdaman.ApplicationMain.init(ApplicationMain.java:199)
        at org.rasdaman.ApplicationMain.main(ApplicationMain.java:572)
        ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.gdal.gdal.gdal
    
#2794 fixed Fix - rasservers are all stuck after some importings Dimitar Misev Bang Pham Huu
Description

With the patch in the attachment, after running test wcst_import, rasservers will be stuck like below:

  INFO [2023-12-12 08:44:02] RasUtil@202: Executing rasql query rasql-784 with user rasadmin: UPDATE test_subsetting_crs_xy SET test_subsetting_crs_xy[0:136,0:136] ASSIGN decode(<[0:0] 1c>, "GDAL", "{\"filePaths\":[\"/home/rasdaman/rasdaman_community/rasdaman/systemtest/30-wcstimport/testdata/135-wcs_subsetting_crs_xy/file.tiff\"]}")
 ERROR [2023-12-12 08:44:07] AbstractController@923: Failed processing request req-712, evaluation time 5011 ms. Reason: RasManager Error: Could not connect to RasServer .
 ERROR [2023-12-12 08:44:07] ExceptionUtil@98: Caught an exception:
RasManager Error: Could not connect to RasServer .

The reason is because of the rascontrol command to get the roles of the user:

Process process = runtime.exec(ConfigManager.RASDAMAN_BIN_PATH + "/rascontrol -q -e -x list user -rights", envp);
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.