[jira] [Commented] (NETBEANS-5221) Excessive notifications: node.js not found, TypeScript support disabled

2021-03-29 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-5221:
--

I'm also experiencing this on 12.3 on Linux. I've had 94 notifications in the 
last 20 mins!

 

> Excessive notifications: node.js not found, TypeScript support disabled
> ---
>
> Key: NETBEANS-5221
> URL: https://issues.apache.org/jira/browse/NETBEANS-5221
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Notifications
>Affects Versions: Next
> Environment: Windows 10 64-bit, OpenJDK 11.0.6
>Reporter: Michal Koscielny
>Priority: Major
> Attachments: netbeans-node1.png, netbeans-node2.png
>
>
> In some of my PHP projects I have package.json and package-lock.json files in 
> the root directory but I don't have node.js installed. In this scenario I get 
> bombarded with baloon notifications saying "node.js not found, TypeScript 
> support disabled" every time I open the project or save any file. After a 
> while my notification log is filled with lots of such notifications and they 
> distract me needlessly:
> !netbeans-node1.png!
> !netbeans-node2.png!
> This didn't happen in Netbeans 12.2 but started happening in the dev builds 
> so this change must be recent. I'm now using 
> Build dev-1198c6642612764150ad3d0911bf8f437eef6601 dated at 2021-01-04.
> There should be a way to silence or get rid of such notifications entirely 
> since they are useless in such scenarios. Because there are node.js config 
> files present in the project doesn't mean I have to install node.js on my 
> computer just to not be nagged by Netbeans notifications - for example, other 
> developers might be responsible for node.js stuff while I'm working with 
> other technologies in the same project.
> I know I can hide info notifications with the filter but it is not ideal 
> because I don't want to miss other notifications which may be important to me.



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

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

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



[jira] [Comment Edited] (NETBEANS-3281) Unable to connect to docker in Java versions 13+

2019-10-23 Thread Paul Court (Jira)


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

Paul Court edited comment on NETBEANS-3281 at 10/23/19 9:48 AM:


-Looks like there is an upstream fix waiting to be merged- 
[-https://github.com/kohlschutter/junixsocket/pull/71-]

 Edit - You beat me to it and Jira didn't update the page! :)


was (Author: paulcourt101):
Looks like there is an upstream fix waiting to be merged 
[https://github.com/kohlschutter/junixsocket/pull/71]

 

 

> Unable to connect to docker in Java versions 13+
> 
>
> Key: NETBEANS-3281
> URL: https://issues.apache.org/jira/browse/NETBEANS-3281
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.1, 11.2
>Reporter: Paul Court
>Assignee: Bartosz Tomasik
>Priority: Major
> Attachments: image-2019-10-23-09-58-39-939.png, 
> image-2019-10-23-10-20-59-303.png
>
>
> Attempting to add a Docker connection using Java version 13 or 14 fails with 
> the following error:-
> !image-2019-10-23-09-58-39-939.png|width=460,height=316!
> Further investigation by [~ihsiak] in NETBEANS-2509 revealed the underlying 
> problem to be:
> {code:java}
> java.net.SocketException: Cannot find method "setCreated" in java.net.Socket. 
> Unsupported JVM?{code}
> I have recreated this on both Netbeans 11.1 and 11.2-beta3 using Java 13:
> {code:java}
> openjdk version "13" 2019-09-17
> OpenJDK Runtime Environment (build 13+33)
> OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}
> With the full exception from messages.log being:
> {code:java}
> openjdk version "13" 2019-09-17
> OpenJDK Runtime Environment (build 13+33)
> OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}
> 
> By switching to Java 12.0.2:-
> {code:java}
> ⚡ java -version
> openjdk version "12.0.2" 2019-07-16
> OpenJDK Runtime Environment (build 12.0.2+10)
> OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
> {code}
> The error goes away and local Docker can be interacted with successfully:
> !image-2019-10-23-10-20-59-303.png|width=281,height=181!



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

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

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



[jira] [Comment Edited] (NETBEANS-3281) Unable to connect to docker in Java versions 13+

2019-10-23 Thread Paul Court (Jira)


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

Paul Court edited comment on NETBEANS-3281 at 10/23/19 9:48 AM:


-Looks like there is an upstream fix waiting to be merged- 

 Edit - You beat me to it and Jira didn't update the page! :)


was (Author: paulcourt101):
-Looks like there is an upstream fix waiting to be merged- 
[-https://github.com/kohlschutter/junixsocket/pull/71-]

 Edit - You beat me to it and Jira didn't update the page! :)

> Unable to connect to docker in Java versions 13+
> 
>
> Key: NETBEANS-3281
> URL: https://issues.apache.org/jira/browse/NETBEANS-3281
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.1, 11.2
>Reporter: Paul Court
>Assignee: Bartosz Tomasik
>Priority: Major
> Attachments: image-2019-10-23-09-58-39-939.png, 
> image-2019-10-23-10-20-59-303.png
>
>
> Attempting to add a Docker connection using Java version 13 or 14 fails with 
> the following error:-
> !image-2019-10-23-09-58-39-939.png|width=460,height=316!
> Further investigation by [~ihsiak] in NETBEANS-2509 revealed the underlying 
> problem to be:
> {code:java}
> java.net.SocketException: Cannot find method "setCreated" in java.net.Socket. 
> Unsupported JVM?{code}
> I have recreated this on both Netbeans 11.1 and 11.2-beta3 using Java 13:
> {code:java}
> openjdk version "13" 2019-09-17
> OpenJDK Runtime Environment (build 13+33)
> OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}
> With the full exception from messages.log being:
> {code:java}
> openjdk version "13" 2019-09-17
> OpenJDK Runtime Environment (build 13+33)
> OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}
> 
> By switching to Java 12.0.2:-
> {code:java}
> ⚡ java -version
> openjdk version "12.0.2" 2019-07-16
> OpenJDK Runtime Environment (build 12.0.2+10)
> OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
> {code}
> The error goes away and local Docker can be interacted with successfully:
> !image-2019-10-23-10-20-59-303.png|width=281,height=181!



--
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-3281) Unable to connect to docker in Java versions 13+

2019-10-23 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-3281:
--

Looks like there is an upstream fix waiting to be merged 
[https://github.com/kohlschutter/junixsocket/pull/71]

 

 

> Unable to connect to docker in Java versions 13+
> 
>
> Key: NETBEANS-3281
> URL: https://issues.apache.org/jira/browse/NETBEANS-3281
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.1, 11.2
>Reporter: Paul Court
>Assignee: Bartosz Tomasik
>Priority: Major
> Attachments: image-2019-10-23-09-58-39-939.png, 
> image-2019-10-23-10-20-59-303.png
>
>
> Attempting to add a Docker connection using Java version 13 or 14 fails with 
> the following error:-
> !image-2019-10-23-09-58-39-939.png|width=460,height=316!
> Further investigation by [~ihsiak] in NETBEANS-2509 revealed the underlying 
> problem to be:
> {code:java}
> java.net.SocketException: Cannot find method "setCreated" in java.net.Socket. 
> Unsupported JVM?{code}
> I have recreated this on both Netbeans 11.1 and 11.2-beta3 using Java 13:
> {code:java}
> openjdk version "13" 2019-09-17
> OpenJDK Runtime Environment (build 13+33)
> OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}
> With the full exception from messages.log being:
> {code:java}
> openjdk version "13" 2019-09-17
> OpenJDK Runtime Environment (build 13+33)
> OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}
> 
> By switching to Java 12.0.2:-
> {code:java}
> ⚡ java -version
> openjdk version "12.0.2" 2019-07-16
> OpenJDK Runtime Environment (build 12.0.2+10)
> OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
> {code}
> The error goes away and local Docker can be interacted with successfully:
> !image-2019-10-23-10-20-59-303.png|width=281,height=181!



--
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-2509) Unable to connect to docker via socket

2019-10-23 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

Done! (NETBEANS-3281)

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png, messages.log
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



--
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-3281) Unable to connect to docker in Java versions 13+

2019-10-23 Thread Paul Court (Jira)
Paul Court created NETBEANS-3281:


 Summary: Unable to connect to docker in Java versions 13+
 Key: NETBEANS-3281
 URL: https://issues.apache.org/jira/browse/NETBEANS-3281
 Project: NetBeans
  Issue Type: Bug
  Components: docker - UI
Affects Versions: 11.1, 11.2
Reporter: Paul Court
 Attachments: image-2019-10-23-09-58-39-939.png, 
image-2019-10-23-10-20-59-303.png

Attempting to add a Docker connection using Java version 13 or 14 fails with 
the following error:-

!image-2019-10-23-09-58-39-939.png|width=460,height=316!

Further investigation by [~ihsiak] in NETBEANS-2509 revealed the underlying 
problem to be:
{code:java}
java.net.SocketException: Cannot find method "setCreated" in java.net.Socket. 
Unsupported JVM?{code}
I have recreated this on both Netbeans 11.1 and 11.2-beta3 using Java 13:
{code:java}
openjdk version "13" 2019-09-17
OpenJDK Runtime Environment (build 13+33)
OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}
With the full exception from messages.log being:
{code:java}
openjdk version "13" 2019-09-17
OpenJDK Runtime Environment (build 13+33)
OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) {code}

By switching to Java 12.0.2:-
{code:java}
⚡ java -version
openjdk version "12.0.2" 2019-07-16
OpenJDK Runtime Environment (build 12.0.2+10)
OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
{code}
The error goes away and local Docker can be interacted with successfully:

!image-2019-10-23-10-20-59-303.png|width=281,height=181!



--
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-2509) Unable to connect to docker via socket

2019-10-22 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

Version:-
{code:java}
⚡ docker --version
Docker version 19.03.2, build 6a30dfca03 {code}
Repo:-
{code:java}
⚡ cat /etc/apt/sources.list.d/docker.list
# deb [arch=amd64] https://download.docker.com/linux/ubuntu eoan nightly  {code}

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png, messages.log
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



--
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-2509) Unable to connect to docker via socket

2019-10-22 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

I've been trying with both - just in-case.

But {{/var/run}} is just a symlink to {{/run}} anyway.

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png, messages.log
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



--
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-2509) Unable to connect to docker via socket

2019-10-21 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

{code:java}
Product Version: Apache NetBeans IDE 11.2-beta3
Java: 13; OpenJDK 64-Bit Server VM 13+33
Runtime: OpenJDK Runtime Environment 13+33
System: Linux version 5.3.0-18-generic running on amd64; UTF-8; en_GB (nb)
User directory: /home/paul/.netbeans/11.2-beta3
Cache directory: /home/paul/.cache/netbeans/11.2-beta3 {code}
Interesting that you have reproduced. I'll see what I can find from the OS side 
of things from this side too.

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png, messages.log
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



--
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-2509) Unable to connect to docker via socket

2019-10-21 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

[^messages.log]

Here's a clean log file from the following actions:-
 * Launch NB.
 * Goto services tab and right-click Docker and select Add Docker...
 * Click "Test Connection" (Get error message).
 * Cancel dialog.
 * Quit NB.

 

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png, messages.log
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



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

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

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



[jira] [Updated] (NETBEANS-2509) Unable to connect to docker via socket

2019-10-21 Thread Paul Court (Jira)


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

Paul Court updated NETBEANS-2509:
-
Attachment: messages.log

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png, messages.log
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



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

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

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



[jira] [Comment Edited] (NETBEANS-2509) Unable to connect to docker via socket

2019-10-18 Thread Paul Court (Jira)


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

Paul Court edited comment on NETBEANS-2509 at 10/18/19 9:45 PM:


Ubuntu 19.10.

I grab the binaries and unpack them into /usr/local/netbeans- and then 
symlink to /usr/local/netbeans. This lets me switch versions easily without 
having to redo my .desktop entries every time.

The only log (from "journalctl -f") entries I see are:
{code:java}
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: An illegal 
reflective access operation has occurred
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Illegal reflective 
access by com.bulenkov.darcula.DarculaLaf 
(jar:file:/home/paul/.netbeans/11.2-beta3/modules/ext/com.revivius.nb-darcula/com-bulenkov/darcula.jar!/)
 to field javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Please consider 
reporting this to the maintainers of com.bulenkov.darcula.DarculaLaf
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Use 
--illegal-access=warn to enable warnings of further illegal reflective access 
operations
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: All illegal access 
operations will be denied in a future release
 {code}
and those are from the initial netbeans startup - nothing new gets added when I 
attempt to connect to docker.


was (Author: paulcourt101):
Ubuntu 19.10.

I grab the binaries and unpack them into /usr/local/netbeans- and then 
symlink to /usr/local/netbeans. This lets me switch versions easily without 
having to redo my .desktop entries every time.

The only log (from "journalctl -f") entries I see are:-
{code:java}
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: An illegal 
reflective access operation has occurred
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Illegal reflective 
access by com.bulenkov.darcula.DarculaLaf 
(jar:file:/home/paul/.netbeans/11.2-beta3/modules/ext/com.revivius.nb-darcula/com-bulenkov/darcula.jar!/)
 to field javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Please consider 
reporting this to the maintainers of com.bulenkov.darcula.DarculaLaf
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Use 
--illegal-access=warn to enable warnings of further illegal reflective access 
operations
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: All illegal access 
operations will be denied in a future release
 {code}
and those are from the initial netbeans startup - nothing new gets added when I 
attempt to connect to docker.

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



--
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-2509) Unable to connect to docker via socket

2019-10-18 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

Ubuntu 19.10.

I grab the binaries and unpack them into /usr/local/netbeans- and then 
symlink to /usr/local/netbeans. This lets me switch versions easily without 
having to redo my .desktop entries every time.

The only log (from "journalctl -f") entries I see are:-
{code:java}
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: An illegal 
reflective access operation has occurred
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Illegal reflective 
access by com.bulenkov.darcula.DarculaLaf 
(jar:file:/home/paul/.netbeans/11.2-beta3/modules/ext/com.revivius.nb-darcula/com-bulenkov/darcula.jar!/)
 to field javax.swing.text.html.HTMLEditorKit.DEFAULT_STYLES_KEY
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Please consider 
reporting this to the maintainers of com.bulenkov.darcula.DarculaLaf
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: Use 
--illegal-access=warn to enable warnings of further illegal reflective access 
operations
Oct 18 22:41:41 ryzen1910 netbeans.desktop[3431]: WARNING: All illegal access 
operations will be denied in a future release
 {code}
and those are from the initial netbeans startup - nothing new gets added when I 
attempt to connect to docker.

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



--
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-2509) Unable to connect to docker via socket

2019-10-18 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

Bit more info:-

This is working fine on my Mac running 11.1. It is failing on my Ubuntu Linux 
installation.

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



--
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-2509) Unable to connect to docker via socket

2019-10-18 Thread Paul Court (Jira)


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

Paul Court commented on NETBEANS-2509:
--

Hi. Sorry if this is the wrong place, as the description is a little different 
but the title matches my problem exactly.

I cannot connect to my local docker socket. I have tried this with 11.1 and 
11.2 and cannot get it to work.

I have verified the socket is functioning and is available to my user via:-
{code:java}
$ docker -H unix:///run/docker.sock images 
REPOSITORY TAG IMAGE IDCREATED  
   SIZE
hm-tps_hmtps-nginx-proxy   latest  a26c31e2bc0c32 minutes 
ago  33.9MB
hm-tps_hmtps-fpm-backend   latest  429b50fff6d032 minutes 
ago  193MB
mysql  5.7 cd3ed0dfff7e29 hours ago 
   437MB
php7.3-fpm-alpine  b817a793087a13 days ago  
   80.7MB
... {code}
However, in netbeans when I try to "Add Docker" and use the same socket, I just 
get "Cannot establish connection."

!image-2019-10-18-10-56-48-182.png!

 

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



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

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

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



[jira] [Updated] (NETBEANS-2509) Unable to connect to docker via socket

2019-10-18 Thread Paul Court (Jira)


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

Paul Court updated NETBEANS-2509:
-
Attachment: image-2019-10-18-10-56-48-182.png

> Unable to connect to docker via socket
> --
>
> Key: NETBEANS-2509
> URL: https://issues.apache.org/jira/browse/NETBEANS-2509
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 11.0
>Reporter: Bartosz Tomasik
>Assignee: Bartosz Tomasik
>Priority: Minor
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2019-10-18-10-56-48-182.png
>
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> "Add Docker instance" dialog ismissing option to connect via unix socket.
> This is probably due to following lines commented out: 
> [https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerSupport.java#L133-L137]



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