Opened 6 years ago

Closed 6 years ago

#1665 closed defect (fixed)

ncdump errors in systemtest log

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.5
Component: systemtest Version: development
Keywords: Cc:
Complexity: Medium

Description

I see errors like this in the systemtest log:

ncdump: /opt/rasdaman/source/systemtest/testcases_services/test_wcps/output/138-netcdf_regular.test.out: NetCDF: Unknown file format
ncdump: /opt/rasdaman/source/systemtest/testcases_services/test_wcps/output/139-netcdf_irregular.test.out: NetCDF: Unknown file format
ncdump: /opt/rasdaman/source/systemtest/testcases_services/test_wcps/output/140-netcdf_1band.test.out: NetCDF: Unknown file format
ncdump: /opt/rasdaman/source/systemtest/testcases_services/test_wcps/output/141-netcdf_multibands.test.out: NetCDF: Unknown file format
ncdump: /opt/rasdaman/source/systemtest/testcases_services/test_wcps/output/142-netcdf_switch_case.test.out: NetCDF: Unknown file format
ncdump: /opt/rasdaman/source/systemtest/testcases_services/test_wcps/output/152-netcdf_shifted_points.test.out: NetCDF: Unknown file format
...

another issue:

Traceback (most recent call last):
  File \"/opt/rasdaman/source/systemtest/testcases_services/test_open/test_wcps_encoded_query/test.py\", line 35, in <module>
    response = urllib2.urlopen(request, timeout=150)
  File \"/usr/lib/python2.7/urllib2.py\", line 154, in urlopen
    return opener.open(url, data, timeout)
  File \"/usr/lib/python2.7/urllib2.py\", line 437, in open
    response = meth(req, response)
  File \"/usr/lib/python2.7/urllib2.py\", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File \"/usr/lib/python2.7/urllib2.py\", line 475, in error
    return self._call_chain(*args)
  File \"/usr/lib/python2.7/urllib2.py\", line 409, in _call_chain
    result = func(*args)
  File \"/usr/lib/python2.7/urllib2.py\", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r100 22888    0     0  100 22888      0   148k --:--:-- --:--:-- --:--:--  149k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r100 22888    0     0  100 22888      0   172k --:--:-- --:--:-- --:--:--  173k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r100  2283    0     0  100  2283      0  17539 --:--:-- --:--:-- --:--:-- 17697

these should be fixed.

Change History (2)

comment:1 by Dimitar Misev, 6 years ago

Another issue, please make this download quiet:

--2017-12-24 15:34:46--  http://kahlua.eecs.jacobs-university.de:8080/test_wcsclient_insertcoverage/phantomjs
Resolving kahlua.eecs.jacobs-university.de (kahlua.eecs.jacobs-university.de)... 212.201.49.173
Connecting to kahlua.eecs.jacobs-university.de (kahlua.eecs.jacobs-university.de)|212.201.49.173|:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 67932064 (65M)
Saving to: \u2018/tmp/phantomjs\u2019

     0K .......... .......... .......... .......... ..........  0% 7.09M 9s
    50K .......... .......... .......... .......... ..........  0% 11.0M 7s
   100K .......... .......... .......... .......... ..........  0% 11.5M 7s
   150K .......... .......... .......... .......... ..........  0% 11.1M 7s
   200K .......... .......... .......... .......... ..........  0% 11.4M 6s
   250K .......... .......... .......... .......... ..........  0% 11.1M 6s
   300K .......... .......... .......... .......... ..........  0% 11.5M 6s
   350K .......... .......... .......... .......... ..........  0% 11.1M 6s
   400K .......... .......... .......... .......... ..........  0% 11.3M 6s
   450K .......... .......... .......... .......... ..........  0% 11.1M 6s
   500K .......... .......... .......... .......... ..........  0% 11.1M 6s
   550K .......... .......... .......... .......... ..........  0% 11.4M 6s
   600K .......... .......... .......... .......... ..........  0% 11.1M 6s
   650K .......... .......... .......... .......... ..........  1% 11.4M 6s
....

comment:2 by Bang Pham Huu, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.