[jira] [Closed] (NETBEANS-2210) NullPointerException

2019-03-05 Thread Alexandar Popov (JIRA)


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

Alexandar Popov closed NETBEANS-2210.
-
Resolution: Cannot Reproduce

Please delete this issus!

> NullPointerException
> 
>
> Key: NETBEANS-2210
> URL: https://issues.apache.org/jira/browse/NETBEANS-2210
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Alexandar Popov
>Priority: Minor
>
> java.lang.NullPointerException: The content parameter cannot be null
>   at org.openide.util.Parameters.notNull(Parameters.java:64)
>   at 
> org.netbeans.modules.csl.api.Documentation.create(Documentation.java:52)
>   at 
> org.netbeans.modules.javascript2.nodejs.editor.NodeJsDataProvider.createProperty(NodeJsDataProvider.java:473)
>   at 
> org.netbeans.modules.javascript2.nodejs.editor.NodeJsDataProvider.addProperties(NodeJsDataProvider.java:485)
>   at 
> org.netbeans.modules.javascript2.nodejs.editor.NodeJsDataProvider.getGlobalObjects(NodeJsDataProvider.java:402)
>   at 
> org.netbeans.modules.javascript2.nodejs.editor.model.NodeJsModelInterceptor.getGlobalObjects(NodeJsModelInterceptor.java:47)
>   at 
> org.netbeans.modules.javascript2.nodejs.editor.model.NodeJsModelInterceptor.interceptGlobal(NodeJsModelInterceptor.java:41)
>   at 
> org.netbeans.modules.javascript2.model.ModelExtender.getExtendingGlobalObjects(ModelExtender.java:114)
>   at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromExpression(ModelUtils.java:856)
>   at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1353)
>   at 
> org.netbeans.modules.javascript2.editor.JsStructureScanner$JsSimpleStructureItem.(JsStructureScanner.java:740)
>   at 
> org.netbeans.modules.javascript2.editor.JsStructureScanner$JsSimpleStructureItem.(JsStructureScanner.java:732)
>   at 
> org.netbeans.modules.javascript2.editor.JsStructureScanner.getEmbededItems(JsStructureScanner.java:164)
>   at 
> org.netbeans.modules.javascript2.editor.JsStructureScanner.getEmbededItems(JsStructureScanner.java:138)
>   at 
> org.netbeans.modules.javascript2.editor.JsStructureScanner.scan(JsStructureScanner.java:92)
>   at 
> org.netbeans.modules.csl.navigation.ElementScanningTask$1.run(ElementScanningTask.java:149)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
> Caused: org.netbeans.modules.parsing.spi.ParseException
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:186)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
> [catch] at 
> org.netbeans.modules.csl.navigation.ElementScanningTask.computeStructureRoot(ElementScanningTask.java:137)
>   at 
> org.netbeans.modules.csl.navigation.ClassMemberPanelUI$1$1.run(ClassMemberPanelUI.java:203)
>   at 
> org.netbeans.modules.csl.navigation.ElementScanningTask.runWithCancelService(ElementScanningTask.java:254)
>   at 
> org.netbeans.modules.csl.navigation.ClassMemberPanelUI$1.run(ClassMemberPanelUI.java:199)
>   at 
> org.netbeans.modules.csl.navigation.ClassMemberPanelUI$1.run(ClassMemberPanelUI.java:191)
>   at 
> org.netbeans.modules.csl.navigation.ClassMemberNavigatorSourceFactory$ProxyElementScanningTask.run(ClassMemberNavigatorSourceFactory.java:120)
>   at 
> org.netbeans.modules.csl.navigation.ClassMemberNavigatorSourceFactory$ProxyElementScanningTask.run(ClassMemberNavigatorSourceFactory.java:88)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> 

[jira] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-05 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2126:
-

The question is not what you're running NetBeans on, but what you're running 
the project you've created in NetBeans on. As a workaround simply remove this 
from project.properties in the Files window of your project:

endorsed.classpath=\
${libs.javaee-endorsed-api-7.0.classpath}

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-05 Thread Frank Jung (JIRA)


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

Frank Jung commented on NETBEANS-2126:
--

I have this issue even when running NetBeans on JDK8 (Update 191) on Windows.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.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] [Commented] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-05 Thread Frank Jung (JIRA)


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

Frank Jung commented on NETBEANS-2126:
--

I have this issue even when running NetBeans on JDK8 (Update 191) on Windows.

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Priority: Blocker
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.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] [Comment Edited] (NETBEANS-2208) Can't input chinese words in editor area

2019-03-05 Thread sixpence (JIRA)


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

sixpence edited comment on NETBEANS-2208 at 3/6/19 5:51 AM:


Hey [~Chrizzly],  NetBeans 8.2 I can't new project in my mac book pro, the New 
Project Button is not working.

And i got these warning in NetBeans 10.0. It's looks like something wrong with 
QuietEditorPane, but i don't know what should i do for these warning.
{code:java}
WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.openide.text.QuietEditorPane$1 
(jar:file:/usr/local/netbeans/platform/modules/org-openide-text.jar!/) to field 
sun.awt.im.InputContext.inputMethodWindowContext

WARNING: Please consider reporting this to the maintainers of 
org.openide.text.QuietEditorPane$1

WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations

WARNING: All illegal access operations will be denied in a future release
{code}


was (Author: sixpence):
[~Chrizzly] NetBeans 8.2 
I can't new project in my mac book pro, then New Project Button is not working.

And i got these warning in NetBeans 10.0. It's looks like something wrong with 
QuietEditorPane, but i don't know what should i do for these warning.
{code:java}
WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.openide.text.QuietEditorPane$1 
(jar:file:/usr/local/netbeans/platform/modules/org-openide-text.jar!/) to field 
sun.awt.im.InputContext.inputMethodWindowContext

WARNING: Please consider reporting this to the maintainers of 
org.openide.text.QuietEditorPane$1

WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations

WARNING: All illegal access operations will be denied in a future release
{code}

> Can't input chinese words in editor area
> 
>
> Key: NETBEANS-2208
> URL: https://issues.apache.org/jira/browse/NETBEANS-2208
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 10.0
> Environment: System: Mac osx10.14.3 (Mojave)
> JDK: jdk1.8.0_202
> Netbeans: 10.0
>Reporter: sixpence
>Priority: Major
> Attachments: netbeans无法输入中文.mov
>
>
> In my macbook pro, i can't input any chinese words in editor area,i'm sure 
> the input method has changed to chinese input mode, when i input words the 
> candidate box din't show.



--
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-2208) Can't input chinese words in editor area

2019-03-05 Thread sixpence (JIRA)


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

sixpence commented on NETBEANS-2208:


[~Chrizzly] NetBeans 8.2 
I can't new project in my mac book pro, then New Project Button is not working.

And i got these warning in NetBeans 10.0. It's looks like something wrong with 
QuietEditorPane, but i don't know what should i do for these warning.
{code:java}
WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.openide.text.QuietEditorPane$1 
(jar:file:/usr/local/netbeans/platform/modules/org-openide-text.jar!/) to field 
sun.awt.im.InputContext.inputMethodWindowContext

WARNING: Please consider reporting this to the maintainers of 
org.openide.text.QuietEditorPane$1

WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations

WARNING: All illegal access operations will be denied in a future release
{code}

> Can't input chinese words in editor area
> 
>
> Key: NETBEANS-2208
> URL: https://issues.apache.org/jira/browse/NETBEANS-2208
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 10.0
> Environment: System: Mac osx10.14.3 (Mojave)
> JDK: jdk1.8.0_202
> Netbeans: 10.0
>Reporter: sixpence
>Priority: Major
> Attachments: netbeans无法输入中文.mov
>
>
> In my macbook pro, i can't input any chinese words in editor area,i'm sure 
> the input method has changed to chinese input mode, when i input words the 
> candidate box din't show.



--
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-2183) CDNJS access no longer works

2019-03-05 Thread JIRA


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

Eric Carrière commented on NETBEANS-2183:
-

Did you try with this download URL :  
https://cdnjs.cloudflare.com/ajax/libs/\{0}/\{1}/\{2}

instead of : 
{code:java}
https://api.cdnjs.com/ajax/libs/\{0}/{1}/{2}{code}
Unfortunately, I'm not at home to test.

 

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, 
> messages-with-additional-properties.log, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2183) CDNJS access no longer works

2019-03-05 Thread Mark Eggers (JIRA)


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

Mark Eggers commented on NETBEANS-2183:
---

That seems to work.  Just add the following to netbeans_default_options in 
netbeans.conf:

-J-Dnetbeans.cdnjs.searchurl=[https://api.cdnjs.com/libraries?fields=description,homepage,assets=]

Do not change the netbeans.cdnjs.downloadurl property.

I don't know what the other error message is. It could be a library that is 
missing components. However, I was able to successfully update three components 
in another project that I have.

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, 
> messages-with-additional-properties.log, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2183) CDNJS access no longer works

2019-03-05 Thread Mark Eggers (JIRA)


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

Mark Eggers commented on NETBEANS-2183:
---

Adding the following to netbeans_default_options in netbeans.conf seems to help 
somewhat.

-J-Dnetbeans.cdnjs.downloadurl=https://api.cdnjs.com/ajax/libs/\{0}/\{1}/\{2}
-J-Dnetbeans.cdnjs.searchurl=https://api.cdnjs.com/libraries?fields=description,homepage,assets=

The version check is a bit spotty. Sometimes there are question marks, other 
times either
the expected green check or the next version shows up.

The search seems to work.

Unfortunately, downloading or updating fails. I've included the log file as an 
attachment. It's called messages-with-additional-properties.log

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, 
> messages-with-additional-properties.log, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2183) CDNJS access no longer works

2019-03-05 Thread Mark Eggers (JIRA)


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

Mark Eggers updated NETBEANS-2183:
--
Attachment: messages-with-additional-properties.log

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, 
> messages-with-additional-properties.log, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2183) CDNJS access no longer works

2019-03-05 Thread JIRA


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

Eric Carrière edited comment on NETBEANS-2183 at 3/5/19 3:39 PM:
-

It's the exact same code between 8.2 and 10.

Two places need to be corrected in Netbeans 10 

Lines 159-167 :
{code:java}
/**
* URL pattern for library files.
* {0} library name
* {1} version name
* {2} file name
*/
private static final String LIBRARY_FILE_URL_PATTERN = System.getProperty(
"netbeans.cdnjs.downloadurl", // NOI18N
"http://cdnjs.cloudflare.com/ajax/libs/{0}/{1}/{2};); // NOI18N
{code}
And Lines 202-205
{code:java}
/** URL of the search web service. */
static final String SEARCH_URL_PREFIX =
System.getProperty("netbeans.cdnjs.searchurl", // NOI18N
"http://api.cdnjs.com/libraries?fields=description,homepage,assets=;); 
// NOI18N
{code}


was (Author: sicarriere):
It's the exact same code between 8.2 and 10.

Two places need to be corrected in Netbeans 10 :(

Lines 159-167 :
{code:java}
/**
* URL pattern for library files.
* {0} library name
* {1} version name
* {2} file name
*/
private static final String LIBRARY_FILE_URL_PATTERN = System.getProperty(
"netbeans.cdnjs.downloadurl", // NOI18N
"http://cdnjs.cloudflare.com/ajax/libs/{0}/{1}/{2};); // NOI18N
{code}
And Lines 202-205
{code:java}
/** URL of the search web service. */
static final String SEARCH_URL_PREFIX =
System.getProperty("netbeans.cdnjs.searchurl", // NOI18N
"http://api.cdnjs.com/libraries?fields=description,homepage,assets=;); 
// NOI18N
{code}

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2183) CDNJS access no longer works

2019-03-05 Thread JIRA


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

Eric Carrière commented on NETBEANS-2183:
-

It's the exact same code between 8.2 and 10.

Two places need to be corrected in Netbeans 10 :(

Lines 159-167 :
{code:java}
/**
* URL pattern for library files.
* {0} library name
* {1} version name
* {2} file name
*/
private static final String LIBRARY_FILE_URL_PATTERN = System.getProperty(
"netbeans.cdnjs.downloadurl", // NOI18N
"http://cdnjs.cloudflare.com/ajax/libs/{0}/{1}/{2};); // NOI18N
{code}
And Lines 202-205
{code:java}
/** URL of the search web service. */
static final String SEARCH_URL_PREFIX =
System.getProperty("netbeans.cdnjs.searchurl", // NOI18N
"http://api.cdnjs.com/libraries?fields=description,homepage,assets=;); 
// NOI18N
{code}

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2100) Binary artifact (empty.war) checked into source code repository

2019-03-05 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2100:
--
Affects Version/s: (was: Next)
   11.0

> Binary artifact (empty.war) checked into source code repository
> ---
>
> Key: NETBEANS-2100
> URL: https://issues.apache.org/jira/browse/NETBEANS-2100
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: 11.0-vc1, pull-request-available
> Fix For: Next
>
>
> The amazon support module in the enterprise cluster includes a file 
> empty.war. This file contains a web.xml and a sample jsp file.
> The file was build as part of the build process and was accidentally checked 
> in.
> As the file contained in the file are included in the runtime distribution, 
> the war file can be created on the fly and thus does not need to be included 
> in source or binary form.
> As this is against the ASF policy, this is marked as priority blocker.



--
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-2100) Binary artifact (empty.war) checked into source code repository

2019-03-05 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2100.
---
   Resolution: Fixed
Fix Version/s: (was: Next)
   11.0

Marked resolved as the corresponding PR got merged.

> Binary artifact (empty.war) checked into source code repository
> ---
>
> Key: NETBEANS-2100
> URL: https://issues.apache.org/jira/browse/NETBEANS-2100
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: 11.0-vc1, pull-request-available
> Fix For: 11.0
>
>
> The amazon support module in the enterprise cluster includes a file 
> empty.war. This file contains a web.xml and a sample jsp file.
> The file was build as part of the build process and was accidentally checked 
> in.
> As the file contained in the file are included in the runtime distribution, 
> the war file can be created on the fly and thus does not need to be included 
> in source or binary form.
> As this is against the ASF policy, this is marked as priority blocker.



--
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-2100) Binary artifact (empty.war) checked into source code repository

2019-03-05 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2100:
--
Labels: 11.0-vc1 pull-request-available  (was: )

> Binary artifact (empty.war) checked into source code repository
> ---
>
> Key: NETBEANS-2100
> URL: https://issues.apache.org/jira/browse/NETBEANS-2100
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: 11.0-vc1, pull-request-available
> Fix For: Next
>
>
> The amazon support module in the enterprise cluster includes a file 
> empty.war. This file contains a web.xml and a sample jsp file.
> The file was build as part of the build process and was accidentally checked 
> in.
> As the file contained in the file are included in the runtime distribution, 
> the war file can be created on the fly and thus does not need to be included 
> in source or binary form.
> As this is against the ASF policy, this is marked as priority blocker.



--
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-2183) CDNJS access no longer works

2019-03-05 Thread Mark Eggers (JIRA)


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

Mark Eggers commented on NETBEANS-2183:
---

This is line 188 of the RELEASE 8.2 version of 
org.netbeans.modules.javascript.cdnjs.LibraryProvider.java:

private static final String LIBRARY_FILE_URL_PATTERN = System.getProperty(
 "netbeans.cdnjs.downloadurl", // NOI18N
 "http://cdnjs.cloudflare.com/ajax/libs/\{0}/\{1}/\{2};); // NOI18N

 

I don't know if NetBeans 10 has the same code.

It should be possible to pass netbeans.cdnjs.downloadurl as a property on the 
command line, but I've not figured out how to do that successfully. Just 
replace http://cdnjs.cloudflare.com with [https://api.cdnjs.com/] and hopefully 
that will work.

 

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2183) CDNJS access no longer works

2019-03-05 Thread JIRA


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

Eric Carrière commented on NETBEANS-2183:
-

The hardcoded links in the library are "http" request.  CDNJS is now redirected 
all the traffic to "https", but the library doesn't follow the 301 redirect. So 
need to update the CDNJS library the change all the link to "https" instead of 
"http".

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2183) CDNJS access no longer works

2019-03-05 Thread Jesper Johnson (JIRA)


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

Jesper Johnson commented on NETBEANS-2183:
--

I can confirm this happening on NetBeans 8.2 as well (OS X). Running "nettop" 
in the terminal, I can see a connection to 104.24.9.40:80 opened when the 
search-button in the "Add CDNJS Library" is clicked, immediately resulting in a 
"search failed" -message. Apparently something in the CDNJS backend has changed?

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request is failing.
>  



--
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-2208) Can't input chinese words in editor area

2019-03-05 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2208:
--

Hey [~sixpence] was this still working in NetBeans 8.2?

> Can't input chinese words in editor area
> 
>
> Key: NETBEANS-2208
> URL: https://issues.apache.org/jira/browse/NETBEANS-2208
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 10.0
> Environment: System: Mac osx10.14.3 (Mojave)
> JDK: jdk1.8.0_202
> Netbeans: 10.0
>Reporter: sixpence
>Priority: Major
> Attachments: netbeans无法输入中文.mov
>
>
> In my macbook pro, i can't input any chinese words in editor area,i'm sure 
> the input method has changed to chinese input mode, when i input words the 
> candidate box din't show.



--
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-2204) Too many requests to /dyn/closer.lua from NetBeans users behind an HTTP proxy

2019-03-05 Thread Bertrand Delacretaz (JIRA)


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

Bertrand Delacretaz resolved NETBEANS-2204.
---
Resolution: Won't Fix

Sounds good, marking won't fix and we can reopen if needed.

> Too many requests to /dyn/closer.lua from NetBeans users behind an HTTP proxy
> -
>
> Key: NETBEANS-2204
> URL: https://issues.apache.org/jira/browse/NETBEANS-2204
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
>Reporter: Bertrand Delacretaz
>Assignee: Antonio Vieiro
>Priority: Major
>
> A  large organization with lots of users behind an HTTP proxy was recently 
> banned from accessing *.apache.org servers due to too many requests to the 
> following URL:
> http://apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans/incubating-10.0/nbms/updates.xml.gz
> Their proxy initiated more than 10'000 connections in 24 hours to that URL, 
> causing an automatic ban by our infra defenses.
> [~wave] rightly notes that this might be due to the NetBeans updates checker, 
> if that's correct it would be good for someone from the NetBeans team to look 
> at it in more detail to avoid such problems in the future. 
> I suppose what needs to be done is to modify that {{closer.lua}} script (or 
> use it differently if there's such an option already) so that its result is 
> cacheable by an HTTP proxy.



--
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-782) C/C++ External Terminal Error

2019-03-05 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-782:


Very happy to help! Do you know what needs to be changed in the code? If so, I 
can help to commit and merge your change.

> C/C++ External Terminal Error
> -
>
> Key: NETBEANS-782
> URL: https://issues.apache.org/jira/browse/NETBEANS-782
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: NDelt
>Priority: Major
>
> *sh: 
> /C/Users/(username)/AppData/local/Temp/dlight_(username)/f9ac1580/dlight16178248912105294974termexec.sh:
>  No such file or directory*
> This error message comes out sometimes when I run C/C++ code through external 
> terminal.(Type: Command Window)



--
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-782) C/C++ External Terminal Error

2019-03-05 Thread Daes Mond (JIRA)


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

Daes Mond commented on NETBEANS-782:


If I only knew how smartass

> C/C++ External Terminal Error
> -
>
> Key: NETBEANS-782
> URL: https://issues.apache.org/jira/browse/NETBEANS-782
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: NDelt
>Priority: Major
>
> *sh: 
> /C/Users/(username)/AppData/local/Temp/dlight_(username)/f9ac1580/dlight16178248912105294974termexec.sh:
>  No such file or directory*
> This error message comes out sometimes when I run C/C++ code through external 
> terminal.(Type: Command Window)



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