You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Joe Foe (Jira)" <ji...@apache.org> on 2021/04/01 12:34:00 UTC

[jira] [Commented] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

    [ https://issues.apache.org/jira/browse/NETBEANS-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313148#comment-17313148 ] 

Joe Foe commented on NETBEANS-5514:
-----------------------------------

[~sdedic] Proxy is set in 2 locations

 
 * system proxy in KDE , see image below 

 

!image-2021-04-01-14-32-22-283.png!
 * and i have also additionally set HTTP_PROXY, HTTPS_PROXY and NO_PROXY in the .bashrc file for my login

 

I have also attached the output from the language server below

 
{code:java}
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: KDE
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy resolver: The kioslaverc file not found ([/home/userxx/.config/kioslaverc, /home/userxx/.kde/share/config/kioslaverc])
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy resolver: The kioslaverc key not found (ProxyType)
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading failed! Trying fallback resolver.
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback system proxy resolver: http_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback system proxy resolver: https_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback system proxy resolver: socks_proxy=null
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback system proxy resolver: no_proxy=127.0.0.1,localhost,muc,myorggroup.net,world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded. Fallback provider was successful.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - mode: manual
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - http port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - https host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - https port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - socks host: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - socks port: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - no proxy hosts: 127.0.0.1|localhost|muc|myorggroup.net|world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy TEST - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy TEST - http port: 8080
Language Client: Ready {code}
 

 

 

> Netbeans VSCode Gradle Failed downloading gradle
> ------------------------------------------------
>
>                 Key: NETBEANS-5514
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5514
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Gradle, vscode
>    Affects Versions: 12.3
>            Reporter: Joe Foe
>            Assignee: Svatopluk Dedic
>            Priority: Minor
>              Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode extension (version 12.3) gives the error messge below when executing `compile workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a task that was never started at org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve this?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists