[jira] [Updated] (NETBEANS-5685) Netbeans crashed when closing SQL Editor Tab

2021-05-21 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5685:

Attachment: IDE log.txt

> Netbeans crashed when closing SQL Editor Tab
> 
>
> Key: NETBEANS-5685
> URL: https://issues.apache.org/jira/browse/NETBEANS-5685
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 12.0
>Reporter: Quim Moncanut
>Priority: Major
>  Labels: editor, sql
> Fix For: 12.3
>
> Attachments: IDE log.txt
>
>
> I'm using Netbeans 12.0 on Debian GNU/Linux 9.
>  
> I've been worked for hours with SQLEditor. After finished work, I closed the 
> mysql connection on Services, and after that I tried to close the SQL Editor 
> tab. Then netbeans become stuck.
>  



--
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



[jira] [Comment Edited] (NETBEANS-5692) Error NullPointerException al agregar un proyecto nuevo

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5692 at 5/21/21, 3:07 PM:
---

Hi, you should use english, to be understood by everyone :)


was (Author: marcorobiati):
Hi, you should use english, to be understoor by everyone :)

> Error NullPointerException al agregar un proyecto nuevo
> ---
>
> Key: NETBEANS-5692
> URL: https://issues.apache.org/jira/browse/NETBEANS-5692
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2
> Environment: OS: WIndows 7 Ultimate
> Procesador/RAM: Core i5-3230M 2.60GHz / 8.00 GB
> NetBeans 12.2, / JDK 1.8 (instalada también el JDK 11)
>  
>Reporter: Luis Alfonso Muro
>Assignee: Luis Alfonso Muro
>Priority: Major
>  Labels: NB12.2
> Attachments: IDE_Log.txt, UI_Log.txt
>
>
> Cuando creo un proyecto nuevo, me lanza una notificación de error 
> java.lang.NullPointerException; aparece cuando el proyecto nuevo se está 
> generando.



--
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



[jira] [Commented] (NETBEANS-5695) Fails to create a new project with the exception: "java.lang.IllegalAccessError"

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5695:
-

I move IDE log from description to a file for readability.
You're using Java 16 which is not supported by NB 12.3 and below.
Anyway this issue seems related to 
https://issues.apache.org/jira/browse/NETBEANS-5427
There's a workaround there too
If the same it should be fixed in 12.4


> Fails to create a new project with the exception: 
> "java.lang.IllegalAccessError"
> 
>
> Key: NETBEANS-5695
> URL: https://issues.apache.org/jira/browse/NETBEANS-5695
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Project, platform - JDK Problems
>Affects Versions: 12.2
>Reporter: Abhimanyu Yadav
>Priority: Critical
> Attachments: IDE log.txt, messages.log, messages.log.1, messages.log.2
>
>
> Original Error Message: 
> java.lang.IllegalAccessError: superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module @0x35e4cab2) 
> cannot access class com.sun.tools.javac.util.Abort (in module jdk.compiler) 
> because module jdk.compiler does not export com.sun.tools.javac.util to 
> unnamed module @0x35e4cab2java.lang.IllegalAccessError: superclass access 
> check failed: class org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed 
> module @0x35e4cab2) cannot access class com.sun.tools.javac.util.Abort (in 
> module jdk.compiler) because module jdk.compiler does not export 
> com.sun.tools.javac.util to unnamed module @0x35e4cab2 at 
> java.base/java.lang.ClassLoader.defineClass1(Native Method) at 
> java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010) at 
> org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:287) at 
> org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:246) at 
> org.netbeans.ProxyClassLoader.doFindClass(ProxyClassLoader.java:174) at 
> org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:125) at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at 
> org.netbeans.modules.java.source.parsing.JavacParserFactory.createPrivateParser(JavacParserFactory.java:79)
>  at 
> org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createCompilationController(JavaSource.java:739)
>  at 
> org.netbeans.modules.java.source.JavaSourceUtilImpl.getModuleInfoHandle(JavaSourceUtilImpl.java:271)
>  at 
> org.netbeans.modules.java.preprocessorbridge.spi.JavaSourceUtilImpl$MyAccessor.getModuleInfoHandle(JavaSourceUtilImpl.java:119)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.init(ModuleUtilities.java:122)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.resolveModule(ModuleUtilities.java:104)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:882)
>  at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363) at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
>  at 
> org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:1343)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.propertyChange(MuxClassPathImplementation.java:127)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.modules.java.api.common.classpath.ClassPathProviderImpl$SourceLevelSelector.propertyChange(ClassPathProviderImpl.java:1575)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator.stateChanged(SequentialPropertyEvaluator.java:185)
>  at 
> 

[jira] [Commented] (NETBEANS-5692) Error NullPointerException al agregar un proyecto nuevo

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5692:
-

Hi, you should use english, to be understoor by everyone :)

> Error NullPointerException al agregar un proyecto nuevo
> ---
>
> Key: NETBEANS-5692
> URL: https://issues.apache.org/jira/browse/NETBEANS-5692
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.2
> Environment: OS: WIndows 7 Ultimate
> Procesador/RAM: Core i5-3230M 2.60GHz / 8.00 GB
> NetBeans 12.2, / JDK 1.8 (instalada también el JDK 11)
>  
>Reporter: Luis Alfonso Muro
>Assignee: Luis Alfonso Muro
>Priority: Major
>  Labels: NB12.2
> Attachments: IDE_Log.txt, UI_Log.txt
>
>
> Cuando creo un proyecto nuevo, me lanza una notificación de error 
> java.lang.NullPointerException; aparece cuando el proyecto nuevo se está 
> generando.



--
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



[jira] [Updated] (NETBEANS-5695) Fails to create a new project with the exception: "java.lang.IllegalAccessError"

2021-05-21 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5695:

Attachment: IDE log.txt

> Fails to create a new project with the exception: 
> "java.lang.IllegalAccessError"
> 
>
> Key: NETBEANS-5695
> URL: https://issues.apache.org/jira/browse/NETBEANS-5695
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Project, platform - JDK Problems
>Affects Versions: 12.2
>Reporter: Abhimanyu Yadav
>Priority: Critical
> Attachments: IDE log.txt, messages.log, messages.log.1, messages.log.2
>
>
> Original Error Message: 
> java.lang.IllegalAccessError: superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module @0x35e4cab2) 
> cannot access class com.sun.tools.javac.util.Abort (in module jdk.compiler) 
> because module jdk.compiler does not export com.sun.tools.javac.util to 
> unnamed module @0x35e4cab2java.lang.IllegalAccessError: superclass access 
> check failed: class org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed 
> module @0x35e4cab2) cannot access class com.sun.tools.javac.util.Abort (in 
> module jdk.compiler) because module jdk.compiler does not export 
> com.sun.tools.javac.util to unnamed module @0x35e4cab2 at 
> java.base/java.lang.ClassLoader.defineClass1(Native Method) at 
> java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010) at 
> org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:287) at 
> org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:246) at 
> org.netbeans.ProxyClassLoader.doFindClass(ProxyClassLoader.java:174) at 
> org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:125) at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at 
> org.netbeans.modules.java.source.parsing.JavacParserFactory.createPrivateParser(JavacParserFactory.java:79)
>  at 
> org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createCompilationController(JavaSource.java:739)
>  at 
> org.netbeans.modules.java.source.JavaSourceUtilImpl.getModuleInfoHandle(JavaSourceUtilImpl.java:271)
>  at 
> org.netbeans.modules.java.preprocessorbridge.spi.JavaSourceUtilImpl$MyAccessor.getModuleInfoHandle(JavaSourceUtilImpl.java:119)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.init(ModuleUtilities.java:122)
>  at 
> org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.resolveModule(ModuleUtilities.java:104)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:882)
>  at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363) at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
>  at 
> org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:1343)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.propertyChange(MuxClassPathImplementation.java:127)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
>  at 
> org.netbeans.modules.java.api.common.classpath.ClassPathProviderImpl$SourceLevelSelector.propertyChange(ClassPathProviderImpl.java:1575)
>  at 
> org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
>  at 
> org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator.stateChanged(SequentialPropertyEvaluator.java:185)
>  at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>  at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:108) at 
> org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:94) at 
> 

[jira] [Updated] (NETBEANS-5695) Fails to create a new project with the exception: "java.lang.IllegalAccessError"

2021-05-21 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5695:

Description: 
Original Error Message: 

java.lang.IllegalAccessError: superclass access check failed: class 
org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module @0x35e4cab2) 
cannot access class com.sun.tools.javac.util.Abort (in module jdk.compiler) 
because module jdk.compiler does not export com.sun.tools.javac.util to unnamed 
module @0x35e4cab2java.lang.IllegalAccessError: superclass access check failed: 
class org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module 
@0x35e4cab2) cannot access class com.sun.tools.javac.util.Abort (in module 
jdk.compiler) because module jdk.compiler does not export 
com.sun.tools.javac.util to unnamed module @0x35e4cab2 at 
java.base/java.lang.ClassLoader.defineClass1(Native Method) at 
java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1010) at 
org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:287) at 
org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:246) at 
org.netbeans.ProxyClassLoader.doFindClass(ProxyClassLoader.java:174) at 
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:125) at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519) at 
org.netbeans.modules.java.source.parsing.JavacParserFactory.createPrivateParser(JavacParserFactory.java:79)
 at 
org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createCompilationController(JavaSource.java:739)
 at 
org.netbeans.modules.java.source.JavaSourceUtilImpl.getModuleInfoHandle(JavaSourceUtilImpl.java:271)
 at 
org.netbeans.modules.java.preprocessorbridge.spi.JavaSourceUtilImpl$MyAccessor.getModuleInfoHandle(JavaSourceUtilImpl.java:119)
 at 
org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.init(ModuleUtilities.java:122)
 at 
org.netbeans.modules.java.preprocessorbridge.api.ModuleUtilities.resolveModule(ModuleUtilities.java:104)
 at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:882)
 at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363) at 
org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
 at 
org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:1343)
 at 
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
 at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
 at 
org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.propertyChange(MuxClassPathImplementation.java:127)
 at 
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
 at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:267)
 at 
org.netbeans.modules.java.api.common.classpath.ClassPathProviderImpl$SourceLevelSelector.propertyChange(ClassPathProviderImpl.java:1575)
 at 
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:190)
 at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:342)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:334)
 at 
org.netbeans.spi.project.support.ant.SequentialPropertyEvaluator.stateChanged(SequentialPropertyEvaluator.java:185)
 at 
org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
 at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:108) at 
org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:94) at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP$2.run(ProjectProperties.java:365)
 at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP$2.run(ProjectProperties.java:363)
 at 
org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
 at org.openide.util.Mutex.readAccess(Mutex.java:193) at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP.fireChange(ProjectProperties.java:371)
 at 
org.netbeans.spi.project.support.ant.ProjectProperties$PP.put(ProjectProperties.java:225)
 at 
org.netbeans.spi.project.support.ant.ProjectProperties.putProperties(ProjectProperties.java:107)
 at 
org.netbeans.spi.project.support.ant.AntProjectHelper$6.run(AntProjectHelper.java:740)
 at 

[jira] [Comment Edited] (NETBEANS-5701) Netbeans dos not import projected

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5701 at 5/21/21, 2:54 PM:
---

I moved the log form the description to a file, for readability and page 
loading.
You should improve the description of your issue, the more info you provide, 
the more chance it has to be resolved, like steps on how to reproduce, O.S. and 
Java versions, detailed descrption of the issue


was (Author: marcorobiati):
I moved the log form the description to a file, for readability and page loading

> Netbeans dos not import projected
> -
>
> Key: NETBEANS-5701
> URL: https://issues.apache.org/jira/browse/NETBEANS-5701
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 12.3
>Reporter: Derrick Logan
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Updated] (NETBEANS-5701) Netbeans dos not import projected

2021-05-21 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5701:

Attachment: log.txt

> Netbeans dos not import projected
> -
>
> Key: NETBEANS-5701
> URL: https://issues.apache.org/jira/browse/NETBEANS-5701
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 12.3
>Reporter: Derrick Logan
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Commented] (NETBEANS-5701) Netbeans dos not import projected

2021-05-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5701:
-

I moved the log form the description to a file, for readability and page loading

> Netbeans dos not import projected
> -
>
> Key: NETBEANS-5701
> URL: https://issues.apache.org/jira/browse/NETBEANS-5701
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 12.3
>Reporter: Derrick Logan
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Updated] (NETBEANS-5668) There are in the Gradle Project Problem Resolver Dialog

2021-05-11 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5668:

Priority: Trivial  (was: Minor)

> There are  in the Gradle Project Problem Resolver Dialog
> -
>
> Key: NETBEANS-5668
> URL: https://issues.apache.org/jira/browse/NETBEANS-5668
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Trivial
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
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



[jira] [Updated] (NETBEANS-5668) There are in the Gradle Project Problem Resolver Dialog

2021-05-11 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5668:

Priority: Minor  (was: Trivial)

> There are  in the Gradle Project Problem Resolver Dialog
> -
>
> Key: NETBEANS-5668
> URL: https://issues.apache.org/jira/browse/NETBEANS-5668
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
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



[jira] [Commented] (NETBEANS-5669) A java.lang.IllegalAccessError exception has occurred.

2021-05-11 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5669:
-

Version 12.3 and below doesn't support Java 16
This could probably be related with 
https://issues.apache.org/jira/browse/NETBEANS-5427, in which case there's a 
workaround and it's fixed in version 12.4
To solve try the workaround in the link or use another Java version


> A java.lang.IllegalAccessError exception has occurred.
> --
>
> Key: NETBEANS-5669
> URL: https://issues.apache.org/jira/browse/NETBEANS-5669
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Pascal Böhm
>Assignee: Pascal Böhm
>Priority: Blocker
> Attachments: messages.log
>
>
> A java.lang.IllegalAccessError exception has occurred.
> Netbeans IDE 12
> JDK 16/ Java 16.0.1
> Look in the comment section for more information.
> There's also a log file.
> Please help.
> Thank you very much!
>  
>  



--
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



[jira] [Updated] (NETBEANS-5665) Was trying to run my created program and NetBeans isn't responding

2021-05-07 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5665:

Attachment: log.txt

> Was trying to run my created program and NetBeans isn't responding 
> ---
>
> Key: NETBEANS-5665
> URL: https://issues.apache.org/jira/browse/NETBEANS-5665
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Timia
>Priority: Major
> Fix For: 12.2
>
> Attachments: log.txt
>
>




--
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



[jira] [Updated] (NETBEANS-5666) Just editing some java code. java.util.ConcurrentModificationException

2021-05-07 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5666:

Attachment: IDE log.txt
UI log.txt

> Just editing some java code. java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-5666
> URL: https://issues.apache.org/jira/browse/NETBEANS-5666
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Andrés González
>Priority: Minor
> Attachments: IDE log.txt, UI log.txt
>
>
> just editing java code. Noticed an error notification on the lower bar. I 
> provide the logs below



--
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



[jira] [Comment Edited] (NETBEANS-5621) illegal state error

2021-05-05 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5621 at 5/5/21, 10:20 AM:
---

Hi, you should provide any kind of description of what happened :)
Check if this helps https://issues.apache.org/jira/browse/NETBEANS-5427


was (Author: marcorobiati):
Hi, you should provide any kind of description of what happened :)

> illegal state error
> ---
>
> Key: NETBEANS-5621
> URL: https://issues.apache.org/jira/browse/NETBEANS-5621
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, serverplugins - Tomcat
>Affects Versions: 12.3
>Reporter: SHARON XAVIER
>Priority: Major
>
> [^neterror]



--
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



[jira] [Commented] (NETBEANS-5622) compile error while using tomcat

2021-05-05 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5622:
-

Check if https://issues.apache.org/jira/browse/NETBEANS-5427 is the same ad 
your issue.
Reopen when you're able to provide more info

> compile error while using tomcat
> 
>
> Key: NETBEANS-5622
> URL: https://issues.apache.org/jira/browse/NETBEANS-5622
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classpath, java - Compiler, serverplugins - Tomcat
>Affects Versions: 12.3
>Reporter: SHARON XAVIER
>Priority: Major
>
> [^neterror1.txt]



--
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



[jira] [Closed] (NETBEANS-5622) compile error while using tomcat

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati closed NETBEANS-5622.
---
Resolution: Incomplete

> compile error while using tomcat
> 
>
> Key: NETBEANS-5622
> URL: https://issues.apache.org/jira/browse/NETBEANS-5622
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classpath, java - Compiler, serverplugins - Tomcat
>Affects Versions: 12.3
>Reporter: SHARON XAVIER
>Priority: Major
>
> [^neterror1.txt]



--
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



[jira] [Reopened] (NETBEANS-5639) Projects are not getting displayed

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati reopened NETBEANS-5639:
-

> Projects are not getting displayed
> --
>
> Key: NETBEANS-5639
> URL: https://issues.apache.org/jira/browse/NETBEANS-5639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Iranna
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Issue Comment Deleted] (NETBEANS-5639) Projects are not getting displayed

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5639:

Comment: was deleted

(was: Please reopen when you're able to provide more information about the 
issue)

> Projects are not getting displayed
> --
>
> Key: NETBEANS-5639
> URL: https://issues.apache.org/jira/browse/NETBEANS-5639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Iranna
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Commented] (NETBEANS-5639) Projects are not getting displayed

2021-05-05 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5639:
-

Please reopen when you're able to provide more information about the issue

> Projects are not getting displayed
> --
>
> Key: NETBEANS-5639
> URL: https://issues.apache.org/jira/browse/NETBEANS-5639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Iranna
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Closed] (NETBEANS-5639) Projects are not getting displayed

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati closed NETBEANS-5639.
---
Resolution: Incomplete

> Projects are not getting displayed
> --
>
> Key: NETBEANS-5639
> URL: https://issues.apache.org/jira/browse/NETBEANS-5639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Iranna
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Updated] (NETBEANS-5647) NPE on Project Indexing

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5647:

Fix Version/s: (was: 12.4)

> NPE on Project Indexing
> ---
>
> Key: NETBEANS-5647
> URL: https://issues.apache.org/jira/browse/NETBEANS-5647
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.4
>Reporter: Mark Derricutt
>Priority: Major
>
> Using the new 12.4-rc1 I get an NPE on indexing.  This occurs under Java 8, 
> and Java 16.
>  
>  
>   2021-05-01T16:41:43
>   1619844103516
>   1119
>   1000
>   33
>   Error in RequestProcessor 
> org.netbeans.modules.jumpto.type.GoToTypeAction$Worker
>   
> java.lang.NullPointerException: Cannot invoke 
> "java.lang.ref.Reference.get()" because "description.bindings" is 
> null
> 
>   org.netbeans.modules.lsp.client.LSPBindings
>   lambda$getAllBindings$10
>   369
>   ${netBeansDir}modules/org-netbeans-modules-lsp-client.jar
> 
> 
>   java.util.stream.ReferencePipeline$3$1
>   accept
>   197
>   jrt:/java.base/java/util/stream/ReferencePipeline$3$1.class
> 
> 
>   java.util.HashMap$ValueSpliterator
>   forEachRemaining
>   1766
>   jrt:/java.base/java/util/HashMap$ValueSpliterator.class
> 
> 
>   java.util.stream.ReferencePipeline$Head
>   forEach
>   762
>   
> jrt:/java.base/java/util/stream/ReferencePipeline$Head.class
> 
> 
>   java.util.stream.ReferencePipeline$7$1
>   accept
>   276
>   jrt:/java.base/java/util/stream/ReferencePipeline$7$1.class
> 
> 
>   java.util.HashMap$ValueSpliterator
>   forEachRemaining
>   1766
>   jrt:/java.base/java/util/HashMap$ValueSpliterator.class
> 
> 
>   java.util.stream.AbstractPipeline
>   copyInto
>   484
>   jrt:/java.base/java/util/stream/AbstractPipeline.class
> 
> 
>   java.util.stream.AbstractPipeline
>   wrapAndCopyInto
>   474
>   jrt:/java.base/java/util/stream/AbstractPipeline.class
> 
> 
>   java.util.stream.ForEachOps$ForEachOp
>   evaluateSequential
>   150
>   jrt:/java.base/java/util/stream/ForEachOps$ForEachOp.class
> 
> 
>   java.util.stream.ForEachOps$ForEachOp$OfRef
>   evaluateSequential
>   173
>   
> jrt:/java.base/java/util/stream/ForEachOps$ForEachOp$OfRef.class
> 
> 
>   java.util.stream.AbstractPipeline
>   evaluate
>   234
>   jrt:/java.base/java/util/stream/AbstractPipeline.class
> 
> 
>   java.util.stream.ReferencePipeline
>   forEach
>   596
>   jrt:/java.base/java/util/stream/ReferencePipeline.class
> 
> 
>   org.netbeans.modules.lsp.client.LSPBindings
>   getAllBindings
>   371
>   ${netBeansDir}modules/org-netbeans-modules-lsp-client.jar
> 
> 
>   
> org.netbeans.modules.lsp.client.bindings.BaseSymbolProvider
>   computeSymbolNames
>   71
>   ${netBeansDir}modules/org-netbeans-modules-lsp-client.jar
> 
> 
>   org.netbeans.modules.lsp.client.bindings.TypeProviderImpl
>   computeTypeNames
>   52
>   ${netBeansDir}modules/org-netbeans-modules-lsp-client.jar
> 
> 
>   org.netbeans.modules.jumpto.type.GoToTypeAction$Worker
>   getTypeNames
>   614
>   ${netBeansDir}modules/org-netbeans-modules-jumpto.jar
> 
> 
>   org.netbeans.modules.jumpto.type.GoToTypeAction$Worker
>   run
>   522
>   ${netBeansDir}modules/org-netbeans-modules-jumpto.jar
> 
> 
>   org.openide.util.RequestProcessor$Task
>   run
>   1418
>   ${netbeans.home}lib/org-openide-util.jar
> 
> 
>   org.netbeans.modules.openide.util.GlobalLookup
>   execute
>   45
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   org.openide.util.lookup.Lookups
>   executeWith
>   278
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   org.openide.util.RequestProcessor$Processor
>   run
>   2033
>   ${netbeans.home}lib/org-openide-util.jar
> 
>   
> 



--
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



[jira] [Comment Edited] (NETBEANS-5648) Unable to generate JSF pages from Entity classes

2021-05-05 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5648 at 5/5/21, 10:09 AM:
---

You're right. Lorenzo if you have an unrelated issue you should open a new one 
and provide an accurate description and how to reproduce the issue


was (Author: marcorobiati):
You're, right, Lorenzo if you have an unrelated issue you should open a new one 
and provide an accurate description and how to reproduce the issue

> Unable to generate JSF pages from Entity classes
> 
>
> Key: NETBEANS-5648
> URL: https://issues.apache.org/jira/browse/NETBEANS-5648
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
> Environment: OS: Windows 10/ 64 bit
> JDK version: 1.8.31
> NB version: 12.3
>Reporter: Chalapathi Ravi
>Priority: Blocker
> Attachments: image-2021-05-01-22-36-17-786.png, messages.log, 
> screenshot-1.png, screenshot-2.png
>
>
> The  "JSF pages from Entity classes" is generating empty facade class for the 
> selected entity. It is not generating the facelets for CRUD operations. We 
> are running on Java 1.8.31. The var log has the following stack trace which 
> may hep you in identifying the issue. Please provide a resolution. Thanks in 
> Advance
>  
>  



--
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



[jira] [Commented] (NETBEANS-5648) Unable to generate JSF pages from Entity classes

2021-05-05 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5648:
-

You're, right, Lorenzo if you have an unrelated issue you should open a new one 
and provide an accurate description and how to reproduce the issue

> Unable to generate JSF pages from Entity classes
> 
>
> Key: NETBEANS-5648
> URL: https://issues.apache.org/jira/browse/NETBEANS-5648
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
> Environment: OS: Windows 10/ 64 bit
> JDK version: 1.8.31
> NB version: 12.3
>Reporter: Chalapathi Ravi
>Priority: Blocker
> Attachments: image-2021-05-01-22-36-17-786.png, messages.log, 
> screenshot-1.png, screenshot-2.png
>
>
> The  "JSF pages from Entity classes" is generating empty facade class for the 
> selected entity. It is not generating the facelets for CRUD operations. We 
> are running on Java 1.8.31. The var log has the following stack trace which 
> may hep you in identifying the issue. Please provide a resolution. Thanks in 
> Advance
>  
>  



--
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



[jira] [Updated] (NETBEANS-5651) NPE when "implement all abstract methods"

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5651:

Attachment: UI log.txt
IDE log.txt

> NPE when "implement all abstract methods"
> -
>
> Key: NETBEANS-5651
> URL: https://issues.apache.org/jira/browse/NETBEANS-5651
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Zoltan Farkas
>Priority: Major
> Attachments: IDE log.txt, UI log.txt
>
>
> The interface this was attempted for :
> public interface PropertyWatcher extends Consumer {
> /**
>  * This is to notify the consumer that the watched configuration maybe 
> had some
>  * impacting changes, but it is not clear what they were (due to notif 
> queue overflow, etc)
>  */
> void unknownEvents();
> }
> where:
> public enum ConfigEvent {
>   ADDED, MODIFIED, DELETED
> }
> the code where I attempted this looks like:
> new PropertyWatcher() {
> }



--
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



[jira] [Closed] (NETBEANS-5575) Error with Tomcat

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati closed NETBEANS-5575.
---
Resolution: Duplicate

> Error with Tomcat
> -
>
> Key: NETBEANS-5575
> URL: https://issues.apache.org/jira/browse/NETBEANS-5575
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.4
> Environment: Product Version: Apache NetBeans IDE 12.4-beta1
> Java: 16; OpenJDK 64-Bit Server VM 16+36
> Runtime: OpenJDK Runtime Environment 16+36
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>  
> Project is using
> JAVA=jdk8u282-b08
> MAVEN=apache-maven-3.6.3
> TOMCAT=9.0.40
>Reporter: Victor Pineda
>Priority: Critical
>
> I'm getting the following error with tomcat
>  
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x235738f8) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module 
> @0x235738f8java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x235738f8) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x235738f8 
> at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.getAvailableModules(TomcatManager.java:529)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.getAvailableTMIDsMap(TargetServer.java:418)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:455)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:170)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:605)
>  at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:221)
>  at 
> org.netbeans.modules.maven.j2ee.execution.DeploymentHelper.perform(DeploymentHelper.java:185)
>  at 
> org.netbeans.modules.maven.j2ee.execution.CoSAlternativeExecutorImpl.execute(CoSAlternativeExecutorImpl.java:67)
>  at 
> org.netbeans.modules.maven.cos.CoSAlternativeExecutor.execute(CoSAlternativeExecutor.java:64)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.checkRunMainClass(CosChecker.java:185)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.checkRunConfig(CosChecker.java:139) 
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:238)
>  at org.netbeans.core.execution.RunClassThread.doRun(RunClassThread.java:132) 
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) 
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)[catch] at 
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:81)



--
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



[jira] [Closed] (NETBEANS-5544) Apache Tomcat deploy problem in jdk16

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati closed NETBEANS-5544.
---
Resolution: Duplicate

> Apache Tomcat deploy problem in jdk16
> -
>
> Key: NETBEANS-5544
> URL: https://issues.apache.org/jira/browse/NETBEANS-5544
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.3
> Environment: Windows 10 x64
> Apache Tomcat 9.0.44
> AdoptOpenJDK 16+36
>Reporter: Ghader Arkani
>Priority: Major
>
> *Web projects won't deploy on apache tomcat when using jdk 16 the exception 
> is:*
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x5f4cca6b) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module



--
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



[jira] [Commented] (NETBEANS-5652) Problem with Apache tomcat server

2021-05-05 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5652:
-

Same as reported here https://issues.apache.org/jira/browse/NETBEANS-5427

It apparently got fixed, pull request made for 12.4

There's a workaround too


> Problem with Apache tomcat server
> -
>
> Key: NETBEANS-5652
> URL: https://issues.apache.org/jira/browse/NETBEANS-5652
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Aishwarya Varma
>Priority: Critical
>
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x64615f81) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x64615f81
> at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.getAvailableModules(TomcatManager.java:529)
>  at 
> org.netbeans.modules.tomcat5.optional.TMIDResolver.lookupTargetModuleID(TMIDResolver.java:56)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:349)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:322)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:319)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:440)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:170)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:605)
>  at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:221)
>  at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:141)
>  at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:86)
>  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>  at jdk.internal.reflect.GeneratedMethodAccessor110.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:567)
>  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java: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:1391)
>  at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>  at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>  at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
>  at 
> org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
>  at 
> org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
>  at org.netbeans.core.execution.RunClassThread.doRun(RunClassThread.java:132)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:81)
> BUILD FAILED (total time: 0 seconds)



--
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



[jira] [Closed] (NETBEANS-5652) Problem with Apache tomcat server

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati closed NETBEANS-5652.
---
Resolution: Duplicate

> Problem with Apache tomcat server
> -
>
> Key: NETBEANS-5652
> URL: https://issues.apache.org/jira/browse/NETBEANS-5652
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Aishwarya Varma
>Priority: Critical
>
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x64615f81) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x64615f81
> at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.getAvailableModules(TomcatManager.java:529)
>  at 
> org.netbeans.modules.tomcat5.optional.TMIDResolver.lookupTargetModuleID(TMIDResolver.java:56)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:349)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:322)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.checkUndeployForSharedReferences(TargetServer.java:319)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:440)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:170)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:605)
>  at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:221)
>  at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:141)
>  at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:86)
>  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>  at jdk.internal.reflect.GeneratedMethodAccessor110.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:567)
>  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java: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:1391)
>  at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>  at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>  at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
>  at 
> org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
>  at 
> org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
>  at org.netbeans.core.execution.RunClassThread.doRun(RunClassThread.java:132)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:81)
> BUILD FAILED (total time: 0 seconds)



--
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



[jira] [Closed] (NETBEANS-5653) to show code editor when project is opened

2021-05-05 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati closed NETBEANS-5653.
---
Resolution: Incomplete

> to show code editor when project is opened 
> ---
>
> Key: NETBEANS-5653
> URL: https://issues.apache.org/jira/browse/NETBEANS-5653
> Project: NetBeans
>  Issue Type: Bug
>Reporter: mpho makwa
>Priority: Major
>




--
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



[jira] [Commented] (NETBEANS-5653) to show code editor when project is opened

2021-05-05 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5653:
-

Please provide more information and a description as accurate as possible of 
the issue and steps on how to reproduce it

> to show code editor when project is opened 
> ---
>
> Key: NETBEANS-5653
> URL: https://issues.apache.org/jira/browse/NETBEANS-5653
> Project: NetBeans
>  Issue Type: Bug
>Reporter: mpho makwa
>Priority: Major
>




--
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



[jira] [Updated] (NETBEANS-5639) Projects are not getting displayed

2021-04-30 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5639:

Attachment: log.txt

> Projects are not getting displayed
> --
>
> Key: NETBEANS-5639
> URL: https://issues.apache.org/jira/browse/NETBEANS-5639
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Iranna
>Priority: Major
> Attachments: log.txt
>
>




--
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



[jira] [Commented] (NETBEANS-5641) Can't create a new Java project on Netbeans

2021-04-30 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5641:
-

I have a feeling this is cause of Java 16 which is not supported on NB version 
12.3 and below. You could try using the 12.4 which is currently not still G.A 
but very close too. It has support for java 16 (which is not an LTS version by 
the way :) )

> Can't create a new Java project on Netbeans
> ---
>
> Key: NETBEANS-5641
> URL: https://issues.apache.org/jira/browse/NETBEANS-5641
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0.1
> Environment: NetBeans 12.0
> Java JDK 16.0.1 (LTS)
> Windows 10
>Reporter: Nick Aviles
>Priority: Major
>  Labels: beginner
> Attachments: messages.log.1
>
>
> Steps to Reproduce:
> Open NetBeans > File > New Project > Java with Ant > Java Application and 
> click on "Finish".
> Expected Result:
> Window closes and user can begin writing a new Java project
> Actual Result:
> After clicking on "Finish", nothing happens and the only available button is 
> "Help". There should be a thrown exception that can be found in notifications.
> The following is the exception:
> IllegalAccessError: superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.CancelAbort (in unnamed module @0x6b5387ed) 
> cannot access class com.sun.tools.javac.util.Abort (in module jdk.compiler) 
> because module jdk.compiler does not export com.sun.tools.javac.util to 
> unnamed module @0x6b5387ed



--
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



[jira] [Commented] (NETBEANS-5633) git commit ignores excluded files and commits everything

2021-04-30 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5633:
-

As a workaround, did you try to create a new project under your current NB 
version and copy all the files projects into the new directory? Of course 
excluding project specific files, and checking some like the maven pom

> git commit ignores excluded files and commits everything
> 
>
> Key: NETBEANS-5633
> URL: https://issues.apache.org/jira/browse/NETBEANS-5633
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0
> Environment: *Product Version:* Apache NetBeans IDE 12.0
> *Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)
> git version 2.25.1
>Reporter: Andrew
>Priority: Major
>
> On git commit there is a dialog which prompts checkbox list of files to be 
> commited, but unchecked files are being comitted too.



--
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



[jira] [Commented] (NETBEANS-5632) Slowed then stopped while opening .zip file imported for new project.

2021-04-30 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5632:
-

Could you also remove the comment? It's a perfect duplicate of the issue 
description. About that, I tried logging in but those files still aren't free, 
as in access. They maybe be free as in money, but only under a trial period for 
which you still have to enter a method of payment for the trial period.

> Slowed then stopped while opening .zip file imported for new project.
> -
>
> Key: NETBEANS-5632
> URL: https://issues.apache.org/jira/browse/NETBEANS-5632
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Open File
>Affects Versions: 12.3
>Reporter: Steve Alexander
>Priority: Major
>
> MacBook Pro 16" 2019
> macOS Big Sur 11.3
> Java 1.8.0_281
> (Java SE Runtime Environ. (build 1.8.0_281-b09, mixed mode))
> (Java Hotspot 64bit server VM (build 25.281-b09, mixed mode))
> I'm following the Linkedin learning course [Learn 
> Netbeans|https://www.linkedin.com/learning/learning-netbeans/] which has 
> exercise files to download and import into NetBeans. I imported the .zip file.
> NetBeans began opening the file/project, got to 10%, then halted. There were 
> 2 more operations remaining. I attempted to cancel the operation(s) by 
> clicking the "x" button at the right of the progress bar. That seemed to 
> freeze. I had to quit the app in order to cancel the operation.
> The .zip "Exercise Files" that failed to open are freely accessible and can 
> be downloaded at [Learning 
> NetBeans|https://www.linkedin.com/learning/learning-netbeans/welcome]
> *EDIT:*
> *2021.04.28*
> Edited to provide the info requested by [Marco 
> Rubiati|https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcorobiati]
>  My apologies for not providing everything required. I can only plead gross 
> inexperience with NetBeans and JIRA. Thanks for pointing out my mistake.



--
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



[jira] [Commented] (NETBEANS-5633) git commit ignores excluded files and commits everything

2021-04-28 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5633:
-

Can you always reproduce it? What kind of project did you create? Maven, Ant, 
Gradle, something else?

> git commit ignores excluded files and commits everything
> 
>
> Key: NETBEANS-5633
> URL: https://issues.apache.org/jira/browse/NETBEANS-5633
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0
> Environment: *Product Version:* Apache NetBeans IDE 12.0
> *Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)
> git version 2.25.1
>Reporter: Andrew
>Priority: Major
>
> On git commit there is a dialog which prompts checkbox list of files to be 
> commited, but unchecked files are being comitted too.



--
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



[jira] [Commented] (NETBEANS-5632) Slowed then stopped while opening .zip file imported for new project.

2021-04-28 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5632:
-

Which OS and java version are you using? With which files exactly does the 
problem happen? I see they're not freely accessible so this can be tested, you 
should provide more info

> Slowed then stopped while opening .zip file imported for new project.
> -
>
> Key: NETBEANS-5632
> URL: https://issues.apache.org/jira/browse/NETBEANS-5632
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Open File
>Affects Versions: 12.3
>Reporter: Steve Alexander
>Priority: Major
>
> Following the Linkedin learning course [Learn 
> Netbeans|https://www.linkedin.com/learning/learning-netbeans/] which has 
> exercise files to download and import into NetBeans. Imported the .zip file.
> NetBeans began opening the file/project, got to 10%, then halted. There were 
> 2 more remaining.



--
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



[jira] [Commented] (NETBEANS-5621) illegal state error

2021-04-27 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5621:
-

Hi, you should provide any kind of description of what happened :)

> illegal state error
> ---
>
> Key: NETBEANS-5621
> URL: https://issues.apache.org/jira/browse/NETBEANS-5621
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, serverplugins - Tomcat
>Affects Versions: 12.3
>Reporter: SHARON XAVIER
>Priority: Major
>
> [^neterror]



--
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



[jira] [Commented] (NETBEANS-5622) compile error while using tomcat

2021-04-27 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5622:
-

Hi, seems like you failed to upload the txt file, you put it in the description 
:)

> compile error while using tomcat
> 
>
> Key: NETBEANS-5622
> URL: https://issues.apache.org/jira/browse/NETBEANS-5622
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classpath, java - Compiler, serverplugins - Tomcat
>Affects Versions: 12.3
>Reporter: SHARON XAVIER
>Priority: Major
>
> [^neterror1.txt]



--
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



[jira] [Updated] (NETBEANS-5143) NetBeans 12.2, 12.3 deploys webapps twice

2021-04-23 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5143:

Description: 
To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
  
  

  was:
[#https://issues.apache.org/jira/browse/NETBEANS-5143?focusedCommentId=17263228=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17263228]

 

 

To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
 OK - 

[jira] [Updated] (NETBEANS-5143) NetBeans 12.2, 12.3 deploys webapps twice

2021-04-23 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5143:

Description: 
[#anchor]https://issues.apache.org/jira/browse/NETBEANS-5143?focusedCommentId=17263228=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17263228

 

 

To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
  
  

  was:
To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
 OK 

[jira] [Updated] (NETBEANS-5143) NetBeans 12.2, 12.3 deploys webapps twice

2021-04-23 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5143:

Description: 
Workaround: 
[#anchor]https://issues.apache.org/jira/browse/NETBEANS-5143?focusedCommentId=17263228=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17263228

To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
  
  

  was:
To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
 Deployment is in progress...
 

[jira] [Updated] (NETBEANS-5143) NetBeans 12.2, 12.3 deploys webapps twice

2021-04-23 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5143:

Description: 
[#https://issues.apache.org/jira/browse/NETBEANS-5143?focusedCommentId=17263228=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17263228]

 

 

To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
  
  

  was:
[#anchor]https://issues.apache.org/jira/browse/NETBEANS-5143?focusedCommentId=17263228=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17263228

 

 

To whomever it concerns,
  
 Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment of 
web apps somehow and web apps are deployed twice.
  
 While deploying an app it follows this pattern: deploy => undeploy => deploy 
(see build log below). I tried solving this issue by undeployed any previous 
versions of the app manually and restarted Tomcat, the same error occurs. The 
issue appears when using NB 12.2, 12.3
  
 When tested on NetBeans 12.1 using the same Java/Tomcat installation/config no 
errors occur and deployment proceeds correctly.
  
 Steps to replicate:
 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
 2 Set Tomcat Server in Properties > Run
 3. Build/Run project in 12.1, you will get a "Hello World" basic site.
 4. Check build log, only a single deploy should show up.
 5 Close 12.1 and open same project in 12.2/12.3
 6 Before run/build make sure same server and java versions are selected
 7 Build/Run project
 8 Check build log, you will see two deploys of webapp
  
  
 BUILD SUCCESS
 
 Total time:  18.211 s
 Finished at: 2020-12-11T17:27:08-08:00
 
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Starting Tomcat process...
 Waiting for Tomcat...
 Tomcat server started.
 In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
 Deployment is in progress...
 
deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
 OK - Deployed application at context path [/myapp]
 Start is in progress...
 start?path=/myapp
 OK - Started application at context path [/myapp]
 Deploying on Tomcat 8.5.60
     profile mode: false
     debug mode: false
     force redeploy: true
 Undeploying ...
 undeploy?path=/myapp
 OK - Undeployed application at context path [/myapp]
 In-place deployment at 

[jira] [Updated] (NETBEANS-5603) el programa se bloquea al ejecutar un dowhile

2021-04-21 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5603:

Attachment: maven under debug output.png

> el programa se bloquea al ejecutar un dowhile 
> --
>
> Key: NETBEANS-5603
> URL: https://issues.apache.org/jira/browse/NETBEANS-5603
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lorenzo 
>Priority: Minor
> Attachments: Incidencia Netbeans_190421.docx, code.txt, maven under 
> debug output.png
>
>
> Estoy empezando con la programación Java pero al usar NetBeans por desarollar 
> un programa de prueba expuesto en un libro e programa no sale como debería.
> He utilizado el mismo código en BlueJ y funciona perfectamente como debería.
>  
> En NetBeans cuando llega a Bucle do while parece que no consigue avanzar y 
> ejecutar un simple System.out.print("..") seguido de otro 
> System.out.print("..") . Al darle intro 3 veces el programa repite dos 
> veces o tres el System.out.print("..") 



--
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



[jira] [Commented] (NETBEANS-5603) el programa se bloquea al ejecutar un dowhile

2021-04-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5603:
-

Under NB 12.3 and JDK15.0.2

I created a new project, java ant, java application, it works no problem.

If I create a maven project, it doesn't print "System.out.print("Selecciona un 
operacion ");"
 "System.out.print("+,-,*,/ (0) para terminar");" until you press and send 
something. Problem is code execution is already at the first readLine(); 
changing those print() to println() solves the issue.

No idea abotu the difference in behaviour though

> el programa se bloquea al ejecutar un dowhile 
> --
>
> Key: NETBEANS-5603
> URL: https://issues.apache.org/jira/browse/NETBEANS-5603
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lorenzo 
>Priority: Minor
> Attachments: Incidencia Netbeans_190421.docx, code.txt
>
>
> Estoy empezando con la programación Java pero al usar NetBeans por desarollar 
> un programa de prueba expuesto en un libro e programa no sale como debería.
> He utilizado el mismo código en BlueJ y funciona perfectamente como debería.
>  
> En NetBeans cuando llega a Bucle do while parece que no consigue avanzar y 
> ejecutar un simple System.out.print("..") seguido de otro 
> System.out.print("..") . Al darle intro 3 veces el programa repite dos 
> veces o tres el System.out.print("..") 



--
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



[jira] [Updated] (NETBEANS-5603) el programa se bloquea al ejecutar un dowhile

2021-04-21 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5603:

Attachment: code.txt

> el programa se bloquea al ejecutar un dowhile 
> --
>
> Key: NETBEANS-5603
> URL: https://issues.apache.org/jira/browse/NETBEANS-5603
> Project: NetBeans
>  Issue Type: Bug
> Environment: import java.util.*;
> public class CalculadoraElemental {
> public static void main(String args[]) {
> char opcion;
> Scanner sc = new Scanner(System.in);
> System.out.println("PROGRAMA CALCULADORA");
>do{
>System.out.println("pulse Intro para empezar:");
>do{
> System.out.print("Selecciona un operacion ");
> System.out.print("+,-,*,/ (0) para terminar");
> String texto= sc.nextLine();
> opcion= (texto.length()>0)?texto.charAt(0): '0';
>   }while("+-*/0".indexOf(opcion)<0);
> if(opcion!='0'){
> System.out.println("\nIntroduce un numero");
> double n1 = Double.parseDouble(sc.nextLine());
> System.out.println("\nIntroduce otro numero");
> double n2 = Double.parseDouble(sc.nextLine());
> switch (opcion) {
> case '+':
> System.out.printf("%5.2f+%5.2f=%5.2f\n", n1,n2,n1+n2);
> break;
> case'-':
> System.out.printf("%5.2f-%5.2f=%5.2f\n", n1,n2,n1-n2);
> break;
> case'*':
> System.out.printf("%5.2f*%5.2f=%5.2f\n", n1,n2,n1*n2);
> break;
> case '/':
> if (n2>0)
> System.out.printf("%5.2f/%5.2f=%5.2f\n", n1,n2,n1/n2);
> break;
> } 
> }
> }while(opcion!='0');
> System.out.println("\n Fin del Programa");
> }
> }
>Reporter: Lorenzo 
>Priority: Minor
> Attachments: Incidencia Netbeans_190421.docx, code.txt
>
>
> Estoy empezando con la programación Java pero al usar NetBeans por desarollar 
> un programa de prueba expuesto en un libro e programa no sale como debería.
> He utilizado el mismo código en BlueJ y funciona perfectamente como debería.
>  
> En NetBeans cuando llega a Bucle do while parece que no consigue avanzar y 
> ejecutar un simple System.out.print("..") seguido de otro 
> System.out.print("..") . Al darle intro 3 veces el programa repite dos 
> veces o tres el System.out.print("..") 



--
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



[jira] [Updated] (NETBEANS-5603) el programa se bloquea al ejecutar un dowhile

2021-04-21 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5603:

Environment: (was: import java.util.*;

public class CalculadoraElemental {
public static void main(String args[]) {
char opcion;
Scanner sc = new Scanner(System.in);
System.out.println("PROGRAMA CALCULADORA");
   do{
   System.out.println("pulse Intro para empezar:");
   do{
System.out.print("Selecciona un operacion ");
System.out.print("+,-,*,/ (0) para terminar");
String texto= sc.nextLine();
opcion= (texto.length()>0)?texto.charAt(0): '0';
  }while("+-*/0".indexOf(opcion)<0);
if(opcion!='0'){
System.out.println("\nIntroduce un numero");
double n1 = Double.parseDouble(sc.nextLine());
System.out.println("\nIntroduce otro numero");
double n2 = Double.parseDouble(sc.nextLine());
switch (opcion) {
case '+':
System.out.printf("%5.2f+%5.2f=%5.2f\n", n1,n2,n1+n2);
break;
case'-':
System.out.printf("%5.2f-%5.2f=%5.2f\n", n1,n2,n1-n2);
break;
case'*':
System.out.printf("%5.2f*%5.2f=%5.2f\n", n1,n2,n1*n2);
break;
case '/':
if (n2>0)
System.out.printf("%5.2f/%5.2f=%5.2f\n", n1,n2,n1/n2);
break;
} 
}
}while(opcion!='0');
System.out.println("\n Fin del Programa");
}
})

> el programa se bloquea al ejecutar un dowhile 
> --
>
> Key: NETBEANS-5603
> URL: https://issues.apache.org/jira/browse/NETBEANS-5603
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lorenzo 
>Priority: Minor
> Attachments: Incidencia Netbeans_190421.docx, code.txt
>
>
> Estoy empezando con la programación Java pero al usar NetBeans por desarollar 
> un programa de prueba expuesto en un libro e programa no sale como debería.
> He utilizado el mismo código en BlueJ y funciona perfectamente como debería.
>  
> En NetBeans cuando llega a Bucle do while parece que no consigue avanzar y 
> ejecutar un simple System.out.print("..") seguido de otro 
> System.out.print("..") . Al darle intro 3 veces el programa repite dos 
> veces o tres el System.out.print("..") 



--
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



[jira] [Commented] (NETBEANS-5598) IllegalAccessException on running Netbeans Platform Application in JDK 16

2021-04-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5598:
-

What PR solved this?

> IllegalAccessException on running Netbeans Platform Application in JDK 16
> -
>
> Key: NETBEANS-5598
> URL: https://issues.apache.org/jira/browse/NETBEANS-5598
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3, 12.4
>Reporter: Sandeep Mishra
>Priority: Major
>
> Create or Open an existing Netbeans Platform Application.
> Run the application with Java Platform set to JDK 16.
> The following exception occurs:
> {code:java}
> java.lang.IllegalAccessException: class org.netbeans.Module cannot access a 
> member of class java.lang.ClassLoader (in module java.base) with modifiers 
> "protected"
> at 
> java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:385)
>  at 
> java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:687)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:559) [catch] at 
> org.netbeans.Module.findResources(Module.java:571) at 
> org.netbeans.core.startup.NbInstaller.loadLayers(NbInstaller.java:605) at 
> org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:332) at 
> org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:77) at 
> org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:322) at 
> org.openide.filesystems.FileUtil$2.run(FileUtil.java:413) at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102) 
> at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494) at 
> org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:397) at 
> org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:417) at 
> org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:319) at 
> org.netbeans.ModuleManager.enable(ModuleManager.java:1453) at 
> org.netbeans.ModuleManager.enable(ModuleManager.java:1254) at 
> org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315) at 
> org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251) at 
> org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298) at 
> org.netbeans.core.startup.Main.getModuleSystem(Main.java:156) at 
> org.netbeans.core.startup.Main.getModuleSystem(Main.java:125) at 
> org.netbeans.core.startup.Main.start(Main.java:282) at 
> org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98) at 
> java.base/java.lang.Thread.run(Thread.java:831) {code}
> This is happening because access to JDK Internals has been disallowed from 
> JDK 16 onwards.
> https://openjdk.java.net/jeps/396
> It used to show a warning in earlier JDK versions.
> There are few other places where the Netbeans Platform is hacking into JDK 
> internals:
>  
> {code:java}
> WARNING: Illegal reflective access by 
>  org.netbeans.modules.debugger.ui.views.debugging.DebugTreeView 
>  
> (jar:file:/Users/albatem/netbeans-12.3/ide/modules/org-netbeans-spi-debugger-ui.jar!/)
>  
>  to field javax.swing.tree.FixedHeightLayoutCache.info
>   at 
>  
> org.netbeans.modules.debugger.ui.views.debugging.DebugTreeView.clearSelectionCache(DebugTreeView.java:150)
>   at 
>  
> org.netbeans.modules.debugger.ui.views.debugging.DebugTreeView.resetSelection(DebugTreeView.java:140)
>   at 
>  
> org.netbeans.modules.debugger.ui.views.debugging.DebuggingViewComponent.releaseTreeView(DebuggingViewComponent.java:661)
>   at 
>  
> org.netbeans.modules.debugger.ui.views.debugging.DebuggingViewComponent.access$600(DebuggingViewComponent.java:104)
>   at 
>  
> org.netbeans.modules.debugger.ui.views.debugging.DebuggingViewComponent$4.run(DebuggingViewComponent.java:423)
>  
>  WARNING: Illegal reflective access by org.openide.text.QuietEditorPane$1 
>  
> (jar:file:/Users/albatem/netbeans-12.3/platform/modules/org-openide-text.jar!/)
>  
>  to field sun.awt.im.InputContext.inputMethodWindowContext
>   at org.openide.text.QuietEditorPane$1.run(QuietEditorPane.java:268)
>   at 
>  org.openide.text.QuietEditorPane.removeNotify(QuietEditorPane.java:308)
>  
>  
>  WARNING: Illegal reflective access by 
>  org.netbeans.modules.debugger.ui.views.debugging.DebugTreeView 
>  
> (jar:file:/Users/albatem/netbeans-12.3/ide/modules/org-netbeans-spi-debugger-ui.jar!/)
>  
>  to field javax.swing.tree.FixedHeightLayoutCache.info
>   at 
>  
> org.netbeans.modules.debugger.ui.views.debugging.DebugTreeView.clearSelectionCache(DebugTreeView.java:150)
>   at 
>  
> org.netbeans.modules.debugger.ui.views.debugging.DebugTreeView.resetSelection(DebugTreeView.java:140)
>   at 
>  
> 

[jira] [Commented] (NETBEANS-5603) el programa se bloquea al ejecutar un dowhile

2021-04-21 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5603:
-

Hi, I'm not sure if it's written somewhere but, I think you should use english, 
as it's usually considered the default language to use when there are people 
from different languages, that would get your report higher chances of being 
reviewed, not everybody speaks spanish :D

> el programa se bloquea al ejecutar un dowhile 
> --
>
> Key: NETBEANS-5603
> URL: https://issues.apache.org/jira/browse/NETBEANS-5603
> Project: NetBeans
>  Issue Type: Bug
> Environment: import java.util.*;
> public class CalculadoraElemental {
> public static void main(String args[]) {
> char opcion;
> Scanner sc = new Scanner(System.in);
> System.out.println("PROGRAMA CALCULADORA");
>do{
>System.out.println("pulse Intro para empezar:");
>do{
> System.out.print("Selecciona un operacion ");
> System.out.print("+,-,*,/ (0) para terminar");
> String texto= sc.nextLine();
> opcion= (texto.length()>0)?texto.charAt(0): '0';
>   }while("+-*/0".indexOf(opcion)<0);
> if(opcion!='0'){
> System.out.println("\nIntroduce un numero");
> double n1 = Double.parseDouble(sc.nextLine());
> System.out.println("\nIntroduce otro numero");
> double n2 = Double.parseDouble(sc.nextLine());
> switch (opcion) {
> case '+':
> System.out.printf("%5.2f+%5.2f=%5.2f\n", n1,n2,n1+n2);
> break;
> case'-':
> System.out.printf("%5.2f-%5.2f=%5.2f\n", n1,n2,n1-n2);
> break;
> case'*':
> System.out.printf("%5.2f*%5.2f=%5.2f\n", n1,n2,n1*n2);
> break;
> case '/':
> if (n2>0)
> System.out.printf("%5.2f/%5.2f=%5.2f\n", n1,n2,n1/n2);
> break;
> } 
> }
> }while(opcion!='0');
> System.out.println("\n Fin del Programa");
> }
> }
>Reporter: Lorenzo 
>Priority: Minor
> Attachments: Incidencia Netbeans_190421.docx
>
>
> Estoy empezando con la programación Java pero al usar NetBeans por desarollar 
> un programa de prueba expuesto en un libro e programa no sale como debería.
> He utilizado el mismo código en BlueJ y funciona perfectamente como debería.
>  
> En NetBeans cuando llega a Bucle do while parece que no consigue avanzar y 
> ejecutar un simple System.out.print("..") seguido de otro 
> System.out.print("..") . Al darle intro 3 veces el programa repite dos 
> veces o tres el System.out.print("..") 



--
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



[jira] [Commented] (NETBEANS-5397) Generating entities from database, when tables with relationships are present, fails

2021-04-18 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5397:
-

Probably fixed by [https://github.com/oracle/nb-javac/pull/10]

> Generating entities from database, when tables with relationships are 
> present, fails
> 
>
> Key: NETBEANS-5397
> URL: https://issues.apache.org/jira/browse/NETBEANS-5397
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.2, 12.3, 12.4
> Environment: !image-2021-03-02-11-40-58-636.png!
>Reporter: Peter Hendriks
>Priority: Blocker
> Attachments: NBEntityCreationTest.zip, Screenshot 2021-03-02 at 
> 11.39.14.png, image-2021-03-02-11-40-58-636.png
>
>
> At this moment, when adding entities from a db with the wizard and selecting 
> all tables. Entities will result in plain classes without even getters or 
> setters. 
>  
> The ide throws a persistence error.
>  
> when adding the entities table for table at a time it works, np
>  
>  



--
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



[jira] [Commented] (NETBEANS-5427) org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl uses internal class com.sun.org.apache.xerces.internal.impl.dv.util.Base64

2021-04-16 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5427:
-

Since the resolving PR was merged into master, can this be marked as solved?

> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl uses internal class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64
> 
>
> Key: NETBEANS-5427
> URL: https://issues.apache.org/jira/browse/NETBEANS-5427
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.3, 12.4
> Environment: Product Version: Apache NetBeans IDE 12.3
> Java: 16; OpenJDK 64-Bit Server VM 16+36-2231
> Runtime: OpenJDK Runtime Environment 16+36-2231
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Pierre Maréchal
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> Netbeans 12.3 fails to deploy on Tomcat when running under JDK 16
> {code}
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.openide.nodes.AsynchChildrenSEVERE [org.openide.util.RequestProcessor]: 
> Error in RequestProcessor 
> org.openide.nodes.AsynchChildrenjava.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x145afd71) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x145afd71 
> at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.getRunningModules(TomcatManager.java:539)
>  at 
> org.netbeans.modules.tomcat5.ui.nodes.TomcatWebModuleChildrenFactory.createKeys(TomcatWebModuleChildrenFactory.java:107)
>  at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:190) 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)[catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}



--
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



[jira] [Updated] (NETBEANS-5544) Apache Tomcat deploy problem in jdk16

2021-04-14 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5544:

Component/s: serverplugins - Tomcat

> Apache Tomcat deploy problem in jdk16
> -
>
> Key: NETBEANS-5544
> URL: https://issues.apache.org/jira/browse/NETBEANS-5544
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.3
> Environment: Windows 10 x64
> Apache Tomcat 9.0.44
> AdoptOpenJDK 16+36
>Reporter: Ghader Arkani
>Priority: Major
>
> *Web projects won't deploy on apache tomcat when using jdk 16 the exception 
> is:*
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x5f4cca6b) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module



--
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



[jira] [Commented] (NETBEANS-5575) Error with Tomcat

2021-04-14 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5575:
-

Same as reported here https://issues.apache.org/jira/browse/NETBEANS-5427

It apparently got fixed, pull request made for 12.4

There's a workaround too, so you should be able to run it in 12.4 and below

> Error with Tomcat
> -
>
> Key: NETBEANS-5575
> URL: https://issues.apache.org/jira/browse/NETBEANS-5575
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.4
> Environment: Product Version: Apache NetBeans IDE 12.4-beta1
> Java: 16; OpenJDK 64-Bit Server VM 16+36
> Runtime: OpenJDK Runtime Environment 16+36
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)
>  
> Project is using
> JAVA=jdk8u282-b08
> MAVEN=apache-maven-3.6.3
> TOMCAT=9.0.40
>Reporter: Victor Pineda
>Priority: Critical
>
> I'm getting the following error with tomcat
>  
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x235738f8) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module 
> @0x235738f8java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x235738f8) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x235738f8 
> at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718)
>  at 
> org.netbeans.modules.tomcat5.deploy.TomcatManager.getAvailableModules(TomcatManager.java:529)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.getAvailableTMIDsMap(TargetServer.java:418)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.processLastTargetModules(TargetServer.java:455)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.init(TargetServer.java:170)
>  at 
> org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:605)
>  at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:221)
>  at 
> org.netbeans.modules.maven.j2ee.execution.DeploymentHelper.perform(DeploymentHelper.java:185)
>  at 
> org.netbeans.modules.maven.j2ee.execution.CoSAlternativeExecutorImpl.execute(CoSAlternativeExecutorImpl.java:67)
>  at 
> org.netbeans.modules.maven.cos.CoSAlternativeExecutor.execute(CoSAlternativeExecutor.java:64)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.checkRunMainClass(CosChecker.java:185)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.checkRunConfig(CosChecker.java:139) 
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:238)
>  at org.netbeans.core.execution.RunClassThread.doRun(RunClassThread.java:132) 
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) 
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)[catch] at 
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:81)



--
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



[jira] [Comment Edited] (NETBEANS-5544) Apache Tomcat deploy problem in jdk16

2021-04-14 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5544 at 4/14/21, 11:27 AM:


Same as reported here https://issues.apache.org/jira/browse/NETBEANS-5427

where it apparently got fixed, pull request made for 12.4

There's a workaround too, so you should be able to run it in 12.3 and below


was (Author: marcorobiati):
same as https://issues.apache.org/jira/browse/NETBEANS-5427

> Apache Tomcat deploy problem in jdk16
> -
>
> Key: NETBEANS-5544
> URL: https://issues.apache.org/jira/browse/NETBEANS-5544
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
> Environment: Windows 10 x64
> Apache Tomcat 9.0.44
> AdoptOpenJDK 16+36
>Reporter: Ghader Arkani
>Priority: Major
>
> *Web projects won't deploy on apache tomcat when using jdk 16 the exception 
> is:*
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x5f4cca6b) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module



--
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



[jira] [Comment Edited] (NETBEANS-5544) Apache Tomcat deploy problem in jdk16

2021-04-14 Thread Marco Robiati (Jira)


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

Marco Robiati edited comment on NETBEANS-5544 at 4/14/21, 11:27 AM:


Same as reported here https://issues.apache.org/jira/browse/NETBEANS-5427

Tomcat seems not the culprit

It apparently got fixed, pull request made for 12.4

There's a workaround too, so you should be able to run it in 12.3 and below


was (Author: marcorobiati):
Same as reported here https://issues.apache.org/jira/browse/NETBEANS-5427

where it apparently got fixed, pull request made for 12.4

There's a workaround too, so you should be able to run it in 12.3 and below

> Apache Tomcat deploy problem in jdk16
> -
>
> Key: NETBEANS-5544
> URL: https://issues.apache.org/jira/browse/NETBEANS-5544
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
> Environment: Windows 10 x64
> Apache Tomcat 9.0.44
> AdoptOpenJDK 16+36
>Reporter: Ghader Arkani
>Priority: Major
>
> *Web projects won't deploy on apache tomcat when using jdk 16 the exception 
> is:*
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x5f4cca6b) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module



--
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



[jira] [Commented] (NETBEANS-5544) Apache Tomcat deploy problem in jdk16

2021-04-14 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5544:
-

same as https://issues.apache.org/jira/browse/NETBEANS-5427

> Apache Tomcat deploy problem in jdk16
> -
>
> Key: NETBEANS-5544
> URL: https://issues.apache.org/jira/browse/NETBEANS-5544
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.3
> Environment: Windows 10 x64
> Apache Tomcat 9.0.44
> AdoptOpenJDK 16+36
>Reporter: Ghader Arkani
>Priority: Major
>
> *Web projects won't deploy on apache tomcat when using jdk 16 the exception 
> is:*
> java.lang.IllegalAccessError: class 
> org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module 
> @0x5f4cca6b) cannot access class 
> com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) 
> because module java.xml does not export 
> com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module



--
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



[jira] [Commented] (NETBEANS-5143) NetBeans 12.2, 12.3 deploys webapps twice

2021-04-14 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5143:
-

Same issue with all combinations of

NetBeans 12.2/12.3

Java 15/15.0.2/16 (which I know, it's not supported in NetBeans 12.x)

Tomcat 9.0.45/10.0.5

Maven 3.6.3(bundled)/3.8.1

Windows 10 20H2

> NetBeans 12.2, 12.3 deploys webapps twice
> -
>
> Key: NETBEANS-5143
> URL: https://issues.apache.org/jira/browse/NETBEANS-5143
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 12.2, 12.3
> Environment: Windows 10 20H2/AMD Ryzen 7 4800H/32GB RAM
>  java: build 11.0.9.1+1, maven 3.6.3
>  Netbeans versions tested: 12.1, 12.2, 12.3 (12.2/12.3 are effected)
>  Tomcat (new installs): 8.5.60, 9.0.40, Payara (per Patrick Musembi)
>Reporter: Vlad Palnik
>Priority: Major
>  Labels: webapp, webapp-deployment
>
> To whomever it concerns,
>   
>  Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment 
> of web apps somehow and web apps are deployed twice.
>   
>  While deploying an app it follows this pattern: deploy => undeploy => deploy 
> (see build log below). I tried solving this issue by undeployed any previous 
> versions of the app manually and restarted Tomcat, the same error occurs. The 
> issue appears when using NB 12.2, 12.3
>   
>  When tested on NetBeans 12.1 using the same Java/Tomcat installation/config 
> no errors occur and deployment proceeds correctly.
>   
>  Steps to replicate:
>  1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
>  2 Set Tomcat Server in Properties > Run
>  3. Build/Run project in 12.1, you will get a "Hello World" basic site.
>  4. Check build log, only a single deploy should show up.
>  5 Close 12.1 and open same project in 12.2/12.3
>  6 Before run/build make sure same server and java versions are selected
>  7 Build/Run project
>  8 Check build log, you will see two deploys of webapp
>   
>   
>  BUILD SUCCESS
>  
>  Total time:  18.211 s
>  Finished at: 2020-12-11T17:27:08-08:00
>  
>  Deploying on Tomcat 8.5.60
>      profile mode: false
>      debug mode: false
>      force redeploy: true
>  Starting Tomcat process...
>  Waiting for Tomcat...
>  Tomcat server started.
>  In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
>  Deployment is in progress...
>  
> deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
>  OK - Deployed application at context path [/myapp]
>  Start is in progress...
>  start?path=/myapp
>  OK - Started application at context path [/myapp]
>  Deploying on Tomcat 8.5.60
>      profile mode: false
>      debug mode: false
>      force redeploy: true
>  Undeploying ...
>  undeploy?path=/myapp
>  OK - Undeployed application at context path [/myapp]
>  In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
>  Deployment is in progress...
>  
> deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
>  OK - Deployed application at context path [/myapp]
>  Start is in progress...
>  start?path=/myapp
>  OK - Started application at context path [/myapp]
>   
>   



--
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



[jira] [Issue Comment Deleted] (NETBEANS-5143) NetBeans 12.2, 12.3 deploys webapps twice

2021-04-14 Thread Marco Robiati (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Robiati updated NETBEANS-5143:

Comment: was deleted

(was: Same issue with all combinations of

NetBeans 12.2/12.3

Java 15/15.0.2/16 (which I know, it's not supported in NetBeans 12.x)

Tomcat 9.0.45/10.0.5

Maven 3.6.3(bundled)/3.8.1

Windows 10 20H2

 )

> NetBeans 12.2, 12.3 deploys webapps twice
> -
>
> Key: NETBEANS-5143
> URL: https://issues.apache.org/jira/browse/NETBEANS-5143
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 12.2, 12.3
> Environment: Windows 10 20H2/AMD Ryzen 7 4800H/32GB RAM
>  java: build 11.0.9.1+1, maven 3.6.3
>  Netbeans versions tested: 12.1, 12.2, 12.3 (12.2/12.3 are effected)
>  Tomcat (new installs): 8.5.60, 9.0.40, Payara (per Patrick Musembi)
>Reporter: Vlad Palnik
>Priority: Major
>  Labels: webapp, webapp-deployment
>
> To whomever it concerns,
>   
>  Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment 
> of web apps somehow and web apps are deployed twice.
>   
>  While deploying an app it follows this pattern: deploy => undeploy => deploy 
> (see build log below). I tried solving this issue by undeployed any previous 
> versions of the app manually and restarted Tomcat, the same error occurs. The 
> issue appears when using NB 12.2, 12.3
>   
>  When tested on NetBeans 12.1 using the same Java/Tomcat installation/config 
> no errors occur and deployment proceeds correctly.
>   
>  Steps to replicate:
>  1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
>  2 Set Tomcat Server in Properties > Run
>  3. Build/Run project in 12.1, you will get a "Hello World" basic site.
>  4. Check build log, only a single deploy should show up.
>  5 Close 12.1 and open same project in 12.2/12.3
>  6 Before run/build make sure same server and java versions are selected
>  7 Build/Run project
>  8 Check build log, you will see two deploys of webapp
>   
>   
>  BUILD SUCCESS
>  
>  Total time:  18.211 s
>  Finished at: 2020-12-11T17:27:08-08:00
>  
>  Deploying on Tomcat 8.5.60
>      profile mode: false
>      debug mode: false
>      force redeploy: true
>  Starting Tomcat process...
>  Waiting for Tomcat...
>  Tomcat server started.
>  In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
>  Deployment is in progress...
>  
> deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
>  OK - Deployed application at context path [/myapp]
>  Start is in progress...
>  start?path=/myapp
>  OK - Started application at context path [/myapp]
>  Deploying on Tomcat 8.5.60
>      profile mode: false
>      debug mode: false
>      force redeploy: true
>  Undeploying ...
>  undeploy?path=/myapp
>  OK - Undeployed application at context path [/myapp]
>  In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
>  Deployment is in progress...
>  
> deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
>  OK - Deployed application at context path [/myapp]
>  Start is in progress...
>  start?path=/myapp
>  OK - Started application at context path [/myapp]
>   
>   



--
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



[jira] [Commented] (NETBEANS-5143) NetBeans 12.2, 12.3 deploys webapps twice

2021-04-13 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5143:
-

Same issue with all combinations of

NetBeans 12.2/12.3

Java 15/15.0.2/16 (which I know, it's not supported in NetBeans 12.x)

Tomcat 9.0.45/10.0.5

Maven 3.6.3(bundled)/3.8.1

Windows 10 20H2

 

> NetBeans 12.2, 12.3 deploys webapps twice
> -
>
> Key: NETBEANS-5143
> URL: https://issues.apache.org/jira/browse/NETBEANS-5143
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 12.2, 12.3
> Environment: Windows 10 20H2/AMD Ryzen 7 4800H/32GB RAM
>  java: build 11.0.9.1+1, maven 3.6.3
>  Netbeans versions tested: 12.1, 12.2, 12.3 (12.2/12.3 are effected)
>  Tomcat (new installs): 8.5.60, 9.0.40, Payara (per Patrick Musembi)
>Reporter: Vlad Palnik
>Priority: Major
>  Labels: webapp, webapp-deployment
>
> To whomever it concerns,
>   
>  Bug in NetBeans 12.2, 12.3. Netbeans seems to interfere with the deployment 
> of web apps somehow and web apps are deployed twice.
>   
>  While deploying an app it follows this pattern: deploy => undeploy => deploy 
> (see build log below). I tried solving this issue by undeployed any previous 
> versions of the app manually and restarted Tomcat, the same error occurs. The 
> issue appears when using NB 12.2, 12.3
>   
>  When tested on NetBeans 12.1 using the same Java/Tomcat installation/config 
> no errors occur and deployment proceeds correctly.
>   
>  Steps to replicate:
>  1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1
>  2 Set Tomcat Server in Properties > Run
>  3. Build/Run project in 12.1, you will get a "Hello World" basic site.
>  4. Check build log, only a single deploy should show up.
>  5 Close 12.1 and open same project in 12.2/12.3
>  6 Before run/build make sure same server and java versions are selected
>  7 Build/Run project
>  8 Check build log, you will see two deploys of webapp
>   
>   
>  BUILD SUCCESS
>  
>  Total time:  18.211 s
>  Finished at: 2020-12-11T17:27:08-08:00
>  
>  Deploying on Tomcat 8.5.60
>      profile mode: false
>      debug mode: false
>      force redeploy: true
>  Starting Tomcat process...
>  Waiting for Tomcat...
>  Tomcat server started.
>  In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5
>  Deployment is in progress...
>  
> deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp
>  OK - Deployed application at context path [/myapp]
>  Start is in progress...
>  start?path=/myapp
>  OK - Started application at context path [/myapp]
>  Deploying on Tomcat 8.5.60
>      profile mode: false
>      debug mode: false
>      force redeploy: true
>  Undeploying ...
>  undeploy?path=/myapp
>  OK - Undeployed application at context path [/myapp]
>  In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 
>  Deployment is in progress...
>  
> deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp
>  OK - Deployed application at context path [/myapp]
>  Start is in progress...
>  start?path=/myapp
>  OK - Started application at context path [/myapp]
>   
>   



--
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