Hello list,
I found the following when trying to upload and download a file larger than
2GB associated with metadata in geonetwork.
1. In the "temp" directory of tomcat, where temporarily save the file and
then transfer it to "geonetwork / WEB-INF / data / data / metadata_data"
2. With less than or equal to 2GB files work correctly, the problem is when
they are greater than 2GB.
3. I was checking and there are some variables in Tomcat is possibly where
the limit is set to upload and download files in Geonetwork:
input Input buffer size (in bytes) When reading ->
<! - Resources to be served. [2048]
Output output buffer size (in bytes) When writing ->
<! - Resources to be served. [2048]
According to the help text:
"WARNING: Do not configure application-specific resources here ->
<! - They Should Go in the "/WEB-INF/web.xml" file in your
application ".
I have to set it in the file "web.xml" of Geonetwork, but when I
go to the file can not find this variable to configure the limit by upload
and download files.
Someone could guide me through the process for setting the variable or else
can I do about it?
NOTE: For example to files 2.5GB I have compressed and split into parts of
700MB, uploaded each part to the metadata correctly, in Geonetwork is the
option to download one by one or download them all at once, when I use the
option download whole exception appears:
NumberFormatException: For input string: "2184592343"
attached screenshots.
<nabble_img src="downloadparts.png" border="0"/>
<http://osgeo-org.1560.x6.nabble.com/file/n5239581/downloadparts2.png>
<http://osgeo-org.1560.x6.nabble.com/file/n5239581/downloadparts3.png>
Regards.
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Upload-and-download-files-larger-of-2GB-tp5239581.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.