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

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

[~sdedic] 

Proxy is set in 2 locations

 
 # The system proxy

!image-2021-04-01-14-34-59-485.png!
 # IN addition i have also set `HTTP_PROXY`, HTTPS_PROXY and NO_PROXY in my 
.bashrc file. 

 

See output from the extension 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
>         Attachments: image-2021-04-01-14-34-59-485.png
>
>
> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to