[jira] [Commented] (NETBEANS-3295) Let nbm:run-ide download NetBeans installation

2019-10-30 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3295:


Hi, 
 I think download is doable, but you will then have a zipped artefact in your 
local repo.
 Each time  you clean install, plugin will need to unzip artefacts ,this may 
cost time.

maybe it can be nice to ask people interested on dev ml to go to this issue, to 
consolidate with others.

Do you plan a Pull Request ?

> Let nbm:run-ide download NetBeans installation
> --
>
> Key: NETBEANS-3295
> URL: https://issues.apache.org/jira/browse/NETBEANS-3295
> Project: NetBeans
>  Issue Type: Improvement
>  Components: mavenutilities
>Reporter: Andreas Sewe
>Priority: Major
>
> At the moment, using {{nbm:run-ide}} to test against a NetBeans installation 
> requires the user to manually download and unzip a NetBeans archive and then 
> pointing the {{-Dnetbeans.installation}} property to the respective directory.
> I wonder whether the following would be doable:
>  * Download the NetBeans installation from some {{-Dnetbeans.downloadUrl}}
>  * Cache it in the local Maven repository
>  * And unzip it below {{project.build.directory}}
>  * Use that installation during the {{run-ide}} proper.
> Maybe this could be a new goal, e.g., {{materialize-ide}}.
> Then one would do the following:
> {noformat}
> 
>   
> 
>   materialize-ide
> 
>   
>   
> 
>   run-ide
> 
> 
>   
> ${project.build.outputDirectory}/netbeans/materialized-ide
> 
>   
>   
> ...
> 
> 
>   some.groupId
>   some.artifactId
>   someVersion
> 
>   
> 
> {noformat}
>  



--
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] [Resolved] (NETBEANS-3312) Netbeans does not show php class files

2019-10-30 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-3312.

Resolution: Incomplete

Please write your exact steps to reproduce it. Also expected and actual results.

Please attach the log as a file(not a description).

> Netbeans does not show php class files
> --
>
> Key: NETBEANS-3312
> URL: https://issues.apache.org/jira/browse/NETBEANS-3312
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows10 Pro
> OS 64 bits
> microprocessor x64, AMD A8 9600
> RAM 8 GB
>Reporter: juan jose
>Priority: Major
>
> INFO [null]: Last record repeated 2 more times.
> INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: 
> IOException in resolver FileElement(fast-check(magic:4e505353mask:) 
> null Result:application/x-netbeans-profiler-npss
> java.io.FileNotFoundException: 
> C:\netbeans\netbeans\ide\modules\org-netbeans-modules-usersguide.jar (El 
> sistema no puede encontrar la ruta especificada)
>  at java.util.zip.ZipFile.open(Native Method)
>  at java.util.zip.ZipFile.(ZipFile.java:225)
>  at java.util.zip.ZipFile.(ZipFile.java:155)
>  at java.util.jar.JarFile.(JarFile.java:166)
>  at java.util.jar.JarFile.(JarFile.java:103)
>  at sun.net.www.protocol.jar.URLJarFile.(URLJarFile.java:93)
>  at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
>  at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
>  at 
> sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
>  at 
> sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
>  at 
> org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
> Caused: java.io.FileNotFoundException: Cannot find 
> 'jar:file:/C:/netbeans/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
>  at 
> org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
>  at 
> org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
>  at 
> org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
>  at 
> org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
> [catch] at 
> org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
>  at 
> org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
>  at 
> org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
>  at 
> org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
>  at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
>  at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
>  at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
>  at 
> org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
>  at 
> org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
>  at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
>  at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
>  at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
>  at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
>  at org.openide.loaders.FolderList.access$600(FolderList.java:52)
>  at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
>  at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
> While parsing: MIMESupport$CachedFileObject@4151f560[Menu/Help/shortcuts.xml]
> While parsing: MIMESupport$CachedFileObject@4151f560[Menu/Help/shortcuts.xml]
> Caused: java.io.FileNotFoundException: 
> C:\netbeans\netbeans\ide\modules\org-netbeans-modules-utilities.jar (El 
> sistema no puede encontrar la ruta especificada)
>  at java.util.zip.ZipFile.open(Native Method)
>  at java.util.zip.ZipFile.(ZipFile.java:225)
>  at java.util.zip.ZipFile.(ZipFile.java:155)
>  at java.util.jar.JarFile.(JarFile.java:166)
>  at java.util.jar.JarFile.(JarFile.java:103)
>  at sun.net.www.protocol.jar.URLJarFile.(URLJarFile.java:93)
>  at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
>  at 

[jira] [Comment Edited] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-3158 at 10/30/19 10:59 PM:


What do you get when you run this on the command line:

java -version

And also:

javac -version

{quote}I am not going to netbeans.apache.org to describe the bug because I have 
done it here.{quote}

That's not very nice. :-) NetBeans is an Apache project, which means that 
filing an issue is only the first step, the next and real step is to engage the 
community -- not everyone is following the issue tracker, though there are lots 
of people on the mailing lists who are happy to help you, and you're able to 
help them too, it's a two way street, if you ask.

So I've asked for you, here:

https://lists.apache.org/thread.html/201fc688a4af2f8b022faf588600c7b69a73d9f5af7c88b90c848717@%3Cdev.netbeans.apache.org%3E


was (Author: geertjanwielenga):
What do you get when you run this on the command line:

java -version

And also:

javac -version

{quote}I am not going to netbeans.apache.org to describe the bug because I have 
done it here.{quote}

That's not very nice. :-) NetBeans is an Apache project, which means that 
filing an issue is only the first step, the next and real step is to engage the 
community -- not everyone is following the issue tracker, though there are lots 
of people on the mailing lists who are happy to help you, and you're able to 
help them to, it's a two way street, if you ask.

So I've asked for you, here:

https://lists.apache.org/thread.html/201fc688a4af2f8b022faf588600c7b69a73d9f5af7c88b90c848717@%3Cdev.netbeans.apache.org%3E

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-3158 at 10/30/19 10:57 PM:


So, you experience the problem you describe here specifically with 11.1 and 
11.2, or other versions too?

You're not behind a firewall of some kind and there's nothing special going on 
as far as you're aware?

You have permissions on the folder where you have installed NetBeans?

Until another reason is identified, the '/usr/local/Bins/D.' will continue to 
be what distinguishes your environment from everyone else, regardless of 
whether it has worked for you in the past.


was (Author: geertjanwielenga):
So, you experience the problem you describe here specifically with 11.1 and 
11.2, or other versions too?

You're not behind a firewall of some kind and there's nothing special going on 
as far as you're aware?

You have permissions on the folder where you have installed NetBeans?

Until another reason is identified, the '/usr/local/Bins/D.' will continue to 
be what distinguished your environment from everyone else, regardless of 
whether it has worked for you in the past.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-3158 at 10/30/19 10:57 PM:


So, you experience the problem you describe here specifically with 11.1 and 
11.2, or other versions too?

You're not behind a firewall of some kind and there's nothing special going on 
as far as you're aware?

You have permissions on the folder where you have installed NetBeans?

Until another reason is identified, the '/usr/local/Bins/D.' will continue to 
be what distinguished your environment from everyone else, regardless of 
whether it has worked for you in the past.


was (Author: geertjanwielenga):
So, you experience the problem you describe here specifically with 11.1 and 
11.2, or other versions too?

You're not behind a firewall of some kind and there's nothing special going on 
as far as you're aware?

You have permissions on the folder where you have installed NetBeans?

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-3158 at 10/30/19 10:56 PM:


So, you experience the problem you describe here specifically with 11.1 and 
11.2, or other versions too?

You're not behind a firewall of some kind and there's nothing special going on 
as far as you're aware?

You have permissions on the folder where you have installed NetBeans?


was (Author: geertjanwielenga):
So, you experience the problem you describe here specifically with 11.1 and 
11.2, or other versions too?

You're not behind a firewall of some kind and there's nothing special going on 
as far as you're aware?

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

So, you experience the problem you describe here specifically with 11.1 and 
11.2, or other versions too?

You're not behind a firewall of some kind and there's nothing special going on 
as far as you're aware?

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

java -version
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.4+11, mixed mode)

javac -version
javac 11.0.4

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-3158 at 10/30/19 10:50 PM:


What do you get when you run this on the command line:

java -version

And also:

javac -version

{quote}I am not going to netbeans.apache.org to describe the bug because I have 
done it here.{quote}

That's not very nice. :-) NetBeans is an Apache project, which means that 
filing an issue is only the first step, the next and real step is to engage the 
community -- not everyone is following the issue tracker, though there are lots 
of people on the mailing lists who are happy to help you, and you're able to 
help them to, it's a two way street, if you ask.

So I've asked for you, here:

https://lists.apache.org/thread.html/201fc688a4af2f8b022faf588600c7b69a73d9f5af7c88b90c848717@%3Cdev.netbeans.apache.org%3E


was (Author: geertjanwielenga):
What do you get when you run this on the command line:

java -version

And also:

javac -version

{quote}I am not going to netbeans.apache.org to describe the bug because I have 
done it here.{quote}

That's not very nice. :-) NetBeans is an Apache project, which means that 
filing an issue is only the first step, the next and real step is to engage the 
community -- not everyone is following the issue tracker, though there are lots 
of people on the mailing lists who are happy to help you, and you're able to 
help them to, it's a two way street, if you ask.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

What do you get when you run this on the command line:

java -version

And also:

javac -version

{quote}I am not going to netbeans.apache.org to describe the bug because I have 
done it here.{quote}

That's not very nice. :-) NetBeans is an Apache project, which means that 
filing an issue is only the first step, the next and real step is to engage the 
community -- not everyone is following the issue tracker, though there are lots 
of people on the mailing lists who are happy to help you, and you're able to 
help them to, it's a two way street, if you ask.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 10:43 PM:
--

Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):[^messages.log]

 

^There is nothing wrong with '/usr/local/Bins/*'. It is where I install 
distro-independent things:^

^echo $NETBEANS_HOME^

^/usr/local/Bins/D.Netbeans^

 

^echo $JAVA_HOME^

^/usr/local/Bins/D.Java^

 

echo $PATH

/home/manolo/bin:/home/common/bin:/usr/local/Bins/D.Java/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

 

^'/user/local' is a link and so are '/usr/local/Bins/D.Netbeans' (source 
netbeans-11.2) & '/usr/local/Bins/D.Java' (source jdk-11.0.4+11). I have been 
using this scheme for decades with different versions of Java & Netbeans. It 
works perfectly (except for the mentioned bug) with netbeans.1.11.^

 

^I am not going to netbeans.apache.org to describe the bug because I have done 
it here.^


was (Author: glesialo):
Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):[^messages.log]

 

^There is nothing wrong with '/usr/local/Bins/*'. It is where I install 
distro-independent things:^

^echo $NETBEANS_HOME^

^/usr/local/Bins/D.Netbeans^

 

^echo $JAVA_HOME^

^/usr/local/Bins/D.Java^

echo $PATH

/home/manolo/bin:/home/common/bin:/usr/local/Bins/D.Java/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

 

^'/user/local' is a link and so are '/usr/local/Bins/D.Netbeans' (source 
netbeans-11.2) & '/usr/local/Bins/D.Java' (source jdk-11.0.4+11). I have been 
using this scheme for decades with different versions of Java & Netbeans. It 
works perfectly (except for the mentioned bug) with netbeans.1.11.^

 

^I am not going to netbeans.apache.org to describe the bug because I have done 
it here.^

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 10:42 PM:
--

Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):[^messages.log]

 

^There is nothing wrong with '/usr/local/Bins/*'. It is where I install 
distro-independent things:^

^echo $NETBEANS_HOME^

^/usr/local/Bins/D.Netbeans^

 

^echo $JAVA_HOME^

^/usr/local/Bins/D.Java^

echo $PATH

/home/manolo/bin:/home/common/bin:/usr/local/Bins/D.Java/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

 

^'/user/local' is a link and so are '/usr/local/Bins/D.Netbeans' (source 
netbeans-11.2) & '/usr/local/Bins/D.Java' (source jdk-11.0.4+11). I have been 
using this scheme for decades with different versions of Java & Netbeans. It 
works perfectly (except for the mentioned bug) with netbeans.1.11.^

 

^I am not going to netbeans.apache.org to describe the bug because I have done 
it here.^


was (Author: glesialo):
Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):[^messages.log]

 

^There is nothing wrong with '/usr/local/Bins/*'. It is where I install 
distro-independent things:^

^echo $NETBEANS_HOME^

^/usr/local/Bins/D.Netbeans^

 

^echo $JAVA_HOME^

^/usr/local/Bins/D.Java^

 

^'/user/local' is a link and so are '/usr/local/Bins/D.Netbeans' (source 
netbeans-11.2) & '/usr/local/Bins/D.Java' (source jdk-11.0.4+11). I have been 
using this scheme for decades with different versions of Java & Netbeans. It 
works perfectly (except for the mentioned bug) with netbeans.1.11.^ 

 

^I am not going to netbeans.apache.org to describe the bug because I have done 
it here.^

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 10:38 PM:
--

Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):[^messages.log]

 

^There is nothing wrong with '/usr/local/Bins/*'. It is where I install 
distro-independent things:^

^echo $NETBEANS_HOME^

^/usr/local/Bins/D.Netbeans^

 

^echo $JAVA_HOME^

^/usr/local/Bins/D.Java^

 

^'/user/local' is a link and so are '/usr/local/Bins/D.Netbeans' (source 
netbeans-11.2) & '/usr/local/Bins/D.Java' (source jdk-11.0.4+11). I have been 
using this scheme for decades with different versions of Java & Netbeans. It 
works perfectly (except for the mentioned bug) with netbeans.1.11.^ 

 

^I am not going to netbeans.apache.org to describe the bug because I have done 
it here.^


was (Author: glesialo):
Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):[^messages.log]

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

What does this mean:

/usr/local/Bins/D.

You have that everywhere, e.g.:

/usr/local/Bins/D.Netbeans

That can't be right.

And your -Djdk.home is:

/usr/local/Bins/D.Java

That doesn't make sense, does it?

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias updated NETBEANS-3158:
--
Attachment: messages.log

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):[^messages.log]

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> Attachments: messages.log
>
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 10:26 PM:
--

I already checked the Plugin Manager under Tools: All are enabled but 'nbjavac' 
& 'javafx' are not in the list.


was (Author: glesialo):
I already checked the Plugin Manager under Tools: All are enabled but 'nbjavac' 
& 'javafx' are not in the list.

Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):

 

---
>Log Session: Wednesday, October 30, 2019 at 8:55:04 PM Central European 
>Standard Time
>System Info: 
 Product Version = Apache NetBeans IDE 11.2
 Operating System = Linux version 5.0.0-32-generic running on amd64
 Java; VM; Vendor = 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11; AdoptOpenJDK
 Runtime = OpenJDK Runtime Environment 11.0.4+11
 Java Home = /home/common/UserLocal/Bins/jdk-11.0.4+11
 System Locale; Encoding = en_IE (nb); UTF-8
 Home Directory = /home/manolo
 Current Directory = /home/manolo/Temp
 User Directory = /home/manolo/Temp/Test/.netbeans/11.2
 Cache Directory = /home/manolo/Temp/Test/.cache/netbeans/11.2
 Installation = /usr/local/Bins/D.Netbeans/netbeans/nb
 /usr/local/Bins/D.Netbeans/netbeans/ide
 /usr/local/Bins/D.Netbeans/netbeans/extide
 /usr/local/Bins/D.Netbeans/netbeans/websvccommon
 /usr/local/Bins/D.Netbeans/netbeans/harness
 /usr/local/Bins/D.Netbeans/netbeans/platform
 Boot & Ext. Classpath = 
 Application Classpath = 
/usr/local/Bins/D.Netbeans/netbeans/platform/lib/boot.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-modules.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-util.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-util-lookup.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-util-ui.jar
 Startup Classpath = 
/usr/local/Bins/D.Netbeans/netbeans/platform/core/org-openide-filesystems.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/core.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/asm-all-5.0.1.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/org-netbeans-libs-asm.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/core-base.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/org-openide-filesystems-compat8.jar:/usr/local/Bins/D.Netbeans/netbeans/nb/core/org-netbeans-upgrader.jar:/usr/local/Bins/D.Netbeans/netbeans/nb/core/locale/core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/usr/local/Bins/D.Netbeans/netbeans/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which 
is deprecated.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
 org.openide.util.lookup [8.39 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.util [9.13 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.util.ui [9.14 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.modules [7.54 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.annotations.common/1 [1.33 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.filesystems [9.16 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.awt [7.74 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.progress/1 [1.53 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.progress.nb [1.53 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.dialogs [7.48 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.nodes [7.51 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.windows [6.83 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.modules.editor.mimelookup/1 [1.46 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.text [6.73 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.scripting [1.3 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.swing.tabcontrol [1.62 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.swing.outline [1.40 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.explorer [6.68 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.actions [6.45 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.modules.queries/1 [1.49 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.templates [1.14 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.filesystems.nb [9.16 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.loaders [7.73 

[jira] [Commented] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

In fact, there’s lots of this, all of them seem odd:

/usr/local/Bins/d.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

I recommend you completely close NetBeans. Then deploy to Payara from the 
command line. How long does that take compared to deploying from NetBeans?

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

And, no, there is no JDK that comes with the NetBeans install. NetBeans is not 
bundled with any JDK.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

11.1 definitely does start with JDK 8, so there’s a problem with your 
environment right there.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

You have started and deployed to Payara outside of NetBeans and that doesn’t 
make a difference? Then it’s a problem with Payara. Best would be to go to 
netbeans.apache.org, find the page with the mailing lists, join the dev mailing 
list, and describe your problem on the dev mailing list so that others using 
Payara and developing Payara support can advise you.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson edited comment on NETBEANS-3316 at 10/30/19 8:54 PM:
---

Payara runs using jdk1.8.0_191 and netbeans 11.1 uses jdk-11.0.1 as it would 
not start with jdk1.8.0_191 (launcher claims it is not valid) even though 
netbeans 8.2 runs using the same version (1.8.0_191) without issues.

(although message.log seems to indicate 11.1 IS running on jdk1.8.0_191 even 
though the launcher complained).

Same thing happened when using the jdk-11.0.1 that came with the netbeans 
install so I tried using the same one as payara.


was (Author: naris):
Payara runs using jdk1.8.0_191 and netbeans 11.1 uses jdk-11.0.1 as it would 
not start with jdk1.8.0_191 (launcher claims it is not valid) even though 
netbeans 8.2 runs using the same version (1.8.0_191) without issues.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

This is a newly installed version of netbeans 11.1 that was just downloaded.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson edited comment on NETBEANS-3316 at 10/30/19 8:51 PM:
---

This happens in every single use of netbeans on every computer for every user. 
The environments are windows 10 and windows 7 mostly on laptops with 16gb ram 
and intel processors. This problem is definitely netbeans as it takes about 6 
minutes using netbeans 8.2 and 30 minutes using netbeans 11 on the same 
computer with the same application and the same local install of payara 4.2, 
This is consistent on every computer for every user.

We have deployed to payara outside of netbeans and it does not make a 
difference.

Here are all the messages.logs I could find


was (Author: naris):
This happens in every single use of netbeans on every computer for every user. 
Tee environments are windows 10 and windows 7 mostly on laptops with 16gb ram 
and intel processors. This problem is definitely netbeans as it takes about 6 
minutes using netbeans 8.2 and 30 minutes using netbeans 11 on the same 
computer with the same application and the same local install of payara 4.2, 
This is consistent on every computer for every user.

We have deployed to payara outside of netbeans and it does not make a 
difference.

Here are all the messages.logs I could find

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Best would be to go to netbeans.apache.org, join the dev mailing list, and 
describe your problem there.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Indeed, nb-javac and javafx should not be in the list in 11.2. They’re 
distributed differently in 11.2.

When you post a messages.log, the idea is to upload a file, not paste 
everything in your message. This is hard to work with.

Your -Djdk.home looks pretty weird.

Why is that set to usr/local/Bins/D.java ?

It seems a strange path to me. 

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson edited comment on NETBEANS-3316 at 10/30/19 8:46 PM:
---

Payara runs using jdk1.8.0_191 and netbeans 11.1 uses jdk-11.0.1 as it would 
not start with jdk1.8.0_191 (launcher claims it is not valid) even though 
netbeans 8.2 runs using the same version (1.8.0_191) without issues.


was (Author: naris):
Payara runs using jdk1.8.0_191 and netbeans 11.1 uses jdk-11.0.1 as it would 
not start with jdk1.8.0_191 (claims it is not valid) even though netbeans 8.2 
runs using the same version (1.8.0_191) without issues.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

Payara runs using jdk1.8.0_191 and netbeans 11.1 uses jdk-11.0.1 as it would 
not start with jdk1.8.0_191 (claims it is not valid) even though netbeans 8.2 
runs using the same version (1.8.0_191) without issues.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

same thing happens if you click run or debug at the project level or on a file 
in the project

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Attachment: messages.log.2
messages.log.1
messages.log

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

yes, same jdk in 11.1 and 8.2 (both installed on same computers)

 

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

This happens in every single use of netbeans on every computer for every user. 
Tee environments are windows 10 and windows 7 mostly on laptops with 16gb ram 
and intel processors. This problem is definitely netbeans as it takes about 6 
minutes using netbeans 8.2 and 30 minutes using netbeans 11 on the same 
computer with the same application and the same local install of payara 4.2, 
This is consistent on every computer for every user.

We have deployed to payara outside of netbeans and it does not make a 
difference.

Here are all the messages.logs I could find

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
> Attachments: messages.log, messages.log.1, messages.log.2
>
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

Also — are you using the same JDK un 11.1 as in 8.2?

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I already checked the Plugin Manager under Tools: All are enabled but 'nbjavac' 
& 'javafx' are not in the list.

Last messages.log (fresh start, nothing imported, create new project + open old 
project tries):

 

---
>Log Session: Wednesday, October 30, 2019 at 8:55:04 PM Central European 
>Standard Time
>System Info: 
 Product Version = Apache NetBeans IDE 11.2
 Operating System = Linux version 5.0.0-32-generic running on amd64
 Java; VM; Vendor = 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11; AdoptOpenJDK
 Runtime = OpenJDK Runtime Environment 11.0.4+11
 Java Home = /home/common/UserLocal/Bins/jdk-11.0.4+11
 System Locale; Encoding = en_IE (nb); UTF-8
 Home Directory = /home/manolo
 Current Directory = /home/manolo/Temp
 User Directory = /home/manolo/Temp/Test/.netbeans/11.2
 Cache Directory = /home/manolo/Temp/Test/.cache/netbeans/11.2
 Installation = /usr/local/Bins/D.Netbeans/netbeans/nb
 /usr/local/Bins/D.Netbeans/netbeans/ide
 /usr/local/Bins/D.Netbeans/netbeans/extide
 /usr/local/Bins/D.Netbeans/netbeans/websvccommon
 /usr/local/Bins/D.Netbeans/netbeans/harness
 /usr/local/Bins/D.Netbeans/netbeans/platform
 Boot & Ext. Classpath = 
 Application Classpath = 
/usr/local/Bins/D.Netbeans/netbeans/platform/lib/boot.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-modules.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-util.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-util-lookup.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/lib/org-openide-util-ui.jar
 Startup Classpath = 
/usr/local/Bins/D.Netbeans/netbeans/platform/core/org-openide-filesystems.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/core.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/asm-all-5.0.1.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/org-netbeans-libs-asm.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/core-base.jar:/usr/local/Bins/D.Netbeans/netbeans/platform/core/org-openide-filesystems-compat8.jar:/usr/local/Bins/D.Netbeans/netbeans/nb/core/org-netbeans-upgrader.jar:/usr/local/Bins/D.Netbeans/netbeans/nb/core/locale/core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/usr/local/Bins/D.Netbeans/netbeans/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which 
is deprecated.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
 org.openide.util.lookup [8.39 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.util [9.13 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.util.ui [9.14 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.modules [7.54 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.annotations.common/1 [1.33 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.filesystems [9.16 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.awt [7.74 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.progress/1 [1.53 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.progress.nb [1.53 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.dialogs [7.48 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.nodes [7.51 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.windows [6.83 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.modules.editor.mimelookup/1 [1.46 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.text [6.73 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.scripting [1.3 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.swing.tabcontrol [1.62 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.swing.outline [1.40 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.explorer [6.68 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.actions [6.45 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.modules.queries/1 [1.49 
11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.templates [1.14 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.filesystems.nb [9.16 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.openide.loaders [7.73 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.intent [1.8 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 org.netbeans.api.io [1.9 11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54]
 

[jira] [Commented] (NETBEANS-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

You’ll really need to provide a lot of details for help in this one. Your 
complete environment, your messages.log after reproducing with a fresh userdir, 
would be a start. Try deploy to Payara outside NetBeans to see if that makes a 
difference and if it does the problem is not NetBeans but Payara.

> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Can’t help until you put the messages.log here. But only after a fresh userdir 
restart.

Without that, impossible to guess how to help.

One thing — maybe go to the Plugin Manager under Tools and enable everything.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Description: 
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project to the local server again and then get stuck at 50% 
completion for over 20-30 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and it has 
gotten to the point where netbeans is unusable for web development.

 

  was:
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and it has 
gotten to the point where netbeans is unusable for web development.

 


> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes in Netbeans 11.1 (in 8.2 it would take 
> 2-6 minutes). This delay seems to be getting longer with each release and it 
> has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Description: 
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project to the local server again and then get stuck at 50% 
completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and it has 
gotten to the point where netbeans is unusable for web development.

 

  was:
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project to the local server again and then get stuck at 50% 
completion for over 20-30 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and it has 
gotten to the point where netbeans is unusable for web development.

 


> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project to the local server again and then get stuck at 
> 50% completion for over 20-30 minutes using Netbeans 11.1 (in 8.2 it would 
> take 2-6 minutes). This delay seems to be getting longer with each release 
> and it has gotten to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Description: 
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and it has 
gotten to the point where netbeans is unusable for web development.

 

  was:
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable for web development.

 


> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project ot the local server again and get stuck at 50% 
> completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
> minutes). This delay seems to be getting longer with each release and it has 
> gotten to the point where netbeans is unusable for web development.
>  



--
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] [Created] (NETBEANS-3317) 11.2 beta 3: NoSuchFieldError: bound at org.netbeans.api.java.source.SourceUtils.getBound

2019-10-30 Thread Andre Moraes (Jira)
Andre Moraes created NETBEANS-3317:
--

 Summary: 11.2 beta 3: NoSuchFieldError: bound at 
org.netbeans.api.java.source.SourceUtils.getBound
 Key: NETBEANS-3317
 URL: https://issues.apache.org/jira/browse/NETBEANS-3317
 Project: NetBeans
  Issue Type: Bug
Reporter: Andre Moraes



{noformat}
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
indexing of 3 source roots took: 17,333 ms (New or modified files: 0, Deleted 
files: 0) [Adding listeners took: 0 ms]INFO 
[org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
indexing of 3 source roots took: 17,333 ms (New or modified files: 0, Deleted 
files: 0) [Adding listeners took: 0 ms]WARNING 
[org.netbeans.TopSecurityManager]: use of system property netbeans.user has 
been obsoleted in favor of InstalledFileLocator/Places at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:927)WARNING
 [org.openide.filesystems.Ordering]: Not all children in / marked with the 
position attribute: 
[org-netbeans-modules-lsp-client-bindings-HyperlinkProviderImpl.instance], but 
some are: [JavaHyperlinkProvider.instance, 
org.netbeans.modules.j2ee.persistence.editor.hyperlink.NamedQueryHyperlinkProvider.instance,
 HyperlinkProviderImpl.instance, 
org-netbeans-modules-editor-url-HyperlinkImpl.instance]WARNING 
[org.netbeans.modules.java.source.nbjavac.parsing.PartialReparserImpl]: Javac 
returned startpos: 4,917 > endpos: -1SEVERE 
[org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.spi.editor.completion.support.AsyncCompletionTaskjava.lang.NoSuchFieldError:
 bound at 
org.netbeans.api.java.source.SourceUtils.getBound(SourceUtils.java:198) at 
org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:450)
 at 
org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:363)
 at com.sun.tools.javac.code.Type$WildcardType.accept(Type.java:943) at 
javax.lang.model.util.AbstractTypeVisitor6.visit(AbstractTypeVisitor6.java:91) 
at 
org.netbeans.api.java.source.TypeUtilities.getTypeName(TypeUtilities.java:146) 
at org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:301) 
at org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:290) 
at 
org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1784)
 at 
org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1730)
 at 
org.netbeans.modules.editor.java.JavaCompletionItem.createExecutableItem(JavaCompletionItem.java:180)
 at 
org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:111)
 at 
org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:49)
 at 
org.netbeans.modules.java.completion.JavaCompletionTask.addMembers(JavaCompletionTask.java:3692)
 at 
org.netbeans.modules.java.completion.JavaCompletionTask.insideMemberSelect(JavaCompletionTask.java:1836)
 at 
org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:375)
 at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93) at 
org.netbeans.modules.java.completion.JavaCompletionTask.run(JavaCompletionTask.java:60)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181) 
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178) 
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
 at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81) 
at 
org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.query(JavaCompletionProvider.java:193)
 at 
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:198)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at 
org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at 

[jira] [Updated] (NETBEANS-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Description: 
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable for web development.

 

  was:
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable.

 


> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project ot the local server again and get stuck at 50% 
> completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
> minutes). This delay seems to be getting longer with each release and has 
> come to the point where netbeans is unusable for web development.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Description: 
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). THis delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable.

 

  was:
When working on a Java EE Web Project, attempting to start or debug the project 
takes an extremely long time - over 20 minutes to start an application on a 
local paya server on a windows 10 machine with the local payara server already 
loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). THis delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable.

 


> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project ot the local server again and get stuck at 50% 
> completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
> minutes). THis delay seems to be getting longer with each release and has 
> come to the point where netbeans is unusable.
>  



--
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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Description: 
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). This delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable.

 

  was:
When working on any Java EE Web Project, attempting to start or debug the 
project takes an extremely long time - over 20 minutes to start an application 
on a local paya server on a windows 10 machine with the local payara server 
already loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). THis delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable.

 


> Running Java EE projects on Payara takes a VERY LONG TIME to start
> --
>
> Key: NETBEANS-3316
> URL: https://issues.apache.org/jira/browse/NETBEANS-3316
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Project, javaee - Web Project, 
> serverplugins - GlassFish
>Affects Versions: 8.2, 11.1
> Environment: Windows 10 64-bit
> Payara 4,2
> Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
>Reporter: Murray Wilson
>Priority: Critical
>
> When working on any Java EE Web Project, attempting to start or debug the 
> project takes an extremely long time - over 20 minutes to start an 
> application on a local paya server on a windows 10 machine with the local 
> payara server already loaded, even if the project had already having been 
> deployed.
> It will deploy the project ot the local server again and get stuck at 50% 
> completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
> minutes). This delay seems to be getting longer with each release and has 
> come to the point where netbeans is unusable.
>  



--
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] [Created] (NETBEANS-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-30 Thread Murray Wilson (Jira)
Murray Wilson created NETBEANS-3316:
---

 Summary: Running Java EE projects on Payara takes a VERY LONG TIME 
to start
 Key: NETBEANS-3316
 URL: https://issues.apache.org/jira/browse/NETBEANS-3316
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Performance, java - Project, javaee - Web Project, 
serverplugins - GlassFish
Affects Versions: 11.1, 8.2
 Environment: Windows 10 64-bit
Payara 4,2
Java 1.8,0_231 64 bit (also happens with Java 11.0.1 64 bit)
Reporter: Murray Wilson


When working on a Java EE Web Project, attempting to start or debug the project 
takes an extremely long time - over 20 minutes to start an application on a 
local paya server on a windows 10 machine with the local payara server already 
loaded, even if the project had already having been deployed.

It will deploy the project ot the local server again and get stuck at 50% 
completion for over 20 minutes in Netbeans 11.1 (in 8.2 it would take 2-6 
minutes). THis delay seems to be getting longer with each release and has come 
to the point where netbeans is unusable.

 



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 8:11 PM:
-

When I say that the File/New-Project's dialog is broken I mean that, no matter 
what I type, only the 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

 

Creating a new project & opening an old one are really basic functionalities. I 
can't test the bug of reference with a version so messed up :(


was (Author: glesialo):
When I say the the File/New-Project's dialog is broken I mean that, no matter 
what I type, only the 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

 

Creating a new project & opening an old one are really basic functionalities. I 
can't test the bug of reference with a version so messed up :(

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 8:11 PM:
-

When I say the the File/New-Project's dialog is broken I mean that, no matter 
what I type, only the 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

 

Creating a new project & opening an old one are really basic functionalities. I 
can't test the bug of reference with a version so messed up :(


was (Author: glesialo):
When I say the the File/New-Project's dialog is broken I mean that no matter 
what I type only 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

 

Creating a new project & opening an old one are really basic functionalities. I 
can't test the bug of reference with a version so messed up :(

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 8:08 PM:
-

When I say the the File/New-Project's dialog is broken I mean that no matter 
what I type only 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

 

Creating a new project & opening an old one are really basic functionalities. I 
can't test the bug of reference with a version so messed up :(


was (Author: glesialo):
When I say the the File/New-Project's dialog is broken I mean that no matter 
what I type only 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

 

Creating a new project & opening an old one are really basic funcionalities. I 
can't test the bug of reference with a version so messed up :-(

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 8:07 PM:
-

When I say the the File/New-Project's dialog is broken I mean that no matter 
what I type only 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

 

Creating a new project & opening an old one are really basic funcionalities. I 
can't test the bug of reference with a version so messed up :-(


was (Author: glesialo):
When I say the the File/New-Project's dialog is broken I mean that no matter 
what I type only 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

When I say the the File/New-Project's dialog is broken I mean that no matter 
what I type only 'Cancel' & 'Help' buttons are enabled.

There are no error messages in '.netbeans/11.2/var/log/messages.log' when I try 
to open any old project. '' appears in 
'Project Name' window.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 7:51 PM:
-

Projects that I have written: 'Java Application' or 'Java Class Library'. I can 
open them, compile, etc. in netbeans.11.1.


was (Author: glesialo):
Projects I have written: 'Java Application' or 'Java Class Library'. I can open 
them, etc in netbeans.11.1.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Something really messed up somewhere. Fresh userdir, don’t import anything, 
upload here messages.log from fresh userdir the first time you encounter a 
problem like this.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 7:50 PM:
-

Projects I have written: 'Java Application' or 'Java Class Library'. I can open 
them, etc in netbeans.11.1.


was (Author: glesialo):
Projects I have written: 'Java Application' or 'Java Class Library'.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Projects I have written: 'Java Application' or 'Java Class Library'.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

And what type of project is the old project that can’t be opened?

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Start with a fresh userdir please and indeed don’t import anything. Then when a 
problem occurs, upload here the messages.log from the var folder in the user 
directory (which is where the About box under the Help menu tells you it is).

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 7:37 PM:
-

Even if I don't import anything, from 11.1 configuration, the 
File/New-Project's dialog is broken. If I browse to an old project I can't open 
it ()


was (Author: glesialo):
Even if I don't import anything from 11.1 configuration the File/New-Project's 
dialog is broken. If I browse to an old project I can't open it ()

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 7:37 PM:
-

Fresh user directory: Even if I don't import anything, from 11.1 configuration, 
the File/New-Project's dialog is broken. If I browse to an old project I can't 
open it ().


was (Author: glesialo):
Even if I don't import anything, from 11.1 configuration, the 
File/New-Project's dialog is broken. If I browse to an old project I can't open 
it ()

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Even if I don't import anything from 11.1 configuration the File/New-Project's 
dialog is broken. If I browse to an old project I can't open it ()

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

You’re going to need to start with a fresh user directory. In 
etc/netbeans.conf, change the userdir setting and cachedir setting to non 
existent folder names and they’ll be recreated.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 7:13 PM:
-

Installed 'Apache-NetBeans-11.2-bin-linux-x64.sh' (Only IDE).
Can't test anything:
- Plug-ins 'nbjavac' & 'javafx' are not installed.
- In netbeans-11.1, above plug-ins are installed when a 
new_project_created/old_project_opened.
- File/New-Project dialog is broken. Can't create a new project.
- When I try to open an old project I get 

Note: Invokation warning (with OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11):
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.swing.plaf.gtk.ThemeValue 
(jar:file:/usr/local/Bins/D.Netbeans/netbeans/platform/modules/org-netbeans-swing-plaf.jar!/)
 to method 
javax.swing.plaf.synth.SynthStyle.getColorForState(javax.swing.plaf.synth.SynthContext,javax.swing.plaf.synth.ColorType)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.swing.plaf.gtk.ThemeValue


was (Author: glesialo):
Installed 'Apache-NetBeans-11.2-bin-linux-x64.sh' (Only IDE).
 Can't test anything:
 Plug-ins 'nbjavac' & 'javafx' are not installed.
 In netbeans-11.1, above plug-ins are installed when a 
new_project_created/old_project_opened.
 File/New-Project dialog is broken. Can't create a new project.
 When I try to open an old project I get 

Note: invokation warning (with OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11):
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.swing.plaf.gtk.ThemeValue 
(jar:file:/usr/local/Bins/D.Netbeans/netbeans/platform/modules/org-netbeans-swing-plaf.jar!/)
 to method 
javax.swing.plaf.synth.SynthStyle.getColorForState(javax.swing.plaf.synth.SynthContext,javax.swing.plaf.synth.ColorType)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.swing.plaf.gtk.ThemeValue

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Installed 'Apache-NetBeans-11.2-bin-linux-x64.sh' (Only IDE).
 Can't test anything:
 Plug-ins 'nbjavac' & 'javafx' are not installed.
 In netbeans-11.1, above plug-ins are installed when a 
new_project_created/old_project_opened.
 File/New-Project dialog is broken. Can't create a new project.
 When I try to open an old project I get 

Note: invokation warning (with OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11):
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.swing.plaf.gtk.ThemeValue 
(jar:file:/usr/local/Bins/D.Netbeans/netbeans/platform/modules/org-netbeans-swing-plaf.jar!/)
 to method 
javax.swing.plaf.synth.SynthStyle.getColorForState(javax.swing.plaf.synth.SynthContext,javax.swing.plaf.synth.ColorType)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.swing.plaf.gtk.ThemeValue

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Get the installer of your choice here: 
https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3315) Trying to rename (refactor) a method

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3315:
-

Yes, either uninstall nb-javac or wait for its next release, which will be soon.

> Trying to rename (refactor) a method
> 
>
> Key: NETBEANS-3315
> URL: https://issues.apache.org/jira/browse/NETBEANS-3315
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring, java - Refactoring
>Affects Versions: 11.2
> Environment: w10, jdk1.8, netbeans 11.2 beta 3
>Reporter: jose luis romero
>Priority: Major
>
> After adding an Interface to an Abstract class and starting to implement its 
> methods, I decided to rename a method to match one of the Interface
> {code:java}
> java.util.NoSuchElementException
>   at 
> java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:721)
>   at 
> java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742)
>   at 
> org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.capCache(ParameterNameProviderImpl.java:196)
>   at 
> org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.getParameterName(ParameterNameProviderImpl.java:181)
>   at 
> org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$1.invoke(ParameterNameProviderImpl.java:90)
>   at com.sun.proxy.$Proxy61.getParameterName(Unknown Source)
>   at 
> com.sun.tools.javac.code.MissingInfoHandler.getParameterName(MissingInfoHandler.java:63)
>   at 
> com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1746)
>   at 
> com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1731)
>   at 
> org.netbeans.modules.java.navigation.ElementScanningTask.createHtmlHeader(ElementScanningTask.java:497)
>   at 
> org.netbeans.modules.java.navigation.ElementScanningTask.element2description(ElementScanningTask.java:359)
>   at 
> org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:309)
>   at 
> org.netbeans.modules.java.navigation.ElementScanningTask.runImpl(ElementScanningTask.java:157)
>   at 
> org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:96)
>   at 
> org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:77)
> [catch] at 
> org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {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] [Commented] (NETBEANS-3314) Inputfield missaligned in gradle project wizard.

2019-10-30 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3314:
---

Or a frame around that panel would be more appropriate?

> Inputfield missaligned in gradle project wizard.
> 
>
> Key: NETBEANS-3314
> URL: https://issues.apache.org/jira/browse/NETBEANS-3314
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Laszlo Kishalmi
>Priority: Minor
> Attachments: image-2019-10-30-09-56-31-838.png, screenshot-1.png
>
>
> There is a little missalignment of an inputfield at the gradle Java 
> Application wizard.
> Steps to reproduce:
> - Create new Java with Gradle -> Java Application project
> - See the wizard
> - The last inputfield "Main Class Name" is missaligned.



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Probably the final bits are being uploaded now, wait a bit and it’ll be ok.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3314) Inputfield missaligned in gradle project wizard.

2019-10-30 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3314:
---

!image-2019-10-30-09-56-31-838.png!

> Inputfield missaligned in gradle project wizard.
> 
>
> Key: NETBEANS-3314
> URL: https://issues.apache.org/jira/browse/NETBEANS-3314
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Laszlo Kishalmi
>Priority: Minor
> Attachments: image-2019-10-30-09-56-31-838.png, screenshot-1.png
>
>
> There is a little missalignment of an inputfield at the gradle Java 
> Application wizard.
> Steps to reproduce:
> - Create new Java with Gradle -> Java Application project
> - See the wizard
> - The last inputfield "Main Class Name" is missaligned.



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 4:56 PM:
-

File:  
'[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-bin.zip|https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? I'd also like to have its 
SHA512.


was (Author: glesialo):
File:  
'[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-bin.zip|https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? '

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3314) Inputfield missaligned in gradle project wizard.

2019-10-30 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-3314:
--
Attachment: image-2019-10-30-09-56-31-838.png

> Inputfield missaligned in gradle project wizard.
> 
>
> Key: NETBEANS-3314
> URL: https://issues.apache.org/jira/browse/NETBEANS-3314
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Laszlo Kishalmi
>Priority: Minor
> Attachments: image-2019-10-30-09-56-31-838.png, screenshot-1.png
>
>
> There is a little missalignment of an inputfield at the gradle Java 
> Application wizard.
> Steps to reproduce:
> - Create new Java with Gradle -> Java Application project
> - See the wizard
> - The last inputfield "Main Class Name" is missaligned.



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 4:56 PM:
-

File:  
'[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-bin.zip|https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? I'd also like to have its 
SHA512.


was (Author: glesialo):
File:  
'[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-bin.zip|https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? I'd also like to have its 
SHA512.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 4:54 PM:
-

File:  
'[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-bin.zip|https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? '


was (Author: glesialo):
File:  
'[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? '

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/30/19 4:48 PM:
-

File:  
'[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? '


was (Author: glesialo):
File '

 

[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? '

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

File '

 

[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.2-vc1/netbeans-11.2-vc1-source.zip]'
 does not exist. Where should I download it from? '

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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] [Created] (NETBEANS-3315) Trying to rename (refactor) a method

2019-10-30 Thread jose luis romero (Jira)
jose luis romero created NETBEANS-3315:
--

 Summary: Trying to rename (refactor) a method
 Key: NETBEANS-3315
 URL: https://issues.apache.org/jira/browse/NETBEANS-3315
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring, java - Refactoring
Affects Versions: 11.2
 Environment: w10, jdk1.8, netbeans 11.2 beta 3
Reporter: jose luis romero


After adding an Interface to an Abstract class and starting to implement its 
methods, I decided to rename a method to match one of the Interface


{code:java}
java.util.NoSuchElementException
at 
java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:721)
at 
java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.capCache(ParameterNameProviderImpl.java:196)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.getParameterName(ParameterNameProviderImpl.java:181)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$1.invoke(ParameterNameProviderImpl.java:90)
at com.sun.proxy.$Proxy61.getParameterName(Unknown Source)
at 
com.sun.tools.javac.code.MissingInfoHandler.getParameterName(MissingInfoHandler.java:63)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1746)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1731)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.createHtmlHeader(ElementScanningTask.java:497)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.element2description(ElementScanningTask.java:359)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:309)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.runImpl(ElementScanningTask.java:157)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:96)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:77)
[catch] at 
org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{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] [Commented] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

I’m sure you would. But then it’s too late. Try it out now and give feedback, 
thanks.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Hello Geertjan,

I'd rather wait until 'apache-netbeans-11-2-*' is available in 
'https://netbeans.apache.org/download' with checksum, installer, etc.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-3314) Inputfield missaligned in gradle project wizard.

2019-10-30 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3314:
---

Well, that is misaligned as the Main Class Name input is provided as a separate 
panel in the customization dialog.

What about to have a horizontal ruler between that and the rest of the input?

> Inputfield missaligned in gradle project wizard.
> 
>
> Key: NETBEANS-3314
> URL: https://issues.apache.org/jira/browse/NETBEANS-3314
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Laszlo Kishalmi
>Priority: Minor
> Attachments: screenshot-1.png
>
>
> There is a little missalignment of an inputfield at the gradle Java 
> Application wizard.
> Steps to reproduce:
> - Create new Java with Gradle -> Java Application project
> - See the wizard
> - The last inputfield "Main Class Name" is missaligned.



--
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-1850) macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option (⌥ / alt) key

2019-10-30 Thread Lukas (Jira)


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

Lukas updated NETBEANS-1850:

Description: 
*The issue*

This issue concerns macOS only.

The option key (also known as ⌥ or the alt-key) is no longer recognised by 
Netbeans after using the option (⌥ / alt) key on the right-hand side. Using the 
left-hand side on its own works without any problems.

The option-keys are still available to open an additional bracket. However, any 
additional functionality is lost.

After re-opening Netbeans, the program does recognise the option keys again. 
This, however, only stays until the right-hand option key is pressed again.

*Steps to reproduce the issue*

Make sure you are using Netbeans later than 8.2 on macOS.
 # Open any project. Note the *left* option-key is working, e.g. by navigating 
your code by pressing the *left* option key and the left and right arrows at 
the same time.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap) 
and clicking on "in shortcuts".
 ** After pressing the *left* option key in this field, the symbol of the key 
is displayed as such.
 ** This shows the *left* option key is perfectly recognised by Netbeans.
 # Press the *right-hand* option key once.
 # Try using any of the option (alt)-keys again in Netbeans. *You will notice 
both option keys have no effect*.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap)  
and clicking on "in shortcuts".
 ** When pressing any of the option keys in this field, the field stays blank.
 ** This shows the option key is *no longer recognised by Netbeans*.
 # Re-open netbeans. Then, try to use the *left* alt-key and note that it works 
again.

*About the issue*

The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
and 11. It is not present in Netbeans 8.2.

  was:
*The issue*

This issue concerns macOS only.

The option key (also known as ⌥ or the alt-key) is no longer recognised by 
Netbeans after using the option (⌥ / alt) key on the right-hand side. Using the 
left-hand side on its own works without any problems.

The option-keys are still available to open an additional bracket. However, any 
additional functionality is lost.

After re-opening Netbeans, the program does recognise the option keys again. 
This, however, only stays until the right-hand option key is pressed again.

*Steps to reproduce the issue*

Make sure you are using Netbeans later than 8.2 on macOS.
 # Open any project. Note the *left* option-key is working, e.g. by navigating 
your code by pressing the *left* option key and the left and right arrows at 
the same time.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap) 
and clicking on "in shortcuts".
 ** After pressing the *left* option key in this field, the symbol of the key 
is displayed as such.
 ** This shows the *left* option key is perfectly recognised by Netbeans.
 # Press the *right-hand* option key once.
 # Try using any of the option (alt)-keys again in Netbeans. *You will notice 
both option keys seems broken*.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap)  
and clicking on "in shortcuts".
 ** When pressing any of the option keys in this field, the field stays blank.
 ** This shows the option key is *no longer recognised by Netbeans*.
 # Re-open netbeans. Then, try to use the *left* alt-key and note that it works 
again.

*About the issue*

The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
and 11. It is not present in Netbeans 8.2.


> macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option 
> (⌥ / alt) key
> --
>
> Key: NETBEANS-1850
> URL: https://issues.apache.org/jira/browse/NETBEANS-1850
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0
> Environment: macOS Mojave on a Macbook Air (Early 2015), Netbeans 
> Binary
>Reporter: Lukas
>Priority: Major
>
> *The issue*
> This issue concerns macOS only.
> The option key (also known as ⌥ or the alt-key) is no longer recognised by 
> Netbeans after using the option (⌥ / alt) key on the right-hand side. Using 
> the left-hand side on its own works without any problems.
> The option-keys are still available to open an additional bracket. However, 
> any additional functionality is lost.
> After re-opening Netbeans, the program does recognise the option keys again. 
> This, however, only stays until the right-hand option key is pressed again.
> *Steps to reproduce the issue*
> Make sure you are using Netbeans later than 8.2 on macOS.
>  # Open any project. Note the *left* option-key is working, e.g. by 
> navigating your code by pressing the *left* option key and the left and 

[jira] [Updated] (NETBEANS-1850) macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option (⌥ / alt) key

2019-10-30 Thread Lukas (Jira)


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

Lukas updated NETBEANS-1850:

Description: 
*The issue*

This issue concerns macOS only.

The option key (also known as ⌥ or the alt-key) is no longer recognised by 
Netbeans after using the option (⌥ / alt) key on the right-hand side. Using the 
left-hand side on its own works without any problems.

The option-keys are still available to open an additional bracket. However, any 
additional functionality is lost.

After re-opening Netbeans, the program does recognise the option keys again. 
This, however, only stays until the right-hand option key is pressed again.

*Steps to reproduce the issue*

Make sure you are using Netbeans later than 8.2 on macOS.
 # Open any project. Note the *left* option-key is working, e.g. by navigating 
your code by pressing the *left* option key and the left and right arrows at 
the same time.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap) 
and clicking on "in shortcuts".
 ** After pressing the *left* option key in this field, the symbol of the key 
is displayed as such.
 ** This shows the *left* option key is perfectly recognised by Netbeans.
 # Press the *right-hand* option key once.
 # Try using any of the option (alt)-keys again in Netbeans. *You will notice 
both option keys seems broken*.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap)  
and clicking on "in shortcuts".
 ** When pressing any of the option keys in this field, the field stays blank.
 ** This shows the option key is *no longer recognised by Netbeans*.
 # Re-open netbeans. Then, try to use the *left* alt-key and note that it works 
again.

*About the issue*

The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
and 11. It is not present in Netbeans 8.2.

  was:
*The issue*

This issue concerns macOS only.

The option key (also known as ⌥ or the alt-key) is no longer recognised by 
Netbeans after using the option (⌥ / alt) key on the right-hand side. Using the 
left-hand side on its own works without any problems.

The option-keys are still available to open an additional bracket. However, any 
additional functionality is lost.

After re-opening Netbeans, the program does recognise the option keys again. 
This, however, only stays until the right-hand option key is pressed again.

*Steps to reproduce the issue*

Make sure you are using Netbeans later than 8.2 on macOS.
 # Open any project. Note the *left* option-key is working, e.g. by navigating 
your code by pressing the *left* option key and the left and right arrows at 
the same time.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap) 
and clicking on "in shortcuts".
 ** After pressing the *left* option key in this field, the symbol of the key 
is displayed as such.
 ** This shows the *left* option key is perfectly recognised by Netbeans.
 # Press the *right-hand* option key once.
 # Try using any of the option (alt)-keys again in Netbeans. You will notice 
both option keys seems broken.
 ** This can be confirmed by opening the keymap settings (Preferences, Keymap)  
and clicking on "in shortcuts".
 ** When pressing any of the option keys in this field, the field stays blank.
 ** This shows the option key is *no longer recognised by Netbeans*.
 # Re-open netbeans. Then, try to use the *left* alt-key and note that it works 
again.

*About the issue*

The issue started appearing in Netbeans 9 and is still present in Netbeans 10 
and 11. It is not present in Netbeans 8.2.


> macOS: Option (⌥ / alt) keys not recognised after pressing right-hand option 
> (⌥ / alt) key
> --
>
> Key: NETBEANS-1850
> URL: https://issues.apache.org/jira/browse/NETBEANS-1850
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0
> Environment: macOS Mojave on a Macbook Air (Early 2015), Netbeans 
> Binary
>Reporter: Lukas
>Priority: Major
>
> *The issue*
> This issue concerns macOS only.
> The option key (also known as ⌥ or the alt-key) is no longer recognised by 
> Netbeans after using the option (⌥ / alt) key on the right-hand side. Using 
> the left-hand side on its own works without any problems.
> The option-keys are still available to open an additional bracket. However, 
> any additional functionality is lost.
> After re-opening Netbeans, the program does recognise the option keys again. 
> This, however, only stays until the right-hand option key is pressed again.
> *Steps to reproduce the issue*
> Make sure you are using Netbeans later than 8.2 on macOS.
>  # Open any project. Note the *left* option-key is working, e.g. by 
> navigating your code by pressing the *left* option key and the left and right 

[jira] [Updated] (NETBEANS-3314) Inputfield missaligned in gradle project wizard.

2019-10-30 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-3314:
-
Attachment: screenshot-1.png

> Inputfield missaligned in gradle project wizard.
> 
>
> Key: NETBEANS-3314
> URL: https://issues.apache.org/jira/browse/NETBEANS-3314
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Laszlo Kishalmi
>Priority: Minor
> Attachments: screenshot-1.png
>
>
> There is a little missalignment of an inputfield at the gradle Java 
> Application wizard.
> Steps to reproduce:
> - Create new Java with Gradle -> Java Application project
> - See the wizard
> - The last inputfield "Main Class Name" is missaligned.



--
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] [Created] (NETBEANS-3314) Inputfield missaligned in gradle project wizard.

2019-10-30 Thread Christian Lenz (Jira)
Christian Lenz created NETBEANS-3314:


 Summary: Inputfield missaligned in gradle project wizard.
 Key: NETBEANS-3314
 URL: https://issues.apache.org/jira/browse/NETBEANS-3314
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.1, 11.2
 Environment: Product Version: Apache NetBeans IDE 11.2
Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
Reporter: Christian Lenz
Assignee: Laszlo Kishalmi


There is a little missalignment of an inputfield at the gradle Java Application 
wizard.

Steps to reproduce:
- Create new Java with Gradle -> Java Application project
- See the wizard
- The last inputfield "Main Class Name" is missaligned.



--
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] [Created] (NETBEANS-3313) Can't delete gradle project

2019-10-30 Thread Christian Lenz (Jira)
Christian Lenz created NETBEANS-3313:


 Summary: Can't delete gradle project
 Key: NETBEANS-3313
 URL: https://issues.apache.org/jira/browse/NETBEANS-3313
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.1, 11.2
 Environment: Product Version: Apache NetBeans IDE 11.2
Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
Reporter: Christian Lenz
Assignee: Laszlo Kishalmi


I can't delete a gradle project via "del" key. Also the action "delete" on the 
project context menu is missing.

Steps to reproduce:
- Create a new Java with Gradle -> Java Application or Java Frontend 
Application (Maybe all gradle projects)
- Leave everything as it is from the wizard
- Wait until it is open
- Select the project via key or mouse
- Hit "del" key -> nothing happens
- Do a right click on the project and choose "delete" -> action is not there
- Go to the files window
- Try to do the same -> not possible

Project deletion is essential in NetBeans.



--
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] [Created] (NETBEANS-3312) Netbeans does not show php class files

2019-10-30 Thread juan jose (Jira)
juan jose created NETBEANS-3312:
---

 Summary: Netbeans does not show php class files
 Key: NETBEANS-3312
 URL: https://issues.apache.org/jira/browse/NETBEANS-3312
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: Windows10 Pro
OS 64 bits
microprocessor x64, AMD A8 9600
RAM 8 GB
Reporter: juan jose


INFO [null]: Last record repeated 2 more times.
INFO [org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl]: 
IOException in resolver FileElement(fast-check(magic:4e505353mask:) 
null Result:application/x-netbeans-profiler-npss
java.io.FileNotFoundException: 
C:\netbeans\netbeans\ide\modules\org-netbeans-modules-usersguide.jar (El 
sistema no puede encontrar la ruta especificada)
 at java.util.zip.ZipFile.open(Native Method)
 at java.util.zip.ZipFile.(ZipFile.java:225)
 at java.util.zip.ZipFile.(ZipFile.java:155)
 at java.util.jar.JarFile.(JarFile.java:166)
 at java.util.jar.JarFile.(JarFile.java:103)
 at sun.net.www.protocol.jar.URLJarFile.(URLJarFile.java:93)
 at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
 at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
 at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
 at 
sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
 at 
org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
Caused: java.io.FileNotFoundException: Cannot find 
'jar:file:/C:/netbeans/netbeans/ide/modules/org-netbeans-modules-usersguide.jar!/org/netbeans/modules/usersguide/master.xml'
 at 
org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:884)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getInputStream(MIMESupport.java:377)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept(FileElement.java:563)
 at 
org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.access$300(FileElement.java:133)
[catch] at 
org.netbeans.modules.openide.filesystems.declmime.FileElement.resolve(FileElement.java:76)
 at 
org.netbeans.modules.openide.filesystems.declmime.MIMEResolverImpl$Impl.findMIMEType(MIMEResolverImpl.java:425)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.resolveMIME(MIMESupport.java:346)
 at 
org.openide.filesystems.MIMESupport$CachedFileObject.getMIMEType(MIMESupport.java:287)
 at org.openide.filesystems.MIMESupport.findMIMEType(MIMESupport.java:111)
 at org.openide.filesystems.FileUtil.getMIMEType(FileUtil.java:1300)
 at org.openide.filesystems.FileObject.getMIMEType(FileObject.java:642)
 at 
org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
 at 
org.openide.filesystems.MultiFileObject.getMIMEType(MultiFileObject.java:624)
 at org.openide.loaders.DataLoaderPool.allLoaders(DataLoaderPool.java:307)
 at org.openide.loaders.DataLoaderPool.findDataObject(DataLoaderPool.java:505)
 at org.openide.loaders.FolderList.createBoth(FolderList.java:743)
 at org.openide.loaders.FolderList.getObjects(FolderList.java:539)
 at org.openide.loaders.FolderList.access$600(FolderList.java:52)
 at org.openide.loaders.FolderList$ListTask.computeResult(FolderList.java:938)
 at org.openide.loaders.FolderList$ListTask.run(FolderList.java:914)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
INFO [org.netbeans.modules.openide.filesystems.declmime.DefaultParser]
While parsing: MIMESupport$CachedFileObject@4151f560[Menu/Help/shortcuts.xml]
While parsing: MIMESupport$CachedFileObject@4151f560[Menu/Help/shortcuts.xml]
Caused: java.io.FileNotFoundException: 
C:\netbeans\netbeans\ide\modules\org-netbeans-modules-utilities.jar (El sistema 
no puede encontrar la ruta especificada)
 at java.util.zip.ZipFile.open(Native Method)
 at java.util.zip.ZipFile.(ZipFile.java:225)
 at java.util.zip.ZipFile.(ZipFile.java:155)
 at java.util.jar.JarFile.(JarFile.java:166)
 at java.util.jar.JarFile.(JarFile.java:103)
 at sun.net.www.protocol.jar.URLJarFile.(URLJarFile.java:93)
 at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
 at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:109)
 at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
 at 
sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
 at 
org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:881)
Caused: java.io.FileNotFoundException: Cannot find 
'jar:file:/C:/netbeans/netbeans/ide/modules/org-netbeans-modules-utilities.jar!/org/netbeans/modules/utilities/shortcuts.xml'
 at 

[netbeans-html4j] 01/01: Notice date range to 2019

2019-10-30 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch ebarboni-noticehtml4j-1
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git

commit 5a0555941bde831d960e9695301f67f94f86d0f3
Author: Eric Barboni 
AuthorDate: Wed Oct 30 12:10:36 2019 +0100

Notice date range to 2019
---
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 97e4feb..5a0b191 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache NetBeans HTML/Java API
-Copyright 2017-2017 The Apache Software Foundation
+Copyright 2017-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).


-
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



[netbeans-html4j] branch ebarboni-noticehtml4j-1 created (now 5a05559)

2019-10-30 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch ebarboni-noticehtml4j-1
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git.


  at 5a05559  Notice date range to 2019

This branch includes the following new commits:

 new 5a05559  Notice date range to 2019

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Can you reproduce with bit.ly/apache-netbeans-11-2-vc-1

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
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-2897) Stackoverflow while indexing node project

2019-10-30 Thread Jan van Oosterom (Jira)


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

Jan van Oosterom updated NETBEANS-2897:
---
Affects Version/s: 8.2

> Stackoverflow while indexing node project
> -
>
> Key: NETBEANS-2897
> URL: https://issues.apache.org/jira/browse/NETBEANS-2897
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js
>Affects Versions: 8.2, 11.1
>Reporter: Ruslan Lopez Carro
>Priority: Major
> Attachments: errorlog.log, uilog.xml
>
>
> Relevant part of the trace:
> {code:java}
> java.lang.StackOverflowError
>   at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350)
>   at java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
>   at 
> org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
>   at 
> org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402)
>   at 
> org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396)
>   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:197)
>   at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
>   at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
>   at 
> org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:239)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
> {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] [Commented] (NETBEANS-2897) Stackoverflow while indexing node project

2019-10-30 Thread Jan van Oosterom (Jira)


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

Jan van Oosterom commented on NETBEANS-2897:


in netbeans 8.2 a similar stacktrace:
{noformat}
java.lang.StackOverflowError
at 
org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:427)
at 
org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:421)
at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:222)
at 
org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:217)
at 
org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:211)
at 
org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:410)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:144)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:244)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:252)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:252)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:252)
at 
org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:252){noformat}

> Stackoverflow while indexing node project
> -
>
> Key: NETBEANS-2897
> URL: https://issues.apache.org/jira/browse/NETBEANS-2897
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js
>Affects Versions: 11.1
>Reporter: Ruslan Lopez Carro
>Priority: Major
> Attachments: errorlog.log, uilog.xml
>
>
> Relevant part of the trace:
> {code:java}
> java.lang.StackOverflowError
>   at java.base/java.util.WeakHashMap.getTable(WeakHashMap.java:350)
>   at java.base/java.util.WeakHashMap.get(WeakHashMap.java:398)
>   at 
> org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:121)
>   at 
> org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402)
>   at 
> org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396)
>   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:197)
>   at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isInternalFile(JsElementImpl.java:194)
>   at 
> org.netbeans.modules.javascript2.model.JsElementImpl.isPlatform(JsElementImpl.java:188)
>   at 
> org.netbeans.modules.javascript2.model.api.IndexedElement$Flag.getFlag(IndexedElement.java:387)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.createDocument(JsIndexer.java:121)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:221)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:239)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>   at 
> org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:229)
>

[jira] [Created] (NETBEANS-3311) Providing support for converting Text Blocks to String

2019-10-30 Thread Akshay Gupta (Jira)
Akshay Gupta created NETBEANS-3311:
--

 Summary: Providing support for converting Text Blocks to String
 Key: NETBEANS-3311
 URL: https://issues.apache.org/jira/browse/NETBEANS-3311
 Project: NetBeans
  Issue Type: New Feature
  Components: java - Hints
Affects Versions: 11.3
Reporter: Akshay Gupta


Gives a hint when ever a Text block is written. Gives a warning that text block 
may not be supported in versions of java older then JDK13. It recommends a fix 
named "Convert to String" which converts the text block to String.



--
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-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-30 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias updated NETBEANS-3158:
--
Description: 
Installed plugins data seems to get corrupted with normal use. 'netbeans' then 
requests re-installation of 'nbjavac' plugin which fails.

Problem can be reproduced in this way:
 # Run 'netbeans' without --userdir & --cachedir options # Default values 
'$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
 Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
triggered.
 Install plugins and exit.
 # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
$HOME/Test/.cache/netbeans/11.1 options. # First run.
 Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
triggered.
 Install plugins and exit.

Run sequentially:
 * netbeans
 * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
$HOME/Test/.cache/netbeans/11.1

After a few times:
 * Directory $HOME/.netbeans/11.1/config/Modules is empty.

 * 'netbeans' requests re-installation of 'nbjavac' (which fails).

 * Tools/Plugins/Installed shows that there are no active plugins.

EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' & 
'netbeans --userdir ... --cachedir ...'
 to reproduce the bug. I started netbeans (running 'netbeans') and before its 
window appeared (it takes a few seconds)
 I tried to close an editor (another application). Just when I mouse-clicked 
the netbeans' window appeared and I closed
 netbeans instead of the editor. Next time I started 'netbeans' the bug 
appeared (plugins data corrupted, etc).

  was:
Installed plugins data seems to get corrupted with normal use. 'netbeans' then 
requests re-installation of 'nbjavac' plugin which fails.

Problem can be reproduced in this way:
 # Run 'netbeans' without --userdir & --cachedir options # Default values 
'$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
 Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
triggered.
 Install plugins and exit.
 # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
$HOME/Test/.cache/netbeans/11.1 options. # First run.
 Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
triggered.
 Install plugins and exit.

Run sequentially:
 * netbeans
 * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
$HOME/Test/.cache/netbeans/11.1

After a few times:
 * Directory $HOME/.netbeans/11.1/config/Modules is empty.

 * 'netbeans' requests re-installation of 'nbjavac' (which fails).

 * Tools/Plugins/Installed shows that there are no active plugins.


> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
>
> Installed plugins data seems to get corrupted with normal use. 'netbeans' 
> then requests re-installation of 'nbjavac' plugin which fails.
> Problem can be reproduced in this way:
>  # Run 'netbeans' without --userdir & --cachedir options # Default values 
> '$HOME/.netbeans/11.1' & '$HOME/.cache/netbeans/11.1'. First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
>  # Run 'netbeans' with  --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1 options. # First run.
>  Open new project so that installation of 'nbjavac' & 'javafx' plugins is 
> triggered.
>  Install plugins and exit.
> Run sequentially:
>  * netbeans
>  * netbeans --userdir $HOME/Test/.netbeans/11.1 --cachedir 
> $HOME/Test/.cache/netbeans/11.1
> After a few times:
>  * Directory $HOME/.netbeans/11.1/config/Modules is empty.
>  * 'netbeans' requests re-installation of 'nbjavac' (which fails).
>  * Tools/Plugins/Installed shows that there are no active plugins.
> EDIT: It seems that it may not be necessary to run, sequentially, 'netbeans' 
> & 'netbeans --userdir ... --cachedir ...'
>  to reproduce the bug. I started netbeans (running 'netbeans') and before its 
> window appeared (it takes a few seconds)
>  I tried to close an editor (another application). Just when I mouse-clicked 
> the netbeans' window appeared and I closed
>  netbeans instead of the editor. Next time I started 'netbeans' the bug 
> appeared (plugins data corrupted, etc).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands,