Opened 5 years ago
Closed 5 years ago
#2178 closed defect (fixed)
rasj fails downloading array result on 32-bit systems
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | critical | Milestone: | 10.0 |
Component: | servercomm | Version: | 9.8 |
Keywords: | Cc: | Bang Pham Huu, Peter Baumann | |
Complexity: | Medium |
Description
It seems like the protocol encoding in httpserver.cc is broken on 32-bit systems, causing an error like this in rasj:
rasj[0] RasNetImplementation.getResponse: Cannot handle array result from rasdaman of size 3.471202717635064E12 MB; maximum supported size is 2147.483647 MB Exception in thread "main" rasj.RasClientInternalException: Internal client exception in class RasNetImplementation, method getResponse(): Cannot handle array result from rasdaman of size 3.471202717635064E12 MB; maximum supported size is 2147.483647 MB. at org.rasdaman.rasnet.communication.RasRasnetImplementation.queryRequest(RasRasnetImplementation.java:659)
Note:
See TracTickets
for help on using tickets.