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

2020-06-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I think I have found a solution.

As I wasn't getting any help here and the bug made 'netbeans' unusable, I 
started using the following hack:

* After a clean install (including 'nbjavac' & 'javafx' plugins) I copied 
directory '.netbeans/*/config/Modules' to a safe place.
* I wrote a shell-wrapper to do the following: Delete directory 
'.netbeans/*/config/Modules', recreate it from the safe copy and then invoke 
'netbeans'.

The hack worked all all right but whenever a new version of 'netbeans' was 
available I, temporarily, removed the shell-wrapper and invoked 'netbeans' 
directly to see if the bug was still there: 'netbeans 11.3' was even worse than 
11.2 and yesterday I found that the bug was in 'netbeans 12.0' too.

By pure chance, while browsing $HOME, I found that, somehow, 'netbeans' also 
writes Modules information in directory 
'$HOME/.java/.userPrefs/org/netbeans/modules'. After deleting it the bug 
disappeared.

I think that the bug is triggered by conflicting Modules information in: 
'$HOME/.java/.userPrefs/org/netbeans/modules' & several (I run 'netbeans' with 
--userdir & --cachedir options) '.netbeans/*/config/Modules'.

In my humble opinion 'netbeans' should only write configuration data to 
'.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/10/19 9:07 PM:
-

Yes, and I have reported those two times here, including the log files.

The bug was more serious in 'netbeans.11.1'. I commented in a previous post: 
\{There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied when the bug appears in 
'netbeans.11.2'. }

I can live with the bug in 'netbeans.11.2': When it happens I only have to open 
an old project and reset 'Tools/Java Platforms/Javadoc' settings.

I am going to stop posting, but the bug is still there.
 Feel free to close the issue if you are not going to do anything about it.
 Best regards.


was (Author: glesialo):
Yes, and I have reported those two times here, including the log files.

The bug was more serious in 'netbeans.11.1'. I commented in a previous post:

{

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied when the bug appears in 
'netbeans.11.2'. }

I can live with the bug in 'netbeans.11.2': When it happens I only have to open 
an old project and reset 'Tools/Java Platforms/Javadoc' settings.

I am going to stop posting, but the bug is still there.
 Feel free to close the issue if you are not going to do anything about it.
 Best regards.

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/10/19 9:07 PM:
-

Yes, and I have reported those two times here, including the log files.

The bug was more serious in 'netbeans.11.1'. I commented in a previous post:

{

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied when the bug appears in 
'netbeans.11.2'. }

I can live with the bug in 'netbeans.11.2': When it happens I only have to open 
an old project and reset 'Tools/Java Platforms/Javadoc' settings.

I am going to stop posting, but the bug is still there.
 Feel free to close the issue if you are not going to do anything about it.
 Best regards.


was (Author: glesialo):
Yes, and I have reported those two times here, including the log files.

The bug was more serious in 'netbeans.11.1'. I commented in a previous post: {
There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied when the bug appears in 
'netbeans.11.2'.
}

I can live with the bug in 'netbeans.11.2': When it happens I only have to open 
an old project and reset 'Tools/Java Platforms/Javadoc' settings.

I am going to stop posting, but the bug is still there.
Feel free to close the issue if you are not going to do anything about it.
Best regards.

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Yes, and I have reported those two times here, including the log files.

The bug was more serious in 'netbeans.11.1'. I commented in a previous post: {
There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied when the bug appears in 
'netbeans.11.2'.
}

I can live with the bug in 'netbeans.11.2': When it happens I only have to open 
an old project and reset 'Tools/Java Platforms/Javadoc' settings.

I am going to stop posting, but the bug is still there.
Feel free to close the issue if you are not going to do anything about it.
Best regards.

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

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

@[~GeertjanWielenga]

'When you used the installer, you probably only selected "Base IDE"'

No, I didn't.

Haven't you noticed '$HOME/.netbeans/11.2/var/log/messages.log' numbers? I have 
run 'netbeans 42 times (0042.log), after the post with 'I think I have 
found a way to solve my problem' , and the bug has appeared only two times.


was (Author: glesialo):
@[~GeertjanWielenga]

'When you used the installer, you probably only selected "Base IDE"'

No, I didn't.

Haven't you noticed '$HOME/.netbeans/11.2/var/log/messages.log' numbers? I have 
run 'netbeans 42 times, after the post with 'I think I have found a way to 
solve my problem' ,(0042.log) and the bug has appeared only two times.

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

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

@[~GeertjanWielenga]

'When you used the installer, you probably only selected "Base IDE"'

No, I didn't.

Haven't you noticed '$HOME/.netbeans/11.2/var/log/messages.log' numbers? I have 
run 'netbeans 42 times, after the post with 'I think I have found a way to 
solve my problem' ,(0042.log) and the bug has appeared only two times.


was (Author: glesialo):
@[~GeertjanWielenga]

>When you used the installer, you probably only selected "Base IDE".

No, I didn't. Didn't you see '$HOME/.netbeans/11.2/var/log/messages.log' 
numbers? I have run 'netbeans 42 times after the post with 'I think I have 
found a way to solve my problem' (0042.log) and the bug has appeared only 
two times.

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

@[~GeertjanWielenga]

>When you used the installer, you probably only selected "Base IDE".

No, I didn't. Didn't you see '$HOME/.netbeans/11.2/var/log/messages.log' 
numbers? I have run 'netbeans 42 times after the post with 'I think I have 
found a way to solve my problem' (0042.log) and the bug has appeared only 
two times.

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/10/19 4:28 PM:
-

Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
 Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' Ran without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' and 'Base IDE' are 
activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. Toolbar & 'Tools' menu are back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.log]

 

 


was (Author: glesialo):
Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
 Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' and 'Base IDE' are 
activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. Toolbar & 'Tools' menu are back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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 

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

2019-11-10 Thread Manuel Iglesias (Jira)


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

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

Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
 Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' and 'Base IDE' are 
activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. Toolbar & 'Tools' menu are back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.log]

 

 


was (Author: glesialo):
Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
 Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' and 'Base IDE' are 
activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. Toolbar & 'Tools' menu are back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran went without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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 

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

2019-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/10/19 4:25 PM:
-

Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
 Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' and 'Base IDE' are 
activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. Toolbar & 'Tools' menu are back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran went without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.log]

 

 


was (Author: glesialo):
Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
 Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' and 'Base IDE' are 
activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. 'Tools' menu back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran went without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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 

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

2019-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/10/19 4:23 PM:
-

Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
 Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' and 'Base IDE' are 
activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. 'Tools' menu back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran went without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.log]

 

 


was (Author: glesialo):
Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' are activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. 'Tools' menu back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran went without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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, 

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

2019-11-10 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: 0042.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Bug (in 'netbeans.11.2' it is not as full fledged as in '11.1') happened again.
Runs just for testing purposes (I am not using 'netbeans' at the moment):
 * '0040.log' ran went without problems. No projects open.
 *  '0041.log' Bug. Screenshots:

    After start up. Notice that some things are missing in the toolbar and 
'Tools' menu is almost empty:

!Screenshot from 2019-11-10 16-45-28.png!

    Installed plug-ins. Only 'User Installed Plugins' are activated':

!Screenshot from 2019-11-10 16-46-18.png!

    After opening an old project. 'Tools' menu back to normal:

!Screenshot from 2019-11-10 16-47-48.png!

    'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost. Only 
a default value:

!Screenshot from 2019-11-10 16-48-54.png!

 
 * '0042.log' Ran went without problems. Screenshots:

    After start up. Toolbar and 'Tools' menu are normal:

!Screenshot from 2019-11-10 16-51-33.png!

   

    Setting 'Tools/Java Platforms/Javadoc' to my preferred values:

!Screenshot from 2019-11-10 16-52-33.png!

 

'$HOME/.netbeans/11.2/var/log/messages.log' attached:

[^0040.log][^0041.log][^0042.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, 0042.log, Screenshot from 2019-10-31 
> 11-23-33.png, Screenshot from 2019-10-31 11-24-34.png, Screenshot from 
> 2019-10-31 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, 
> Screenshot from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 
> 16-46-18.png, Screenshot from 2019-11-10 16-47-48.png, Screenshot from 
> 2019-11-10 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot 
> from 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 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: 0040.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, Screenshot from 2019-10-31 11-23-33.png, 
> Screenshot from 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 
> 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, Screenshot 
> from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 16-46-18.png, 
> Screenshot from 2019-11-10 16-47-48.png, Screenshot from 2019-11-10 
> 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot from 
> 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 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: 0041.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> 0040.log, 0041.log, Screenshot from 2019-10-31 11-23-33.png, 
> Screenshot from 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 
> 11-25-31.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 19-25-54.png, Screenshot 
> from 2019-11-10 16-45-28.png, Screenshot from 2019-11-10 16-46-18.png, 
> Screenshot from 2019-11-10 16-47-48.png, Screenshot from 2019-11-10 
> 16-48-54.png, Screenshot from 2019-11-10 16-51-33.png, Screenshot from 
> 2019-11-10 16-52-33.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-10 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: Screenshot from 2019-11-10 16-52-33.png

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot from 2019-11-10 16-45-28.png, 
> Screenshot from 2019-11-10 16-46-18.png, Screenshot from 2019-11-10 
> 16-47-48.png, Screenshot from 2019-11-10 16-48-54.png, Screenshot from 
> 2019-11-10 16-51-33.png, Screenshot from 2019-11-10 16-52-33.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-11-10 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: Screenshot from 2019-11-10 16-51-33.png

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot from 2019-11-10 16-45-28.png, 
> Screenshot from 2019-11-10 16-46-18.png, Screenshot from 2019-11-10 
> 16-47-48.png, Screenshot from 2019-11-10 16-48-54.png, Screenshot from 
> 2019-11-10 16-51-33.png, Screenshot from 2019-11-10 16-52-33.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-11-10 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: Screenshot from 2019-11-10 16-48-54.png

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot from 2019-11-10 16-45-28.png, 
> Screenshot from 2019-11-10 16-46-18.png, Screenshot from 2019-11-10 
> 16-47-48.png, Screenshot from 2019-11-10 16-48-54.png, Screenshot1.png, 
> Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-11-10 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: Screenshot from 2019-11-10 16-46-18.png

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot from 2019-11-10 16-45-28.png, 
> Screenshot from 2019-11-10 16-46-18.png, Screenshot from 2019-11-10 
> 16-47-48.png, Screenshot1.png, Screenshot2.png, messages.log, messages.log, 
> netbeans.conf
>
>
> 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-11-10 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: Screenshot from 2019-11-10 16-47-48.png

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot from 2019-11-10 16-45-28.png, 
> Screenshot from 2019-11-10 16-46-18.png, Screenshot from 2019-11-10 
> 16-47-48.png, Screenshot1.png, Screenshot2.png, messages.log, messages.log, 
> netbeans.conf
>
>
> 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-11-10 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: Screenshot from 2019-11-10 16-45-28.png

> 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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot from 2019-11-10 16-45-28.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-11-03 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/3/19 8:19 AM:


I have set up 'netbeans' invokation so that file 
'$HOME/.netbeans/11.2/var/log/messages.log' is saved after every run.
 After several runs (just for testing purposes) there was a problem with some 
manifestations similar to this bug:
 # '0021.log' run went without problems. No projects open.
 # '0022.log' problem run:

 * No 'Memory use' display in the Toolbar.
 * 'Tools' menu only contains 'Plugins' & 'Options'.
 * 'Tools/Plugins/Installed': 11, Activated: User Installed Plugins.
 * Above problems return to normal after opening an old project:

    _ 'Memory use' display shown in the Toolbar.

    _Normal contents in 'Tools' menu.

    _'Tools/Plugins/Installed': 11, Activated: User Installed Plugins, Java 
SE, Tools, Base IDE.
 * 'Tools/Java Platforms/Javadoc' settings (set in a previous run) lost.
 * File 
'.netbeans/11.2/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml'
 deleted.

 # '0023.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.
 # '0024.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.

 Note:
 * No 'Memory use' display.
 * 'Tools' menu containing only 'Plugins' & 'Options'.
 * File '.netbeans/.../default_platform.xml' deleted.

were also present in the original bug although I didn't include them in the 
Description.

 

[^0021.log]

[^0022.log]

[^0023.log]

[^0024.log]


was (Author: glesialo):
I have set up 'netbeans' invokation so that file 
'$HOME/.netbeans/11.2/var/log/messages.log' is saved after every run.
 After several runs (just for testing purposes) there was a problem with some 
manifestations similar to this bug:
 # '0021.log' run went without problems. No projects open.
 # '0022.log' problem run:

 * No 'Memory use' display in the Toolbar.
 * 'Tools' menu only contains 'Plugins' & 'Options'.
 * 'Tools/Plugins/Installed': 11, Activated: User Installed Plugins.
 * Above problems return to normal after opening an old project:

    _ 'Memory use' display shown in the Toolbar.

    _Normal contents in 'Tools' menu.

    _'Tools/Plugins/Installed': 11, Activated: User Installed Plugins, Java 
SE, Tools, Base IDE.
 * File 
'.netbeans/11.2/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml'
 deleted.

 # '0023.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.
 # '0024.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.

 Note:
 * No 'Memory use' display.
 * 'Tools' menu containing only 'Plugins' & 'Options'.
 * File '.netbeans/.../default_platform.xml' deleted.

were also present in the original bug although I didn't include them in the 
Description.

 

[^0021.log]

[^0022.log]

[^0023.log]

[^0024.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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.
>  * 

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

2019-11-03 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/3/19 8:14 AM:


I have set up 'netbeans' invokation so that file 
'$HOME/.netbeans/11.2/var/log/messages.log' is saved after every run.
 After several runs (just for testing purposes) there was a problem with some 
manifestations similar to this bug:
 # '0021.log' run went without problems. No projects open.
 # '0022.log' problem run:

 * No 'Memory use' display in the Toolbar.
 * 'Tools' menu only contains 'Plugins' & 'Options'.
 * 'Tools/Plugins/Installed': 11, Activated: User Installed Plugins.
 * Above problems return to normal after opening an old project:

    _ 'Memory use' display shown in the Toolbar.

    _Normal contents in 'Tools' menu.

    _'Tools/Plugins/Installed': 11, Activated: User Installed Plugins, Java 
SE, Tools, Base IDE.
 * File 
'.netbeans/11.2/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml'
 deleted.

 # '0023.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.
 # '0024.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.

 Note:
 * No 'Memory use' display.
 * 'Tools' menu containing only 'Plugins' & 'Options'.
 * File '.netbeans/.../default_platform.xml' deleted.

were also present in the original bug although I didn't include them in the 
Description.

 

[^0021.log]

[^0022.log]

[^0023.log]

[^0024.log]


was (Author: glesialo):
I have set up 'netbeans' invokation so that file 
'$HOME/.netbeans/11.2/var/log/messages.log' is saved after every run.
 After several runs (just for testing purposes) there was a problem with some 
manifestations similar to this bug:
 # '0021.log' run went without problems. No projects open.
 # '0022.log' problem run:

 * No 'Memory use' display in the Toolbar.
 * 'Tools' menu only contains 'Plugins' & 'Options'.
 * 'Tools/Plugins/Installed': 11, Activated: User Installed Plugins.
 * Above problems return to normal after opening an old project:

 'Memory use' display shown in the Toolbar.

    Normal contents in 'Tools' menu.

    'Tools/Plugins/Installed': 11, Activated: User Installed Plugins, Java SE, 
Tools, Base IDE.
 * File 
'.netbeans/11.2/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml'
 deleted.

 # '0023.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.
 # '0024.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.

 

Note:
 * No 'Memory use' display.
 * 'Tools' menu containing only 'Plugins' & 'Options'.
 * File '.netbeans/.../default_platform.xml' deleted.

were also present in the original bug although I didn't include them in the 
Description.

 

[^0021.log]

[^0022.log]

[^0023.log]

[^0024.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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).
>  * 

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

2019-11-03 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/3/19 8:13 AM:


I have set up 'netbeans' invokation so that file 
'$HOME/.netbeans/11.2/var/log/messages.log' is saved after every run.
 After several runs (just for testing purposes) there was a problem with some 
manifestations similar to this bug:
 # '0021.log' run went without problems. No projects open.
 # '0022.log' problem run:

 * No 'Memory use' display in the Toolbar.
 * 'Tools' menu only contains 'Plugins' & 'Options'.
 * 'Tools/Plugins/Installed': 11, Activated: User Installed Plugins.
 * Above problems return to normal after opening an old project:

 'Memory use' display shown in the Toolbar.

    Normal contents in 'Tools' menu.

    'Tools/Plugins/Installed': 11, Activated: User Installed Plugins, Java SE, 
Tools, Base IDE.
 * File 
'.netbeans/11.2/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml'
 deleted.

 # '0023.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.
 # '0024.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.

 

Note:
 * No 'Memory use' display.
 * 'Tools' menu containing only 'Plugins' & 'Options'.
 * File '.netbeans/.../default_platform.xml' deleted.

were also present in the original bug although I didn't include them in the 
Description.

 

[^0021.log]

[^0022.log]

[^0023.log]

[^0024.log]


was (Author: glesialo):
I have set up 'netbeans' invokation so that file 
'$HOME/.netbeans/11.2/var/log/messages.log' is saved after every run.
After several runs (just for testing purposes) there was a problem with some 
manifestations similar to this bug:
 # '0021.log' run went without problems. No projects open.
 # '0022.log' problem run:

 * No 'Memory use' display in the Toolbar.
 * 'Tools' menu only contains 'Plugins' & 'Options'.
 * 'Tools/Plugins/Installed': 11, Activated: User Installed Plugins.
 * Above problems return to normal after opening an old project:

 'Memory use' display shown in the Toolbar.

    Normal contents in 'Tools' menu.

    'Tools/Plugins/Installed': 11, Activated: User Installed Plugins, Java SE, 
Tools, Base IDE.
 * File 
'.netbeans/11.2/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml'
 deleted.

 # '0023.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.
 # '0024.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.

[^0021.log]

[^0022.log]

[^0023.log]

[^0024.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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 
> 

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

2019-11-03 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I have set up 'netbeans' invokation so that file 
'$HOME/.netbeans/11.2/var/log/messages.log' is saved after every run.
After several runs (just for testing purposes) there was a problem with some 
manifestations similar to this bug:
 # '0021.log' run went without problems. No projects open.
 # '0022.log' problem run:

 * No 'Memory use' display in the Toolbar.
 * 'Tools' menu only contains 'Plugins' & 'Options'.
 * 'Tools/Plugins/Installed': 11, Activated: User Installed Plugins.
 * Above problems return to normal after opening an old project:

 'Memory use' display shown in the Toolbar.

    Normal contents in 'Tools' menu.

    'Tools/Plugins/Installed': 11, Activated: User Installed Plugins, Java SE, 
Tools, Base IDE.
 * File 
'.netbeans/11.2/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml'
 deleted.

 # '0023.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.
 # '0024.log' run went without problems. 'Tools/Java Platforms/Javadoc' 
settings still lost.

[^0021.log]

[^0022.log]

[^0023.log]

[^0024.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-03 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: 0024.log
0023.log
0022.log
0021.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: 0021.log, 0022.log, 0023.log, 0024.log, 
> Screenshot from 2019-10-31 11-23-33.png, Screenshot from 2019-10-31 
> 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot from 
> 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, Screenshot 
> from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, messages.log, 
> messages.log, netbeans.conf
>
>
> 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-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:29 PM:


I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 *  '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 *  '$HOME/Temp/Test' empty.

 

netbeans

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log


{quote}
}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 *  '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 *  '$HOME/Temp/Test' empty.

 

netbeans

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:26 PM:


I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 *  '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 *  '$HOME/Temp/Test' empty.

 

netbeans

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

 

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

 

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log


{quote}
}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 *  '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 *  '$HOME/Temp/Test' empty.

 

netbeans

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:24 PM:


I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 * - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 * - '$HOME/Temp/Test' empty.

 

netbeans

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log


{quote}
}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 * - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 * - '$HOME/Temp/Test' empty.

 

netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:24 PM:


I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 *  '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 *  '$HOME/Temp/Test' empty.

 

netbeans

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log


{quote}
}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 * - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 * - '$HOME/Temp/Test' empty.

 

netbeans

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans

Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:22 PM:


I wanted to document the bug and tried this: {
{quote}Initial conditions:
 - Running 'netbeans.11.2'

 * - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 * - '$HOME/Temp/Test' empty.

 

netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log
 
 
{quote}
}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
{quote}Initial conditions:

- Running 'netbeans.11.2'
 * - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 * - '$HOME/Temp/Test' empty.

netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:21 PM:


I wanted to document the bug and tried this: {
{quote}Initial conditions:

- Running 'netbeans.11.2'
 * - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 * '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 * - '$HOME/Temp/Test' empty.

netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log
 
 

 
{quote}
}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
{quote}Initial conditions: - Running 'netbeans.11.2' - '$HOME/.netbeans' 
doesn't exist. # Original directory renamed to '.netbeans.bak'. - 
'$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'. - '$HOME/Temp/Test' empty. netbeans # New project created to 
trigger plug-in installation. 'nbjavac' & 'javafx' plugins installed. 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages00.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # New project created to trigger plug-in 
installation. 'nbjavac' & 'javafx' plugins installed. Tools/Plugins/Installed 
(11), Activated: User Installed Plugins, Java SE, Tools, Base IDE. Exit. 
netbeans # Tools/Plugins/Installed (11), Activated: User Installed Plugins, 
Java SE, Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages01.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages02.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:17 PM:


I wanted to document the bug and tried this: {
{quote}Initial conditions: - Running 'netbeans.11.2' - '$HOME/.netbeans' 
doesn't exist. # Original directory renamed to '.netbeans.bak'. - 
'$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'. - '$HOME/Temp/Test' empty. netbeans # New project created to 
trigger plug-in installation. 'nbjavac' & 'javafx' plugins installed. 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages00.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # New project created to trigger plug-in 
installation. 'nbjavac' & 'javafx' plugins installed. Tools/Plugins/Installed 
(11), Activated: User Installed Plugins, Java SE, Tools, Base IDE. Exit. 
netbeans # Tools/Plugins/Installed (11), Activated: User Installed Plugins, 
Java SE, Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages01.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages02.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages03.log 
{quote}
}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
 
 Initial conditions:
 - Running 'netbeans.11.2'
 - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 - '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 - '$HOME/Temp/Test' empty.
 
 netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:16 PM:


I wanted to document the bug and tried this: {
 
 Initial conditions:
 - Running 'netbeans.11.2'
 - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 - '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 - '$HOME/Temp/Test' empty.
 
 netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log
 
 
 }
 
Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this:

{

 Initial conditions: - Running 'netbeans.11.2' - '$HOME/.netbeans' doesn't 
exist. # Original directory renamed to '.netbeans.bak'. - 
'$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'. - '$HOME/Temp/Test' empty. netbeans # New project created to 
trigger plug-in installation. 'nbjavac' & 'javafx' plugins installed. 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages00.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # New project created to trigger plug-in 
installation. 'nbjavac' & 'javafx' plugins installed. Tools/Plugins/Installed 
(11), Activated: User Installed Plugins, Java SE, Tools, Base IDE. Exit. 
netbeans # Tools/Plugins/Installed (11), Activated: User Installed Plugins, 
Java SE, Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages01.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages02.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:15 PM:


I wanted to document the bug and tried this:

{

 Initial conditions: - Running 'netbeans.11.2' - '$HOME/.netbeans' doesn't 
exist. # Original directory renamed to '.netbeans.bak'. - 
'$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'. - '$HOME/Temp/Test' empty. netbeans # New project created to 
trigger plug-in installation. 'nbjavac' & 'javafx' plugins installed. 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages00.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # New project created to trigger plug-in 
installation. 'nbjavac' & 'javafx' plugins installed. Tools/Plugins/Installed 
(11), Activated: User Installed Plugins, Java SE, Tools, Base IDE. Exit. 
netbeans # Tools/Plugins/Installed (11), Activated: User Installed Plugins, 
Java SE, Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages01.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages02.log netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2 # Tools/Plugins/Installed (11), Activated: 
User Installed Plugins, Java SE, Tools, Base IDE. Exit. netbeans # 
Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit. '$HOME/.netbeans/11.2/var/log/messages.log': 
messages03.log 

    }

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
 Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
 After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
 Initial conditions:
 - Running 'netbeans.11.2'
 - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 - '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 - '$HOME/Temp/Test' empty.
 
 netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. 

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 11/1/19 5:14 PM:


I wanted to document the bug and tried this: {
 Initial conditions:
 - Running 'netbeans.11.2'
 - '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
 - '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
 - '$HOME/Temp/Test' empty.
 
 netbeans
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages00.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages01.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages02.log
 
 netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 
 netbeans
 # Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
 '$HOME/.netbeans/11.2/var/log/messages.log': messages03.log
 
 
 }

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.


was (Author: glesialo):
I wanted to document the bug and tried this: {
Initial conditions:
- Running 'netbeans.11.2'
- '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
- '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
- '$HOME/Temp/Test' empty.

netbeans
# New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
'$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
# New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

netbeans
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
'$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
'$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

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

2019-11-01 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I wanted to document the bug and tried this: {
Initial conditions:
- Running 'netbeans.11.2'
- '$HOME/.netbeans' doesn't exist. # Original directory renamed to 
'.netbeans.bak'.
- '$HOME/.cache/netbeans' doesn't exist. # Original directory renamed to 
'netbeans.bak'.
- '$HOME/Temp/Test' empty.

netbeans
# New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.
'$HOME/.netbeans/11.2/var/log/messages.log': messages00.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
# New project created to trigger plug-in installation. 'nbjavac' & 'javafx' 
plugins installed. Tools/Plugins/Installed (11), Activated: User Installed 
Plugins, Java SE, Tools, Base IDE. Exit.

netbeans
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
'$HOME/.netbeans/11.2/var/log/messages.log': messages01.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
'$HOME/.netbeans/11.2/var/log/messages.log': messages02.log

netbeans --userdir $HOME/Temp/Test/.netbeans/11.2 --cachedir 
$HOME/Temp/Test/.cache/netbeans/11.2
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.

netbeans
# Tools/Plugins/Installed (11), Activated: User Installed Plugins, Java SE, 
Tools, Base IDE. Exit.
'$HOME/.netbeans/11.2/var/log/messages.log': messages03.log


}

Intending to post the report with 'messages00.log' .. 'messagesXX.log' 
attached. To my surprise I went up to 'messages20.log' without reproducing the 
bug.

In the other tests I had carried out, with 'netbeans.11.2', I had just started 
the tests by removing '$HOME/.netbeans/11.2' directory (leaving 
'$HOME/.netbeans/11.1' with my configuration data) and the bug had appeared 
after 5 or 6 runs (Tools/Plugins/Installed 10, Activated: Java SE, Tools). It 
could be that the bug has something to do with reading previous configurations.

I think I have found a way to solve my problem:
Starting with an empty '.netbeans' for every user directory, installing 
'nbjavac' & 'javafx' plugins, exiting and then replacing everything in 
'.netbeans/11.2/config', except subdirectory 'Modules', by the old 
configuration contents ('.netbeans.bak/11.1/config').
After that I have cycled 15 times through my 3 different 'users' (and saving 
'.netbeans/11.2/var/log/messages.log', just in case) without being able to 
reproduce the bug.

I think the bug is still there and that some users will have problems when they 
update netbeans to a new version.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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 

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

2019-10-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Thank you for your help, Geertjan. Let's take a break.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

"You’re again referring to 11.1 in your response."

Because I copied part of the Issue's Description (so that you finally can read 
it!) and it originally referred to 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
> Attachments: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

It is a completely new user dir: '.netbeans/11.2' instead of '.netbeans/11.1'. 
I have been doing it that way all the time. I think it was Einstein who said 
that madness is repeating exactly the same experiment several times expecting 
different results.

Each time I wrote 'first run' or 'fresh user directory' I meant 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:57 PM:
-

Yes, it is stated clearly in the Issue's Description:

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

 


was (Author: glesialo):
Yes, it is stated clearly in the Issue's Description:

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

 

 

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:55 PM:
-

Yes, it is stated clearly in the Issue's Description:

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

 

 


was (Author: glesialo):
Yes it is stated clearly in the Issue's Description:

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

 

 

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Yes it is stated clearly in the Issue's Description:

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

 

 

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

"However, if you’re switching from one userdir to another userdir, and both 
userdirs have nb-javac installed, then you won’t be advised to install 
nb-javac."

Bui this is exactly what's happening! That's the bug.

 

You are right. This is a waste of time. But I won't close the issue because it 
is not solved.

Thanks anyway.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Sorry I don't agree on that. Netbeans keeps reminding me that the plug-in is 
necessary, as you can see in the screenshot.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

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

I don't recreate the user directory. The options are there so that you can 
start netbeans with different configurations (different projects' base 
directory, different plug-ins, etc). I can explain what I do in detail but it 
won't help to solve the issue.

 

Besides, as I say in 'Description'/EDIT the bug also appears when you always 
open netbeans in the same user directory.


was (Author: glesialo):
I don't recreate the user directory. The options are there so that you can 
start netbeans with different configurations (different projects' base 
directory, different plug-ins, etc). I can explain what I do in detail but it 
won't help to solve the issue.

 

Besides, as I say in 'Description'/EDIT the bug also appears when you alway 
open netbeans in the same user directory.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:37 PM:
-

I don't recreate the user directory. The options are there so that you can 
start netbeans with different configurations (different projects' base 
directory, different plug-ins, etc). I can explain what I do in detail but it 
won't help to solve the issue.

 

Besides, as I say in 'Description'/EDIT the bug also appears when you alway 
open netbeans in the same user directory.


was (Author: glesialo):
I don't recreate the user directory. The options are there so that you can 
start netbeans with different configurations (different projects' base 
directory, different plug-ins, etc). I can explain what I do in detail but it 
won't help to solve the issue.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:34 PM:
-

I don't recreate the user directory. The options are there so that you can 
start netbeans with different configurations (different projects' base 
directory, different plug-ins, etc). I can explain what I do in detail but it 
won't help to solve the issue.


was (Author: glesialo):
I don't recreate the user directory. The option are there so that you can start 
netbeans with different configurations (different projects' base directory, 
different plug-ins, etc). I can explain what I do in detail but it won't help 
to solve the issue.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I don't recreate the user directory. The option are there so that you can start 
netbeans with different configurations (different projects' base directory, 
different plug-ins, etc). I can explain what I do in detail but it won't help 
to solve the issue.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

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

  Installer's Configuration:

!Screenshot from 2019-10-31 19-25-54.png! 

Oops! it is 'Java SE' & 'Java EE'. Sorry :(

 


was (Author: glesialo):
  !Screenshot from 2019-10-31 19-25-54.png! Installer's Configuration:

 

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 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: Screenshot from 2019-10-31 19-25-54.png

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot from 2019-10-31 19-25-54.png, Screenshot1.png, Screenshot2.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

  !Screenshot from 2019-10-31 19-25-54.png! Installer's Configuration:

 

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:24 PM:
-

I am downloading the installer again and will post a screenshot.

 

"new user directory every time you restart NetBeans, then NetBeans will 
‘forget’ everything"

It should not. What's the point of having different directories otherwise? I 
have used previous versions of netbeans that way without any problems. I only 
noticed the bug when I installed 'netbeans.11.1'.


was (Author: glesialo):
I am downloading the installer again and will post a screenshot.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I am downloading the installer again and will post a screenshot.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:19 PM:
-

I said in my last post with screenshots " leaving all items in Configuration 
ticked". I probably ticked 'JSE' & 'JDK' in the 'netbeans.11.1' installer too, 
otherwise it would not work (new project/open old project). The problem is the 
same: 'nbjavac' & 'javafx' plugins are installed and after a few runs netbeans 
forgets and requests the user to install them again.

I probably noticed before other users because I run netbeans with andwithout 
'-userdir' & 'cachedir' options which seems to exacerbate the problem. If you 
read the issue 'Description'/EDIT you'll see that the bug also appears even 
when you always use 'netbeans' without 'userdir' & '-cachedir' options, but 
less often.

 


was (Author: glesialo):
I said in my last post with screenshots " leaving all items in Configuration 
ticked". I probably ticked 'JSE' & 'JDK' in the 'netbeans.11.1' installer too, 
otherwise it would not work (new project/open old project). The problem is the 
same: 'nbjavac' & 'javafx' plugins are installed and after a few runs netbeans 
forgets and requests the user to install them again.

I probably noticed before other users because I run netbeans with and without 
'--userdir' & '--cachedir' options which seems to exacerbate the problem. If 
you read the issue 'Description'/EDIT you'll see that the bug also appears even 
when you always use 'netbeans' without '--userdir' & '--cachedir' options, but 
less often.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:17 PM:
-

I said in my last post with screenshots " leaving all items in Configuration 
ticked". I probably ticked 'JSE' & 'JDK' in the 'netbeans.11.1' installer too, 
otherwise it would not work (new project/open old project). The problem is the 
same: 'nbjavac' & 'javafx' plugins are installed and after a few runs netbeans 
forgets and requests the user to install them again.

I probably noticed before other users because I run netbeans with and without 
'--userdir' & '--cachedir' options which seems to exacerbate the problem. If 
you read the issue 'Description'/EDIT you'll see that the bug also appears even 
when you always use 'netbeans' without '--userdir' & '--cachedir' options, but 
less often.


was (Author: glesialo):
I said in my last post with screenshots " leaving all items in Configuration 
ticked". I probably ticked 'JSE' & 'JDK' in the 'netbeans.11.1' installer too, 
otherwise it would not work (new project/open old project). The problem is the 
same: 'nbjavac' & 'javafx' plugins are installed and after a few runs netbeans 
forgets and requests the user to install them again.

I probably noticed before other users because I run netbeans with and without 
'--userdir' & '--cachedir' options which seems to exacerbate the problem. If 
you read the issue 'Description'/EDIT you'll see that the bug also appears even 
when you always use 'netbeans' without '--userdir' & '--cachedir' options, but 
less often.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:16 PM:
-

I said in my last post with screenshots " leaving all items in Configuration 
ticked". I probably ticked 'JSE' & 'JDK' in the 'netbeans.11.1' installer too, 
otherwise it would not work (new project/open old project). The problem is the 
same: 'nbjavac' & 'javafx' plugins are installed and after a few runs netbeans 
forgets and requests the user to install them again.

I probably noticed before other users because I run netbeans with and without 
'--userdir' & '--cachedir' options which seems to exacerbate the problem. If 
you read the issue 'Description'/EDIT you'll see that the bug also appears even 
when you always use 'netbeans' without '--userdir' & '--cachedir' options, but 
less often.


was (Author: glesialo):
I said in my last post with screenshots " leaving all items in Configuration 
ticked". I probably ticked 'JSE' & 'JDK' in the 'netbeans.11.1' installer too, 
otherwise it would not work (new project/open old project). The problem is the 
same: 'nbjavac' & 'javafx' plugins are installed and after a few runs netbeans 
forgets and requests the user to install them again.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I said in my last post with screenshots " leaving all items in Configuration 
ticked". I probably ticked 'JSE' & 'JDK' in the 'netbeans.11.1' installer too, 
otherwise it would not work (new project/open old project). The problem is the 
same: 'nbjavac' & 'javafx' plugins are installed and after a few runs netbeans 
forgets and requests the user to install them again.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 6:01 PM:
-

When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated. The link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have tried to describe the problem as clearly as possible. Please read the 
bug's 'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS netbeans.


was (Author: glesialo):
When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated. The link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have tried to describe the problem as clearly as possible. Please read the 
bug's 'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 5:54 PM:
-

When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated. The link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have tried to describe the problem as clearly as possible. Please read the 
bug's 'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS netbeans.

 

 

 


was (Author: glesialo):
When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated. The link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have tried to describe the problem as clearly as possible. Please read the 
bug¡s 'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 5:54 PM:
-

When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated. The link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have tried to describe the problem as clearly as possible. Please read the 
bug¡s 'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS netbeans.

 

 

 


was (Author: glesialo):
When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated. The link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have to describe the problem as clearly as possible. Please read the bug¡s 
'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 5:53 PM:
-

When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated. The link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have to describe the problem as clearly as possible. Please read the bug¡s 
'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS netbeans.

 

 

 


was (Author: glesialo):
When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated the link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have to describe the problem as clearly as possible. Please read the bug¡s 
'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

When I said " imho they should be implicitly included in Java IDE" I meant the 
items in the installer's configuration, not the real JSE, JDK.

The screenshots are of a 'netbeans.11.2' installed from scratch. 
'netbeans.11.1' & 'netbeans.11.2' are completely separated the link 
'/usr/local/Bins/D.Netbeans' (see 'Directories' permissions' above) determines 
which one is active.

 

I have to describe the problem as clearly as possible. Please read the bug¡s 
'Description' again.

 

I had to google 'coolbeans.xyz'. I want a run of the mill, stable, LTS 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 5:31 PM:
-

Reinstalled with 
'http://apache.mirror.iphh.net/netbeans/netbeans/11.2/Apache-NetBeans-11.2-bin-linux-x64.sh'
 leaving all items in Configuration ticked (JSE & JDK didn't look right, imho 
they should be implicitly included in Java IDE).

I can't close this issue because the bug is still in 'netbeans.11.2'.

First 'netbeans.11.2' run ('nbjavac' & 'javafx' plugins installed when opening 
old project). Plug-ins installed:

!Screenshot1.png!

After running sequentially 'netbeans' & 'netbeans --userdir ... --cachedir ...' 
a few times. Plug-ins installed:

!Screenshot2.png!

 

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied when the bug appears in 
'netbeans.11.2'.


was (Author: glesialo):
Reinstalled with 
'http://apache.mirror.iphh.net/netbeans/netbeans/11.2/Apache-NetBeans-11.2-bin-linux-x64.sh'
 leaving all items in Configuration ticked (JSE & JDK didn't look right, imho 
they should be implicitly included in Java IDE).

I can't close this issue because the bug is still in 'netbeans.11.2'.

First 'netbeans.11.2' run ('nbjavac' & 'javafx' plugins installed when opening 
old project). Plug-ins installed:

!Screenshot1.png!

After running sequentially 'netbeans' & 'netbeans --userdir ... --cachedir ...' 
a few times. Plug-ins installed:

!Screenshot2.png!

 

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied whe the bug appears in 
'netbeans.11.2'.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

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

Reinstalled with 
'http://apache.mirror.iphh.net/netbeans/netbeans/11.2/Apache-NetBeans-11.2-bin-linux-x64.sh'
 leaving all items in Configuration ticked (JSE & JDK didn't look right, imho 
they should be implicitly included in Java IDE).

I can't close this issue because the bug is still in 'netbeans.11.2'.

First 'netbeans.11.2' run ('nbjavac' & 'javafx' plugins installed when opening 
old project). Plug-ins installed:

!Screenshot1.png!

After running sequentially 'netbeans' & 'netbeans --userdir ... --cachedir ...' 
a few times. Plug-ins installed:

!Screenshot2.png!

 

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied whe the bug appears in 
'netbeans.11.2'.


was (Author: glesialo):
Reinstalled with 
'http://apache.mirror.iphh.net/netbeans/netbeans/11.2/Apache-NetBeans-11.2-bin-linux-x64.sh'
 leaving all items in Configuration ticked (JSE & JDK didn't look right, imho 
they should be implicitly included in Java IDE).

I can't close this issue because the bug is still in 'netbeans.11.2'.

First 'netbeans.11.2' run ('nbjavac' & 'javafx' plugins installed when opening 
old project). Plug-ins installed:

!Screenshot1.png!

After running sequentially 'netbeans' & 'netbeans --userdir ... --cachedir' a 
few times. Plug-ins installed:

!Screenshot2.png!

 

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied whe the bug appears in 
'netbeans.11.2'.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias edited comment on NETBEANS-3158 at 10/31/19 5:28 PM:
-

Reinstalled with 
'http://apache.mirror.iphh.net/netbeans/netbeans/11.2/Apache-NetBeans-11.2-bin-linux-x64.sh'
 leaving all items in Configuration ticked (JSE & JDK didn't look right, imho 
they should be implicitly included in Java IDE).

I can't close this issue because the bug is still in 'netbeans.11.2'.

First 'netbeans.11.2' run ('nbjavac' & 'javafx' plugins installed when opening 
old project). Plug-ins installed:

!Screenshot1.png!

After running sequentially 'netbeans' & 'netbeans --userdir ... --cachedir' a 
few times. Plug-ins installed:

!Screenshot2.png!

 

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied whe the bug appears in 
'netbeans.11.2'.


was (Author: glesialo):
Reinstalled with 
'http://apache.mirror.iphh.net/netbeans/netbeans/11.2/Apache-NetBeans-11.2-bin-linux-x64.sh'
 leaving all items in Configuration ticked (JSE & JDK didn't look right, imho 
they should be implicitly included in Java IDE).

I can't close this issue because the bug is still in 'netbeans.11.2'.

First 'netbeans.11.2' run ('nbjavac' & 'javafx' plugins installed when opening 
old project). Plug-ins installed:

!Screenshot1.png!

After running sequentially 'netbeans' & 'netbeans --userdir ... --cachedir'. 
Plug-ins installed:

!Screenshot2.png!

 

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied whe the bug appears in 
'netbeans.11.2'.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Reinstalled with 
'http://apache.mirror.iphh.net/netbeans/netbeans/11.2/Apache-NetBeans-11.2-bin-linux-x64.sh'
 leaving all items in Configuration ticked (JSE & JDK didn't look right, imho 
they should be implicitly included in Java IDE).

I can't close this issue because the bug is still in 'netbeans.11.2'.

First 'netbeans.11.2' run ('nbjavac' & 'javafx' plugins installed when opening 
old project). Plug-ins installed:

!Screenshot1.png!

After running sequentially 'netbeans' & 'netbeans --userdir ... --cachedir'. 
Plug-ins installed:

!Screenshot2.png!

 

There is a difference with the previous version: In 'netbeans.11.1', when the 
bug happens, directory '$HOME/.netbeans/11.1/config/Modules' is emptied. 
'$HOME/.netbeans/11.2/config/Modules' is not emptied whe the bug appears in 
'netbeans.11.2'.

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 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: Screenshot2.png

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, Screenshot2.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 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: Screenshot1.png

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> Screenshot1.png, messages.log, messages.log, netbeans.conf
>
>
> 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I wrote in an earlier post "Installed 'Apache-NetBeans-11.2-bin-linux-x64.sh' 
(Only IDE)". In the first screen of the installer there is a configuration 
option where I only selected IDE. I am not interested in the other things 
(Javascript, etc. - I have deleted the installer) and I don't want to install 
another copy of Java/JDK when there is a perfectly good one already.

 

Directories' permissions:

!Screenshot from 2019-10-31 11-52-50.png!

netbeans.conf:

[^netbeans.conf]

 

^If^ 
^['http://apache.mirror.iphh.net/netbeans/netbeans/11.2/netbeans-11.2-bin.zip'|http://apache.mirror.iphh.net/netbeans/netbeans/11.2/netbeans-11.2-bin.zip]^
 ^contains an internal copy of Java/JDK I am not going to unzip it because 
that's not the way I want to use netbeans.^

 

^I'll see about the mail-list later. Now I am in a hurry.^

^Best regards,^

^Manolo.^

 

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 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: netbeans.conf

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 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: Screenshot from 2019-10-31 11-52-50.png

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, Screenshot from 2019-10-31 11-52-50.png, 
> messages.log, messages.log, netbeans.conf
>
>
> 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-31 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: Screenshot from 2019-10-31 11-52-50.png

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, Screenshot 
> from 2019-10-31 11-52-50.png, messages.log, 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

Fresh run, nothing imported:

Installed plug-ins:  !Screenshot from 2019-10-31 11-23-33.png!

 Trying to open a new project:  !Screenshot from 2019-10-31 11-24-34.png!

Trying to open an old project:  !Screenshot from 2019-10-31 11-25-31.png!

'.netbeans/11.2/var/log/messages.log': [^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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, 
> messages.log, 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-31 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, 
> messages.log, 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-31 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: Screenshot from 2019-10-31 11-25-31.png

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, Screenshot from 2019-10-31 11-25-31.png, 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-31 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: Screenshot from 2019-10-31 11-24-34.png

> 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: Screenshot from 2019-10-31 11-23-33.png, Screenshot from 
> 2019-10-31 11-24-34.png, 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-31 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: Screenshot from 2019-10-31 11-23-33.png

> 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: Screenshot from 2019-10-31 11-23-33.png, 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-31 Thread Manuel Iglesias (Jira)


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

Manuel Iglesias commented on NETBEANS-3158:
---

I have only experienced the bug of reference with 'netbeans.11.1' and, as 
stated above, it only happens sometimes. It is quite clear to me that the bug 
is due to 'nbjavac' & 'javafx' plug-ins that somehow corrupt installed plugins 
data. As those plug-ins are not installed in 'netbeans.11.2' I can not tell you 
if the bug also occurs in that version.

I use 'ufw' with a default configuration (ports forwarded for 'amule' & 
'transmission') but I have been using it, with the same configuration, for 
years.

I always install 'netbeans', with your installer, as root (system-wide), and 
the installer finds, and accepts, Java (/usr/local/Bins/D.Java) without any 
problems. The permissions are set by your installer. As I told you I have been 
using the same scheme for almost 20 years without any problems.

In a previous comment you said 'Indeed, nb-javac and javafx should not be in 
the list in 11.2. They’re distributed differently in 11.2'. It may be that the 
new distribution of those plug-ins will have removed this bug when a new, 
functional, version is released. I am willing to stay on 'netbeans.11.1' until 
that happens.

Thank you very much for your efforts, Geertjan.

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



  1   2   >