whois icon indicating copy to clipboard operation
whois copied to clipboard

run loadDump initialimport ripe.db.gz

Open prakash5331 opened this issue 6 years ago • 7 comments

Getting error like below , how to resolve it

java.lang.IllegalArgumentException: Max total files' size should not be more than 15 MB

prakash5331 avatar Jun 28 '18 05:06 prakash5331

Hello,

I have the same probleme when i want to import the ripe db with this doc : https://github.com/RIPE-NCC/whois/wiki/Setup-a-RIPE-GRS-mirror-using-Bootstrap-and-NRTM

Best regard. Toufic

touficabidi avatar Dec 15 '18 23:12 touficabidi

Hello. I have the same problem.

jushao avatar Jun 05 '19 02:06 jushao

+1

I have the same issue

Vladislav-Ilcheff avatar Jun 24 '19 08:06 Vladislav-Ilcheff

Hello. I have the same issue. Someone can help?

fanaturii avatar Sep 10 '19 18:09 fanaturii

Bluntly changing the following line at least fixes this issue for me (for now).

https://github.com/RIPE-NCC/whois/blob/master/whois-scheduler/src/main/java/net/ripe/db/whois/scheduler/task/loader/LoaderSafe.java#L16

private final static int TOTAL_SIZE_LIMIT_IN_MB = 15;

qistoph avatar Oct 22 '19 14:10 qistoph

Thanks! Will try it tomorrow. Anyways I've done this with unsafe import.

Vladislav-Ilcheff avatar Oct 22 '19 16:10 Vladislav-Ilcheff

Is there any news on this?

huiser avatar Apr 30 '20 09:04 huiser