[jira] [Created] (NETBEANS-6113) Test FAQ contain 404 Links

2021-10-07 Thread Karl Richter (Jira)
Karl Richter created NETBEANS-6113:
--

 Summary: Test FAQ contain 404 Links
 Key: NETBEANS-6113
 URL: https://issues.apache.org/jira/browse/NETBEANS-6113
 Project: NetBeans
  Issue Type: Task
Reporter: Karl Richter


I wanted to get started on developing for NetBeans by attempting a fix on 
https://issues.apache.org/jira/browse/NETBEANS-5525. Just because it bugs me 
and seems low hanging fruit.

 

As it turns out, it's extremely hard. After two hours I have no idea whether 
the class I want to fix has a test case or not. I've been searching the wiki 
and FAQ intensively and stumbled over a lot of dead links, mainly in 
[https://netbeans.apache.org/wiki/DevFaqIndex.asciidoc#_running_and_writing_tests.]

 

You probably want to migrate to a build system where these questions don't need 
to be asked - no one ever asked where to find a class' test in a Maven or 
Gradle project -, so this ticket might be covered by this migration. And you 
might be able to throw away the FAQ afterwards anyway or move it to module 
READMEs where it's usually maintained more naturally.



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

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

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



[jira] [Assigned] (NETBEANS-340) make maven-checkstyle-plugin error paths links

2019-08-10 Thread Karl Richter (JIRA)


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

Karl Richter reassigned NETBEANS-340:
-

Assignee: (was: Karl Richter)

> make maven-checkstyle-plugin error paths links
> --
>
> Key: NETBEANS-340
> URL: https://issues.apache.org/jira/browse/NETBEANS-340
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 9.0
>Reporter: Karl Richter
>Priority: Minor
>
> It'd be nice if the output of the `maven-checkstyle-plugin` would be parsed 
> and source file paths in plain text be replace with links opening the sources 
> files like it's the case for compilation errors.
> experienced with 9.0-beta-rc2-43-g346c2aba4



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1268) Unpacking of Maven index should be parallelized (again)

2018-09-19 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-1268:
--

 Summary: Unpacking of Maven index should be parallelized (again)
 Key: NETBEANS-1268
 URL: https://issues.apache.org/jira/browse/NETBEANS-1268
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Affects Versions: 9.0
Reporter: Karl Richter


The unpacking of a downloaded maven index only uses one thread on one CPU core. 
Previous implementations used all CPU cores which speed up the process a lot.

experienced with 9.0-rc1-rc1-673-gaed622a9c



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-433) Improve merge discipline

2018-08-18 Thread Karl Richter (JIRA)


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

Karl Richter resolved NETBEANS-433.
---
Resolution: Later

> Improve merge discipline
> 
>
> Key: NETBEANS-433
> URL: https://issues.apache.org/jira/browse/NETBEANS-433
> Project: NetBeans
>  Issue Type: Task
>Reporter: Karl Richter
>Priority: Major
>
> The git repository https://github.com/apache/incubator-netbeans.git contains 
> a lot of duplicate commits (e.g.
> {noformat}
> commit 90366d092beb49d563922c8023093d91d6b59db1 (HEAD -> master, 
> origin/master, origin/HEAD)
> Merge: ccc9b5f92 4c4bdd60a
> Author: Jaroslav Tulach 
> Date:   Mon Feb 26 07:59:53 2018 +0100
> Merge pull request #434 from blackleg/ci_badges
> 
> Add build badges to README.md
> commit 4c4bdd60adc2a26800621a76220dab7b146d80f4
> Author: Hector Espert 
> Date:   Sun Jan 21 12:47:26 2018 +0100
> Added build badges to README.md
> {noformat}
> as well as merge commits (the duplicate example even introduces an empty 
> separate merge commit for a fast-forward merge).
> The duplicate commits should simply be avoided since they increase the number 
> commits which have to be investigated in bisection search of regressions. 
> Furthermore they make it harder to go through git log and make the code base 
> appear in bad shape.
> The merge commits should be avoided because they disturb the history log and 
> hide information what really happened on the merge branch. It's fine to force 
> all contributors to rebase their pull request branches on `master`. In this 
> way all merges are fast-forward merges and all commit messages contain 
> exclusively useful information. You can take 
> https://github.com/zfsonlinux/zfs as an example for an excellent code base.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-433) Improve merge discipline

2018-08-18 Thread Karl Richter (JIRA)


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

Karl Richter commented on NETBEANS-433:
---

bq. Please close this here - it is a discussion topic and so should be on the 
mailing list. I just stumbled over this by chance.

Done: 
https://lists.apache.org/thread.html/9f247a7debb0f3fa90f2dedd79dcaf0094aeea9665aaf418abdd5b8f@%3Cdev.netbeans.apache.org%3E

> Improve merge discipline
> 
>
> Key: NETBEANS-433
> URL: https://issues.apache.org/jira/browse/NETBEANS-433
> Project: NetBeans
>  Issue Type: Task
>Reporter: Karl Richter
>Priority: Major
>
> The git repository https://github.com/apache/incubator-netbeans.git contains 
> a lot of duplicate commits (e.g.
> {noformat}
> commit 90366d092beb49d563922c8023093d91d6b59db1 (HEAD -> master, 
> origin/master, origin/HEAD)
> Merge: ccc9b5f92 4c4bdd60a
> Author: Jaroslav Tulach 
> Date:   Mon Feb 26 07:59:53 2018 +0100
> Merge pull request #434 from blackleg/ci_badges
> 
> Add build badges to README.md
> commit 4c4bdd60adc2a26800621a76220dab7b146d80f4
> Author: Hector Espert 
> Date:   Sun Jan 21 12:47:26 2018 +0100
> Added build badges to README.md
> {noformat}
> as well as merge commits (the duplicate example even introduces an empty 
> separate merge commit for a fast-forward merge).
> The duplicate commits should simply be avoided since they increase the number 
> commits which have to be investigated in bisection search of regressions. 
> Furthermore they make it harder to go through git log and make the code base 
> appear in bad shape.
> The merge commits should be avoided because they disturb the history log and 
> hide information what really happened on the merge branch. It's fine to force 
> all contributors to rebase their pull request branches on `master`. In this 
> way all merges are fast-forward merges and all commit messages contain 
> exclusively useful information. You can take 
> https://github.com/zfsonlinux/zfs as an example for an excellent code base.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1090) Add Maven archetype parsing

2018-07-31 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-1090:
--

 Summary: Add Maven archetype parsing
 Key: NETBEANS-1090
 URL: https://issues.apache.org/jira/browse/NETBEANS-1090
 Project: NetBeans
  Issue Type: New Feature
  Components: projects - Maven
Affects Versions: 9.0
Reporter: Karl Richter


The parsing of Maven archetype Java files placed under 
`src/main/resources/archetype-resources` doesn't take into account the 
dependencies defined in `src/main/resources/archetype-resources/pom.xml` which 
would be very helpful since this way one can spot missing dependencies and 
compilation issues after a project has been created from the archetype.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1089) Can only paste into buttommost folders in resources folder

2018-07-31 Thread Karl Richter (JIRA)


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

Karl Richter updated NETBEANS-1089:
---
Description: 
Creating nested directories in `src/main/resources` of a Maven project, e.g. 
`archetype-resources/src/test/java` like it's common during the development of 
an archetype project, allows to create new files and folders with arbitrary 
parents by changing the "Parent Folder" in the creation dialog. However, it's 
not possible to paste files from another project in another directories than 
the buttommost folders (those with no child folders), which is a frequent use 
case during archetype project development.

Thinking this through, I'd make the displaying of the hierarchy of empty 
folders in subtrees in one tree node with subfolder names concatenated with `.` 
optional and display everything (including empty folders) as a tree by default 
so that we can assume that users who once changed the view to collapse a 
subtree of empty folders into one node remember this or find the to be added 
switch in the tree node context menu to change back to the hierarchy allowing 
them to paste where they want with one click.

The latter proposal should probably be separated, but I don't see the point 
given my 50 improvement suggestions on Bugzilla and some here without any 
feedback :(

I'm aware that I can work around this problem by adding an arbitrary new file 
in the folder where I want to paste, paste the file I want and delete the first 
file.

  was:
Creating nested directories in `src/main/resources` of a Maven project, e.g. 
`archetype-resources/src/test/java` like it's common during the development of 
an archetype project, allows to create new files and folders with arbitrary 
parents by changing the "Parent Folder" in the creation dialog. However, it's 
not possible to paste files from another project in another directories than 
the buttommost folders (those with no child folders), which is a frequent use 
case during archetype project development.

Thinking this through, I'd make the displaying of the hierarchy of empty 
folders in subtrees in one tree node with subfolder names concatenated with `.` 
optional and display everything (including empty folders) as a tree by default 
so that we can assume that users who once changed the view to collapse a 
subtree of empty folders into one node remember this or find the to be added 
switch in the tree node context menu to change back to the hierarchy allowing 
them to paste where they want with one click.

The latter proposal should probably be separated, but I don't see the point 
given my 50 improvement suggestions on Bugzilla and some here without any 
feedback :(


> Can only paste into buttommost folders in resources folder
> --
>
> Key: NETBEANS-1089
> URL: https://issues.apache.org/jira/browse/NETBEANS-1089
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven
>Affects Versions: 9.0
>Reporter: Karl Richter
>Priority: Major
>
> Creating nested directories in `src/main/resources` of a Maven project, e.g. 
> `archetype-resources/src/test/java` like it's common during the development 
> of an archetype project, allows to create new files and folders with 
> arbitrary parents by changing the "Parent Folder" in the creation dialog. 
> However, it's not possible to paste files from another project in another 
> directories than the buttommost folders (those with no child folders), which 
> is a frequent use case during archetype project development.
> Thinking this through, I'd make the displaying of the hierarchy of empty 
> folders in subtrees in one tree node with subfolder names concatenated with 
> `.` optional and display everything (including empty folders) as a tree by 
> default so that we can assume that users who once changed the view to 
> collapse a subtree of empty folders into one node remember this or find the 
> to be added switch in the tree node context menu to change back to the 
> hierarchy allowing them to paste where they want with one click.
> The latter proposal should probably be separated, but I don't see the point 
> given my 50 improvement suggestions on Bugzilla and some here without any 
> feedback :(
> I'm aware that I can work around this problem by adding an arbitrary new file 
> in the folder where I want to paste, paste the file I want and delete the 
> first file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

For further information about the NetBeans mailing lists, visit:

[jira] [Created] (NETBEANS-1089) Can only paste into buttommost folders in resources folder

2018-07-31 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-1089:
--

 Summary: Can only paste into buttommost folders in resources folder
 Key: NETBEANS-1089
 URL: https://issues.apache.org/jira/browse/NETBEANS-1089
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Affects Versions: 9.0
Reporter: Karl Richter


Creating nested directories in `src/main/resources` of a Maven project, e.g. 
`archetype-resources/src/test/java` like it's common during the development of 
an archetype project, allows to create new files and folders with arbitrary 
parents by changing the "Parent Folder" in the creation dialog. However, it's 
not possible to paste files from another project in another directories than 
the buttommost folders (those with no child folders), which is a frequent use 
case during archetype project development.

Thinking this through, I'd make the displaying of the hierarchy of empty 
folders in subtrees in one tree node with subfolder names concatenated with `.` 
optional and display everything (including empty folders) as a tree by default 
so that we can assume that users who once changed the view to collapse a 
subtree of empty folders into one node remember this or find the to be added 
switch in the tree node context menu to change back to the hierarchy allowing 
them to paste where they want with one click.

The latter proposal should probably be separated, but I don't see the point 
given my 50 improvement suggestions on Bugzilla and some here without any 
feedback :(



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-927) Large number of "org.openide.util.RequestProcessor$SlowItem" exceptions and random failure of GUI controls

2018-06-06 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-927:
-

 Summary: Large number of 
"org.openide.util.RequestProcessor$SlowItem" exceptions and random failure of 
GUI controls
 Key: NETBEANS-927
 URL: https://issues.apache.org/jira/browse/NETBEANS-927
 Project: NetBeans
  Issue Type: Improvement
Reporter: Karl Richter


After a failed attempt to add OpenJDK 9 on Ubuntu 18.04 I experience frequent 
popup dialogs with the two following exceptions (always in pairs) suggesting 
the typical review and report for dev versions. Sometimes, GUI operations like 
expanding a project tree simply have no effect.

{code:java}
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren$1
java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer;
at jdk.internal.jimage.BasicImageReader.slice(BasicImageReader.java:211)
at 
jdk.internal.jimage.BasicImageReader.intBuffer(BasicImageReader.java:218)
at 
jdk.internal.jimage.BasicImageReader.(BasicImageReader.java:152)
at 
jdk.internal.jimage.ImageReader$SharedImageReader.(ImageReader.java:224)
at 
jdk.internal.jimage.ImageReader$SharedImageReader.open(ImageReader.java:238)
at jdk.internal.jimage.ImageReader.open(ImageReader.java:67)
at jdk.internal.jimage.ImageReader.open(ImageReader.java:71)
at jdk.internal.jrtfs.SystemImage.open(SystemImage.java:59)
at jdk.internal.jrtfs.JrtFileSystem.(JrtFileSystem.java:90)
at 
jdk.internal.jrtfs.JrtFileSystemProvider.newFileSystem(JrtFileSystemProvider.java:108)
at 
jdk.internal.jrtfs.JrtFileSystemProvider.newFileSystem(JrtFileSystemProvider.java:127)
at 
jdk.internal.jrtfs.JrtFileSystemProvider.newFileSystem(JrtFileSystemProvider.java:106)
at java.nio.file.FileSystems.newFileSystem(FileSystems.java:336)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystem.create(NBJRTFileSystem.java:72)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystemProvider.getFileSystem(NBJRTFileSystemProvider.java:64)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystemProvider.getFileSystem(NBJRTFileSystemProvider.java:49)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTURLMapper.getFileObjects(NBJRTURLMapper.java:74)
at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:188)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.Util.createModulePath(Util.java:105)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformImpl.getBootstrapLibraries(J2SEPlatformImpl.java:256)
at 
org.netbeans.modules.java.platform.queries.PlatformSourceForBinaryQuery.contains(PlatformSourceForBinaryQuery.java:124)
at 
org.netbeans.modules.java.platform.queries.PlatformSourceForBinaryQuery.findSourceRoots2(PlatformSourceForBinaryQuery.java:85)
at 
org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots2(SourceForBinaryQuery.java:101)
at 
org.netbeans.modules.parsing.impl.indexing.PathRegistry.createResources(PathRegistry.java:728)
at 
org.netbeans.modules.parsing.impl.indexing.PathRegistry.getPathIdToRoots(PathRegistry.java:631)
at 
org.netbeans.modules.parsing.impl.indexing.PathRegistry.getRootsMarkedAs(PathRegistry.java:458)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.getClasspathRoots(QuerySupport.java:771)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.collectClasspathRoots(QuerySupport.java:737)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.collectClasspathRoots(QuerySupport.java:729)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.findRoots(QuerySupport.java:223)
at 
org.netbeans.modules.html.editor.api.index.HtmlIndex.(HtmlIndex.java:92)
at 
org.netbeans.modules.html.editor.api.index.HtmlIndex.get(HtmlIndex.java:79)
at 
org.netbeans.modules.html.editor.api.index.HtmlIndex.get(HtmlIndex.java:69)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.getHtmlIndex(RemoteFiles.java:83)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.updateRemoteFiles(RemoteFiles.java:114)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.access$100(RemoteFiles.java:66)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles$2.run(RemoteFiles.java:103)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:357)
at 

[jira] [Updated] (NETBEANS-724) Cannot install PHP, JAVA ME, JAVA and other based IDE plugins

2018-05-31 Thread Karl Richter (JIRA)


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

Karl Richter updated NETBEANS-724:
--
Description: 
Upon trying to install plugins I get this:

 
{code:java}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{code}

{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
  
  
 

  was:
Upon trying to install plugins I get this:

 
{panel:title=My title}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{panel}

{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
  
  
 


> Cannot install PHP, JAVA ME, JAVA and other based IDE plugins
> -
>
> Key: NETBEANS-724
> URL: https://issues.apache.org/jira/browse/NETBEANS-724
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Attachments: netbeans install plugin problem 1.PNG, netbeans install 
> plugin problem 2.PNG, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Upon trying to install plugins I get this:
>  
> {code:java}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
> {code}
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
> Files\NetBeans 
> 

[jira] [Updated] (NETBEANS-724) Cannot install PHP, JAVA ME, JAVA and other based IDE plugins

2018-05-31 Thread Karl Richter (JIRA)


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

Karl Richter updated NETBEANS-724:
--
Description: 
Upon trying to install plugins I get this:

 
{code:java}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{code}
{code:java}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{code}

  was:
Upon trying to install plugins I get this:

 
{code:java}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{code}

{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
  
  
 


> Cannot install PHP, JAVA ME, JAVA and other based IDE plugins
> -
>
> Key: NETBEANS-724
> URL: https://issues.apache.org/jira/browse/NETBEANS-724
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Attachments: netbeans install plugin problem 1.PNG, netbeans install 
> plugin problem 2.PNG, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Upon trying to install plugins I get this:
>  
> {code:java}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
> {code}
> {code:java}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
> Files\NetBeans 
> 

[jira] [Updated] (NETBEANS-724) Cannot install PHP, JAVA ME, JAVA and other based IDE plugins

2018-05-31 Thread Karl Richter (JIRA)


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

Karl Richter updated NETBEANS-724:
--
Description: 
Upon trying to install plugins I get this:

 
{panel:title=My title}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{panel}

{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
  
  
 

  was:
Upon trying to install plugins I get this:

 
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{noformat}
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
  
 


> Cannot install PHP, JAVA ME, JAVA and other based IDE plugins
> -
>
> Key: NETBEANS-724
> URL: https://issues.apache.org/jira/browse/NETBEANS-724
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Attachments: netbeans install plugin problem 1.PNG, netbeans install 
> plugin problem 2.PNG, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Upon trying to install plugins I get this:
>  
> {panel:title=My title}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
> {panel}
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
> Files\NetBeans 
> 

[jira] [Updated] (NETBEANS-724) Cannot install PHP, JAVA ME, JAVA and other based IDE plugins

2018-05-31 Thread Karl Richter (JIRA)


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

Karl Richter updated NETBEANS-724:
--
Description: 
Upon trying to install plugins I get this:

 
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{noformat}
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
  
 

  was:
Upon trying to install plugins I get this:

 
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{noformat}
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
 


> Cannot install PHP, JAVA ME, JAVA and other based IDE plugins
> -
>
> Key: NETBEANS-724
> URL: https://issues.apache.org/jira/browse/NETBEANS-724
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Attachments: netbeans install plugin problem 1.PNG, netbeans install 
> plugin problem 2.PNG, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Upon trying to install plugins I get this:
>  
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
> {noformat}
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
> Files\NetBeans 
> 

[jira] [Updated] (NETBEANS-724) Cannot install PHP, JAVA ME, JAVA and other based IDE plugins

2018-05-31 Thread Karl Richter (JIRA)


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

Karl Richter updated NETBEANS-724:
--
Description: 
Upon trying to install plugins I get this:

 
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{noformat}
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
  
 

  was:
Upon trying to install plugins I get this:

 
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{noformat}
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
 


> Cannot install PHP, JAVA ME, JAVA and other based IDE plugins
> -
>
> Key: NETBEANS-724
> URL: https://issues.apache.org/jira/browse/NETBEANS-724
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Attachments: netbeans install plugin problem 1.PNG, netbeans install 
> plugin problem 2.PNG, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Upon trying to install plugins I get this:
>  
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
> {noformat}
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
> Files\NetBeans 
> 

[jira] [Commented] (NETBEANS-724) Cannot install PHP, JAVA ME, JAVA and other based IDE plugins

2018-05-31 Thread Karl Richter (JIRA)


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

Karl Richter commented on NETBEANS-724:
---

I was about to suggest better feedback upon such activation errors since the 
current feedback doesn't contain any reason for the failure which allows for 
further investigation (could be an I/O, dependency, internal assertion error).

 

@NetBeans devs: Should I open a separate request for that? I'm not seeking to 
fix this concrete issue, but rather improve feedback for all further 
occurrences.
 

> Cannot install PHP, JAVA ME, JAVA and other based IDE plugins
> -
>
> Key: NETBEANS-724
> URL: https://issues.apache.org/jira/browse/NETBEANS-724
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Attachments: netbeans install plugin problem 1.PNG, netbeans install 
> plugin problem 2.PNG, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Upon trying to install plugins I get this:
>  
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
> {noformat}
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
> StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
> StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
> StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
> StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-form-kit.jar, 
> StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
> StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
> {noformat}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-724) Cannot install PHP, JAVA ME, JAVA and other based IDE plugins

2018-05-31 Thread Karl Richter (JIRA)


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

Karl Richter updated NETBEANS-724:
--
Description: 
Upon trying to install plugins I get this:

 
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
{noformat}
{noformat}
Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]
{noformat}
 
 

  was:
Upon trying to install plugins I get this:

 

Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program Files\NetBeans 
8.2\ide\modules\org-netbeans-modules-ide-kit.jar]

 

Activation failed: Not all requested modules can be enabled: 
[StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
StandardModule:org.netbeans.modules.maven.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-maven-kit.jar, 
StandardModule:org.netbeans.modules.debugger.jpda.kit jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-debugger-jpda-kit.jar, 
StandardModule:org.netbeans.modules.hibernate jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-hibernate.jar, 
StandardModule:org.netbeans.modules.form.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-form-kit.jar, 
StandardModule:org.netbeans.modules.ant.kit jarFile: C:\Program Files\NetBeans 
8.2\java\modules\org-netbeans-modules-ant-kit.jar, 
StandardModule:org.netbeans.modules.spring.beans jarFile: C:\Program 
Files\NetBeans 8.2\java\modules\org-netbeans-modules-spring-beans.jar]

 


> Cannot install PHP, JAVA ME, JAVA and other based IDE plugins
> -
>
> Key: NETBEANS-724
> URL: https://issues.apache.org/jira/browse/NETBEANS-724
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 8.2
> Environment: Windows 10 PRO
>Reporter: PETER BORREGGINE
>Priority: Major
>  Labels: patch
> Attachments: netbeans install plugin problem 1.PNG, netbeans install 
> plugin problem 2.PNG, netbeans install plugin problem 3.PNG, netbeans install 
> plugin problem 4.PNG, netbeans install plugin problem 5.PNG
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Upon trying to install plugins I get this:
>  
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.db.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-db-kit.jar, 
> StandardModule:org.netbeans.modules.ide.kit jarFile: C:\Program 
> Files\NetBeans 8.2\ide\modules\org-netbeans-modules-ide-kit.jar]
> {noformat}
> {noformat}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.java.kit jarFile: C:\Program 
> Files\NetBeans 8.2\java\modules\org-netbeans-modules-java-kit.jar, 
> StandardModule:org.netbeans.modules.j2ee.persistence.kit jarFile: C:\Program 
> Files\NetBeans 
> 8.2\java\modules\org-netbeans-modules-j2ee-persistence-kit.jar, 
> 

[jira] [Created] (NETBEANS-872) Clarify data to be copied from "View data" dialog to Jira

2018-05-28 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-872:
-

 Summary: Clarify data to be copied from "View data" dialog to Jira
 Key: NETBEANS-872
 URL: https://issues.apache.org/jira/browse/NETBEANS-872
 Project: NetBeans
  Issue Type: Improvement
Reporter: Karl Richter


After experiencing a bug and clicking on "Review and report problem", I faced a 
dialog saying

```
Please help Apache NetBeans by reporting this problem to our bug tracking 
system. Click View Data button, copy the exception and submit it together with 
detailed information about what you were trying to achieve before the problem 
occurred in JIRA.
```

The dialog which was opened after clicking "View data" has 2 tabs "UI Log" and 
"IDE Log" and "UI Log provides a few dozens of views in a drop down menu, which 
means that there're about 50 possible pieces of information to copy. It should 
be clear which ones ought to be transmitted to Jira or whether this sentence is 
meant as "you can search in the information and extract the stacktrace 
yourself".

Afaik, there was a function for automatic duplicate search and upload for the 
retired Bugzilla instance. If there're plans to get this back, I'd appreciate a 
link, however I wouldn't mark this issue as duplicate of such an eventual 
report since improving the feedback should be quick and can help to collect 
more issues until the crucial 9.0 is released.

experienced with 9.0-rc1-rc1-13-g274c2fe71



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-787) ant fails due to "/tmp/incubator-netbeans/nbbuild/build.xml:72: File /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar requested by /tmp/incubator-netbe

2018-05-28 Thread Karl Richter (JIRA)

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

Karl Richter edited comment on NETBEANS-787 at 5/28/18 3:47 PM:


Apparently the `ant` build system or a tool it uses under the hood isn't 
capable of downloading erroneous files which are stored in 
`~/.hgexternalcache`, but simply fails instead without any useful feedback. 
Details at https://stackoverflow.com/a/50569774/1797006.

I leave this issue open since the feedback should be improved or the build 
system should be changed to something state-of-the-art, like Maven.


was (Author: krichter):
Apparently the `ant` build system or a tool it uses under the hood isn't 
capable of downloading erroneous files which are stored in 
`~/.hgexternalcache`, but simply fails instead without any useful feedback. 
Details at https://stackoverflow.com/a/50569774/1797006. It's time for Maven!

> ant fails due to "/tmp/incubator-netbeans/nbbuild/build.xml:72: File 
> /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar requested by 
> /tmp/incubator-netbeans/javahelp/external/binaries-list to have hash [hash] 
> actually had hash [hash]"
> --
>
> Key: NETBEANS-787
> URL: https://issues.apache.org/jira/browse/NETBEANS-787
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Karl Richter
>Priority: Major
>
> A fresh clone fails to build on Ubuntu 18.04 for unknown reasons:
> ```
> > git clone https://github.com/apache/incubator-netbeans
> Cloning into 'incubator-netbeans'...
> remote: Counting objects: 161480, done.
> remote: Compressing objects: 100% (79/79), done.
> remote: Total 161480 (delta 45), reused 103 (delta 30), pack-reused 161321
> Receiving objects: 100% (161480/161480), 126.01 MiB | 5.61 MiB/s, done.
> Resolving deltas: 100% (82375/82375), done.
> Checking out files: 100% (44314/44314), done.
> > cd incubator-netbeans/
> > ant
> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support 
> was removed in 8.0
> Buildfile: /tmp/incubator-netbeans/build.xml
> -jdk-pre-preinit:
> -jdk-preinit:
> -jdk-warn:
> -jdk-presetdef-basic:
> -jdk-default:
> -jdk-init:
> -load-build-properties:
> bootstrap:
> [mkdir] Created dir: /tmp/incubator-netbeans/nbbuild/build/antclasses
> [javac] Compiling 4 source files to 
> /tmp/incubator-netbeans/nbbuild/build/antclasses
> [downloadbinaries] Creating 
> /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar
> BUILD FAILED
> /tmp/incubator-netbeans/nbbuild/build.xml:72: File 
> /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar requested by 
> /tmp/incubator-netbeans/javahelp/external/binaries-list to have hash 
> CA70822C47A67FC3A11670270567C2D01566DAE1 actually had hash 
> DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
> Total time: 1 second
> ```
> This issue does not occur on the CI service, I even [tested different Ubuntu 
> releases](https://travis-ci.org/krichter722/incubator-netbeans/builds/378346484)
>  to get a clue what might be the reason for this failure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-787) ant fails due to "/tmp/incubator-netbeans/nbbuild/build.xml:72: File /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar requested by /tmp/incubator-netbeans/j

2018-05-28 Thread Karl Richter (JIRA)

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

Karl Richter commented on NETBEANS-787:
---

Apparently the `ant` build system or a tool it uses under the hood isn't 
capable of downloading erroneous files which are stored in 
`~/.hgexternalcache`, but simply fails instead without any useful feedback. 
Details at https://stackoverflow.com/a/50569774/1797006. It's time for Maven!

> ant fails due to "/tmp/incubator-netbeans/nbbuild/build.xml:72: File 
> /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar requested by 
> /tmp/incubator-netbeans/javahelp/external/binaries-list to have hash [hash] 
> actually had hash [hash]"
> --
>
> Key: NETBEANS-787
> URL: https://issues.apache.org/jira/browse/NETBEANS-787
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Karl Richter
>Priority: Major
>
> A fresh clone fails to build on Ubuntu 18.04 for unknown reasons:
> ```
> > git clone https://github.com/apache/incubator-netbeans
> Cloning into 'incubator-netbeans'...
> remote: Counting objects: 161480, done.
> remote: Compressing objects: 100% (79/79), done.
> remote: Total 161480 (delta 45), reused 103 (delta 30), pack-reused 161321
> Receiving objects: 100% (161480/161480), 126.01 MiB | 5.61 MiB/s, done.
> Resolving deltas: 100% (82375/82375), done.
> Checking out files: 100% (44314/44314), done.
> > cd incubator-netbeans/
> > ant
> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support 
> was removed in 8.0
> Buildfile: /tmp/incubator-netbeans/build.xml
> -jdk-pre-preinit:
> -jdk-preinit:
> -jdk-warn:
> -jdk-presetdef-basic:
> -jdk-default:
> -jdk-init:
> -load-build-properties:
> bootstrap:
> [mkdir] Created dir: /tmp/incubator-netbeans/nbbuild/build/antclasses
> [javac] Compiling 4 source files to 
> /tmp/incubator-netbeans/nbbuild/build/antclasses
> [downloadbinaries] Creating 
> /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar
> BUILD FAILED
> /tmp/incubator-netbeans/nbbuild/build.xml:72: File 
> /tmp/incubator-netbeans/javahelp/external/jhall-2.0_05.jar requested by 
> /tmp/incubator-netbeans/javahelp/external/binaries-list to have hash 
> CA70822C47A67FC3A11670270567C2D01566DAE1 actually had hash 
> DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
> Total time: 1 second
> ```
> This issue does not occur on the CI service, I even [tested different Ubuntu 
> releases](https://travis-ci.org/krichter722/incubator-netbeans/builds/378346484)
>  to get a clue what might be the reason for this failure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-340) make maven-checkstyle-plugin error paths links

2018-05-12 Thread Karl Richter (JIRA)

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

Karl Richter reassigned NETBEANS-340:
-

Assignee: Karl Richter

> make maven-checkstyle-plugin error paths links
> --
>
> Key: NETBEANS-340
> URL: https://issues.apache.org/jira/browse/NETBEANS-340
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 9.0
>Reporter: Karl Richter
>Assignee: Karl Richter
>Priority: Minor
>
> It'd be nice if the output of the `maven-checkstyle-plugin` would be parsed 
> and source file paths in plain text be replace with links opening the sources 
> files like it's the case for compilation errors.
> experienced with 9.0-beta-rc2-43-g346c2aba4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-784) Improve static code analysis with checkstyle and PMD

2018-05-12 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-784:
-

 Summary: Improve static code analysis with checkstyle and PMD
 Key: NETBEANS-784
 URL: https://issues.apache.org/jira/browse/NETBEANS-784
 Project: NetBeans
  Issue Type: Task
Reporter: Karl Richter


[Checkstyle](https://en.wikipedia.org/wiki/Checkstyle) and 
[PMD](https://en.wikipedia.org/wiki/PMD_(software)) are static code analysis 
tools which can easily be integrated with modern build tools like Maven and 
Gradle. That being said, it should be feasible to integrate them into the 
current build system.

The checks should be run before the compilation in order to fail as early as 
possible and forbid "bad" code to be able to build and thus pass checks and be 
checked into the SCM. What is considered "bad" is configured in ruleset files.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Closed] (NETBEANS-337) Syntax highlighting shows "Cannot find symbol" error for correct use of JPA metamodel fields

2018-03-29 Thread Karl Richter (JIRA)

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

Karl Richter closed NETBEANS-337.
-
Resolution: Invalid

> Syntax highlighting shows "Cannot find symbol" error for correct use of JPA 
> metamodel fields
> 
>
> Key: NETBEANS-337
> URL: https://issues.apache.org/jira/browse/NETBEANS-337
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Karl Richter
>Priority: Major
>
> The `public static volatile` fields of generated sources for JPA metamodels 
> are not recognized/cause "Cannot find symbol" displayed in syntax 
> highlighting if the field is declared in a superclass.
> Unfortunately, the issue occurs randomly and I didn't figure out how to 
> trigger it's resolution, however the syntax of the code is always correct and 
> never causes compilation errors. The SSCCE at 
> https://gitlab.com/krichter/netbeans-jpa-metamodel-syntax-error/tree/netbeans-issue
>  (branch `netbeans-issue`) seems to demonstrate it reliably.
> experienced with 9.0-beta-rc2-43-g346c2aba4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-337) Syntax highlighting shows "Cannot find symbol" error for correct use of JPA metamodel fields

2018-03-29 Thread Karl Richter (JIRA)

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

Karl Richter commented on NETBEANS-337:
---

> I tried to download the testcase, and it seems the compilation using maven 
> fails there as well:

You're right, I investigated this for 30 minutes now, and cannot remember what 
I wanted to express with this, sorry. I'll close the issue and reopen it, if I 
can reliably reproduce it. Thanks for taking the time.

> Syntax highlighting shows "Cannot find symbol" error for correct use of JPA 
> metamodel fields
> 
>
> Key: NETBEANS-337
> URL: https://issues.apache.org/jira/browse/NETBEANS-337
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Karl Richter
>Priority: Major
>
> The `public static volatile` fields of generated sources for JPA metamodels 
> are not recognized/cause "Cannot find symbol" displayed in syntax 
> highlighting if the field is declared in a superclass.
> Unfortunately, the issue occurs randomly and I didn't figure out how to 
> trigger it's resolution, however the syntax of the code is always correct and 
> never causes compilation errors. The SSCCE at 
> https://gitlab.com/krichter/netbeans-jpa-metamodel-syntax-error/tree/netbeans-issue
>  (branch `netbeans-issue`) seems to demonstrate it reliably.
> experienced with 9.0-beta-rc2-43-g346c2aba4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-485) OutOfMemoryError after background scanning of local Maven repository

2018-03-18 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-485:
-

 Summary: OutOfMemoryError after background scanning of local Maven 
repository
 Key: NETBEANS-485
 URL: https://issues.apache.org/jira/browse/NETBEANS-485
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Karl Richter
 Attachments: messages.log

NetBeans experienced `OutOfMemoryError` due to `GC overhead limit exceeded` 
after running on full CPU load for several hours (partly unattended). This 
might point to the need to increase default memory values.

experienced with 9.0-beta-rc3-76-g747bbe435



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-355) OpenJDK 9 sources on Ubuntu /usr/lib/jvm/java-9-openjdk-amd64/src.zip are ignored

2018-02-06 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-355:
-

 Summary: OpenJDK 9 sources on Ubuntu 
/usr/lib/jvm/java-9-openjdk-amd64/src.zip are ignored
 Key: NETBEANS-355
 URL: https://issues.apache.org/jira/browse/NETBEANS-355
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Karl Richter


Ubuntu 17.10 and other versions provide a source package for OpenJDK 9 at 
`/usr/lib/jvm/java-9-openjdk-amd64/src.zip. When I want to add it as sources to 
the Java Platform which is created for the value passed as `--jdkhome` at start 
of NetBeans on the command line, nothing happens after selecting the zip in the 
file browser and clicking the "Add JAR/Folder" button. The source zip should be 
added or a comprehensive error message including the reason for the failure 
should be displayed in a dialog.

experienced with 9.0-beta-rc3-26-gff7b9eb36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-323) Netbeans crashed due to "GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion failed: (hash_table->ref_count > 0)"

2018-01-28 Thread Karl Richter (JIRA)

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

Karl Richter commented on NETBEANS-323:
---

Already reported at https://netbeans.org/bugzilla/show_bug.cgi?id=268644. This 
is a bug in `libatk-wrapper-java` which seems to be around for a long time a 
workaround is to comment out 
`assistive_technologies=org.GNOME.Accessibility.AtkWrapper` in 
`/etc/java-8-openjdk/accessibility.properties`.

> Netbeans crashed due to 
> "GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion 
> failed: (hash_table->ref_count > 0)"
> -
>
> Key: NETBEANS-323
> URL: https://issues.apache.org/jira/browse/NETBEANS-323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Karl Richter
>Priority: Major
>
> Netbeans crashes after opening the auto-completion for a maven dependency. 
> The terminal shows
> {code:java}
> GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion 
> failed: (hash_table->ref_count > 0)
> /home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/nbexec:
>  line 425:  1622 Aborted (core dumped) 
> "/usr/lib/jvm/java-8-openjdk-amd64/bin/java" 
> -Djdk.home="/usr/lib/jvm/java-8-openjdk-amd64" -classpath 
> "/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/boot.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-modules.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-lookup.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/dt.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar"
>  -Dnetbeans.default_userdir_root="/home/richter/.netbeans" 
> -Dnetbeans.running.environment=gnome 
> -Dnetbeans.dirs="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/nb:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ergonomics:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/java:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/apisupport:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/webcommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/websvccommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/enterprise:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/mobility:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/profiler:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/python:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/php:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/identity:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/harness:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cnd:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cndext:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/dlight:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/groovy:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extra:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javacard:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javafx:"
>  
> -Dnetbeans.home="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform"
>  '-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade' 
> '-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense' 
> '-Xmx1024m' '-client' '-Xss2m' '-Xms32m' '-Dnetbeans.logger.console=true' 
> '-ea' '-Dapple.laf.useScreenMenuBar=true' 
> '-Dapple.awt.graphics.UseQuartz=true' '-Dsun.java2d.noddraw=true' 
> '-Dsun.java2d.dpiaware=true' '-Dsun.zip.disableMemoryMapping=true' 
> '-Dplugin.manager.check.updates=false' 
> '-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes' 
> '--add-opens=java.base/java.net=ALL-UNNAMED' 
> '--add-opens=java.base/java.lang.ref=ALL-UNNAMED' 
> '--add-opens=java.base/java.lang=ALL-UNNAMED' 
> '--add-opens=java.base/java.security=ALL-UNNAMED' 
> '--add-opens=java.base/java.util=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing=ALL-UNNAMED' 
> '--add-opens=java.desktop/java.awt=ALL-UNNAMED' 
> '--add-opens=java.desktop/java.awt.event=ALL-UNNAMED' 
> '--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED' 
> '--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED' 
> '--add-modules=java.activation,jdk.jshell,java.xml.bind' 
> 

[jira] [Created] (NETBEANS-340) make maven-checkstyle-plugin error paths links

2018-01-27 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-340:
-

 Summary: make maven-checkstyle-plugin error paths links
 Key: NETBEANS-340
 URL: https://issues.apache.org/jira/browse/NETBEANS-340
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 9.0
Reporter: Karl Richter


It'd be nice if the output of the `maven-checkstyle-plugin` would be parsed and 
source file paths in plain text be replace with links opening the sources files 
like it's the case for compilation errors.

experienced with 9.0-beta-rc2-43-g346c2aba4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-78) Add gits tag to repo

2018-01-25 Thread Karl Richter (JIRA)

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

Karl Richter resolved NETBEANS-78.
--
Resolution: Done

> Add gits tag to repo
> 
>
> Key: NETBEANS-78
> URL: https://issues.apache.org/jira/browse/NETBEANS-78
> Project: NetBeans
>  Issue Type: Task
>Reporter: Karl Richter
>Priority: Major
>
> It'd be nice to have `git` tags in the repository 
> git://git.apache.org/incubator-netbeans.git which I assume has become the 
> main repository (since there's no reason to work with `hg` if there's `git`) 
> so that `git describe` delivers something meaningful and easy to read in 
> issue reports and personal feature documentation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-323) Netbeans crashed due to "GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion failed: (hash_table->ref_count > 0)"

2018-01-23 Thread Karl Richter (JIRA)

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

Karl Richter updated NETBEANS-323:
--
Description: 
Netbeans crashes after opening the auto-completion for a maven dependency. The 
terminal shows


{code:java}
GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion 
failed: (hash_table->ref_count > 0)
/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/nbexec: 
line 425:  1622 Aborted (core dumped) 
"/usr/lib/jvm/java-8-openjdk-amd64/bin/java" 
-Djdk.home="/usr/lib/jvm/java-8-openjdk-amd64" -classpath 
"/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/boot.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-modules.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-lookup.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/dt.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar"
 -Dnetbeans.default_userdir_root="/home/richter/.netbeans" 
-Dnetbeans.running.environment=gnome 
-Dnetbeans.dirs="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/nb:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ergonomics:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/java:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/apisupport:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/webcommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/websvccommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/enterprise:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/mobility:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/profiler:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/python:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/php:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/identity:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/harness:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cnd:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cndext:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/dlight:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/groovy:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extra:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javacard:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javafx:"
 
-Dnetbeans.home="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform"
 '-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade' 
'-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense' 
'-Xmx1024m' '-client' '-Xss2m' '-Xms32m' '-Dnetbeans.logger.console=true' '-ea' 
'-Dapple.laf.useScreenMenuBar=true' '-Dapple.awt.graphics.UseQuartz=true' 
'-Dsun.java2d.noddraw=true' '-Dsun.java2d.dpiaware=true' 
'-Dsun.zip.disableMemoryMapping=true' '-Dplugin.manager.check.updates=false' 
'-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes' 
'--add-opens=java.base/java.net=ALL-UNNAMED' 
'--add-opens=java.base/java.lang.ref=ALL-UNNAMED' 
'--add-opens=java.base/java.lang=ALL-UNNAMED' 
'--add-opens=java.base/java.security=ALL-UNNAMED' 
'--add-opens=java.base/java.util=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing=ALL-UNNAMED' 
'--add-opens=java.desktop/java.awt=ALL-UNNAMED' 
'--add-opens=java.desktop/java.awt.event=ALL-UNNAMED' 
'--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED' 
'--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED' 
'--add-modules=java.activation,jdk.jshell,java.xml.bind' 
'--add-exports=java.desktop/sun.awt=ALL-UNNAMED' 
'--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED' 
'--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED' 
'--add-exports=java.desktop/sun.swing=ALL-UNNAMED' 
'--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED' 
'--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED' 
'--add-exports=java.management/sun.management=ALL-UNNAMED' 
'--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED' 
'--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED' 
'-XX:+IgnoreUnrecognizedVMOptions' -XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath="/home/richter/.netbeans/dev/var/log/heapdump.hprof" 
org.netbeans.Main --cachedir "/home/richter/.cache/netbeans/dev" --userdir 
"/home/richter/.netbeans/dev" "--branding" "nb" 0<&0
{code}

The issues isn't reproducible, but the assertion might give a hint what's wrong.

I'm not sure whether this is a NetBeans or Ubuntu 17.10 issue.

[jira] [Updated] (NETBEANS-323) Netbeans crashed due to "GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion failed: (hash_table->ref_count > 0)"

2018-01-23 Thread Karl Richter (JIRA)

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

Karl Richter updated NETBEANS-323:
--
Description: 
Netbeans crashes after opening the auto-completion for a maven dependency. The 
terminal shows


GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion 
failed: (hash_table->ref_count > 0)
/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/nbexec: 
line 425:  1622 Aborted (core dumped) 
"/usr/lib/jvm/java-8-openjdk-amd64/bin/java" 
-Djdk.home="/usr/lib/jvm/java-8-openjdk-amd64" -classpath 
"/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/boot.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-modules.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-lookup.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/dt.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar"
 -Dnetbeans.default_userdir_root="/home/richter/.netbeans" 
-Dnetbeans.running.environment=gnome 
-Dnetbeans.dirs="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/nb:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ergonomics:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/java:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/apisupport:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/webcommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/websvccommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/enterprise:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/mobility:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/profiler:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/python:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/php:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/identity:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/harness:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cnd:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cndext:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/dlight:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/groovy:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extra:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javacard:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javafx:"
 
-Dnetbeans.home="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform"
 '-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade' 
'-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense' 
'-Xmx1024m' '-client' '-Xss2m' '-Xms32m' '-Dnetbeans.logger.console=true' '-ea' 
'-Dapple.laf.useScreenMenuBar=true' '-Dapple.awt.graphics.UseQuartz=true' 
'-Dsun.java2d.noddraw=true' '-Dsun.java2d.dpiaware=true' 
'-Dsun.zip.disableMemoryMapping=true' '-Dplugin.manager.check.updates=false' 
'-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes' 
'--add-opens=java.base/java.net=ALL-UNNAMED' 
'--add-opens=java.base/java.lang.ref=ALL-UNNAMED' 
'--add-opens=java.base/java.lang=ALL-UNNAMED' 
'--add-opens=java.base/java.security=ALL-UNNAMED' 
'--add-opens=java.base/java.util=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing=ALL-UNNAMED' 
'--add-opens=java.desktop/java.awt=ALL-UNNAMED' 
'--add-opens=java.desktop/java.awt.event=ALL-UNNAMED' 
'--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED' 
'--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED' 
'--add-modules=java.activation,jdk.jshell,java.xml.bind' 
'--add-exports=java.desktop/sun.awt=ALL-UNNAMED' 
'--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED' 
'--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED' 
'--add-exports=java.desktop/sun.swing=ALL-UNNAMED' 
'--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED' 
'--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED' 
'--add-exports=java.management/sun.management=ALL-UNNAMED' 
'--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED' 
'--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED' 
'-XX:+IgnoreUnrecognizedVMOptions' -XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath="/home/richter/.netbeans/dev/var/log/heapdump.hprof" 
org.netbeans.Main --cachedir "/home/richter/.cache/netbeans/dev" --userdir 
"/home/richter/.netbeans/dev" "--branding" "nb" 0<&0
```

The issues isn't reproducible, but the assertion might give a hint what's wrong.

I'm not sure whether this is a NetBeans or Ubuntu 17.10 issue.

I attached 

[jira] [Updated] (NETBEANS-323) Netbeans crashed due to "GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion failed: (hash_table->ref_count > 0)"

2018-01-23 Thread Karl Richter (JIRA)

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

Karl Richter updated NETBEANS-323:
--
Description: 
Netbeans crashes after opening the auto-completion for a maven dependency. The 
terminal shows


{code:java}
GLib:ERROR:../../../../glib/ghash.c:377:g_hash_table_lookup_node: assertion 
failed: (hash_table->ref_count > 0)
/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/nbexec: 
line 425:  1622 Aborted (core dumped) 
"/usr/lib/jvm/java-8-openjdk-amd64/bin/java" 
-Djdk.home="/usr/lib/jvm/java-8-openjdk-amd64" -classpath 
"/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/boot.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-modules.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-lookup.jar:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/dt.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar"
 -Dnetbeans.default_userdir_root="/home/richter/.netbeans" 
-Dnetbeans.running.environment=gnome 
-Dnetbeans.dirs="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/nb:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ergonomics:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/ide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extide:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/java:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/apisupport:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/webcommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/websvccommon:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/enterprise:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/mobility:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/profiler:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/python:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/php:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/identity:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/harness:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cnd:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/cndext:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/dlight:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/groovy:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/extra:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javacard:/home/richter/sources/incubator-netbeans/nbbuild/netbeans/javafx:"
 
-Dnetbeans.home="/home/richter/sources/incubator-netbeans/nbbuild/netbeans/platform"
 '-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade' 
'-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense' 
'-Xmx1024m' '-client' '-Xss2m' '-Xms32m' '-Dnetbeans.logger.console=true' '-ea' 
'-Dapple.laf.useScreenMenuBar=true' '-Dapple.awt.graphics.UseQuartz=true' 
'-Dsun.java2d.noddraw=true' '-Dsun.java2d.dpiaware=true' 
'-Dsun.zip.disableMemoryMapping=true' '-Dplugin.manager.check.updates=false' 
'-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes' 
'--add-opens=java.base/java.net=ALL-UNNAMED' 
'--add-opens=java.base/java.lang.ref=ALL-UNNAMED' 
'--add-opens=java.base/java.lang=ALL-UNNAMED' 
'--add-opens=java.base/java.security=ALL-UNNAMED' 
'--add-opens=java.base/java.util=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED' 
'--add-opens=java.desktop/javax.swing=ALL-UNNAMED' 
'--add-opens=java.desktop/java.awt=ALL-UNNAMED' 
'--add-opens=java.desktop/java.awt.event=ALL-UNNAMED' 
'--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED' 
'--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED' 
'--add-modules=java.activation,jdk.jshell,java.xml.bind' 
'--add-exports=java.desktop/sun.awt=ALL-UNNAMED' 
'--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED' 
'--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED' 
'--add-exports=java.desktop/sun.swing=ALL-UNNAMED' 
'--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED' 
'--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED' 
'--add-exports=java.management/sun.management=ALL-UNNAMED' 
'--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED' 
'--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED' 
'-XX:+IgnoreUnrecognizedVMOptions' -XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath="/home/richter/.netbeans/dev/var/log/heapdump.hprof" 
org.netbeans.Main --cachedir "/home/richter/.cache/netbeans/dev" --userdir 
"/home/richter/.netbeans/dev" "--branding" "nb" 0<&0
{code}

The issues isn't reproducible, but the assertion might give a hint what's wrong.

I'm not sure whether this is a NetBeans or Ubuntu 17.10 issue.

[jira] [Created] (NETBEANS-274) Make more JPA implementations available as library

2018-01-12 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-274:
-

 Summary: Make more JPA implementations available as library
 Key: NETBEANS-274
 URL: https://issues.apache.org/jira/browse/NETBEANS-274
 Project: NetBeans
  Issue Type: Improvement
  Components: javaee - Persistence
Affects Versions: 9.0
Reporter: Karl Richter


By default only EclipseLink is available in the choice of persistence libraries 
of a persistence unit. The auto-completion of the `provider` element seems to 
be limited to the set of libraries. It'd be nice to have support for well-known 
implementations like Hibernate ORM and Apache OpenJPA.

experienced with 9.0-beta-rc1-4-g2b21706d8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

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