While searching, google there was a closed PR discussion which might be related
https://github.com/apache/netbeans/pull/2192 So is there some ant configuration for "autoproxy" config needed here or is this impacted by any recent config proxy changes in master? Eric Bresie [email protected] On Sat, Oct 10, 2020 at 11:38 AM Eric Bresie <[email protected]> wrote: > Another observation, when attempting the link in a browser navigates to it > seems to return the json file fine but using it from command prompt (more > specifically using the "git bash" shell), it seems to have this failure > pretty often. > > Is there some "ant" configuration needed to accommodate this?. > > Eric Bresie > [email protected] > > > On Sat, Oct 10, 2020 at 11:33 AM Eric Bresie <[email protected]> wrote: > >> Continue to have off and on luck...but often bad luck on this. Is >> the connection just not very robust? >> >> Is there some way to use some form of "mirror" to some other location? >> Would that be a ant or some applicable configuration file in use? >> >> Could my network/firewall be interfering in some way? During build the >> proxies show as being set to null which I believe is valid here. >> >> Is it possible this could be in someway impacted by my environment? In >> other words, could a newer version of java or an outdated version of ant or >> something be coming in to play? >> >> - Apache Ant(TM) version 1.10.5 compiled on July 10 2018 >> - Java 15 (which I just installed) >> - Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) >> -- Which is configured with >> Java version: 11.0.6, vendor: Oracle Corporation, runtime: C:\Program >> Files\Java\jdk-11.0.6 >> Default locale: en_US, platform encoding: Cp1252 >> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" >> >> Trying to work to get python cluster to build so using the following to >> attempt the build >> >> ant -Dpermit.jdk9.builds=true -Dcluster.config=python >> >> Eric Bresie >> [email protected] >> >> >> On Sat, Oct 3, 2020 at 3:01 PM Matthias Bläsing < >> [email protected]> wrote: >> >>> Hi, >>> >>> that is the apache git hosting, that is sometimes a bit flaky. Just >>> rerun the build and the fetch should succeed. >>> >>> Greetings >>> >>> Matthias >>> >>> Am Samstag, den 03.10.2020, 13:01 -0500 schrieb Eric Bresie: >>> > I just pulled down recent updates, combined some contrib code >>> > elsewhere and >>> > tried to do a cluster build and received the following error: >>> > >>> > Anyone have any ideas about this? >>> > >>> > >>> > \nbbuild\build.xml:119: java.io.IOException: Cannot connect to >>> > >>> https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json >>> > at >>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureP >>> > roxy.java:114) >>> > at >>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.ja >>> > va:60) >>> > at >>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) >>> > at >>> > jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown >>> > Source) >>> > at >>> > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(De >>> > legatingMethodAccessorImpl.java:43) >>> > at java.base/java.lang.reflect.Method.invoke(Method.java:566) >>> > at >>> > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav >>> > a:99) >>> > at org.apache.tools.ant.Task.perform(Task.java:350) >>> > at org.apache.tools.ant.Target.execute(Target.java:449) >>> > at org.apache.tools.ant.Target.performTasks(Target.java:470) >>> > at >>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388) >>> > at >>> > org.apache.tools.ant.Project.executeTarget(Project.java:1361) >>> > at >>> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe >>> > cutor.java:41) >>> > at >>> > org.apache.tools.ant.Project.executeTargets(Project.java:1251) >>> > at org.apache.tools.ant.Main.runBuild(Main.java:834) >>> > at org.apache.tools.ant.Main.startAnt(Main.java:223) >>> > at >>> > org.apache.tools.ant.launch.Launcher.run(Launcher.java:284) >>> > at >>> > org.apache.tools.ant.launch.Launcher.main(Launcher.java:101) >>> > >>> > >>> > Eric Bresie >>> > [email protected] >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> For further information about the NetBeans mailing lists, visit: >>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >>> >>> >>> >>>
