Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oraclejre8 8u431 fails to extract #530

Open
denovodavid opened this issue Oct 15, 2024 · 5 comments
Open

oraclejre8 8u431 fails to extract #530

denovodavid opened this issue Oct 15, 2024 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed verified

Comments

@denovodavid
Copy link

Bug Report

Package Name: oraclejre8

Current Behaviour

Fails to extract archive.

Expected Behaviour

Extracts archive.

Additional context/output

The download link seems to be wrong, it doesn't download a valid archive. 8u421 works fine, but 8u431 is broken.
Here is log:


7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11

Scanning the drive for archives:
1 file, 11175 bytes (11 KiB)

Extracting archive: C:\Users\David\scoop\apps\oraclejre8\8u431\dl.tar.gz

Can't open as archive: 1
Files: 0
Size:       0
Compressed: 0
ERROR: C:\Users\David\scoop\apps\oraclejre8\8u431\dl.tar.gz
C:\Users\David\scoop\apps\oraclejre8\8u431\dl.tar.gz
Open ERROR: Cannot open the file as [gzip] archive


ERRORS:
Is not archive

Possible Solution

...

System details

Windows version: 10

OS architecture: 64bit

PowerShell version:

Major  Minor  Build  Revision
-----  -----  -----  --------
5      1      19041  5007

Additional software: Windows Terminal

Scoop Configuration

{
  "last_update": "2024-10-16T08:39:20.3039658+11:00",
  "aria2-warning-enabled": false,
  "scoop_branch": "master",
  "scoop_repo": "https://github.com/ScoopInstaller/Scoop",
  "aria2-enabled": false
}
@denovodavid denovodavid added the bug Something isn't working label Oct 15, 2024
@VivienDelmon
Copy link

The downloaded tarball seems very small

Directory: F:\scoop\apps\oraclejre8\8u431

Mode LastWriteTime Length Name


-a--- 16/10/2024 11:30 5304 7zip.log
-a--- 16/10/2024 08:48 11175 dl.tar.gz

@se35710
Copy link
Collaborator

se35710 commented Oct 16, 2024

Downloading directly from the URL in the manifest seems to work, but it fails with Scoop. Need to investigate further.

@se35710 se35710 added help wanted Extra attention is needed verified labels Oct 16, 2024
@shoucandanghehe
Copy link

image
Opening the url in the manifest in a browser will redirect to this image
This is the same one that scoop downloaded

@shoucandanghehe
Copy link

"url": "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251409_0d8f12bc927a4e2c9f8568ca567db4ee#/dl.tar.gz",

It seems to be a BundleId error, should be 251408

"url": "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251408_0d8f12bc927a4e2c9f8568ca567db4ee#/dl.tar.gz",

32bit as well, should be 251407

@se35710
Copy link
Collaborator

se35710 commented Oct 16, 2024

It seems the .tar.gz bundles are missing, 251408 and -7 are for .exe files, not for tar.gz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed verified
Projects
None yet
Development

No branches or pull requests

4 participants