Re: status of read-only jira
On 27.05.22 20:48, Neil C Smith wrote: On Fri, 27 May 2022 at 19:36, Neil C Smith wrote: On Fri, 27 May 2022 at 14:26, Michael Bien wrote: NetBeans is currently getting restaurant suggestions on jira. was there any progress on making it read only? Have emailed infra@ about the spam and to check the permissions, It was not meant to be completely read-only, but ticket creation restricted to committers and users only able to comment on existing tickets. See https://issues.apache.org/jira/browse/INFRA-22839 This was theoretically done some time ago. However, under Users and roles (https://issues.apache.org/jira/plugins/servlet/project-config/NETBEANS/roles), jira-users was (left?) set to Committers. I've changed that to Users, although not sure whether that's entirely correct or whether to remove the link to the role entirely? PS. I've also just closed all tickets created since https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470 by non-committers with a link to that issue. Committer created issues left open for those people who have a particular attachment to tracking tasks in JIRA! :-) awesome! Sounds like a good compromise. saw that infra had to clean jira a few times the last weeks due to spam. thanks && best regards, michael - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
Re: status on read-only jira
On Fri, 27 May 2022 at 19:36, Neil C Smith wrote: > > On Fri, 27 May 2022 at 14:26, Michael Bien wrote: > > NetBeans is currently getting restaurant suggestions on jira. > > > > was there any progress on making it read only? > > Have emailed infra@ about the spam and to check the permissions, > > It was not meant to be completely read-only, but ticket creation > restricted to committers and users only able to comment on existing > tickets. See https://issues.apache.org/jira/browse/INFRA-22839 This > was theoretically done some time ago. > > However, under Users and roles > (https://issues.apache.org/jira/plugins/servlet/project-config/NETBEANS/roles), > jira-users was (left?) set to Committers. I've changed that to Users, > although not sure whether that's entirely correct or whether to remove > the link to the role entirely? PS. I've also just closed all tickets created since https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470 by non-committers with a link to that issue. Committer created issues left open for those people who have a particular attachment to tracking tasks in JIRA! :-) - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
Re: status on read-only jira
On Fri, 27 May 2022 at 14:26, Michael Bien wrote: > NetBeans is currently getting restaurant suggestions on jira. > > was there any progress on making it read only? Have emailed infra@ about the spam and to check the permissions, It was not meant to be completely read-only, but ticket creation restricted to committers and users only able to comment on existing tickets. See https://issues.apache.org/jira/browse/INFRA-22839 This was theoretically done some time ago. However, under Users and roles (https://issues.apache.org/jira/plugins/servlet/project-config/NETBEANS/roles), jira-users was (left?) set to Committers. I've changed that to Users, although not sure whether that's entirely correct or whether to remove the link to the role entirely? Best wishes, Neil - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
Re: OpenJDK 17 with NB 13 and global quality?
I tried for example to find if there is already a "truffle" issue here: https://github.com/apache/netbeans/issues I found nothing yet. 1) Is it the right place to look for issues before reporting (it changed several times since I followed the project many years ago)? 2) I am not a JVM expert. Truffle seems related to GraalVm according to my google searches. But still, I have no clue if I am the only one to have this issue. Then it is probably my fault, but I ignore how to fix it... On Fri, May 27, 2022 at 3:02 PM Jean-Marc Borer wrote: > Hello Geertjan, > > Sure I would ideally. As I have to use NB profesionnaly, I need to use a > stable version on a daily basis and I can hardly access the dev versions > from within my company :-( > Therefore it is very difficult for me to participate easily at those > qualification exercises. Please believe that I regret this. > Lastly, I would be very happy to participate to some extend, but I really > don't know the technical areas where those bugs are happening. If someone > could provide me with some hints/guidelines/help I could try, of course, to > do my best to identify their origin. > > Cheers, > > JM > > > On Fri, May 27, 2022 at 2:12 PM Geertjan Wielenga > wrote: > >> There’s been issues identified and it’s being looked at. What will you do >> to prevent this continuing to happen to you? Maybe join in with early >> testing prior to release to flag these issues you encounter and block the >> next release until these kinds of issues are fixed? >> >> Global quality is in your own hands. >> >> Gj >> >> On Fri, 27 May 2022 at 15:50, Jean-Marc Borer wrote: >> >> > Hi there, >> > >> > I start thinking that NB 13 has a lot of troubles with OpenJDK 17. I >> never >> > had such issues in the past, but since the move to NB 13 I am not that >> > happy anymore. >> > >> > 1) at start I have a lot of org.graalvm.polyglot.PolyglotException: >> > java.lang.NoClassDefFoundError: >> > com/oracle/truffle/api/exception/AbstractTruffleException while loading >> > com.oracle.truffle.regex.RegexSyntaxException; see >> > http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound messages >> > 2) as reported before indexing performance have completely dropped (even >> > blocking) >> > 3) Console parsing errors Error in RequestProcessor >> > org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output >> > 4) when I launch NB plaform apps through Maven, the IDE constantly >> reports >> > that there are running processes at IDE shutdown, which is obviously >> > completely wrong (I triple checked). >> > >> > Is it related to OpenJDK17 and that there is no longer nb-javac? I still >> > wonder, but my experience is currently bad and I am going to return to >> NB >> > 12.4 with JDK 8... >> > >> > Has anyone else experienced such issues? >> > >> > Best regards, >> > >> > JMB >> > >> >
Re: OpenJDK 17 with NB 13 and global quality?
Hello Geertjan, Sure I would ideally. As I have to use NB profesionnaly, I need to use a stable version on a daily basis and I can hardly access the dev versions from within my company :-( Therefore it is very difficult for me to participate easily at those qualification exercises. Please believe that I regret this. Lastly, I would be very happy to participate to some extend, but I really don't know the technical areas where those bugs are happening. If someone could provide me with some hints/guidelines/help I could try, of course, to do my best to identify their origin. Cheers, JM On Fri, May 27, 2022 at 2:12 PM Geertjan Wielenga wrote: > There’s been issues identified and it’s being looked at. What will you do > to prevent this continuing to happen to you? Maybe join in with early > testing prior to release to flag these issues you encounter and block the > next release until these kinds of issues are fixed? > > Global quality is in your own hands. > > Gj > > On Fri, 27 May 2022 at 15:50, Jean-Marc Borer wrote: > > > Hi there, > > > > I start thinking that NB 13 has a lot of troubles with OpenJDK 17. I > never > > had such issues in the past, but since the move to NB 13 I am not that > > happy anymore. > > > > 1) at start I have a lot of org.graalvm.polyglot.PolyglotException: > > java.lang.NoClassDefFoundError: > > com/oracle/truffle/api/exception/AbstractTruffleException while loading > > com.oracle.truffle.regex.RegexSyntaxException; see > > http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound messages > > 2) as reported before indexing performance have completely dropped (even > > blocking) > > 3) Console parsing errors Error in RequestProcessor > > org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output > > 4) when I launch NB plaform apps through Maven, the IDE constantly > reports > > that there are running processes at IDE shutdown, which is obviously > > completely wrong (I triple checked). > > > > Is it related to OpenJDK17 and that there is no longer nb-javac? I still > > wonder, but my experience is currently bad and I am going to return to NB > > 12.4 with JDK 8... > > > > Has anyone else experienced such issues? > > > > Best regards, > > > > JMB > > >
Re: OpenJDK 17 with NB 13 and global quality?
There’s been issues identified and it’s being looked at. What will you do to prevent this continuing to happen to you? Maybe join in with early testing prior to release to flag these issues you encounter and block the next release until these kinds of issues are fixed? Global quality is in your own hands. Gj On Fri, 27 May 2022 at 15:50, Jean-Marc Borer wrote: > Hi there, > > I start thinking that NB 13 has a lot of troubles with OpenJDK 17. I never > had such issues in the past, but since the move to NB 13 I am not that > happy anymore. > > 1) at start I have a lot of org.graalvm.polyglot.PolyglotException: > java.lang.NoClassDefFoundError: > com/oracle/truffle/api/exception/AbstractTruffleException while loading > com.oracle.truffle.regex.RegexSyntaxException; see > http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound messages > 2) as reported before indexing performance have completely dropped (even > blocking) > 3) Console parsing errors Error in RequestProcessor > org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output > 4) when I launch NB plaform apps through Maven, the IDE constantly reports > that there are running processes at IDE shutdown, which is obviously > completely wrong (I triple checked). > > Is it related to OpenJDK17 and that there is no longer nb-javac? I still > wonder, but my experience is currently bad and I am going to return to NB > 12.4 with JDK 8... > > Has anyone else experienced such issues? > > Best regards, > > JMB >
OpenJDK 17 with NB 13 and global quality?
Hi there, I start thinking that NB 13 has a lot of troubles with OpenJDK 17. I never had such issues in the past, but since the move to NB 13 I am not that happy anymore. 1) at start I have a lot of org.graalvm.polyglot.PolyglotException: java.lang.NoClassDefFoundError: com/oracle/truffle/api/exception/AbstractTruffleException while loading com.oracle.truffle.regex.RegexSyntaxException; see http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound messages 2) as reported before indexing performance have completely dropped (even blocking) 3) Console parsing errors Error in RequestProcessor org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output 4) when I launch NB plaform apps through Maven, the IDE constantly reports that there are running processes at IDE shutdown, which is obviously completely wrong (I triple checked). Is it related to OpenJDK17 and that there is no longer nb-javac? I still wonder, but my experience is currently bad and I am going to return to NB 12.4 with JDK 8... Has anyone else experienced such issues? Best regards, JMB
Error in RequestProcessor org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output
Hello all, I am struggling with constant maven ouput line crashes see below. Does anyone else have such issues? *Product Version:* Apache NetBeans IDE 13 *Java:* 17.0.2; OpenJDK 64-Bit Server VM 17.0.2+8-LTS *Runtime:* OpenJDK Runtime Environment 17.0.2+8-LTS *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) *User directory:* C:\projects\.netbeans\13 *Cache directory:* C:\projects\.netbeans\cache\13 SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output java.lang.AssertionError at org.netbeans.modules.maven.embedder.impl.OfflineConnector.newInstance(OfflineConnector.java:43) at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector(DefaultRepositoryConnectorProvider.java:107) at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run(DefaultMetadataResolver.java:584) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:75) at org.eclipse.aether.internal.impl.DefaultMetadataResolver$1.execute(DefaultMetadataResolver.java:510) at org.eclipse.aether.internal.impl.DefaultMetadataResolver.resolve(DefaultMetadataResolver.java:353) at org.eclipse.aether.internal.impl.DefaultMetadataResolver.resolveMetadata(DefaultMetadataResolver.java:181) at org.apache.maven.repository.internal.DefaultVersionResolver.resolveVersion(DefaultVersionResolver.java:213) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:282) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:229) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:207) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:262) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:215) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421) at org.apache.maven.repository.legacy.LegacyRepositorySystem.resolve(LegacyRepositorySystem.java:367) at org.netbeans.modules.maven.embedder.MavenEmbedder.resolve(MavenEmbedder.java:378) at org.netbeans.modules.maven.embedder.NBRepositoryModelResolver.resolveModel(NBRepositoryModelResolver.java:74) at org.netbeans.modules.maven.embedder.NBRepositoryModelResolver.resolveModel(NBRepositoryModelResolver.java:88) at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally(DefaultModelBuilder.java:1077) at org.apache.maven.model.building.DefaultModelBuilder.readParent(DefaultModelBuilder.java:853) at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:344) at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:252) at org.netbeans.modules.maven.embedder.impl.NBModelBuilder.build(NBModelBuilder.java:53) at org.netbeans.modules.maven.embedder.MavenEmbedder.executeModelBuilder(MavenEmbedder.java:447) at org.netbeans.modules.maven.NbMavenProjectImpl.getRawModel(NbMavenProjectImpl.java:199) at org.netbeans.modules.maven.api.NbMavenProject.getRawModel(NbMavenProject.java:372) at org.netbeans.modules.maven.MavenProjectPropsImpl.lambda$get$0(MavenProjectPropsImpl.java:93) at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188) at org.openide.util.Mutex.readAccess(Mutex.java:199) at org.netbeans.modules.maven.MavenProjectPropsImpl.get(MavenProjectPropsImpl.java:78) at org.netbeans.modules.maven.MavenProjectPropsImpl.get(MavenProjectPropsImpl.java:74) at org.netbeans.modules.maven.MavenProjectPropsImpl$PackagingProviderImpl.packaging(MavenProjectPropsImpl.java:306) at org.netbeans.modules.maven.api.NbMavenProject.getPackagingType(NbMavenProject.java:359) at org.netbeans.modules.maven.NbMavenProjectImpl$PackagingTypeDependentLookup.check(NbMavenProjectImpl.java:921) at org.netbeans.modules.maven.NbMavenProjectImpl$PackagingTypeDependentLookup.(NbMavenProjectImpl.java:880) at org.netbeans.modules.maven.NbMavenProjectImpl.(NbMavenProjectImpl.java:257) at org.netbeans.modules.maven.NbMavenProjectFactory.loadProject(NbMavenProjectFactory.java:95) at org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:376) at org.netbeans.modules.projectapi.nb.NbProjectManager.access$300(NbProjectManager.java:69) at org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:289) at org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:218) at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188) at org.openide.util.Mutex.readAccess(Mutex.java:231) at org.netbeans.modules.projectapi.nb.NbProjectManager.findProject(NbProjectManager.java:218) at org.netbeans.api.project.ProjectManager.findProject(ProjectManager
status on read-only jira
NetBeans is currently getting restaurant suggestions on jira. was there any progress on making it read only? best regards, michael - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists