[jira] [Created] (NETBEANSINFRA-272) unable to set watch for variable

2022-09-25 Thread Peter (Jira)
Peter created NETBEANSINFRA-272:
---

 Summary: unable to set watch for variable
 Key: NETBEANSINFRA-272
 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-272
 Project: Apache NetBeans Infra
  Issue Type: Bug
Reporter: Peter
 Attachments: Screenshot_6.png

using netbeans 15 with jdk 18 in windows 11, unable to set watch for variable, 
the "variable" window popup but nothing in there



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-5257) Executing a series of SQL statements when not connected fails on every statement

2021-01-17 Thread Peter (Jira)
Peter created NETBEANS-5257:
---

 Summary: Executing a series of SQL statements when not connected 
fails on every statement
 Key: NETBEANS-5257
 URL: https://issues.apache.org/jira/browse/NETBEANS-5257
 Project: NetBeans
  Issue Type: Improvement
  Components: db - SQL Editor
Affects Versions: 12.2
Reporter: Peter


When executing a script from the SQL editor to a data source that is not 
already logged in/connected, every single statement fails and each results in a 
dialog box requesting the password. The result is a stack of password requests 
so deep that the IDE will no longer accept any input. It is not possible to 
dismiss any of the dialogs or interact with Netbeans itself. The only recourse 
is to use "kill" from the OS.

This problem is exacerbated by the fact that the connection to the database is 
sometimes silently closed, resulting in the stack of password boxes without 
warning.  As a result, my workflow now includes checking the status of the 
connection before executing any SQL scripts lest I end up having to kill off 
the IDE.

The "fix" would be to pause (or stop) executing the script until the user has 
entered the password in the first dialog box, then continue.

 



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-4383) Missing last character in package name in project view

2020-05-27 Thread Peter (Jira)
Peter created NETBEANS-4383:
---

 Summary: Missing last character in package name in project view
 Key: NETBEANS-4383
 URL: https://issues.apache.org/jira/browse/NETBEANS-4383
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 11.2
Reporter: Peter


[https://peter.quantr.hk/2020/05/netbeans-bug]



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-2552) Fail to install nb-javac Library on NetBeans 11

2019-10-06 Thread Peter (Jira)


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

Peter commented on NETBEANS-2552:
-

any fixes, i am having this problem too

> Fail to install nb-javac Library on NetBeans 11
> ---
>
> Key: NETBEANS-2552
> URL: https://issues.apache.org/jira/browse/NETBEANS-2552
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment:   Product Version : Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
>   Operating System : Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor : 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12; 
> Oracle Corporation
>   Runtime : Java(TM) SE Runtime Environment 12.0.1+12
>   System Locale; Encoding = fr_FR (nb); Cp1252
>Reporter: Jimmy Jeunemaître
>Priority: Minor
>  Labels: nbjavac, reporting
>
> Got a notification titled "Install nb-javac Library" in the "Notifications" 
> window.
> > Priority : SILENT Category : Info
> There is a blue link that tell something like : _It is recommended to install 
> nb-javac Library to improve Java editing experience and enable compile on 
> save._
> I clicked on it, it tried to do something but then send the following 
> exception :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>     at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>     at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>     at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>     at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>     at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>     at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}
> I closed the window and tried again and got this one (slightly different I 
> guess) :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1721)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getModulesToEnable(OperationValidator.java:340)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getRequiredElementsImpl(OperationValidator.java:376)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator.getRequiredElements(OperationValidator.java:108)
>     at 
> org.netbeans.modules.autoupdate.services.OperationContainerImpl$OperationInfoImpl.getRequiredElements(OperationContainerImpl.java:441)
>     at 
> org.netbeans.api.autoupdate.OperationContainer$OperationInfo.getRequiredElements(OperationContainer.java:371)
>     at 
> org.netbeans.modules.autoupdate.ui.ModuleInstallerSupport.installPlugins(ModuleInstallerSupport.java:201)
>     at 
> org.netbeans.modules.autoupdate.ui.api.PluginManager.installSingle(PluginManager.java:152)
>     at 
> 

[jira] [Created] (NETBEANS-3203) unable to create netbeans module maven project

2019-10-05 Thread Peter (Jira)
Peter created NETBEANS-3203:
---

 Summary: unable to create netbeans module maven project
 Key: NETBEANS-3203
 URL: https://issues.apache.org/jira/browse/NETBEANS-3203
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Module System
Affects Versions: 11.1
Reporter: Peter
 Attachments: Screenshot 2019-10-06 at 11.46.26 AM.png, Screenshot 
2019-10-06 at 11.46.34 AM.png, Screenshot 2019-10-06 at 11.46.46 AM.png

java.lang.NullPointerExceptionjava.lang.NullPointerException at 
org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:357)
 at 
org.apache.maven.artifact.versioning.ComparableVersion.(ComparableVersion.java:348)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:384)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
 at 
org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
 at 
org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
 at 
org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:130)
 at 
org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
 at 
org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580) 
at 
org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
 at 
org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
 at 
org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
 at 
org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
 at 
org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605) at 
org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546) at 
org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)[catch] at 
org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233) at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at 
org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

 

/Users/peter>java --version

java 12.0.1 2019-04-16

Java(TM) SE Runtime Environment (build 12.0.1+12)

Java HotSpot(TM) 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)

 

 



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-2921) can't drag file into maven project

2019-07-30 Thread Peter (JIRA)
Peter created NETBEANS-2921:
---

 Summary: can't drag file into maven project
 Key: NETBEANS-2921
 URL: https://issues.apache.org/jira/browse/NETBEANS-2921
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: Peter


can't drag file into maven project



--
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] [Updated] (NETBEANS-2872) error: Source option 6 is no longer supported. Use 7 or later

2019-07-20 Thread Peter (JIRA)


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

Peter updated NETBEANS-2872:

Attachment: log.txt

> error: Source option 6 is no longer supported. Use 7 or later
> -
>
> Key: NETBEANS-2872
> URL: https://issues.apache.org/jira/browse/NETBEANS-2872
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Attachments: log.txt
>
>
> Build netbeans with jdk1.8.0_211 error:
>  
> compile:
>  [nb-javac] Compiling 45 source files to 
> /Users/peter/workspace/netbeans/platform/openide.util/build/classes
>    [repeat] error: Source option 6 is no longer supported. Use 7 or later.
>    [repeat] error: Target option 6 is no longer supported. Use 7 or later.
>   [nbmerge] Failed to build target: all-openide.util
>  
> BUILD FAILED
> /Users/peter/workspace/netbeans/nbbuild/build.xml:530: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:572: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/templates/common.xml:201: Compile 
> failed; see the compiler error output for details.



--
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] [Commented] (NETBEANS-2872) error: Source option 6 is no longer supported. Use 7 or later

2019-07-20 Thread Peter (JIRA)


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

Peter commented on NETBEANS-2872:
-

 Dear Geertjan

   I am using ant 1.10.6, attached the full log. [^log.txt]

/Users/peter/workspace/netbeans>cat nbbuild/user.build.properties 

nbjdk.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home

 

thanks

> error: Source option 6 is no longer supported. Use 7 or later
> -
>
> Key: NETBEANS-2872
> URL: https://issues.apache.org/jira/browse/NETBEANS-2872
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Attachments: log.txt
>
>
> Build netbeans with jdk1.8.0_211 error:
>  
> compile:
>  [nb-javac] Compiling 45 source files to 
> /Users/peter/workspace/netbeans/platform/openide.util/build/classes
>    [repeat] error: Source option 6 is no longer supported. Use 7 or later.
>    [repeat] error: Target option 6 is no longer supported. Use 7 or later.
>   [nbmerge] Failed to build target: all-openide.util
>  
> BUILD FAILED
> /Users/peter/workspace/netbeans/nbbuild/build.xml:530: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/build.xml:572: The following error 
> occurred while executing this line:
> /Users/peter/workspace/netbeans/nbbuild/templates/common.xml:201: Compile 
> failed; see the compiler error output for details.



--
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-2872) error: Source option 6 is no longer supported. Use 7 or later

2019-07-19 Thread Peter (JIRA)
Peter created NETBEANS-2872:
---

 Summary: error: Source option 6 is no longer supported. Use 7 or 
later
 Key: NETBEANS-2872
 URL: https://issues.apache.org/jira/browse/NETBEANS-2872
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 11.0
Reporter: Peter


Build netbeans with jdk1.8.0_211 error:

 

compile:

 [nb-javac] Compiling 45 source files to 
/Users/peter/workspace/netbeans/platform/openide.util/build/classes

   [repeat] error: Source option 6 is no longer supported. Use 7 or later.

   [repeat] error: Target option 6 is no longer supported. Use 7 or later.

  [nbmerge] Failed to build target: all-openide.util

 

BUILD FAILED

/Users/peter/workspace/netbeans/nbbuild/build.xml:530: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:560: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:543: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:525: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/build.xml:572: The following error 
occurred while executing this line:

/Users/peter/workspace/netbeans/nbbuild/templates/common.xml:201: Compile 
failed; see the compiler error output for details.



--
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-2787) Netbeans 11.0 is unstable

2019-07-02 Thread Peter (JIRA)
Peter created NETBEANS-2787:
---

 Summary: Netbeans 11.0 is unstable
 Key: NETBEANS-2787
 URL: https://issues.apache.org/jira/browse/NETBEANS-2787
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Peter
 Fix For: 11.0


running netbeans 11.0 in mac, keep having this problem. When i click the "clean 
and build" menu on my maven based project, nothing come up.

 

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.maven.ActionProviderImpl$1

java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET

at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)

at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)

Caused: java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET starting from 
ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
and declared parents [ModuleCL@4225ac3a[org.openide.io], 
org.netbeans.JarClassLoader@2e595f18, 
org.netbeans.MainImpl$BootClassLoader@58372a00]

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

Caused: java.lang.NoClassDefFoundError: 
org/openide/execution/ExecutionEngine$Trivial$ET

at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)

at 
org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)

at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)

at 
org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)

at 
org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)

at 
org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)

at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)

at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)

[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.maven.ActionProviderImpl$1

java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET

at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)

at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)

Caused: java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET starting from 
ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
and declared parents [ModuleCL@4225ac3a[org.openide.io], 
org.netbeans.JarClassLoader@2e595f18, 
org.netbeans.MainImpl$BootClassLoader@58372a00]

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

Caused: java.lang.NoClassDefFoundError: 
org/openide/execution/ExecutionEngine$Trivial$ET

at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)

at 
org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)

at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)

at 
org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)

at 
org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)

at 
org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)

at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)

at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)

[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

WARNING [org.openide.util.lookup.MetaInfServicesLookup]: 
org.openide.execution.ExecutionEngine could not be found in 
SystemClassLoader[787 modules]

SEVERE [org.netbeans.core.NbLifecycleManager]: 

[jira] [Created] (NETBEANS-2236) Exception NoSuchMethodError

2019-03-10 Thread Stoiber Peter (JIRA)
Stoiber Peter created NETBEANS-2236:
---

 Summary: Exception NoSuchMethodError
 Key: NETBEANS-2236
 URL: https://issues.apache.org/jira/browse/NETBEANS-2236
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven
Affects Versions: 9.0
 Environment: Java, Linux
Reporter: Stoiber Peter
Assignee: Stoiber Peter


Hello,

 

I have written a netbeans maven project and everything works fine. But after 
building the project, I am receiving following exception:

 

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: 
java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
 at humer.kamera.PhraseUvcDescriptor.phraseUvcData(PhraseUvcDescriptor.java:116)
 at humer.kamera.CameraSearch.listDevice(CameraSearch.java:143)
 at humer.kamera.CameraSearch.autoSearchTheCamera(CameraSearch.java:85)
 at humer.kamera.Kam.AutoSearchTheCamerasActionPerformed(Kam.java:385)
 at humer.kamera.Kam.access$100(Kam.java:45)
 at humer.kamera.Kam$2.actionPerformed(Kam.java:281)
 at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
 at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
 at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)

 

I have already posted this issue on following site:

[https://www.codeproject.com/Questions/1279366/Nosuchmethoderror-in-jar-program]

 

and the project I have written can be found under following link:

[https://github.com/Peter-St/Linux_Jna_Kamera]

 

Any help would be appreciated.

 

Thanks,

 

Peter

 



--
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-2236) Exception NoSuchMethodError

2019-03-10 Thread Stoiber Peter (JIRA)


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

Stoiber Peter updated NETBEANS-2236:

Component/s: (was: apisupport - Maven)

> Exception NoSuchMethodError
> ---
>
> Key: NETBEANS-2236
> URL: https://issues.apache.org/jira/browse/NETBEANS-2236
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Java, Linux
>Reporter: Stoiber Peter
>Assignee: Stoiber Peter
>Priority: Major
>
> Hello,
>  
> I have written a netbeans maven project and everything works fine. But after 
> building the project, I am receiving following exception:
>  
> Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: 
> java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
>  at 
> humer.kamera.PhraseUvcDescriptor.phraseUvcData(PhraseUvcDescriptor.java:116)
>  at humer.kamera.CameraSearch.listDevice(CameraSearch.java:143)
>  at humer.kamera.CameraSearch.autoSearchTheCamera(CameraSearch.java:85)
>  at humer.kamera.Kam.AutoSearchTheCamerasActionPerformed(Kam.java:385)
>  at humer.kamera.Kam.access$100(Kam.java:45)
>  at humer.kamera.Kam$2.actionPerformed(Kam.java:281)
>  at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
>  at 
> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
>  at 
> javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
>  
> I have already posted this issue on following site:
> [https://www.codeproject.com/Questions/1279366/Nosuchmethoderror-in-jar-program]
>  
> and the project I have written can be found under following link:
> [https://github.com/Peter-St/Linux_Jna_Kamera]
>  
> Any help would be appreciated.
>  
> Thanks,
>  
> Peter
>  



--
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-1847) what is the last radio mean

2018-12-30 Thread Peter (JIRA)


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

Peter updated NETBEANS-1847:

Attachment: 1.png

> what is the last radio mean
> ---
>
> Key: NETBEANS-1847
> URL: https://issues.apache.org/jira/browse/NETBEANS-1847
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Peter
>Priority: Major
> Attachments: 1.png
>
>
> what is the last radio mean in plugins.netbeans.org ? probably a bug



--
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-1847) what is the last radio mean

2018-12-30 Thread Peter (JIRA)
Peter created NETBEANS-1847:
---

 Summary: what is the last radio mean
 Key: NETBEANS-1847
 URL: https://issues.apache.org/jira/browse/NETBEANS-1847
 Project: NetBeans
  Issue Type: Bug
  Components: website
Reporter: Peter
 Attachments: 1.png

what is the last radio mean in plugins.netbeans.org ? probably a bug



--
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-1846) Netbeans can't print out colored text in the output window

2018-12-29 Thread Peter (JIRA)
Peter created NETBEANS-1846:
---

 Summary: Netbeans can't print out colored text in the output window
 Key: NETBEANS-1846
 URL: https://issues.apache.org/jira/browse/NETBEANS-1846
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Output Window
Affects Versions: 10.0
Reporter: Peter
 Attachments: Screenshot 2018-12-30 at 1.00.53 PM.png, Screenshot 
2018-12-30 at 1.01.03 PM.png

public class TestConsole {

@Test
 public void test() throws Exception {

String ANSI_RESET = "\u001B[0m";
 String ANSI_RED = "\u001B[31m";
 System.out.println(ANSI_RED + "XX");
 System.out.flush();
 System.out.println(ANSI_RESET);
 System.out.println("\033[31;1mHello\033[0m, \033[32;1;2mworld!\033[0m");
 System.out.println((char) 27 + "[32m" + "ERROR MESSAGE IN GREEN");
 System.out.println((char) 27 + "[33mYELLOW");


 System.setProperty("jansi.passthrough", "true");
 System.out.println(ansi().fg(RED).a("Hello").fg(GREEN).a(" World").reset());
 }
}

 


 org.fusesource.jansi
 jansi
 1.17
 test
 

 

Tried Maven 3.3.9, 3.5.3, 3.6.0

 



--
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-822) output can't print color text in one netbeans but ok in other

2018-05-22 Thread Peter (JIRA)
Peter created NETBEANS-822:
--

 Summary: output can't print color text in one netbeans but ok in 
other
 Key: NETBEANS-822
 URL: https://issues.apache.org/jira/browse/NETBEANS-822
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Output Window
Affects Versions: 8.2
 Environment: Mac os high sierra 10.13.4, jdk : java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

Reporter: Peter
 Fix For: 8.2


Hi All
   output can't print color text in one netbeans but ok in other. They have 
same "output" setting, why? Same jdk too.

Please see 
[http://peter.quantr.hk/2018/05/netbeans-console-has-no-color-but-has-color-in-my-other-mac/]

Thanks
>From Peter



--
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-747) CSS error but should not

2018-04-29 Thread Peter (JIRA)
Peter created NETBEANS-747:
--

 Summary: CSS error but should not
 Key: NETBEANS-747
 URL: https://issues.apache.org/jira/browse/NETBEANS-747
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 8.2
Reporter: Peter
 Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png

Netbeans reports my css has error but it should not



--
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-466) Unable to uninstall plugin

2018-03-14 Thread Peter (JIRA)
Peter created NETBEANS-466:
--

 Summary: Unable to uninstall plugin
 Key: NETBEANS-466
 URL: https://issues.apache.org/jira/browse/NETBEANS-466
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Plugin Manager
Affects Versions: 8.2
Reporter: Peter
 Attachments: unable to uninstall plugin.png

unable to uninstall plugin, the uninstall button is dim, unable to click on it



--
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-426) png file not viewed in scale in retina display

2018-02-26 Thread Peter (JIRA)
Peter created NETBEANS-426:
--

 Summary: png file not viewed in scale in retina display
 Key: NETBEANS-426
 URL: https://issues.apache.org/jira/browse/NETBEANS-426
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 8.2
Reporter: Peter
 Attachments: icon is not one-to-one in scale if in retina.png

png file not viewed in scale in retina display



--
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-374) font is too small on high res notebook monitor

2018-02-11 Thread Peter (JIRA)
Peter created NETBEANS-374:
--

 Summary: font is too small on high res notebook monitor
 Key: NETBEANS-374
 URL: https://issues.apache.org/jira/browse/NETBEANS-374
 Project: NetBeans
  Issue Type: Bug
Reporter: Peter


font is too small on high res notebook monitor (e.g. macbook pro 15, 
2880x1800). Even i tuned to enlarge the font, all other things : menu, button 
are just too small



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