[jira] [Updated] (NETBEANS-984) No support for lombok 1.6.20

2018-12-19 Thread Ruslan Lopez Carro (JIRA)


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

Ruslan Lopez Carro updated NETBEANS-984:

Affects Version/s: 9.0
  Component/s: java - Compiler

> No support for lombok 1.6.20
> 
>
> Key: NETBEANS-984
> URL: https://issues.apache.org/jira/browse/NETBEANS-984
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0
>Reporter: Novomlinov Aleksandr
>Priority: Major
> Attachments: image-2018-06-23-11-20-58-498.png
>
>
> !image-2018-06-23-11-20-58-498.png!
>  
>  



--
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-1413) Code Model: Wrong type when declaring multiple structs with a macro

2018-12-19 Thread Kevin Hallenbeck (JIRA)


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

Kevin Hallenbeck commented on NETBEANS-1413:


Any updates here? Has anyone looked at this?

> Code Model: Wrong type when declaring multiple structs with a macro
> ---
>
> Key: NETBEANS-1413
> URL: https://issues.apache.org/jira/browse/NETBEANS-1413
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Model
>Reporter: Kevin Hallenbeck
>Priority: Minor
> Attachments: netbeans_struct_macro.png, test.c
>
>
> Migrated issue from old issue tracker: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=270898]
> When declaring multiple structures in the same macro, the code model 
> incorrectly types all structures as the last used type. Example below.
> All of the following have the type MsgC, when they should be MsgA/MsgB/MsgC.
> {code:java}
> list2_.aaa.msg.a
> list2_.bbb.msg.b
> list2_.ccc.msg.c{code}
>   !netbeans_struct_macro.png!



--
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-1807) PHP Debugging with Chrome ClassNotFoundException Issue

2018-12-19 Thread Shannon Cole (JIRA)
Shannon Cole created NETBEANS-1807:
--

 Summary: PHP Debugging with Chrome ClassNotFoundException Issue
 Key: NETBEANS-1807
 URL: https://issues.apache.org/jira/browse/NETBEANS-1807
 Project: NetBeans
  Issue Type: Bug
  Components: php - Debugger
Affects Versions: 10.0
 Environment: Product Version = Apache NetBeans IDE 10.0 (Build 
incubator-netbeans-release-380-on-20181217)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS; 
Oracle Corporation
Runtime = Java(TM) SE Runtime Environment 11.0.1+13-LTS
Java Home = C:\Program Files\Java\jdk-11.0.1

Reporter: Shannon Cole


When attempting to launch debugging with chrome the following error occurs. 
Debugging does work with Internet Explorer.

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl
java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
 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: javax.xml.bind.DatatypeConverter 
starting from ModuleCL@36584abc[org.netbeans.modules.netserver] with possible 
defining loaders [ModuleCL@5255cea7[org.netbeans.modules.xml.jaxb.api]] and 
declared parents [org.netbeans.JarClassLoader@5c484e64, 
ModuleCL@390f8b48[org.netbeans.api.annotations.common]]
 at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
Caused: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
 at 
org.netbeans.modules.netserver.websocket.AbstractWSHandler7.generateAcceptKey(AbstractWSHandler7.java:231)
 at 
org.netbeans.modules.netserver.websocket.WebSocketHandler7.createAcceptKey(WebSocketHandler7.java:116)
 at 
org.netbeans.modules.netserver.websocket.WebSocketHandler7.sendHandshake(WebSocketHandler7.java:44)
 at 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl$WebSocketHandler.initHandler(WebSocketServerImpl.java:226)
 at 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl$WebSocketHandler.handshake(WebSocketServerImpl.java:197)
 at 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl$WebSocketHandler.read(WebSocketServerImpl.java:186)
 at 
org.netbeans.modules.netserver.SocketFramework.readData(SocketFramework.java:155)
 at 
org.netbeans.modules.netserver.SocketFramework.process(SocketFramework.java:129)
 at org.netbeans.modules.netserver.SocketServer.process(SocketServer.java:82)
 at 
org.netbeans.modules.netserver.SocketFramework.doRun(SocketFramework.java:113)
 at org.netbeans.modules.netserver.SocketServer.run(SocketServer.java:53)
 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)
INFO [org.netbeans.core.execution.Install]: KILL_PENDING_TASKS
INFO [org.netbeans.core.netigso.Netigso]: bundle 
org.eclipse.osgi@3.9.1.v20140110-1610 256
INFO [org.netbeans.core.netigso.Netigso]: bundle 
org.eclipse.osgi@3.9.1.v20140110-1610 stopped
INFO [null]: Last record repeated again.



--
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-1806) Plugin "Java EE Base" installation fails since vc5 (Nashorn Integration problem)

2018-12-19 Thread Frank Jung (JIRA)


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

Frank Jung updated NETBEANS-1806:
-
Component/s: javaee - Web Project

> Plugin "Java EE Base" installation fails since vc5 (Nashorn Integration 
> problem)
> 
>
> Key: NETBEANS-1806
> URL: https://issues.apache.org/jira/browse/NETBEANS-1806
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: Next
>Reporter: Frank Jung
>Priority: Major
>
> After installing plugin "Java EE Base" from the "NetBeans 8.2 Plugin Portal" 
> there is the following errmsg on IDE startup:
> "Warning - could not install some modules:
>   Nashorn Integration - No module providing the capability 
>    com.oracle.js.parser.implementation could be found.
>    15 further modules could not be installed due to the above problems."
> In vc4 this did not happen
> Tested also with the actual build (#942) from 
> [https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/]
> In this build the plugins are available without activating the "NetBeans 8.2 
> Plugin Portal" but the error is the same.
>  
> Problem is obviously the removed file 
> webcommon\modules\ext\com.oracle.js.parser.jar, so as a workaround you could 
> copy that from an older release.
> Licence issue?
> Seems to belong to NETBEANS-1806?



--
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-1806) Plugin "Java EE Base" installation fails since vc5 (Nashorn Integration problem)

2018-12-19 Thread Frank Jung (JIRA)


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

Frank Jung updated NETBEANS-1806:
-
Summary: Plugin "Java EE Base" installation fails since vc5 (Nashorn 
Integration problem)  (was: Plugin "Java EE Base" installation fails since vc5)

> Plugin "Java EE Base" installation fails since vc5 (Nashorn Integration 
> problem)
> 
>
> Key: NETBEANS-1806
> URL: https://issues.apache.org/jira/browse/NETBEANS-1806
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Frank Jung
>Priority: Major
>
> After installing plugin "Java EE Base" from the "NetBeans 8.2 Plugin Portal" 
> there is the following errmsg on IDE startup:
> "Warning - could not install some modules:
>   Nashorn Integration - No module providing the capability 
>    com.oracle.js.parser.implementation could be found.
>    15 further modules could not be installed due to the above problems."
> In vc4 this did not happen
> Tested also with the actual build (#942) from 
> [https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/]
> In this build the plugins are available without activating the "NetBeans 8.2 
> Plugin Portal" but the error is the same.



--
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-1806) Plugin "Java EE Base" installation fails since vc5

2018-12-19 Thread Frank Jung (JIRA)


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

Frank Jung updated NETBEANS-1806:
-
Summary: Plugin "Java EE Base" installation fails since vc5  (was: vc5: 
Plugin "Java EE Base" installation fails)

> Plugin "Java EE Base" installation fails since vc5
> --
>
> Key: NETBEANS-1806
> URL: https://issues.apache.org/jira/browse/NETBEANS-1806
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Frank Jung
>Priority: Major
>
> After installing plugin "Java EE Base" from the "NetBeans 8.2 Plugin Portal" 
> there is the following errmsg on IDE startup:
> "Warning - could not install some modules:
>   Nashorn Integration - No module providing the capability 
>    com.oracle.js.parser.implementation could be found.
>    15 further modules could not be installed due to the above problems."
> In vc4 this did not happen
> Tested also with the actual build (#942) from 
> [https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/]
> In this build the plugins are available without activating the "NetBeans 8.2 
> Plugin Portal" but the error is the same.



--
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-1806) vc5: Plugin "Java EE Base" installation fails

2018-12-19 Thread Frank Jung (JIRA)


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

Frank Jung updated NETBEANS-1806:
-
Description: 
After installing plugin "Java EE Base" from the "NetBeans 8.2 Plugin Portal" 
there is the following errmsg on IDE startup:

"Warning - could not install some modules:

  Nashorn Integration - No module providing the capability 
   com.oracle.js.parser.implementation could be found.
   15 further modules could not be installed due to the above problems."

In vc4 this did not happen

Tested also with the actual build (#942) from 
[https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/]

In this build the plugins are available without activating the "NetBeans 8.2 
Plugin Portal" but the error is the same.

  was:
After installing plugin "Java EE Base" there is the following errmsg on IDE 
startup:

"Warning - could not install some modules: 

  Nashorn Integration - No module providing the capability 
  com.oracle.js.parser.implementation could be found.
  15 further modules could not be installed due to the above problems."

In vc4 this did not happen


> vc5: Plugin "Java EE Base" installation fails
> -
>
> Key: NETBEANS-1806
> URL: https://issues.apache.org/jira/browse/NETBEANS-1806
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Frank Jung
>Priority: Major
>
> After installing plugin "Java EE Base" from the "NetBeans 8.2 Plugin Portal" 
> there is the following errmsg on IDE startup:
> "Warning - could not install some modules:
>   Nashorn Integration - No module providing the capability 
>    com.oracle.js.parser.implementation could be found.
>    15 further modules could not be installed due to the above problems."
> In vc4 this did not happen
> Tested also with the actual build (#942) from 
> [https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/]
> In this build the plugins are available without activating the "NetBeans 8.2 
> Plugin Portal" but the error is the same.



--
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-1806) vc5: Plugin "Java EE Base" installation fails

2018-12-19 Thread Frank Jung (JIRA)
Frank Jung created NETBEANS-1806:


 Summary: vc5: Plugin "Java EE Base" installation fails
 Key: NETBEANS-1806
 URL: https://issues.apache.org/jira/browse/NETBEANS-1806
 Project: NetBeans
  Issue Type: Bug
Affects Versions: Next
Reporter: Frank Jung


After installing plugin "Java EE Base" there is the following errmsg on IDE 
startup:

"Warning - could not install some modules: 

  Nashorn Integration - No module providing the capability 
  com.oracle.js.parser.implementation could be found.
  15 further modules could not be installed due to the above problems."

In vc4 this did not happen



--
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-1753) Support of Junit5 @DisplayName Annotation

2018-12-19 Thread Alessandro Falappa (JIRA)


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

Alessandro Falappa updated NETBEANS-1753:
-
Issue Type: New Feature  (was: Bug)

> Support of Junit5 @DisplayName Annotation
> -
>
> Key: NETBEANS-1753
> URL: https://issues.apache.org/jira/browse/NETBEANS-1753
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Sebastian
>Priority: Major
>
> The Junit-5 Api has the possibility to define an alternative display test 
> name 
> (https://junit.org/junit5/docs/5.3.2/api/org/junit/jupiter/api/DisplayName.html).
> To improve the integration of Junit-5 in netbeans this feature should be 
> supported too.



--
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-1805) Exception while right click on folder in Files view

2018-12-19 Thread Alessandro Falappa (JIRA)
Alessandro Falappa created NETBEANS-1805:


 Summary: Exception while right click on folder in Files view
 Key: NETBEANS-1805
 URL: https://issues.apache.org/jira/browse/NETBEANS-1805
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 10.0
 Environment: NetBeans 10.0 vc5
Windows 7
OpenJDK 11
Reporter: Alessandro Falappa


I right clicked a folder in the Files view in order to create a new file but no 
context menu showed up.

The following exception appeared in the Notifications view:

 
{code:java}
java.lang.NoClassDefFoundError: org/netbeans/api/java/source/TreePathHandle
 at 
org.netbeans.modules.refactoring.java.ui.RefactoringActionsProvider.canRename(RefactoringActionsProvider.java:149)
 at 
org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.canRename(ActionsImplementationFactory.java:50)
 at 
org.netbeans.modules.refactoring.spi.impl.RSMDataObjectAction.createContextAwareInstance(RSMDataObjectAction.java:76)
 at org.openide.util.Utilities.actionsToPopup(Utilities.java:1694)
 at org.openide.util.Utilities.actionsToPopup(Utilities.java:1790)
 at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1017)
 at 
org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1514)
 at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:164)
 at 
org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(MouseUtils.java:159)
 at 
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:298)
 at 
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
 at 
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
 at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
 at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
 at java.desktop/java.awt.Component.processEvent(Component.java:6397)
 at java.desktop/java.awt.Container.processEvent(Container.java:2263)
 at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
 at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
 at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
 at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
 at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
 at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
 at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
 at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
 at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
 at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
 at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
 at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
 at java.base/java.security.AccessController.doPrivileged(Native Method)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
 at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
 at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
 at java.base/java.security.AccessController.doPrivileged(Native Method)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
 at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
 at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
{code}
Project was a clone of 
[https://github.com/ArturWisniewski/NB-Thymeleaf-Code-Completion] a NetBeans 
plugin where I right clicked on test/unit/src folder in Files view



--
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-1804) IDE freezes / greys out when NTLM proxy password is incorrect

2018-12-19 Thread Walter Kruse (JIRA)


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

Walter Kruse commented on NETBEANS-1804:


I also tested it with OpenJDK11. Same issue.

Imported Settings after clean-cache start, same issue after forced IDE restart.

> IDE freezes / greys out when NTLM proxy password is incorrect
> -
>
> Key: NETBEANS-1804
> URL: https://issues.apache.org/jira/browse/NETBEANS-1804
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 10.0
> Environment:  Windows 7
> Oracle JDK 1.8
> NetBeans 10vc5
>Reporter: Walter Kruse
>Priority: Critical
> Fix For: 10.0
>
>
> I have an NTLM proxy with domain authentication configured at work on a 
> Windows 7 desktop. My domain password has expired and I changed it. Upon 
> launching Netbeans 10vc5 (happened with all 10.x versions), the entire IDE 
> hangs then greys out forever. One can not get to Tools -> Options to update 
> the password before the hang. I deleted all content under 
> AppData\Local\NetBeans and AppData\Roaming\NetBeans, which solves the 
> problem, but is not a solution.



--
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-1804) IDE freezes / greys out when NTLM proxy password is incorrect

2018-12-19 Thread Walter Kruse (JIRA)
Walter Kruse created NETBEANS-1804:
--

 Summary: IDE freezes / greys out when NTLM proxy password is 
incorrect
 Key: NETBEANS-1804
 URL: https://issues.apache.org/jira/browse/NETBEANS-1804
 Project: NetBeans
  Issue Type: Bug
  Components: platform - OptionsSettings
Affects Versions: 10.0
 Environment:  Windows 7
Oracle JDK 1.8
NetBeans 10vc5
Reporter: Walter Kruse
 Fix For: 10.0


I have an NTLM proxy with domain authentication configured at work on a Windows 
7 desktop. My domain password has expired and I changed it. Upon launching 
Netbeans 10vc5 (happened with all 10.x versions), the entire IDE hangs then 
greys out forever. One can not get to Tools -> Options to update the password 
before the hang. I deleted all content under AppData\Local\NetBeans and 
AppData\Roaming\NetBeans, which solves the problem, but is not a solution.



--
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-1232) Import settings from 8.2 to 9.0 tooks too long

2018-12-19 Thread Basti Kamp (JIRA)


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

Basti Kamp commented on NETBEANS-1232:
--

Our Company is developing an Application with the NetBeans Platform 8.0. 
Sometimes the Application can´t start because the tctracker.properties has 
160mb. And the file only contains \u content.

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



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