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

Failing to build, Java Error 404 HTTP #4063

Closed
reeceeric82 opened this issue Sep 20, 2022 · 5 comments · Fixed by #4066
Closed

Failing to build, Java Error 404 HTTP #4063

reeceeric82 opened this issue Sep 20, 2022 · 5 comments · Fixed by #4066

Comments

@reeceeric82
Copy link

Downloading jdt.ls from http://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.6.0-202110200520.tar.gz...
Traceback (most recent call last):
File "/home/wolv3/.vim/bundle/youcompleteme/third_party/ycmd/build.py", line 1333, in
Main()
File "/home/wolv3/.vim/bundle/youcompleteme/third_party/ycmd/build.py", line 1314, in Main
EnableJavaCompleter( args )
File "/home/wolv3/.vim/bundle/youcompleteme/third_party/ycmd/build.py", line 1105, in EnableJavaCompleter
DownloadFileTo( url, file_name )
File "/home/wolv3/.vim/bundle/youcompleteme/third_party/ycmd/build.py", line 207, in DownloadFileTo
with urllib.request.urlopen( download_url ) as response:
File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 557, in error
result = self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 749, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

@Dinoda
Copy link

Dinoda commented Sep 22, 2022

Same problem:
Log : https://justpaste.it/7frix

@reeceeric82
Copy link
Author

Seems to stem from broken/outdated link to jdr.ls

@puremourning
Copy link
Member

I'll try and look at this later. Seems that jdt.ls snapshot disappeared from under us. I have a or open to update jdt but I have Covid at the Moment so little energy to deal with this kind of annoying nonesense I can't control.

@puremourning
Copy link
Member

Meanwhile you should be able to resolve this by pulling the latest ycmd in.

  • cd /path/to/YouCompleteMe
  • cd third_party/ycmd
  • git pull origin master

@reeceeric82
Copy link
Author

@puremourning thanks for the help, I will do, hope you get well soon.

@mergify mergify bot closed this as completed in #4066 Sep 22, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants