Opened 11 months ago
Closed 11 months ago
#2794 closed defect (fixed)
Fix - rasservers are all stuck after some importings
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | server | Version: | 10.2 |
Keywords: | Cc: | ||
Complexity: | Medium |
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);
Attachments (1)
Change History (3)
by , 11 months ago
Attachment: | 0001-ticket-2792-Fix-add-authentication_type-basic_header.patch added |
---|
comment:1 by , 11 months ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The issue was in
RasUtil.java
when theRasimplementation
was not closed properly.It should be like below: