I am trying to import Sales Orders and Line items form a CSV file of about 28,000 records. If I attempt to import all of them, iDempiere crashes, and I get a "503 Service Unavailable" message, and the only way I know how to fix that problem is by rebooting the server.
Here is what I have tried so far:
NOTE: For each failure, some of the records succeeded, but since I don't have a good way of telling which failed and which succeeded, I deleted all imported records before the next attempt.
- Import all 28,000 records together. That lead to a 503.
- I then broke out a portion of the records into 6 chunks of ~100 records each. The first 5 worked, but I got the 503 error on the 6th.
- I imported the 6th chunk by itself, and it worked.
Based on #3, it doesn't seem like a problem with the data itself.
Anyone have an idea about what is happening here, or how I can get more information about where the problem may be?
Thanks,
Brandon