[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=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] [Commented] (NETBEANS-2509) Unable to connect to docker via socket

2019-10-23 Thread Bartosz Tomasik (Jira)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

Got it: _java.net.SocketException: Cannot find method "setCreated" in 
java.net.Socket. Unsupported JVM?_ 

This is because of Java 13. If you run with jdk8 it works (I can easily 
reproduce it on 16.04 now just by switching javas). Please file separate issue 
so we can track it there (as it's specific for jdk13 and above), and as a 
workaround please start netbeans with jdk8.

> 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=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 Bartosz Tomasik (Jira)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

[~paulcourt101]I know except that when I messed with /var and /run it magically 
started working here... anyway one more question: what's your docker version 
and package source (repo)?

> 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=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 Bartosz Tomasik (Jira)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

[~paulcourt101] please try with _/var/run/docker.sock_ from nb ide (instead of 
_/run/docker.sock_)

> 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=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 Bartosz Tomasik (Jira)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

[~paulcourt101]just one more thing; which jdk are you on? (again Netbeans about 
will tell you truth)

> 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 Bartosz Tomasik (Jira)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

I reproduced this on 19.10. Will look into this.

> 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=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] [Commented] (NETBEANS-2509) Unable to connect to docker via socket

2019-10-20 Thread Bartosz Tomasik (Jira)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

[~paulcourt101] I wasn't specific enough. I meant netbnean's _messages.log_. 
You can find it in your netbeans user dir: _Help -> About_ lists _User 
directory_ that is used by netbeans, and than_ $NB_USER_DIR/var/log_ contains 
messages.log. I haven't got chance to try 19.xx yet (will try this week)

> 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=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 Bartosz Tomasik (Jira)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

[~paulcourt101] what's ubuntu version? is Netbens installed from snap? anything 
suspicious in 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
>
>  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=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=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] [Commented] (NETBEANS-2509) Unable to connect to docker via socket

2019-05-10 Thread Abhishek Modi (JIRA)


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

Abhishek Modi commented on NETBEANS-2509:
-

Sorry assigned it to myself by mistake.

> 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
>  Time Spent: 0.5h
>  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
(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-2509) Unable to connect to docker via socket

2019-05-10 Thread Bartosz Tomasik (JIRA)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

[~abmodi] you probably missed that I've already opened PR with fix for this at 
10th May (see links to section)

> 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: Abhishek Modi
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  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
(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-2509) Unable to connect to docker via socket

2019-05-07 Thread Bartosz Tomasik (JIRA)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

Found it, missing piece is:
} else {UnixDomainSocketClient s = new 
UnixDomainSocketClient(new 
File(realUrl.toURI()).getAbsolutePath(), JUDS.SOCK_STREAM);
s.setTimeout(0);return
}

original DockerAction.java url: 
http://hg.netbeans.org/main/file/5d3b6bb4e91f/docker.api/src/org/netbeans/modules/docker/api/DockerAction.java
 

> 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
>Priority: Minor
>
> "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
(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-2509) Unable to connect to docker via socket

2019-05-06 Thread Bartosz Tomasik (JIRA)


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

Bartosz Tomasik commented on NETBEANS-2509:
---

Actually even after uncommenting above it still fails with "Unknown protocol: 
file"  at 
[DockerAction#createEndpoint|https://github.com/apache/netbeans/blame/master/ide/docker.api/src/org/netbeans/modules/docker/api/DockerAction.java#L1256]

What's unclear to me whather it was ever implemented or not

> 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
>Priority: Minor
>
> "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
(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