Aha! Could be. Thanks.

I also tested a module with 12.5 and when I ran the module I got the
following exception. I don't recall seeing this before. Something set by
default in the new version?

INFO [org.netbeans.modules.autoupdate.updateprovider.DownloadListener]:
Reading URL
https://netbeans.apache.org/nb/updates/12.5/updates.xml.gz?unique=0cf7f5eb1-0e63-439c-b2d8-38447774c5d3_21ad6349-2074-45c1-9493-46050c665464
failed (java.io.FileNotFoundException:
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/lastSuccessfulBuild/artifact/dist/netbeans/nbms/updates.xml.gz?unique=0cf7f5eb1-0e63-439c-b2d8-38447774c5d3_21ad6349-2074-45c1-9493-46050c665464
)
INFO [org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler]
java.io.FileNotFoundException:
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/lastSuccessfulBuild/artifact/dist/netbeans/nbms/updates.xml.gz?unique=0cf7f5eb1-0e63-439c-b2d8-38447774c5d3_21ad6349-2074-45c1-9493-46050c665464
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1981)
at
java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1569)
at
java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1567)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
at
java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:934)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1566)
at
java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
at
java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task.checkRedirect(NetworkAccess.java:181)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task.access$800(NetworkAccess.java:60)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:148)
Caused: java.io.FileNotFoundException:
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/lastSuccessfulBuild/artifact/dist/netbeans/nbms/updates.xml.gz?unique=0cf7f5eb1-0e63-439c-b2d8-38447774c5d3_21ad6349-2074-45c1-9493-46050c665464
at
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
at
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at
java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at
java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2035)
at
java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2030)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:554)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2029)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1597)
at
java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1569)
at
java.base/sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1567)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
at
java.base/java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:934)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1566)
at
java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:156)
at
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$2.call(NetworkAccess.java:130)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:831)

Thank you.

On Mon, 13 Sept 2021 at 09:51, Akhilesh Singh <[email protected]>
wrote:

> Hi Loannis,
>
> The exception stack trace indicating that "indexing is in progress and any
> cancel event/action occurred". Did you performed any action during the
> indexing?
>
> -----Original Message-----
> From: John Kostaras <[email protected]>
> Sent: 12 September 2021 14:36
> To: [email protected]
> Subject: [External] : Re: [VOTE] Release Apache NetBeans 12.5
>
> +1(binding)
>
> Built it successfully on MacOSX 10.13.6 with JDK 8u271.
>
> When I started, and after having installed nbjavac, I got the following
> exception:
>
> org.netbeans.lib.nbjavac.services.CancelAbort
> at
>
> org.netbeans.lib.nbjavac.services.CancelService.abortIfCanceled(CancelService.java:53)
> at
>
> org.netbeans.lib.nbjavac.services.NBParserFactory$NBJavacParser.classDeclaration(NBParserFactory.java:97)
> at
>
> com.sun.tools.javac.parser.JavacParser.classOrRecordOrInterfaceOrEnumDeclaration(JavacParser.java:3932)
> at
>
> com.sun.tools.javac.parser.JavacParser.typeDeclaration(JavacParser.java:3921)
> at
>
> com.sun.tools.javac.parser.JavacParser.parseCompilationUnit(JavacParser.java:3682)
> at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:655)
> at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:692)
> at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:1109)
> at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:1096)
> at
> com.sun.tools.javac.api.JavacTaskImpl.parseInternal(JavacTaskImpl.java:308)
> at
>
> com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:163)
> at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:298)
> Caused: java.lang.IllegalStateException
> at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:302)
> at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:278)
> [catch] at
>
> org.netbeans.modules.java.source.nbjavac.indexing.SuperOnePassCompileWorker.compile(SuperOnePassCompileWorker.java:143)
> at
>
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
> at
>
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
> at
>
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
> at
>
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5716)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5624)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5751)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5421)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5040)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3422)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6185)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5836)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6101)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> at
>
> org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6097)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6093)
> at
>
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> at
>
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> at
>
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> at
>
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> at
>
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6093)
> at
>
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at
>
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
>
> However, the above didn't stop it from running. Tested it with a number of
> types of projects and didn't notice any issues.
>
> Thanks for the great work.
>
> Kind regards,
>
> Ioannis.
>
> On Sat, 11 Sept 2021 at 20:35, Neil C Smith <[email protected]> wrote:
>
> > On Sat, 11 Sept 2021 at 17:08, Laszlo Kishalmi
> > <[email protected]> wrote:
> > > The only thing bothers me, that there are 5 new jars under
> > > java/maven/test/unit/data/mavenmock
> > >
> > > They are only test data, but they are real jars indeed. It seems
> > > that one even slipped through the 12.4 phase (I have not checked the
> > > jars that time.) Introduced in
> > > 95d4fd144eabe7dfc07fe7c5e7c8d81e1e26d013
> >
> > They certainly didn't slip through in 12.4, and they're allowable if
> > they don't contain executable code.  Same as a few .zip files we have.
> > They were checked for that - it's even the reason for my comments on
> > this legal thread at the time
> >
> > https://urldefense.com/v3/__https://lists.apache.org/thread.html/rcddc
> > 30dd1f0c7f20709e09de7202d4d6885d6235a7fce1c1ab46e4ed*40*3Clegal-discus
> > s.apache.org*3E__;JSUl!!ACWV5N9M2RV99hQ!aAyC9j5YIQTxzNrMJhgFuhw9DK3XaJ
> > Wz8Eu4ZA5OC_jH4dAhBime6sVBrBpyzTCKjcMz$
> >
> > Mentioning here as you (or anyone else) might want to review and
> > verify they're allowable in voting.
> >
> > > It might be not a show stopper, but we have to take a remedy action
> > > that these jars would be generated from real source during build
> > > time in the next release.
> >
> > Real source might be a moot point, but whether the .jar and .zip files
> > we have should be generated is probably worth some thought, as
> > archives in general make reviewing more difficult (mentioned by others
> > in same legal thread above).  That bit is a discussion we should move
> > off the vote thread though.
> >
> > Best wishes,
> >
> > Neil
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://urldefense.com/v3/__https://cwiki.apache.org/confluence/displa
> > y/NETBEANS/Mailing*lists__;Kw!!ACWV5N9M2RV99hQ!aAyC9j5YIQTxzNrMJhgFuhw
> > 9DK3XaJWz8Eu4ZA5OC_jH4dAhBime6sVBrBpyzWzbfXUS$
> >
> >
> >
> >
>

Reply via email to