[JBoss JIRA] (JBIDE-25861) Docker connection throws DockerTimeoutException with warning in error log when CDK is stopped
by Jeff Johnston (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25861?page=com.atlassian.jira.plugi... ]
Jeff Johnston resolved JBIDE-25861.
-----------------------------------
Fix Version/s: 4.6.0.AM1
(was: 4.5.x)
Resolution: Done
A patch has been made in Linux Tools for Photon which is later than 4.5.3.Final. The fix will be in the Linux Tools nightly update site tonight and will be part of the Photon M7 milestone. The fix drastically reduces the amount of error messages. Any REST request to the unopened unix socket connection results in retry attempts and thus some error messages occur initially. The fix adds checks when the Docker connection has not been opened successfully and avoids further messages which before the patch would occur over and over again as the tooling attempted to bring up the specified connection.
> Docker connection throws DockerTimeoutException with warning in error log when CDK is stopped
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-25861
> URL: https://issues.jboss.org/browse/JBIDE-25861
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, docker
> Affects Versions: 4.5.3.AM3
> Environment: Fedora 27 x86_64
> Reporter: Ondrej Dockal
> Assignee: Jeff Johnston
> Labels: upstream
> Fix For: 4.6.0.AM1
>
>
> After the docker connection is interrupted by force, there is written to console endless output from docker connection:
> {code}
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {}->unix://localhost:80
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {}->unix://localhost:80
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {}->unix://localhost:80
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (JBIDE-25861) Docker connection throws DockerTimeoutException with warning in error log when CDK is stopped
by Jeff Johnston (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25861?page=com.atlassian.jira.plugi... ]
Jeff Johnston reassigned JBIDE-25861:
-------------------------------------
Assignee: Jeff Johnston
> Docker connection throws DockerTimeoutException with warning in error log when CDK is stopped
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-25861
> URL: https://issues.jboss.org/browse/JBIDE-25861
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, docker
> Affects Versions: 4.5.3.AM3
> Environment: Fedora 27 x86_64
> Reporter: Ondrej Dockal
> Assignee: Jeff Johnston
> Labels: upstream
> Fix For: 4.5.x
>
>
> After the docker connection is interrupted by force, there is written to console endless output from docker connection:
> {code}
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {}->unix://localhost:80
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {}->unix://localhost:80
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: Retrying request to {}->unix://localhost:80
> Mar 26, 2018 11:39:08 PM org.apache.http.impl.execchain.RetryExec execute
> INFO: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (JBIDE-25808) NullPointerException in NewApplicationWizard.init
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25808?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov edited comment on JBIDE-25808 at 4/6/18 9:51 AM:
------------------------------------------------------------------
I'm resolving this issue and an aeri one as it is not clear how to reproduce it and where exactly it could throw the NPE (see all comments above)
Feel free to reopen it if you're on the latest version of jbostools-openshift and still could reproduce this it.
was (Author: dbocharov):
I'm resolving this issue and an aeri one as it is not clear how to reproduce it and where exactly it could throw the NPE.
Feel free to reopen it if you're on the latest version of jbostools-openshift and still could reproduce this it.
> NullPointerException in NewApplicationWizard.init
> -------------------------------------------------
>
> Key: JBIDE-25808
> URL: https://issues.jboss.org/browse/JBIDE-25808
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Automated Error Reporting Bot
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.3.Final
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.NewApplicationWizard.init(NewApplicationWizard.java:115)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:281)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:270)
> at org.jboss.tools.openshift.internal.ui.handler.NewApplicationHandler.execute(NewApplicationHandler.java:34)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:92)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.6.100.v20170421-1418 | 1.6.100.v20170421-1418 |
> | org.eclipse.ui | 3.109.0.v20170411-1742 | 3.109.0.v20170411-1742 |
> | org.jboss.tools.common.ui | 3.9.2.v20171116-1909 | 3.9.2.v20171116-1909 |
> | org.jboss.tools.openshift.ui | 3.4.2.v20180117-2230 | 3.4.2.v20180117-2230 |
> Operating Systems:
> | Linux | 4.15.3.fc27 | 4.15.6.fc27 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a9f3513e4b037...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (JBIDE-25808) NullPointerException in NewApplicationWizard.init
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25808?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov resolved JBIDE-25808.
--------------------------------------
Resolution: Done
I'm resolving this issue and an aeri one as it is not clear how to reproduce it and where exactly it could throw the NPE.
Feel free to reopen it if you're on the latest version of jbostools-openshift and still could reproduce this it.
> NullPointerException in NewApplicationWizard.init
> -------------------------------------------------
>
> Key: JBIDE-25808
> URL: https://issues.jboss.org/browse/JBIDE-25808
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Automated Error Reporting Bot
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.3.Final
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.NewApplicationWizard.init(NewApplicationWizard.java:115)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:281)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:270)
> at org.jboss.tools.openshift.internal.ui.handler.NewApplicationHandler.execute(NewApplicationHandler.java:34)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:92)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.6.100.v20170421-1418 | 1.6.100.v20170421-1418 |
> | org.eclipse.ui | 3.109.0.v20170411-1742 | 3.109.0.v20170411-1742 |
> | org.jboss.tools.common.ui | 3.9.2.v20171116-1909 | 3.9.2.v20171116-1909 |
> | org.jboss.tools.openshift.ui | 3.4.2.v20180117-2230 | 3.4.2.v20180117-2230 |
> Operating Systems:
> | Linux | 4.15.3.fc27 | 4.15.6.fc27 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a9f3513e4b037...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (JBIDE-25808) NullPointerException in NewApplicationWizard.init
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25808?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov commented on JBIDE-25808:
------------------------------------------
Also about Andre's comment above: model can't be null too, because 5 lines above there is:
{code:java}
model.setEclipseProject(selectedProject);
{code}
which would throw NPE in advance in case model was null.
> NullPointerException in NewApplicationWizard.init
> -------------------------------------------------
>
> Key: JBIDE-25808
> URL: https://issues.jboss.org/browse/JBIDE-25808
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Automated Error Reporting Bot
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.3.Final
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.NewApplicationWizard.init(NewApplicationWizard.java:115)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:281)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:270)
> at org.jboss.tools.openshift.internal.ui.handler.NewApplicationHandler.execute(NewApplicationHandler.java:34)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:92)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.6.100.v20170421-1418 | 1.6.100.v20170421-1418 |
> | org.eclipse.ui | 3.109.0.v20170411-1742 | 3.109.0.v20170411-1742 |
> | org.jboss.tools.common.ui | 3.9.2.v20171116-1909 | 3.9.2.v20171116-1909 |
> | org.jboss.tools.openshift.ui | 3.4.2.v20180117-2230 | 3.4.2.v20180117-2230 |
> Operating Systems:
> | Linux | 4.15.3.fc27 | 4.15.6.fc27 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a9f3513e4b037...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (JBIDE-25808) NullPointerException in NewApplicationWizard.init
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25808?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov commented on JBIDE-25808:
------------------------------------------
[~adietish] the strange thing is that line 115 of the version 3.4.2.of openshift.ui (according to the report) is:
{code:java}
connection = ConnectionsRegistryUtil.safeGetConnectionFor(resource);
{code}
which i can't understand how it can throw NPE
> NullPointerException in NewApplicationWizard.init
> -------------------------------------------------
>
> Key: JBIDE-25808
> URL: https://issues.jboss.org/browse/JBIDE-25808
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Automated Error Reporting Bot
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.3.Final
>
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.NewApplicationWizard.init(NewApplicationWizard.java:115)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:281)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:270)
> at org.jboss.tools.openshift.internal.ui.handler.NewApplicationHandler.execute(NewApplicationHandler.java:34)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:92)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.6.100.v20170421-1418 | 1.6.100.v20170421-1418 |
> | org.eclipse.ui | 3.109.0.v20170411-1742 | 3.109.0.v20170411-1742 |
> | org.jboss.tools.common.ui | 3.9.2.v20171116-1909 | 3.9.2.v20171116-1909 |
> | org.jboss.tools.openshift.ui | 3.4.2.v20180117-2230 | 3.4.2.v20180117-2230 |
> Operating Systems:
> | Linux | 4.15.3.fc27 | 4.15.6.fc27 |
> The above information is a snapshot of the collected data. Visit [this page|https://aer.ctrlflow.com/redhat/reviewers/#!/problems/5a9f3513e4b037...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (JBDS-4677) Certification errors to connect to OpenShift with certificates self-signed
by Roman Martin Gil (JIRA)
[ https://issues.jboss.org/browse/JBDS-4677?page=com.atlassian.jira.plugin.... ]
Roman Martin Gil updated JBDS-4677:
-----------------------------------
Attachment: (was: jbds-openshift-certificate-errors.png)
> Certification errors to connect to OpenShift with certificates self-signed
> --------------------------------------------------------------------------
>
> Key: JBDS-4677
> URL: https://issues.jboss.org/browse/JBDS-4677
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 11.2.0.GA
> Environment: JBDS 11.2.0.GA
> $ cat /etc/redhat-release
> Fedora release 27 (Twenty Seven)
> $ uname -a
> Linux kiuran.localdomain 4.14.18-300.fc27.x86_64 #1 SMP Thu Feb 8 01:35:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> $ java -version
> openjdk version "1.8.0_161"
> OpenJDK Runtime Environment (build 1.8.0_161-b14)
> OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
> Reporter: Roman Martin Gil
> Assignee: Jeff MAURY
> Fix For: 11.x
>
> Attachments: jbds-openshift-browser.png
>
>
> I can't get a token when I tried to create a new OpenShift connection to a external cluster with self-signed certificates.
> When I click in retrieve link to get the token I got the following messages and I can't get the token to finish the process.
> {code:java}
> An error occurred during a connection to 127.0.0.1:8443.
> Cannot communicate securely with peer: no common encryption algorithm(s).
> (Error code: ssl_error_no_cypher_overlap)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months