[jira] [Resolved] (NETBEANS-3307) Can't copy paste and use several shortcuts when editing .java files

2019-10-31 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3307.
---
Resolution: Information Provided

You are most likely running NetBeans on a JRE not a JDK. Check your jdkhome 
settings for NetBeans.

> Can't copy paste and use several shortcuts when editing .java files
> ---
>
> Key: NETBEANS-3307
> URL: https://issues.apache.org/jira/browse/NETBEANS-3307
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.1
> Environment: Windows 10
>Reporter: William Loosman
>Priority: Blocker
> Attachments: Netbeans_IDE_log.txt, Netbeans_UI_log.xml
>
>
> For some reason Netbeans behaves weird when editing .java files. There are 
> several weird things that stop working when editing .java files. It only 
> occurs when editing java files.
>  
> These things occur:
>  # Can not copy paste inside java file (Not with shortcuts or Editmenu)
>  # Can not use several shortcuts (like ctrl-s to save while save button in ui 
> works)
>  # Context menu does not show when right clicking on java file
>  
> How is it possible that Netbeans goes AWAL on me?
>  
> Edit: The editor does show some error I added the log info shown as 
> attachments.



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-3319) Don't add incorrect CC items when CC is run in quotes

2019-10-31 Thread Junichi Yamamoto (Jira)
Junichi Yamamoto created NETBEANS-3319:
--

 Summary: Don't add incorrect CC items when CC is run in quotes
 Key: NETBEANS-3319
 URL: https://issues.apache.org/jira/browse/NETBEANS-3319
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Affects Versions: 11.1
Reporter: Junichi Yamamoto


h3. Example code

(see: 
[https://github.com/apache/netbeans/blob/f2611e358c181935500ea4d9d9142fb850504a72/php/php.editor/test/unit/data/testfiles/completion/lib/_base/issue153707.php]
 and 
[https://github.com/apache/netbeans/blob/f2611e358c181935500ea4d9d9142fb850504a72/php/php.editor/test/unit/data/testfiles/completion/lib/_base/issue153707.php.testIssue153707_01.completion])
{code:php}
name = $name;
}

public function getName() {
return $this->name;
}

public function setName($name) {
$this->name = $name;
echo "class property: ^$this->name\n"; // here
}
}
{code}
h3. Actual results


 Also show keywords and functions
 e.g. 
 KEYWORD abstract null
 KEYWORD and null
 KEYWORD array null
 KEYWORD as null
 KEYWORD break null
 KEYWORD case null
 KEYWORD catch null
 KEYWORD class null
 KEYWORD clone null
 KEYWORD const null
 KEYWORD continue null
 KEYWORD declare null
 KEYWORD default null
 KEYWORD die() Language Construct
 KEYWORD do null
 KEYWORD echo ''; Language Construct
 KEYWORD else null
 KEYWORD elseif null
 KEYWORD empty() Language Construct
 KEYWORD enddeclare null
 KEYWORD endfor null
 KEYWORD endforeach null
 KEYWORD endif null
 KEYWORD endswitch null
 KEYWORD endwhile null
 KEYWORD eval() Language Construct
 KEYWORD exit() Language Construct
 KEYWORD extends null
 KEYWORD final null
 KEYWORD finally null
 KEYWORD fn null
 KEYWORD for null
 KEYWORD foreach null
 KEYWORD function null
 KEYWORD global null
 KEYWORD goto null
 KEYWORD if null
 KEYWORD implements null
 KEYWORD include ''; Language Construct
 KEYWORD include_once ''; Language Construct
 KEYWORD instanceof null
 KEYWORD interface null
 KEYWORD isset() Language Construct
 KEYWORD list() Language Construct
 KEYWORD namespace null
 KEYWORD new null
 KEYWORD or null
 KEYWORD print ''; Language Construct
 KEYWORD private null
 KEYWORD protected null
 KEYWORD public null
 KEYWORD require ''; Language Construct
 KEYWORD require_once ''; Language Construct
 KEYWORD return ; Language Construct
 KEYWORD static null
 KEYWORD switch null
 KEYWORD throw null
 KEYWORD try null
 KEYWORD unset() Language Construct
 KEYWORD use null
 KEYWORD var null
 KEYWORD while null
 KEYWORD xor null
 KEYWORD yield null
 KEYWORD yield from null

h3. Expected results

Should show only variables and $this->



--
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-1855) Autocomplete for property and method without $this->

2019-10-31 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-1855:
-
Labels: pull-request-available  (was: )

> Autocomplete for property and method without $this->
> 
>
> Key: NETBEANS-1855
> URL: https://issues.apache.org/jira/browse/NETBEANS-1855
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code, php - Editor
>Affects Versions: 11.0
>Reporter: Los Vitaly
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: no-this.gif
>
>
> I think properties and methods have to be first in popup window and user can 
> quickly choose the right one.
> It very nice and useful improvement for PHP (Java?) developers, because in 
> nowadays all are OOP. I add image, for better understanding. 



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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1106

2019-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new f7ad8a2  Automated site publishing by Jenkins build 1106
f7ad8a2 is described below

commit f7ad8a2171515a15b18d4c3c762743a71e7f9b59
Author: jenkins 
AuthorDate: Thu Oct 31 23:11:30 2019 +

Automated site publishing by Jenkins build 1106
---
 content/download/nb112/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/download/nb112/index.html 
b/content/download/nb112/index.html
index 88a5ef5..90d0899 100644
--- a/content/download/nb112/index.html
+++ b/content/download/nb112/index.html
@@ -334,7 +334,7 @@ run.jvmArgs(['--enable-preview'])
 
 
 
-The donation of the NetBeans C and C features from Oracle to Apache was not 
complete at the time of the 11.2 release, though it is not far off, and the 
11.3 release (January 2020) is scheduled to focus primarily on the integration 
of the C and C features, once they land in the Apache NetBeans GitHub. Until 
then, go to the Plugin Manager, enable the NetBeans IDE 8.2 Update Center, 
which lets you install the NetBeans IDE 8.2 modules providing C and 
C++ features.
+The donation of the NetBeans C and C++ features from Oracle to 
Apache was not complete at the time of the 11.2 release, though it is not far 
off, and the 11.3 release (January 2020) is scheduled to focus primarily on the 
integration of the C and C++ features, once they land in the Apache NetBeans 
GitHub. Until then, go to the Plugin Manager, enable the NetBeans IDE 8.2 
Update Center, which lets you install the NetBeans IDE 8.2 modules providing C 
and C++ features.
 
 
 WildFly integration is supported by means of the http://plugins.netbeans.org/plugin/76472/wildfly-application-server";>WildFly
 Application Server plugin located in the Plugin Portal.


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch master updated: Fixing C++

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new d757c27  Fixing C++
d757c27 is described below

commit d757c2762eadfe28dbc1dd7a1930f5bdd51c2b09
Author: Geertjan Wielenga 
AuthorDate: Fri Nov 1 00:09:17 2019 +0100

Fixing C++
---
 netbeans.apache.org/src/content/download/nb112/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb112/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb112/index.asciidoc
index df54f84..f2f7f6e 100644
--- a/netbeans.apache.org/src/content/download/nb112/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb112/index.asciidoc
@@ -144,7 +144,7 @@ See 
link:https://github.com/apache/netbeans/milestone/3?closed=1[the closed pull
 
 == Notes
 
-- The donation of the NetBeans C and C++ features from Oracle to Apache was 
not complete at the time of the 11.2 release, though it is not far off, and the 
11.3 release (January 2020) is scheduled to focus primarily on the integration 
of the C and C++ features, once they land in the Apache NetBeans GitHub. Until 
then, go to the Plugin Manager, enable the NetBeans IDE 8.2 Update Center, 
which lets you install the NetBeans IDE 8.2 modules providing C and 
C++ features.
+- The donation of the NetBeans C and C++ features from Oracle to 
Apache was not complete at the time of the 11.2 release, though it is not far 
off, and the 11.3 release (January 2020) is scheduled to focus primarily on the 
integration of the C and C++ features, once they land in the Apache NetBeans 
GitHub. Until then, go to the Plugin Manager, enable the NetBeans IDE 8.2 
Update Center, which lets you install the NetBeans IDE 8.2 modules providing C 
and C++ features.
 - WildFly integration is supported by means of the 
link:http://plugins.netbeans.org/plugin/76472/wildfly-application-server[WildFly
 Application Server] plugin located in the Plugin Portal.
 - Support for JSF 2.3 is available as a pull request, too late for inclusion 
in link:https://github.com/apache/netbeans/milestone/3[11.2], scheduled for 
link:https://github.com/apache/netbeans/milestone/4[11.3]: 
link:https://github.com/apache/netbeans/pull/1576[PR-1576]
 


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1104

2019-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new ca7ee07  Automated site publishing by Jenkins build 1104
ca7ee07 is described below

commit ca7ee07e010c5117206a64ee9000203fb8c71733
Author: jenkins 
AuthorDate: Thu Oct 31 23:07:29 2019 +

Automated site publishing by Jenkins build 1104
---
 content/download/nb112/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/download/nb112/index.html 
b/content/download/nb112/index.html
index c827362..88a5ef5 100644
--- a/content/download/nb112/index.html
+++ b/content/download/nb112/index.html
@@ -273,10 +273,10 @@ run.jvmArgs(['--enable-preview'])
 
 
 
-The Gradle Plugin now can read the compiler arguments, enabling the IDE 
support for Java preview features on Gradle projects as well. (https://github.com/apache/netbeans/pull/1494";>PR-1494)
+The Gradle features can now read Java compiler arguments, enabling NetBeans 
support for Java preview features in Gradle projects. (https://github.com/apache/netbeans/pull/1494";>PR-1494)
 
 
-Gradle now can accept user input from its output tab. (https://github.com/apache/netbeans/pull/1461";>PR-1461)
+Gradle now can accept user input from its Output tab. (https://github.com/apache/netbeans/pull/1461";>PR-1461)
 
 
 NetBeans honors the project’s org.gradle.jvmargs 
property when launching Gradle Daemon (https://github.com/apache/netbeans/pull/1501";>PR-1501)


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch master updated: Tweaks to Gradle section

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 1abe68d  Tweaks to Gradle section
1abe68d is described below

commit 1abe68de4d2e0fc931537e5b6346300185b9329b
Author: Geertjan Wielenga 
AuthorDate: Fri Nov 1 00:05:07 2019 +0100

Tweaks to Gradle section
---
 netbeans.apache.org/src/content/download/nb112/index.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb112/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb112/index.asciidoc
index cb29cb5..df54f84 100644
--- a/netbeans.apache.org/src/content/download/nb112/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb112/index.asciidoc
@@ -124,8 +124,8 @@ See 
link:https://github.com/apache/netbeans/milestone/3?closed=1[the closed pull
 
  Gradle
 
-- The Gradle Plugin now can read the compiler arguments, enabling the IDE 
support for Java preview features on Gradle projects as well. 
(link:https://github.com/apache/netbeans/pull/1494[PR-1494])
-- Gradle now can accept user input from its output tab. 
(link:https://github.com/apache/netbeans/pull/1461[PR-1461])
+- The Gradle features can now read Java compiler arguments, enabling NetBeans 
support for Java preview features in Gradle projects. 
(link:https://github.com/apache/netbeans/pull/1494[PR-1494])
+- Gradle now can accept user input from its Output tab. 
(link:https://github.com/apache/netbeans/pull/1461[PR-1461])
 - NetBeans honors the project's `org.gradle.jvmargs` property when launching 
Gradle Daemon (link:https://github.com/apache/netbeans/pull/1501[PR-1501]) 
 
  Other


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1102

2019-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new c9c6367  Automated site publishing by Jenkins build 1102
c9c6367 is described below

commit c9c636752f870cea9386f6f9ee426e57b6446a85
Author: jenkins 
AuthorDate: Thu Oct 31 23:01:48 2019 +

Automated site publishing by Jenkins build 1102
---
 content/download/index.html | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/content/download/index.html b/content/download/index.html
index 19ec86c..5cf8834 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -91,6 +91,17 @@ features. See https://cwiki.apache.org/confluence/display/NETBEANS/Rele
 
 
 
+Apache NetBeans 11 
feature update 2 (NB 11.2)
+
+
+Latest version of the IDE, released on October 31, 2019.
+
+
+Features Download
+
+
+
+
 Apache NetBeans 11 
feature update 1 (NB 11.1)
 
 


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch master updated: Announcing 11.2

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 172c77d  Announcing 11.2
172c77d is described below

commit 172c77ddf5ec462d8540688dcc6b655b8725e693
Author: Geertjan Wielenga 
AuthorDate: Thu Oct 31 23:59:20 2019 +0100

Announcing 11.2
---
 netbeans.apache.org/src/content/download/index.asciidoc | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/index.asciidoc 
b/netbeans.apache.org/src/content/download/index.asciidoc
index 19ecac6..c410a23 100755
--- a/netbeans.apache.org/src/content/download/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/index.asciidoc
@@ -37,6 +37,12 @@ community testing process, and will remain available and 
supported for
 a year.  Our other quarterly releases provide early access to new
 features. See 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule[full 
release schedule].
 
+== Apache NetBeans 11 feature update 2 (NB 11.2)
+
+Latest version of the IDE, released on October 31, 2019.
+
+link:/download/nb112/index.html[Features, role="button"] 
link:/download/nb112/nb112.html[Download, role="button success"]
+
 == Apache NetBeans 11 feature update 1 (NB 11.1)
 
 Latest version of the IDE, released on July 22, 2019.


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1100

2019-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 8aa1878  Automated site publishing by Jenkins build 1100
8aa1878 is described below

commit 8aa187828f4bd150d3f0942a62f509930b2ba541
Author: jenkins 
AuthorDate: Thu Oct 31 22:17:56 2019 +

Automated site publishing by Jenkins build 1100
---
 content/download/nb112/nb112.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/download/nb112/nb112.html 
b/content/download/nb112/nb112.html
index e7d9919..2ec7c6e 100644
--- a/content/download/nb112/nb112.html
+++ b/content/download/nb112/nb112.html
@@ -99,6 +99,9 @@ See Apache NetBeans 11.2 
Features for a
 (https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.sha512";>SHA-512,
 https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.asc";>PGP
 ASC)
 
+
+Installers: https://www.apache.org/dist/netbeans/netbeans/11.2/";>installers for 
supported platforms
+
 
 
 


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 1099

2019-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new b052b1e  Automated site publishing by Jenkins build 1099
b052b1e is described below

commit b052b1e913dd12343b1f651911dac0807efaba73
Author: jenkins 
AuthorDate: Thu Oct 31 22:15:30 2019 +

Automated site publishing by Jenkins build 1099
---
 content/download/nb112/nb112.html | 112 +-
 1 file changed, 110 insertions(+), 2 deletions(-)

diff --git a/content/download/nb112/nb112.html 
b/content/download/nb112/nb112.html
index 6597ffa..e7d9919 100644
--- a/content/download/nb112/nb112.html
+++ b/content/download/nb112/nb112.html
@@ -68,8 +68,116 @@
 
 
 Downloading Apache NetBeans 11.2
-
-Apache NetBeans 11.2 will be released soon.
+
+
+
+Deployment platforms
+Building from source
+Community approval
+Earlier releases
+
+
+
+
+
+Apache NetBeans 11.2 was released on October 31, 2019.
+See Apache NetBeans 11.2 Features for 
a full list of features.
+
+
+Apache NetBeans 11.2 is available for download from your closest Apache 
mirror.
+
+
+
+
+Binaries:
+https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.2/netbeans-11.2-bin.zip";>netbeans-11.2-bin.zip
 (
+https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-bin.zip.sha512";>SHA-512,
+https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-bin.zip.asc";>PGP
 ASC)
+
+
+Source: https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.2/netbeans-11.2-source.zip";>netbeans-11.2-source.zip
+(https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.sha512";>SHA-512,
+https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.asc";>PGP
 ASC)
+
+
+
+
+Officially, it is important that you https://www.apache.org/dyn/closer.cgi#verify";>verify the integrity
+of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
+The PGP keys used to sign this release are available https://www.apache.org/dist/netbeans/KEYS";>here.
+
+
+Apache NetBeans can also be installed as a self-contained https://snapcraft.io/netbeans";>snap package on Linux.
+
+
+
+
+Deployment platforms
+
+
+Apache NetBeans 11.2 runs on JDK 8, 11, and 13.  (JDK 13 is the current JDK 
release at the time of this NetBeans release).
+
+
+
+
+Building from source
+
+
+To build Apache NetBeans 11.2 from source you need:
+
+
+
+
+Oracle’s Java 8 or Open JDK v8.
+
+
+Apache Ant 1.10 or greater (https://ant.apache.org"; 
class="bare">https://ant.apache.org).
+
+
+
+
+Once you have everything installed then:
+
+
+
+
+Unzip https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.2/netbeans-11.2-source.zip";>netbeans-11.2-source.zip
+in a directory of your liking.
+
+
+cd to that directory, and then run ant to build 
the Apache NetBeans IDE.
+Once built you can run the IDE by typing 
./nbbuild/netbeans/bin/netbeans
+
+
+
+
+
+
+Community approval
+
+
+As in any other Apache Project, the Apache NetBeans Community approved this 
release
+through the following voting processes in our mailing lists :
+
+
+
+
+https://lists.apache.org/thread.html/a562f51f614364f931a35f8dfd310cfd15ebf44b150e40277e94ff40@%3Cdev.netbeans.apache.org%3E";>PMC
 vote
+
+
+https://lists.apache.org/thread.html/ec2ea0f6546cdfc89cc2c86abd13019561427d5e8f4f25dc9408df9e@%3Cdev.netbeans.apache.org%3E";>PMC
 vote result
+
+
+
+
+
+
+Earlier releases
+
+
+Please visit the Apache NetBeans Download 
page for further details.
+
+
 
 
 


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch master updated: Update nb112.asciidoc

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 2b021e0  Update nb112.asciidoc
2b021e0 is described below

commit 2b021e01955fdcaf616b3d8b2f2259299ef3db28
Author: Geertjan Wielenga 
AuthorDate: Thu Oct 31 23:13:46 2019 +0100

Update nb112.asciidoc
---
 netbeans.apache.org/src/content/download/nb112/nb112.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc 
b/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
index 230f833..42ba450 100644
--- a/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
@@ -52,7 +52,7 @@ 
link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-bin.zip.as
 
(link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.sha512[SHA-512],
 
link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.asc[PGP
 ASC])
 
-- Installers: 
link:https://www.apache.org/dist/netbeans/netbeans/11.2/[https://www.apache.org/dist/netbeans/netbeans/11.2/]
+- Installers: 
link:https://www.apache.org/dist/netbeans/netbeans/11.2/[installers for 
supported platforms]
 
 
 NOTE: Using https below is highly recommended.


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch master updated: Update nb112.asciidoc

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new a882d0a  Update nb112.asciidoc
a882d0a is described below

commit a882d0aec17a5a17f11511422bf4d9fc41fe3749
Author: Geertjan Wielenga 
AuthorDate: Thu Oct 31 23:13:14 2019 +0100

Update nb112.asciidoc
---
 netbeans.apache.org/src/content/download/nb112/nb112.asciidoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc 
b/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
index 0fabfcb..230f833 100644
--- a/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
@@ -52,6 +52,8 @@ 
link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-bin.zip.as
 
(link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.sha512[SHA-512],
 
link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.asc[PGP
 ASC])
 
+- Installers: 
link:https://www.apache.org/dist/netbeans/netbeans/11.2/[https://www.apache.org/dist/netbeans/netbeans/11.2/]
+
 
 NOTE: Using https below is highly recommended.
 


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans-website] branch master updated: Download page for 11.2

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 9b138d7  Download page for 11.2
9b138d7 is described below

commit 9b138d7c67404721fce93726220849539c8f4927
Author: Geertjan Wielenga 
AuthorDate: Thu Oct 31 23:11:46 2019 +0100

Download page for 11.2
---
 .../src/content/download/nb112/nb112.asciidoc  | 59 +-
 1 file changed, 58 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc 
b/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
index 0337a4d..0fabfcb 100644
--- a/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb112/nb112.asciidoc
@@ -33,4 +33,61 @@ for important requirements for download pages for Apache 
projects.
 :toc-title:
 :icons: font
 
-Apache NetBeans 11.2 will be released soon.
+Apache NetBeans 11.2 was released on October 31, 2019.
+See link:/download/nb112/index.html[Apache NetBeans 11.2 Features] for a full 
list of features.
+
+
+NOTE: It's mandatory to link to the source. It's optional to link to the 
binaries.
+NOTE: It's mandatory to link against https://www.apache.org for the sums & 
keys. https is recommended.
+NOTE: It's NOT recommended to link to github.
+
+Apache NetBeans 11.2 is available for download from your closest Apache mirror.
+
+- Binaries: 
+link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.2/netbeans-11.2-bin.zip[netbeans-11.2-bin.zip]
 (
+link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-bin.zip.sha512[SHA-512],
+link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-bin.zip.asc[PGP
 ASC])
+
+- Source: 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.2/netbeans-11.2-source.zip[netbeans-11.2-source.zip]
 
+(link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.sha512[SHA-512],
+link:https://www.apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-source.zip.asc[PGP
 ASC])
+
+
+NOTE: Using https below is highly recommended.
+
+Officially, it is important that you 
link:https://www.apache.org/dyn/closer.cgi#verify[verify the integrity]
+of the downloaded files using the PGP signatures (.asc file) or a hash 
(.sha512 files).
+The PGP keys used to sign this release are available 
link:https://www.apache.org/dist/netbeans/KEYS[here].
+
+Apache NetBeans can also be installed as a self-contained 
link:https://snapcraft.io/netbeans[snap package] on Linux.
+
+== Deployment platforms
+
+Apache NetBeans 11.2 runs on JDK 8, 11, and 13.  (JDK 13 is the current JDK 
release at the time of this NetBeans release).
+
+== Building from source
+
+To build Apache NetBeans 11.2 from source you need:
+
+. Oracle's Java 8 or Open JDK v8.
+. Apache Ant 1.10 or greater (https://ant.apache.org).
+
+Once you have everything installed then:
+
+1. Unzip 
link:https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.2/netbeans-11.2-source.zip[netbeans-11.2-source.zip]
+in a directory of your liking.
+2. `cd` to that directory, and then run `ant` to build the Apache NetBeans IDE.
+Once built you can run the IDE by typing `./nbbuild/netbeans/bin/netbeans`
+
+== Community approval
+
+As in any other Apache Project, the Apache NetBeans Community approved this 
release
+through the following voting processes in our 
link:/community/mailing-lists.html[mailing lists] :
+
+- 
link:https://lists.apache.org/thread.html/a562f51f614364f931a35f8dfd310cfd15ebf44b150e40277e94ff40@%3Cdev.netbeans.apache.org%3E[PMC
 vote]
+- 
link:https://lists.apache.org/thread.html/ec2ea0f6546cdfc89cc2c86abd13019561427d5e8f4f25dc9408df9e@%3Cdev.netbeans.apache.org%3E[PMC
 vote result]
+
+== Earlier releases
+
+Please visit the link:/download/index.html[Apache NetBeans Download page] for 
further details.
+


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans] branch master updated: [NETBEANS-3107] - cleanup use of generics

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

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new f2611e3  [NETBEANS-3107] - cleanup use of generics
f2611e3 is described below

commit f2611e358c181935500ea4d9d9142fb850504a72
Author: Brad Walker 
AuthorDate: Tue Sep 17 13:37:58 2019 -0600

[NETBEANS-3107] - cleanup use of generics

I'm trying to clean up the use of generics when there is a private method 
or variable.

For example, we see a lot of the follow code in the source tree:

private Map/**/ conn2Driver = new WeakHashMap();

Change this to

private Map conn2Driver = new WeakHashMap<>();

Java really wants us to use Generics and this looks like it was a work in 
progress. So I'm simply
trying to complete it.
---
 ide/db/src/org/netbeans/modules/db/explorer/DbDriverManager.java  | 4 ++--
 .../org/netbeans/modules/db/explorer/driver/JDBCDriverConvertor.java  | 2 +-
 .../test/unit/src/org/netbeans/editor/UndoableEditWrapperTest.java| 2 +-
 .../src/org/netbeans/modules/options/colors/AnnotationsPanel.java | 2 +-
 .../src/org/netbeans/modules/options/colors/HighlightingPanel.java| 2 +-
 .../src/org/netbeans/spi/project/support/ant/ReferenceHelper.java | 4 ++--
 .../src/org/netbeans/modules/xml/catalog/CatalogAction.java   | 2 +-
 .../src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.java| 4 ++--
 .../src/org/netbeans/modules/ant/debugger/RunTargetsAction.java   | 2 +-
 .../modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.java | 4 ++--
 java/javadoc/src/org/netbeans/modules/javadoc/JavadocModule.java  | 4 ++--
 platform/core.startup/src/org/netbeans/core/startup/ModuleList.java   | 4 +++-
 .../src/org/netbeans/core/windows/services/ActionPasteType.java   | 4 ++--
 platform/openide.dialogs/src/org/openide/WizardDescriptor.java| 2 +-
 .../src/org/netbeans/modules/templates/actions/TemplatesAction.java   | 2 +-
 profiler/lib.profiler.ui/nbproject/project.properties | 2 +-
 .../lib/profiler/ui/cpu/statistics/StatisticalModuleContainer.java| 2 +-
 .../src/org/netbeans/lib/profiler/heap/ClassDumpSegment.java  | 4 ++--
 .../src/org/netbeans/lib/profiler/instrumentation/Instrumentor.java   | 2 +-
 .../src/org/netbeans/lib/profiler/results/BaseCallGraphBuilder.java   | 2 +-
 .../org/netbeans/lib/profiler/results/cpu/cct/CCTResultsFilter.java   | 4 ++--
 .../src/org/netbeans/lib/profiler/server/ClassLoaderManager.java  | 4 ++--
 profiler/profiler/nbproject/project.properties| 2 +-
 23 files changed, 34 insertions(+), 32 deletions(-)

diff --git a/ide/db/src/org/netbeans/modules/db/explorer/DbDriverManager.java 
b/ide/db/src/org/netbeans/modules/db/explorer/DbDriverManager.java
index 168bfc9..6e50e79 100644
--- a/ide/db/src/org/netbeans/modules/db/explorer/DbDriverManager.java
+++ b/ide/db/src/org/netbeans/modules/db/explorer/DbDriverManager.java
@@ -64,12 +64,12 @@ public class DbDriverManager {
 /**
  * Maps each connection to the driver used to create that connection.
  */
-private Map/**/ conn2Driver = new WeakHashMap();
+private Map conn2Driver = new WeakHashMap<>();
 
 /**
  * Maps each driver to the class loader for that driver.
  */
-private Map/**/ driver2Loader = new WeakHashMap();
+private Map driver2Loader = new WeakHashMap<>();
 
 private DbDriverManager() {
 }
diff --git 
a/ide/db/src/org/netbeans/modules/db/explorer/driver/JDBCDriverConvertor.java 
b/ide/db/src/org/netbeans/modules/db/explorer/driver/JDBCDriverConvertor.java
index 96bc637..481b77d 100644
--- 
a/ide/db/src/org/netbeans/modules/db/explorer/driver/JDBCDriverConvertor.java
+++ 
b/ide/db/src/org/netbeans/modules/db/explorer/driver/JDBCDriverConvertor.java
@@ -68,7 +68,7 @@ public class JDBCDriverConvertor implements 
Environment.Provider, InstanceCookie
 /**
  * The reference to the instance of Environment.Provider
  */
-private static Reference/**/ providerRef;
+private static Reference providerRef;
 
 /**
  * The path where the drivers are registered in the SystemFileSystem.
diff --git 
a/ide/editor.lib/test/unit/src/org/netbeans/editor/UndoableEditWrapperTest.java 
b/ide/editor.lib/test/unit/src/org/netbeans/editor/UndoableEditWrapperTest.java
index 30480a3..7855b1d 100644
--- 
a/ide/editor.lib/test/unit/src/org/netbeans/editor/UndoableEditWrapperTest.java
+++ 
b/ide/editor.lib/test/unit/src/org/netbeans/editor/UndoableEditWrapperTest.java
@@ -100,7 +100,7 @@ public class UndoableEditWrapperTest extends NbTestCase {
 /** if not null contains message why this document cannot be modified 
*/
 private transient String cannotBeModified;
 private transient Date date = new Date ();
-

[netbeans] branch master updated: [NETBEANS-3234] Fix for ProxyClassLoader to implement findClass(String name) required for Java 11.

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

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 6e760f6  [NETBEANS-3234] Fix for ProxyClassLoader to implement 
findClass(String name) required for Java 11.
6e760f6 is described below

commit 6e760f6b4d5b032bfb8a8f88b1604318c5e13fa6
Author: Boris Heithecker 
AuthorDate: Sat Oct 12 13:42:07 2019 +0200

[NETBEANS-3234] Fix for ProxyClassLoader to implement findClass(String 
name) required for Java 11.
---
 .../src/org/netbeans/ProxyClassLoader.java | 16 +++-
 ...ProxyClassLoaderNB11PackageAnnotationsTest.java | 88 ++
 .../pkgannottest/NB11PackageTestAnnotation.java| 29 +++
 .../org/netbeans/pkgannottest/package-info.java| 20 +
 4 files changed, 151 insertions(+), 2 deletions(-)

diff --git a/platform/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java 
b/platform/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java
index b5a213e..2a019ba 100644
--- a/platform/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java
+++ b/platform/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java
@@ -122,6 +122,18 @@ public class ProxyClassLoader extends ClassLoader {
 @Override
 protected synchronized Class loadClass(String name, boolean resolve)
 throws ClassNotFoundException {
+final Class cls = doFindClass(name);
+if (resolve) resolveClass(cls); 
+return cls; 
+}
+
+@Override
+protected Class findClass(String name) throws ClassNotFoundException {
+LOGGER.log(Level.FINEST, "{0} finding class {1}", new Object[] {this, 
name});
+return doFindClass(name);
+}
+
+private Class doFindClass(String name) throws ClassNotFoundException {
 if (LOG_LOADING && !name.startsWith("java.")) {
 LOGGER.log(Level.FINEST, "{0} initiated loading of {1}",
 new Object[] {this, name});
@@ -202,9 +214,9 @@ public class ProxyClassLoader extends ClassLoader {
 if (cls == null) {
 throw new ClassNotFoundException(diagnosticCNFEMessage(name, del));
 }
-if (resolve) resolveClass(cls); 
-return cls; 
+return cls;
 }
+
 private String diagnosticCNFEMessage(String base, Set 
del) {
 String parentSetS;
 int size = parents.size();
diff --git 
a/platform/o.n.bootstrap/test/unit/src/org/netbeans/ProxyClassLoaderNB11PackageAnnotationsTest.java
 
b/platform/o.n.bootstrap/test/unit/src/org/netbeans/ProxyClassLoaderNB11PackageAnnotationsTest.java
new file mode 100644
index 000..6dc5e26
--- /dev/null
+++ 
b/platform/o.n.bootstrap/test/unit/src/org/netbeans/ProxyClassLoaderNB11PackageAnnotationsTest.java
@@ -0,0 +1,88 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.netbeans;
+
+import java.io.ByteArrayOutputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.lang.annotation.Annotation;
+import java.util.Collections;
+import org.netbeans.junit.NbTestCase;
+
+/**
+ * This test ensures that package level annotations (annotations to
+ * package-info) are correctly loaded by the NetBeans classloader system in 
Java
+ * 11.
+ */
+public class ProxyClassLoaderNB11PackageAnnotationsTest extends NbTestCase {
+
+private static final String TEST_PACKAGE = "org.netbeans.pkgannottest";
+
+public ProxyClassLoaderNB11PackageAnnotationsTest(String name) {
+super(name);
+}
+
+public void testPackageAnnotation() throws Exception {
+
+class PackageClassLoader extends ProxyClassLoader {
+
+PackageClassLoader() {
+super(new ClassLoader[0], false);
+addCoveredPackages(Collections.singleton(TEST_PACKAGE));
+}
+
+@Override
+protected Class doLoadClass(String pkg, String name) {
+if (name.startsWith(TEST_PACKAGE)) {
+ByteArrayOutputStream baos = new ByteArrayOutputStream();
+InputStream is = 
PackageClassLoader.class.getClassLo

[jira] [Updated] (NETBEANS-3318) NoClassDefFoundError: java/sql/Date when trying to profile sql queries

2019-10-31 Thread Eric Francis (Jira)


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

Eric Francis updated NETBEANS-3318:
---
Description: 
I'm trying to profile an application running in Tomcat 7.0.91 using Java 11 
(11.0.4).  When I attach the profiler to the application and certain sql 
queries are run I end up with a stacktrace like the following:

 
{code}
java.lang.NoClassDefFoundError: java/sql/Date
     
org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.converToString(ProfilerRuntimeCPU.java:768)
     
org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.addParameter(ProfilerRuntimeCPU.java:663)
     
org.apache.commons.dbcp2.DelegatingPreparedStatement.setDate(DelegatingPreparedStatement.java:378)
     io.tekniq.jdbc.TqConnectionExtKt.applyParams(TqConnectionExt.kt:80)
... {code}
 

A similar issue was reported in VisualVM: 
https://github.com/oracle/visualvm/issues/123.  They fixed the issue on their 
end, but it looks like the same fix needs to be made for Netbeans' profiler: 
https://github.com/apache/netbeans/blob/master/profiler/lib.profiler/src/org/netbeans/lib/profiler/server/ProfilerRuntimeCPU.java#L761

 

  was:
I'm trying to profile an application running in Tomcat 7.0.91 using Java 11 
(11.0.4).  When I attach the profiler to the application and certain sql 
queries are run I end up with a stacktrace like the following:

 
{code}
java.lang.NoClassDefFoundError: java/sql/Date
     
org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.converToString(ProfilerRuntimeCPU.java:768)
     
org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.addParameter(ProfilerRuntimeCPU.java:663)
     
org.apache.commons.dbcp2.DelegatingPreparedStatement.setDate(DelegatingPreparedStatement.java:378)
     io.tekniq.jdbc.TqConnectionExtKt.applyParams(TqConnectionExt.kt:80)
... {code}
 

A similar issue was reported in VisualVM: 
https://github.com/oracle/visualvm/issues/123.  They fixed it for the GraalVM 
profiler, but it looks like the same fix needs to be made in Netbeans code: 
https://github.com/apache/netbeans/blob/master/profiler/lib.profiler/src/org/netbeans/lib/profiler/server/ProfilerRuntimeCPU.java#L761

 


> NoClassDefFoundError: java/sql/Date when trying to profile sql queries
> --
>
> Key: NETBEANS-3318
> URL: https://issues.apache.org/jira/browse/NETBEANS-3318
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Engine
>Affects Versions: 11.1
>Reporter: Eric Francis
>Priority: Major
>
> I'm trying to profile an application running in Tomcat 7.0.91 using Java 11 
> (11.0.4).  When I attach the profiler to the application and certain sql 
> queries are run I end up with a stacktrace like the following:
>  
> {code}
> java.lang.NoClassDefFoundError: java/sql/Date
>      
> org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.converToString(ProfilerRuntimeCPU.java:768)
>      
> org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.addParameter(ProfilerRuntimeCPU.java:663)
>      
> org.apache.commons.dbcp2.DelegatingPreparedStatement.setDate(DelegatingPreparedStatement.java:378)
>      io.tekniq.jdbc.TqConnectionExtKt.applyParams(TqConnectionExt.kt:80)
> ... {code}
>  
> A similar issue was reported in VisualVM: 
> https://github.com/oracle/visualvm/issues/123.  They fixed the issue on their 
> end, but it looks like the same fix needs to be made for Netbeans' profiler: 
> https://github.com/apache/netbeans/blob/master/profiler/lib.profiler/src/org/netbeans/lib/profiler/server/ProfilerRuntimeCPU.java#L761
>  



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Gaurav Gupta (Jira)


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

Gaurav Gupta commented on NETBEANS-3316:


I have also created an internal issue in Payara Jira to ignore inactive dtds 
during scanning and add a warning with a valid dtd link in the NetBeans 
console. I would like to recommend to have a look at this doc for the valid 
link and descriptor usage: 
[https://docs.payara.fish/documentation/payara-server/app-deployment/deployment-descriptors.html]

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

Congrats, thanks Gaurav, and feel free to close this issue.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Manuel Iglesias (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

You said quite a few things in this issue and ended up meaning quite a few 
different things. I’d suggest you write to the mailing list to discuss with the 
community but since you refuse I’ve started doing this myself. In the thread on 
the mailing list is where you’ll see further discussion on this.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> 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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

It went from >20-30 minutes to <1 minute

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Manuel Iglesias (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-31 Thread Gaurav Gupta (Jira)


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

Gaurav Gupta commented on NETBEANS-3316:


Great, After replacing with the valid link, how much time NetBeans takes to 
deploy it?

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Manuel Iglesias (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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] [Commented] (NETBEANS-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-31 Thread Gaurav Gupta (Jira)


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

Gaurav Gupta commented on NETBEANS-3316:


I tried to reproduce the issue with the hello-world app and Payara 4.x. When 
using the [http://glassfish.org/dtds/glassfish-resources_1_5.dtd] in 
glassfish-resources.xml, deployment takes 45 seconds (where 100ms in payara + 
45000ms in NetBeans), If using a valid dtd link then total deployment takes 
100ms.

Indeed based on your application size and number/size of dd file & invalid 
link, It could be varied. Hence I need your confirmation from you too Murray.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

You’re again referring to 11.1 in your response. What is needed is for you to 
reproduce with 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, 
> 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-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

The problem was indeed access to 
[http://glassfish.org/dtds/glassfish-resources_1_5.dtd]. Our company uses  
Symantec BlueCoat which apparently decided glassfish.org is suspicious so it 
has blocked access to it. I had to replace all references to it (there were 
many) with 
[https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/lib/dtds/glassfish-resources_1_5.dtd]
 and now it is faster.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-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&focusedCommentId=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] [Commented] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Note also that how nb-javac is made available in 11.1 is completely different 
to 11.2.

So, I’d recommend starting 11.2 with a completely new userdir and then try the 
switching from one completely new userdir to another completely new userdir 
again, and then back and forth between these now existing userdirs which should 
now contain nb-javac in both. 

> 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&focusedCommentId=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&focusedCommentId=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 Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

But is nb-javac installed in both userdirs? Or not?

> 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&focusedCommentId=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 Geertjan Wielenga (Jira)


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

Geertjan Wielenga 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.

Further discussion is welcome but on the mailing list now, not continuing with 
this here, nothing more to add from my side.

> 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 Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

No, it is optional. If you’re running on a JDK later than JDK 8, you can choose 
to not use 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] [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&focusedCommentId=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] [Commented] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Can you also indicate here that you understand that you do not need to have 
this problem at all if you don’t install nb-javac?

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

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

And no one has asked you to install Payara 5, start with Payara 4 as suggested 
by Gaurav.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-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&focusedCommentId=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] [Commented] (NETBEANS-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

Looking in your message logs and at Gsurav’s comments, the problems relate to 
your DTD references, which Gaurav has shown you how to fix.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-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&focusedCommentId=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] [Commented] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Yes, every time you recreate the user directory it will indeed be empty. And 
then nb-javac won’t be found and then you will be prompted to install it again. 
You can ignore it if you like and if you’re not running on JDK 8, you can use 
the Java compiler from the JDK instead.

> 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-3299) Adding Javadoc and Sources to Global Library fails

2019-10-31 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3299:
-
Description: 
In the examples below, I'm using the JavaFX sample project for NetBeans defined 
in the [Non-Modular 
Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
 directory of the [openjfx/samples|https://github.com/openjfx/samples] 
repository.

Expand the Javadoc and Sources for the JavaFX Linux SDK as explained in the 
[parent issue|https://issues.apache.org/jira/browse/NETBEANS-3296] of this 
subtask.

Create the _JAVAFX13_ Global Library.

!library-classpath.png!

Add each of the Sources directories to the library.

!library-sources.png!

Add each of the Javadoc directories to the library.

!library-javadoc.png!

Add the _JAVAFX13_ Global Library to the project's Compile Classpath.

!compile-classpath.png!

Open the _Main.java_ file and select the {{show()}} method. The full 
documentation is not shown in the Javadoc window; only the method signature is 
displayed there. The toolbar button to show the documentation in an external 
Web browser is enabled and works correctly, opening the page directly to the 
appropriate method.

!javadoc-show.png!

Click the right-most toolbar button in the Javadoc Window to "Open source in 
editor." The editor opens to the correct method location but shows a file full 
of compilation errors.

!sources-show.png!


  was:More details to follow. Until then, please see the description in the 
parent issue.


> Adding Javadoc and Sources to Global Library fails
> --
>
> Key: NETBEANS-3299
> URL: https://issues.apache.org/jira/browse/NETBEANS-3299
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: compile-classpath.png, javadoc-show.png, 
> library-classpath.png, library-javadoc.png, library-sources.png, 
> sources-show.png
>
>
> In the examples below, I'm using the JavaFX sample project for NetBeans 
> defined in the [Non-Modular 
> Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
>  directory of the [openjfx/samples|https://github.com/openjfx/samples] 
> repository.
> Expand the Javadoc and Sources for the JavaFX Linux SDK as explained in the 
> [parent issue|https://issues.apache.org/jira/browse/NETBEANS-3296] of this 
> subtask.
> Create the _JAVAFX13_ Global Library.
> !library-classpath.png!
> Add each of the Sources directories to the library.
> !library-sources.png!
> Add each of the Javadoc directories to the library.
> !library-javadoc.png!
> Add the _JAVAFX13_ Global Library to the project's Compile Classpath.
> !compile-classpath.png!
> Open the _Main.java_ file and select the {{show()}} method. The full 
> documentation is not shown in the Javadoc window; only the method signature 
> is displayed there. The toolbar button to show the documentation in an 
> external Web browser is enabled and works correctly, opening the page 
> directly to the appropriate method.
> !javadoc-show.png!
> Click the right-most toolbar button in the Javadoc Window to "Open source in 
> editor." The editor opens to the correct method location but shows a file 
> full of compilation errors.
> !sources-show.png!



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

We currently do not use payara 5 as none of our applications will start with it 
and we have not had time to investigate why.

 

It will take some time for me to create a new hello world app and install 
payara 5

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3299) Adding Javadoc and Sources to Global Library fails

2019-10-31 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3299:
-
Attachment: sources-show.png
library-sources.png
library-javadoc.png
library-classpath.png
javadoc-show.png
compile-classpath.png

> Adding Javadoc and Sources to Global Library fails
> --
>
> Key: NETBEANS-3299
> URL: https://issues.apache.org/jira/browse/NETBEANS-3299
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: compile-classpath.png, javadoc-show.png, 
> library-classpath.png, library-javadoc.png, library-sources.png, 
> sources-show.png
>
>
> More details to follow. Until then, please see the description in the parent 
> issue.



--
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&focusedCommentId=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 Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Why would you want to “run netbeans with and without ‘-userdir’ & ‘cachedir’ 
options”? 

> 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&focusedCommentId=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&focusedCommentId=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&focusedCommentId=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] [Commented] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

No, you didn’t. Only in 11.2 are you able to customize the installer. That was 
not possible in 11.1.

And in 11.2, there is no ‘JSE’ & ‘JDK’ — what do you mean by that, where do you 
see ‘JSE’ & ‘JDK’. That text is nowhere in the IDE and nowhere in the installer.

If you don’t want to install nb-iavac or javafx, that is up to you.

What does ‘after a few runs netbeans forgets’ mean? Indeed, if you’re using a 
new user directory every time you restart NetBeans, then NetBeans will ‘forget’ 
everything.

> netbeans 11.1 requests re-installation of nbjavac plugin and fails.
> ---
>
> Key: NETBEANS-3158
> URL: https://issues.apache.org/jira/browse/NETBEANS-3158
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.1
> Environment: Linux Cinnamon Mint 19.2
>Reporter: Manuel Iglesias
>Priority: Major
> 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&focusedCommentId=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&focusedCommentId=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] [Commented] (NETBEANS-3316) Running Java EE projects on Payara takes a VERY LONG TIME to start

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

Did you see Gaurav’s comments above and can you respond to them? Gaurav is the 
developer of Payara support in NetBeans.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-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&focusedCommentId=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] [Commented] (NETBEANS-3158) netbeans 11.1 requests re-installation of nbjavac plugin and fails.

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Still don’t understand you. NetBeans is a PHP IDE, it is a JavaScript IDE, it 
is also a Java IDE. You don’t have to configure anything, just don’t customize 
the installer and you will have the full IDE and you’ll be able to open your 
projects.

Why did you have to google ‘coolbeans.xyz’? That is a URL. Open your browser 
and then go to ‘coolbeans.xyz’, that is a distribution of NetBeans.

The problem you have now can’t be the same as when you filed this issue — when 
you filed this issue, you for some reason only had the base IDE, without any 
features. But now you have included the Java features, right? Or still not, why?

> 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-3298) Invalid Javadoc root javafx-sdk-13/doc/javafx.base

2019-10-31 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3298:
-
Description: 
In the examples below, I'm using the JavaFX sample project for NetBeans defined 
in the [Non-Modular 
Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
 directory of the [openjfx/samples|https://github.com/openjfx/samples] 
repository.

Add the _JAVAFX13_ Global Library to the project's Compile Classpath.

!classpath-JAVAFX13.png!

Expand the JavaFX Javadoc as explained in the [parent 
issue|https://issues.apache.org/jira/browse/NETBEANS-3296] of this sub-task. 
Add each of the Javadoc directories to the Global Library. You see an error 
message for each directory added.

!invalid-javadoc-root.png!

The Javadoc actually works, though. The toolbar button to display the 
documentation in an external Web browser is enabled and opens directly to the 
correct method in the documentation.

!javadoc-show.png!


  was:
In the examples below, I'm using the JavaFX sample project for NetBeans defined 
in the [Non-Modular 
Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
 directory of the [openjfx/samples|https://github.com/openjfx/samples] 
repository.

Add the _JAVAFX13_ class library to the project's Compile Classpath.

!classpath-JAVAFX13.png!

Expand the JavaFX Javadoc as explained in the [parent issue|


> Invalid Javadoc root javafx-sdk-13/doc/javafx.base
> --
>
> Key: NETBEANS-3298
> URL: https://issues.apache.org/jira/browse/NETBEANS-3298
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Minor
> Attachments: classpath-JAVAFX13.png, invalid-javadoc-root.png, 
> javadoc-show.png
>
>
> In the examples below, I'm using the JavaFX sample project for NetBeans 
> defined in the [Non-Modular 
> Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
>  directory of the [openjfx/samples|https://github.com/openjfx/samples] 
> repository.
> Add the _JAVAFX13_ Global Library to the project's Compile Classpath.
> !classpath-JAVAFX13.png!
> Expand the JavaFX Javadoc as explained in the [parent 
> issue|https://issues.apache.org/jira/browse/NETBEANS-3296] of this sub-task. 
> Add each of the Javadoc directories to the Global Library. You see an error 
> message for each directory added.
> !invalid-javadoc-root.png!
> The Javadoc actually works, though. The toolbar button to display the 
> documentation in an external Web browser is enabled and opens directly to the 
> correct method in the documentation.
> !javadoc-show.png!



--
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&focusedCommentId=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&focusedCommentId=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] [Updated] (NETBEANS-3298) Invalid Javadoc root javafx-sdk-13/doc/javafx.base

2019-10-31 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3298:
-
Description: 
In the examples below, I'm using the JavaFX sample project for NetBeans defined 
in the [Non-Modular 
Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
 directory of the [openjfx/samples|https://github.com/openjfx/samples] 
repository.

Add the _JAVAFX13_ class library to the project's Compile Classpath.

!classpath-JAVAFX13.png!

Expand the JavaFX Javadoc as explained in the [parent issue|

  was:More details to follow. Until then, please see the description in the 
parent issue.


> Invalid Javadoc root javafx-sdk-13/doc/javafx.base
> --
>
> Key: NETBEANS-3298
> URL: https://issues.apache.org/jira/browse/NETBEANS-3298
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Minor
> Attachments: classpath-JAVAFX13.png, invalid-javadoc-root.png, 
> javadoc-show.png
>
>
> In the examples below, I'm using the JavaFX sample project for NetBeans 
> defined in the [Non-Modular 
> Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
>  directory of the [openjfx/samples|https://github.com/openjfx/samples] 
> repository.
> Add the _JAVAFX13_ class library to the project's Compile Classpath.
> !classpath-JAVAFX13.png!
> Expand the JavaFX Javadoc as explained in the [parent issue|



--
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&focusedCommentId=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&focusedCommentId=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] [Updated] (NETBEANS-3298) Invalid Javadoc root javafx-sdk-13/doc/javafx.base

2019-10-31 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3298:
-
Attachment: javadoc-show.png
invalid-javadoc-root.png
classpath-JAVAFX13.png

> Invalid Javadoc root javafx-sdk-13/doc/javafx.base
> --
>
> Key: NETBEANS-3298
> URL: https://issues.apache.org/jira/browse/NETBEANS-3298
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Minor
> Attachments: classpath-JAVAFX13.png, invalid-javadoc-root.png, 
> javadoc-show.png
>
>
> More details to follow. Until then, please see the description in the parent 
> issue.



--
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-3297) "Attach Javadoc" really means "Attach Sources"

2019-10-31 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3297:
-
Description: 
In the examples below, I'm using the JavaFX sample project for NetBeans defined 
in the [Non-Modular 
Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
 directory of the [openjfx/samples|https://github.com/openjfx/samples] 
repository.

You may need to restart NetBeans after making changes to the items on the 
project's Compile Classpath for those changes to be recognized.

First, add just the individual JAR files to the project's Compile Classpath 
without adding their Javadoc and Sources.

!classpath-lib.png!

Open the _Main.java_ file, select the method {{show()}}, and see that the 
Javadoc is not found, as expected.

!javadoc-lib.png!

Next, add just the Javadoc to each JAR file.

!classpath-lib-doc.png!

The toolbar button (second from right) now allows you to show the documentation 
in an external Web browser and opens directly to the correct method. The 
Javadoc window shows the method signature, but fails to show the documentation 
for the method. NetBeans does not use the Javadoc to display the documentation 
after all; it uses the Sources.

!javadoc-lib-doc.png!

So add the Sources to each JAR file, along with the Javadoc.

!classpath-lib-doc-src.png!

Now we see the full documentation, and both toolbar buttons are enabled to show 
the documentation in an external Web browser and to open the source in the 
editor.

!javadoc-lib-doc-src.png!

Next, remove the Javadoc, leaving just the Sources attached.

!classpath-lib-src.png!

Now the full documentation is still available. The only difference is that the 
toolbar button to show the documentation in an external Web browser is disabled.

!javadoc-lib-src.png!

If we select a method with no actual Javadoc comments, such as 
{{setTitle(String)}}, we are prompted to attach the Javadoc even though doing 
so won't help at all.

!javadoc-lib-src-setTitle.png!


  was:More details to follow. Until then, please see the description in the 
parent issue.


> "Attach Javadoc" really means "Attach Sources"
> --
>
> Key: NETBEANS-3297
> URL: https://issues.apache.org/jira/browse/NETBEANS-3297
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Minor
> Attachments: classpath-lib-doc-src.png, classpath-lib-doc.png, 
> classpath-lib-src.png, classpath-lib.png, javadoc-lib-doc-src.png, 
> javadoc-lib-doc.png, javadoc-lib-src-setTitle.png, javadoc-lib-src.png, 
> javadoc-lib.png
>
>
> In the examples below, I'm using the JavaFX sample project for NetBeans 
> defined in the [Non-Modular 
> Ant|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Java]
>  directory of the [openjfx/samples|https://github.com/openjfx/samples] 
> repository.
> You may need to restart NetBeans after making changes to the items on the 
> project's Compile Classpath for those changes to be recognized.
> First, add just the individual JAR files to the project's Compile Classpath 
> without adding their Javadoc and Sources.
> !classpath-lib.png!
> Open the _Main.java_ file, select the method {{show()}}, and see that the 
> Javadoc is not found, as expected.
> !javadoc-lib.png!
> Next, add just the Javadoc to each JAR file.
> !classpath-lib-doc.png!
> The toolbar button (second from right) now allows you to show the 
> documentation in an external Web browser and opens directly to the correct 
> method. The Javadoc window shows the method signature, but fails to show the 
> documentation for the method. NetBeans does not use the Javadoc to display 
> the documentation after all; it uses the Sources.
> !javadoc-lib-doc.png!
> So add the Sources to each JAR file, along with the Javadoc.
> !classpath-lib-doc-src.png!
> Now we see the full documentation, and both toolbar buttons are enabled to 
> show the documentation in an external Web browser and to open the source in 
> the editor.
> !javadoc-lib-doc-src.png!
> Next, remove the Javadoc, leaving just the Sources attached.
> !classpath-lib-src.png!
> Now the full documentation is still available. The only difference is that 
> the toolbar button to show the documentation in an external Web browser is 
> disabled.
> !javadoc-lib-src.png!
> If we select a method with no actual Javadoc comments, such as 
> {{setTitle(String)}}, we are prompted to attach the Javadoc even though doing 
> so won't help at all.
> !javadoc-lib-src-setTitle.png!



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

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

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

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

Can you uninstall whatever 11.1 and 11.2 installations you have. Then install 
11.2 from scratch and include the Java features in the installer or unzip the 
ZIP file.

If/when a problem happens, can you describe what the problem is as clearly and 
simply as you can.

Alternatively, go to coolbeans.xyz, see if that works for you.

> 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-3297) "Attach Javadoc" really means "Attach Sources"

2019-10-31 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3297:
-
Attachment: javadoc-lib-src-setTitle.png
javadoc-lib-src.png
javadoc-lib-doc-src.png
javadoc-lib-doc.png
javadoc-lib.png
classpath-lib-src.png
classpath-lib-doc-src.png
classpath-lib-doc.png
classpath-lib.png

> "Attach Javadoc" really means "Attach Sources"
> --
>
> Key: NETBEANS-3297
> URL: https://issues.apache.org/jira/browse/NETBEANS-3297
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Minor
> Attachments: classpath-lib-doc-src.png, classpath-lib-doc.png, 
> classpath-lib-src.png, classpath-lib.png, javadoc-lib-doc-src.png, 
> javadoc-lib-doc.png, javadoc-lib-src-setTitle.png, javadoc-lib-src.png, 
> javadoc-lib.png
>
>
> More details to follow. Until then, please see the description in the parent 
> issue.



--
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 Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3158:
-

I don’t understand. No, the JDK will never be included in NetBeans when 
distributed by Apache. NetBeans is an Apache project. The JDK is GPL licensed. 
GPL licensed technologies will never be bundled with any Apache project.

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

2019-10-31 Thread Gaurav Gupta (Jira)


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

Gaurav Gupta edited comment on NETBEANS-3316 at 10/31/19 5:09 PM:
--

Hi [~naris], 
 Attached logs have many errors listed related to fetching the dtd files. May 
you also try to deploy a hello-world application without any 
deployment-descriptor (e.g glassfish-resources.xml) file on Payara 4.x & the 
latest 5.19x and share the result.

 If without dd, your application deploys quickly, then please share the 
deployment-descriptor file here. Also, try to check the accessibility of dtd 
URL.
Example replace dtd URL from 
[http://glassfish.org/dtds/glassfish-resources_1_5.dtd] to 
[https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/lib/dtds/glassfish-resources_1_5.dtd]
 in glassfish-resources.xml.


was (Author: jgauravgupta):
Hi [~naris], 
Attached logs have many errors listed related to fetching the dtd files. May 
you also try to deploy a hello-world application without any 
deployment-descriptor file on Payara 4.x & the latest 5.19x and share the 
result. If without dd, your application deploys quickly, then please share the 
deployment-descriptor file here.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

I have attached the profile and logs from a clean user dir and attempt to debug 
the app. However, this time netbeans never actually started the browser to 
debug the app, and it looks like the deployment failed as the app is not 
running. (usually it does deploy the app and run eventually). I will try again.

 

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Attachment: selfsampler.npss

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson updated NETBEANS-3316:

Attachment: messages.log
uigestures
metrics
messages.log.1

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Gaurav Gupta (Jira)


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

Gaurav Gupta commented on NETBEANS-3316:


Hi [~naris], 
Attached logs have many errors listed related to fetching the dtd files. May 
you also try to deploy a hello-world application without any 
deployment-descriptor file on Payara 4.x & the latest 5.19x and share the 
result. If without dd, your application deploys quickly, then please share the 
deployment-descriptor file here.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-3318) NoClassDefFoundError: java/sql/Date when trying to profile sql queries

2019-10-31 Thread Eric Francis (Jira)
Eric Francis created NETBEANS-3318:
--

 Summary: NoClassDefFoundError: java/sql/Date when trying to 
profile sql queries
 Key: NETBEANS-3318
 URL: https://issues.apache.org/jira/browse/NETBEANS-3318
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - Engine
Affects Versions: 11.1
Reporter: Eric Francis


I'm trying to profile an application running in Tomcat 7.0.91 using Java 11 
(11.0.4).  When I attach the profiler to the application and certain sql 
queries are run I end up with a stacktrace like the following:

 
{code}
java.lang.NoClassDefFoundError: java/sql/Date
     
org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.converToString(ProfilerRuntimeCPU.java:768)
     
org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.addParameter(ProfilerRuntimeCPU.java:663)
     
org.apache.commons.dbcp2.DelegatingPreparedStatement.setDate(DelegatingPreparedStatement.java:378)
     io.tekniq.jdbc.TqConnectionExtKt.applyParams(TqConnectionExt.kt:80)
... {code}
 

A similar issue was reported in VisualVM: 
https://github.com/oracle/visualvm/issues/123.  They fixed it for the GraalVM 
profiler, but it looks like the same fix needs to be made in Netbeans code: 
https://github.com/apache/netbeans/blob/master/profiler/lib.profiler/src/org/netbeans/lib/profiler/server/ProfilerRuntimeCPU.java#L761

 



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

I'm doing that now. I'll post the results.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

Can you follow the ideas I provided above?

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

I found the problem I had with jdk1.8.0_191, apparently the editor I used to 
edit etc/netbeans.conf put an extra set of quotes around the directory name, 
once I fixed that it stopped complaining. However, changing the JDK did not 
resolve anything (googling I saw references to use the same JDK to run netbeans 
that the payara server uses).

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

You can of course use any JDK you like, configure that in etc/netbeans.conf in 
the installation directory.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3316:
-

Maybe you can self profile NetBeans when you deploy (buttons for that in the 
Performance toolbar) to see what’s going on? And/or upload the messages.log 
from the user directory after starting NetBeans with a fresh user directory and 
don’t import anything at start up?

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson edited comment on NETBEANS-3316 at 10/31/19 2:46 PM:
---

Apparently jdk 11.0.1 was already on the system when netbeans was installed and 
the installer chose the preexisting jdk.


was (Author: naris):
Apparently jdk 11.0.1 was aklready on the system when netbeans was installed 
and the installer chose the pre existing jdk.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

Apparently jdk 11.0.1 was aklready on the system when netbeans was installed 
and the installer chose the pre existing jdk.

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson edited comment on NETBEANS-3316 at 10/31/19 2:40 PM:
---

It takes < 1 minute to deploy locally from Payara's admin GUI interface (or 
from the command line using asadmin).

It take >20 minutes from netbeans


was (Author: naris):
It takes < 1 minute to deploy locally form Payara's admin GUI interface (or 
from the command line using asadmin).

It take >20 minutes from netbeans

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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

2019-10-31 Thread Murray Wilson (Jira)


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

Murray Wilson commented on NETBEANS-3316:
-

It takes < 1 minute to deploy locally form Payara's admin GUI interface (or 
from the command line using asadmin).

It take >20 minutes from netbeans

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



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Resolved] (NETBEANS-1657) PHP visibility keywords via drop-down list

2019-10-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-1657.

Fix Version/s: 11.3
   Resolution: Implemented

Implemented.

> PHP visibility keywords via drop-down list
> --
>
> Key: NETBEANS-1657
> URL: https://issues.apache.org/jira/browse/NETBEANS-1657
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Los Vitaly
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: change-visibility.gif
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Give user possibility to change PHP visibility keywords - public, protected, 
> private via drop down menu.  
> Maybe, it will be useful for java, I don't know. 
> I added gif for better understanding 



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

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Resolved] (NETBEANS-3002) NullPointerExceptions during PHPStan inspection

2019-10-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-3002.

Fix Version/s: 11.3
   Resolution: Fixed

Fixed.

> NullPointerExceptions during PHPStan inspection
> ---
>
> Key: NETBEANS-3002
> URL: https://issues.apache.org/jira/browse/NETBEANS-3002
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.0, 11.1
> Environment: Windows 10
>Reporter: Czukowski
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: PHPStanException.zip
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> PHPStan code analysis support reports NullPointerExceptions at some 
> occasions. When the exception occurs, the Inspect dialog window is not closed 
> on its own.
> I've been able to reproduce it using the uploaded sample project. Run 
> {{composer install}}, then configure NetBeans to use PHPStan from 
> {{vendor/bin}} and the configuration from {{phpstan.neon}} file in the 
> project root.
> The configuration file contains {{ignoreErrors}} section with a pattern to 
> ignore known errors. The exception seems to depend on whether this pattern is 
> there or not (to disable, comment the line with {{#}}). 
> To reproduce, select the {{app}} folder and run PHPStan inspection with the 
> scope: Current folder (app).
> With the setup above I've encountered two types of the stack traces:
> *Without ignore pattern (commented line)*
> Output:
> {code}
> "C:\Workspace\Test\PHPStanException\vendor\bin\phpstan.bat" "analyse" 
> "--no-ansi" "--no-progress" "--no-interaction" "--error-format=checkstyle" 
> "--level=5" "--configuration=C:\Workspace\Test\PHPStanException\phpstan.neon" 
> "C:\Workspace\Test\PHPStanException\app"
> 
> 
> 
>   
> 
> 
>   
>   
> 
> 
> Done.
> {code}
> Stack trace:
> {code}
> java.lang.NullPointerException
>   at org.netbeans.modules.php.analysis.util.Mappers.map(Mappers.java:54)
>   at 
> org.netbeans.modules.php.analysis.PHPStanAnalyzerImpl.doAnalyze(PHPStanAnalyzerImpl.java:140)
>   at 
> org.netbeans.modules.php.analysis.PHPStanAnalyzerImpl.analyze(PHPStanAnalyzerImpl.java:92)
>   at 
> org.netbeans.modules.analysis.RunAnalysis$1$1.doRunAnalyzer(RunAnalysis.java:186)
>   at 
> org.netbeans.modules.analysis.RunAnalysis$1$1.run(RunAnalysis.java:142)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}
> *With ignore pattern*
> Output:
> {code}
> "C:\Workspace\Test\PHPStanException\vendor\bin\phpstan.bat" "analyse" 
> "--no-ansi" "--no-progress" "--no-interaction" "--error-format=checkstyle" 
> "--level=5" "--configuration=C:\Workspace\Test\PHPStanException\phpstan.neon" 
> "C:\Workspace\Test\PHPStanException\app"
> 
> 
> 
>   
> 
> 
>   
>   
> 
> 
>   
> 
> 
> Done.
> {code}
> Stack trace:
> {code}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.php.analysis.parsers.PHPStanReportParser.sanitizeFileName(PHPStanReportParser.java:199)
>   at 
> org.netbeans.modules.php.analysis.parsers.PHPStanReportParser.getCurrentFile(PHPStanReportParser.java:180)
>   at 
> org.netbeans.modules.php.analysis.parsers.PHPStanReportParser.processFileStart(PHPStanReportParser.java:133)
>   at 
> org.netbeans.modules.php.analysis.parsers.PHPStanReportParser.startElement(PHPStanReportParser.java:114)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:510)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1397)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2710)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:534)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:888)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:824)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
>   at 

[jira] [Resolved] (NETBEANS-3243) Code sniffer now working in latest verson

2019-10-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-3243.

Fix Version/s: 11.3
   Resolution: Fixed

Fixed.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



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



[netbeans] branch master updated: [NETBEANS-1657] PHP visibility keywords via drop-down list (#1599)

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

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 885c078  [NETBEANS-1657] PHP visibility keywords via drop-down list 
(#1599)
885c078 is described below

commit 885c0781e989ce41a6db3a75cd0a4f20113d9789
Author: Junichi Yamamoto 
AuthorDate: Thu Oct 31 22:05:42 2019 +0900

[NETBEANS-1657] PHP visibility keywords via drop-down list (#1599)

- Add ConvertVisibilitySuggestion
- Note: Just convert the visibility keyword, i.e. don't check whether there 
is a problem (e.g. "public" -> "private")
- In the case of interface, it is available if the visibility is implicit 
public ("" -> "public")
e.g.
Before:
```
interface MyInterface {
const IMPLICIT_CONST = "implicit";
function implicitPublicMethod($param);
}
```
After:
```
interface MyInterface {
public const IMPLICIT_CONST = "implicit";
public function implicitPublicMethod($param);
}
```
---
 .../modules/php/editor/api/PhpModifiers.java   |   6 +
 .../modules/php/editor/resources/layer.xml |   1 +
 .../verification/ConvertVisibilitySuggestion.java  | 331 +
 .../testConvertVisibility.php  |  90 ++
 ...vertVisibilitySuggestionAbstractMethod_01.hints |   5 +
 ...vertVisibilitySuggestionAbstractMethod_02.hints |   4 +
 ...vertVisibilitySuggestionAbstractMethod_03.hints |   4 +
 ...vertVisibilitySuggestionAbstractMethod_04.hints |   5 +
 ...vertVisibilitySuggestionAbstractMethod_05.hints |   4 +
 ...vertVisibilitySuggestionAbstractMethod_06.hints |   4 +
 ...p.testConvertVisibilitySuggestionConst_01.hints |   6 +
 ...p.testConvertVisibilitySuggestionConst_02.hints |   5 +
 ...p.testConvertVisibilitySuggestionConst_03.hints |   5 +
 ...p.testConvertVisibilitySuggestionConst_04.hints |   5 +
 ...ConvertVisibilitySuggestionGlobalConst_01.hints |   0
 ...vertVisibilitySuggestionInterfaceConst_01.hints |   4 +
 ...vertVisibilitySuggestionInterfaceConst_02.hints |   0
 ...ertVisibilitySuggestionInterfaceMethod_01.hints |   4 +
 ...ertVisibilitySuggestionInterfaceMethod_02.hints |   0
 ...ertVisibilitySuggestionInterfaceMethod_03.hints |   4 +
 ...ertVisibilitySuggestionInterfaceMethod_04.hints |   0
 testConvertVisibilitySuggestionMethod_01.hints |   6 +
 testConvertVisibilitySuggestionMethod_02.hints |   5 +
 testConvertVisibilitySuggestionMethod_03.hints |   5 +
 testConvertVisibilitySuggestionMethod_04.hints |   5 +
 testConvertVisibilitySuggestionMethod_05.hints |   6 +
 testConvertVisibilitySuggestionMethod_06.hints |   5 +
 testConvertVisibilitySuggestionMethod_07.hints |   5 +
 testConvertVisibilitySuggestionMethod_08.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_01.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_02.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_03.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_04.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_05.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_06.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_07.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_08.hints |   5 +
 ...estConvertVisibilitySuggestionProperty_09.hints |   6 +
 .../testConvertVisibilityAbstractClass.php |  13 +
 ...rtVisibilitySuggestionAbstractClassFix_01.fixed |  13 +
 ...rtVisibilitySuggestionAbstractClassFix_02.fixed |  13 +
 ...rtVisibilitySuggestionAbstractClassFix_03.fixed |  13 +
 ...rtVisibilitySuggestionAbstractClassFix_04.fixed |  13 +
 ...rtVisibilitySuggestionAbstractClassFix_05.fixed |  13 +
 ...rtVisibilitySuggestionAbstractClassFix_06.fixed |  13 +
 .../testConvertVisibilityConst.php |  10 +
 ...estConvertVisibilitySuggestionConstFix_01.fixed |  10 +
 ...estConvertVisibilitySuggestionConstFix_02.fixed |  10 +
 ...estConvertVisibilitySuggestionConstFix_03.fixed |  10 +
 ...estConvertVisibilitySuggestionConstFix_04.fixed |  10 +
 .../testConvertVisibilityInterface.php |  16 +
 ...onvertVisibilitySuggestionInterfaceFix_01.fixed |  16 +
 ...onvertVisibilitySuggestionInterfaceFix_02.fixed |  16 +
 ...onvertVisibilitySuggestionInterfaceFix_03.fixed |  16 +
 .../testConvertVisibilityMethod.php|  30 ++
 ...stConvertVisibilitySuggestionMethodFix_01.fixed |  30 ++
 ...stConvertVisibilitySuggestionMethodFix_02.fixed |  30 ++
 ...stConvertVisibilitySuggestionMethodFix_03.fixed |  30 ++
 ...stConvertVisibilitySuggestionMethodFix_04.fixed |  30 ++
 ...stConvertVisibilitySuggestionMethodFix_05.fixed |  30 ++
 ...stConvertVisibilitySuggestionMethodFix_06.fixed |  30 ++
 ...stConvertVisibilitySuggestionMethodFix_07.fixed |  30 ++
 ...stConvertVisibilitySuggestionMethodFix_08.fixed |  30 ++
 .../testConvertVisibilityProperty.php  

[netbeans] branch master updated: [NETBEANS-3002] NullPointerExceptions during PHPStan inspection (#1592)

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

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new f6fc0fc  [NETBEANS-3002] NullPointerExceptions during PHPStan 
inspection (#1592)
f6fc0fc is described below

commit f6fc0fcff68ad47e111aa6dcc62d8e315913cf78
Author: Junichi Yamamoto 
AuthorDate: Thu Oct 31 22:03:57 2019 +0900

[NETBEANS-3002] NullPointerExceptions during PHPStan inspection (#1592)

- The file name value can be null

e.g.
```

  

```
So, in this case, just ignore the error.

- There is a difference in file name value between the old version and the 
new version

e.g. Inspect the following app directory (myproject is the working 
directory)
- myproject/app/Test1.php
- myproject/app/Test2.php

old version: the relative path from target directory
```

  


  
  

```

new verison: the relative path from working directory
```

  


  
  

```

So, check also the relative path from the working directory.
---
 .../modules/php/analysis/commands/PHPStan.java | 23 +
 .../php/analysis/parsers/PHPStanReportParser.java  | 54 --
 .../phpstan/PHPStanSupport/netbeans3022/Test1.php  |  3 ++
 .../phpstan/PHPStanSupport/netbeans3022/Test2.php  |  3 ++
 .../data/phpstan/phpstan-log-netbeans-3022-win.xml | 33 +
 .../phpstan-log-netbeans-3022-without-workdir.xml  | 30 
 .../data/phpstan/phpstan-log-netbeans-3022.xml | 33 +
 .../analysis/parsers/PHPStanReportParserTest.java  | 36 +--
 8 files changed, 189 insertions(+), 26 deletions(-)

diff --git 
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
 
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
index 3ee2d30..997a561 100644
--- 
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
+++ 
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
@@ -102,19 +102,21 @@ public final class PHPStan {
 
 @NbBundle.Messages({
 "# {0} - counter",
-"PHPStan.analyze=PHPStan (analyze #{0})",})
+"PHPStan.analyze=PHPStan (analyze #{0})"
+})
 @CheckForNull
 public List analyze(PHPStanParams params, FileObject file) {
 assert file.isValid() : "Invalid file given: " + file;
 try {
-Integer result = 
getExecutable(Bundle.PHPStan_analyze(analyzeGroupCounter++), findWorkDir(file))
+FileObject workDir = findWorkDir(file);
+Integer result = 
getExecutable(Bundle.PHPStan_analyze(analyzeGroupCounter++), workDir == null ? 
null : FileUtil.toFile(workDir))
 .additionalParameters(getParameters(params, file))
 .runAndWait(getDescriptor(), "Running phpstan..."); // 
NOI18N
 if (result == null) {
 return null;
 }
 
-return PHPStanReportParser.parse(XML_LOG, file);
+return PHPStanReportParser.parse(XML_LOG, file, workDir);
 } catch (CancellationException ex) {
 // cancelled
 return Collections.emptyList();
@@ -133,17 +135,22 @@ public final class PHPStan {
  * @return project directory or {@code null}
  */
 @CheckForNull
-private File findWorkDir(FileObject file) {
+private FileObject findWorkDir(FileObject file) {
 assert file != null;
 Project project = FileOwnerQuery.getOwner(file);
+FileObject workDir = null;
 if (project != null) {
-File projectDir = FileUtil.toFile(project.getProjectDirectory());
+workDir = project.getProjectDirectory();
 if (LOGGER.isLoggable(Level.FINE)) {
-LOGGER.log(Level.FINE, "Project directory for {0} found in 
{1}", new Object[]{FileUtil.toFile(file), projectDir});
+if (workDir != null) {
+LOGGER.log(Level.FINE, "Project directory for {0} is found 
in {1}", new Object[]{FileUtil.toFile(file), workDir}); // NOI18N
+} else {
+// the file/directory may not be in a PHP project
+LOGGER.log(Level.FINE, "Project directory for {0} is not 
found", FileUtil.toFile(file)); // NOI18N
+}
 }
-return projectDir;
 }
-return null;
+return workDir;
 }
 
 private PhpExecutable getExecutable(String title, @NullAllowed File 
workDir) {
diff --git 
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/parsers/PHPStanReportParser.java
 
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/parsers/PHPStanReportParser.java
index 8a2937d..2ed5e47 100644
--- 
a/php

[netbeans] branch master updated: [NETBEANS-3243] Prioritize "--standard" parameter of the path of Code Sniffer

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

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 3ec237c  [NETBEANS-3243] Prioritize "--standard" parameter of the path 
of Code Sniffer
 new 8b605a2  Merge pull request #1574 from junichi11/netbeans-3243
3ec237c is described below

commit 3ec237c7763ad795bf40c2bdc2576ba870cb7538
Author: Junichi Yamamoto 
AuthorDate: Thu Oct 17 23:27:13 2019 +0900

[NETBEANS-3243] Prioritize "--standard" parameter of the path of Code 
Sniffer

Before:
If `/path/to/phpcs --standard=/path/to/ruleset.xml -s` is set to the path 
of Code Sniffer, `--standard` parameter is added twice.
```
"/usr/bin/php" "/path/to/phpcs" "--standard=/path/to/ruleset.xml" "-s" 
"--standard=MySource" "--report=xml" 
"--extensions=phtml,php,php4,php5,php3,phpt,inc" "--encoding=UTF-8" 
"/path/to/target.php"
```

After:
If the path have that parameter, just use only it.
```
"/usr/bin/php" "/path/to/phpcs" "--standard=/path/to/ruleset.xml" "-s" 
"--report=xml" "--extensions=phtml,php,php4,php5,php3,phpt,inc" 
"--encoding=UTF-8" "/path/to/target.php"
```
---
 .../netbeans/modules/php/analysis/commands/CodeSniffer.java   | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git 
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/CodeSniffer.java
 
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/CodeSniffer.java
index 2575121..e18d698 100644
--- 
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/CodeSniffer.java
+++ 
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/CodeSniffer.java
@@ -64,7 +64,8 @@ public final class CodeSniffer {
 static final File XML_LOG = new File(System.getProperty("java.io.tmpdir"), 
"nb-php-phpcs-log.xml"); // NOI18N
 
 // #270987 use --standard instead of --runtime-set default_standard
-private static final String STANDARD_PARAM = "--standard=%s"; // NOI18N
+private static final String STANDARD_PARAM = "--standard"; // NOI18N
+private static final String STANDARD_PARAM_FORMAT = STANDARD_PARAM + 
"=%s"; // NOI18N
 private static final String RUNTIME_SET_PARAM = "--runtime-set"; // NOI18N
 private static final String DEFAULT_STANDARD_PARAM = "default_standard"; 
// NOI18N
 private static final String LIST_STANDARDS_PARAM = "-i"; // NOI18N
@@ -237,8 +238,12 @@ public final class CodeSniffer {
 private List getParameters(String standard, FileObject file, 
boolean noRecursion) {
 Charset encoding = FileEncodingQuery.getEncoding(file);
 List params = new ArrayList<>();
-// #270987 use --standard
-params.add(String.format(STANDARD_PARAM, standard));
+// NETBEANS-3243 the path of Code Sniffer may have --standard parameter
+if (!codeSnifferPath.contains(STANDARD_PARAM + "=") // NOI18N
+&& !codeSnifferPath.contains(STANDARD_PARAM + " ")) { // NOI18N
+// #270987 use --standard
+params.add(String.format(STANDARD_PARAM_FORMAT, standard));
+}
 params.add(REPORT_PARAM);
 params.add(String.format(EXTENSIONS_PARAM, 
StringUtils.implode(FileUtil.getMIMETypeExtensions(FileUtils.PHP_MIME_TYPE), 
","))); // NOI18N
 params.add(String.format(ENCODING_PARAM, encoding.name()));


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