Let me try to explain this better. You get to select the .jpa file and click the button to start extracting the file. Akeeba eXtract Wizard will then look for a file with the same name and an extension of .j01. If this happens, it will keep looking for .j02, .j03 and so on until the first part number it can't find. Therefore it has now built a file list which in your case is: .j01, .j02, .jpa.
Next thing, it will open the .j01 file and check its first three bytes. They have to be JPA. Then it will read the archive's header. After that, it will enter the main file extraction loop:
- The first three bytes read have to be JPF (the signature of a JPA file header).
- The file header is read
- The file data is read from the archive and written to disk
- If we run out of file data, we will open the next part (go from .j01 to .j02 or from .j02 to .jpa) and continue
This goes on and on until we run out of files
Therefore, the sequence the files are extracted is .j01, .j02, ... , .jpa.
So, let's find out what is going on in your case. First, how did you download the files? Did you use FTP in binary transfer mode? If not, you have to re-download the files using FTP in binary transfer mode, as mentioned in our Quick Start Guide.
Next up, have you checked the "Ignore most errors" checkbox? If you do, try unchecking it and retry extraction.
Are you sure you have Akeeba eXtract Wizard 3.3 (the latest released version)? If you have even the slightest doubt, please re-download and re-install Akeeba eXtract Wizard. I am pretty sure that Akeeba eXtract Wizard 3.0.x and 3.1.x will fail extracting large files, which is why they were discontinued nine months ago.
If it still doesn't work, can you extract the backup archive with Kickstart? Try using a local XAMPP environment with Kickstart for extraction. If this doesn't work, your archive is broken.
Please let me know how it goes.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!