[JBoss JIRA] (JBIDE-22686) Can't push image to docker registry
by Dmitry Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22686?page=com.atlassian.jira.plugi... ]
Dmitry Bocharov commented on JBIDE-22686:
-----------------------------------------
yes, of course, it is up. Vagrant ssh enters the VM.
Hardy, what do you mean by different IP? I haven't changed any IP options myself
> Can't push image to docker registry
> -----------------------------------
>
> Key: JBIDE-22686
> URL: https://issues.jboss.org/browse/JBIDE-22686
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, openshift
> Affects Versions: 4.4.0.Final
> Environment: Fedora 23
> Reporter: Dmitry Bocharov
> Assignee: Dmitry Bocharov
> Fix For: 4.4.x
>
> Attachments: DeployDockerImageToOS.webm
>
>
> The screencast of the last steps is attached.
> Properties and settings of the cdk haven't been changed. Everything is dowloaded and installed in a usual way.
> Possibly something is with the dns - maybe it wasn't configured correctly while cdk installation. Because we to push to the valid url, while OS connection only an IP in its settings.
> _exception:_
> org.eclipse.linuxtools.docker.core.DockerException: com.spotify.docker.client.DockerException: org.eclipse.linuxtools.docker.core.DockerImagePushFailedException: Image push failed: hub.openshift.rhel-cdk.10.1.2.2.xip.io/sample-project/aloha: unable to ping registry endpoint https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v0/
> v2 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v2/: dial tcp 10.1.2.2:443: connection refused
> v1 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v1/_ping: dial tcp 10.1.2.2:443: connection refused
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.pushImage(DockerConnection.java:1047)
> at org.jboss.tools.openshift.internal.ui.dockerutils.PushImageToRegistryJob.doRun(PushImageToRegistryJob.java:67)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.spotify.docker.client.DockerException: org.eclipse.linuxtools.docker.core.DockerImagePushFailedException: Image push failed: hub.openshift.rhel-cdk.10.1.2.2.xip.io/sample-project/aloha: unable to ping registry endpoint https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v0/
> v2 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v2/: dial tcp 10.1.2.2:443: connection refused
> v1 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v1/_ping: dial tcp 10.1.2.2:443: connection refused
> at org.eclipse.linuxtools.internal.docker.core.DockerProgressHandler.progress(DockerProgressHandler.java:42)
> at com.spotify.docker.client.ProgressStream.tail(ProgressStream.java:74)
> at com.spotify.docker.client.DefaultDockerClient.push(DefaultDockerClient.java:821)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.pushImage(DockerConnection.java:1043)
> ... 3 more
> Caused by: org.eclipse.linuxtools.docker.core.DockerImagePushFailedException: Image push failed: hub.openshift.rhel-cdk.10.1.2.2.xip.io/sample-project/aloha: unable to ping registry endpoint https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v0/
> v2 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v2/: dial tcp 10.1.2.2:443: connection refused
> v1 ping attempt failed with error: Get https://hub.openshift.rhel-cdk.10.1.2.2.xip.io/v1/_ping: dial tcp 10.1.2.2:443: connection refused
> at org.eclipse.linuxtools.internal.docker.ui.views.ImagePushProgressHandler.processMessage(ImagePushProgressHandler.java:49)
> at org.eclipse.linuxtools.internal.docker.core.DockerProgressHandler.progress(DockerProgressHandler.java:40)
> ... 6 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22707) NullPointerException below WizardSupport.openWizard (thrown in TextSearchControl.createLabelButtonControl)
by Automated Error Reporting Bot (JIRA)
Automated Error Reporting Bot created JBIDE-22707:
-----------------------------------------------------
Summary: NullPointerException below WizardSupport.openWizard (thrown in TextSearchControl.createLabelButtonControl)
Key: JBIDE-22707
URL: https://issues.jboss.org/browse/JBIDE-22707
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid
Reporter: Automated Error Reporting Bot
The following problem was reported via the automated error reporting:
Message: Unhandled event loop exception
{noformat}
java.lang.NullPointerException: null
at org.eclipse.equinox.internal.p2.ui.discovery.util.TextSearchControl.createLabelButtonControl(TextSearchControl.java:198)
at org.eclipse.equinox.internal.p2.ui.discovery.util.TextSearchControl.<init>(TextSearchControl.java:121)
at org.eclipse.equinox.internal.p2.ui.discovery.util.FilteredViewer.doCreateFindControl(FilteredViewer.java:100)
at org.eclipse.equinox.internal.p2.ui.discovery.util.FilteredViewer.doCreateHeader(FilteredViewer.java:136)
at org.eclipse.equinox.internal.p2.ui.discovery.util.FilteredViewer.createControl(FilteredViewer.java:78)
at org.eclipse.thym.ui.plugins.internal.CordovaPluginSelectionPage.createControl(CordovaPluginSelectionPage.java:164)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:175)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:696)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:588)
at org.eclipse.jface.window.Window.create(Window.java:426)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1095)
at org.eclipse.jface.window.Window.open(Window.java:783)
at org.jboss.tools.central.internal.WizardSupport.openWizard(WizardSupport.java:71)
at org.jboss.tools.central.editors.GettingStartedHtmlPage$9.run(GettingStartedHtmlPage.java:431)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4208)
{noformat}
Bundles:
| org.eclipse.equinox.p2.ui.discovery | 1.0.200.v20160504-1450 | 1.0.200.v20160504-1450 |
| org.eclipse.jface | 3.12.0.v20160518-1929 | 3.12.0.v20160518-1929 |
| org.eclipse.swt | 3.105.0.v20160519-0649 | 3.105.0.v20160603-0902 |
| org.eclipse.thym.ui | 2.0.0.201603211426 | 2.0.0.201605071736 |
| org.jboss.tools.central | 2.1.0.Alpha1-v20160525-1627-B875 | 2.1.0.Final-v20160613-2000-B8 |
Operating Systems:
| Windows | 6.1.0 | 10.0.0 |
The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/574e9a01e4b06056d2...] for the latest data.
Thank you for your assistance.
Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-21871) Weird message in error log when connecting to cdk openshift - Unauthorized
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21871?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21871.
---------------------------------
Verified in devstudio AM1-v20160711-0432-B5652.
> Weird message in error log when connecting to cdk openshift - Unauthorized
> ---------------------------------------------------------------------------
>
> Key: JBIDE-21871
> URL: https://issues.jboss.org/browse/JBIDE-21871
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Martin Malina
> Assignee: Jeff MAURY
> Fix For: 4.4.1.AM1
>
> Attachments: secure-storage.png
>
>
> Everytime I start cdk and then want to connect to the openshift instance in OpenShift Explorer view, I get this info message in Error Log:
> Unauthorized. Trying to reauthenticate
> All the time I was thinking that the connection is actually not working, but then I tried to create a project and it worked.
> I can see a few issues here:
> 1. Why is this info message displayed even though the connection is actually established? It's confusing.
> 2. There is no clear indication if a connection is established or not - could we do something about it? If there is an existing project, then you can see it. But currently there is none for the openshift-dev user by default. What makes is worse is the fact that once you start cdk, there is a little arrow next to the openshift connection as if you could expand it. When you do that, it will expand 1 line with "Loading.." and then it will suddenly disappear, so it really looks like something is wrong.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22706) NullPointerException in WizardDialogHelper.openWizard
by Automated Error Reporting Bot (JIRA)
Automated Error Reporting Bot created JBIDE-22706:
-----------------------------------------------------
Summary: NullPointerException in WizardDialogHelper.openWizard
Key: JBIDE-22706
URL: https://issues.jboss.org/browse/JBIDE-22706
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Reporter: Automated Error Reporting Bot
The following problem was reported via the automated error reporting:
Message: HIDDEN
{noformat}
java.lang.NullPointerException: null
at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:103)
at org.jboss.tools.forge.ui.internal.ext.handlers.RunForgeCommandHandler.openWizard(RunForgeCommandHandler.java:85)
at org.jboss.tools.forge.ui.internal.ext.handlers.RunForgeCommandHandler.execute(RunForgeCommandHandler.java:72)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:295)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
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:56)
{noformat}
Bundles:
| org.eclipse.e4.core.di | 1.5.0.v20150421-2214 | 1.6.0.v20160319-0612 |
| org.eclipse.swt | 3.105.0.v20160519-0649 | 3.105.0.v20160603-0902 |
| org.eclipse.ui | 3.107.0.v20150507-1945 | 3.108.0.v20160518-1929 |
| org.jboss.tools.forge.ui.ext | 2.0.2.Final-v20160331-1851-B95 | 2.0.100.Final-v20160609-2146-B2 |
Operating Systems:
| Linux | 4.4.8.fc23 | 4.4.8.fc23 |
| MacOSX | 10.11.5 | 10.11.5 |
| Windows | 6.3.0 | 6.3.0 |
The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/572fd9abe4b0a54983...] for the latest data.
Thank you for your assistance.
Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22705) FacetNotFoundException below ForgeWizard.canFinish (thrown in AbstractFaceted.getFacet)
by Automated Error Reporting Bot (JIRA)
Automated Error Reporting Bot created JBIDE-22705:
-----------------------------------------------------
Summary: FacetNotFoundException below ForgeWizard.canFinish (thrown in AbstractFaceted.getFacet)
Key: JBIDE-22705
URL: https://issues.jboss.org/browse/JBIDE-22705
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Reporter: Automated Error Reporting Bot
The following problem was reported via the automated error reporting:
Message: Error logged from Forge Plugin:
{noformat}
org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.javaee.jpa.JPAFacet] is installed.
at org.jboss.forge.addon.facets.AbstractFaceted.getFacet(AbstractFaceted.java:51)
at org.jboss.forge.addon.javaee.jpa.dao.ui.DaoFromEntityCommand.initializeUI(DaoFromEntityCommand.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(null:-2)
at sun.reflect.NativeMethodAccessorImpl.invoke(null:-1)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:-1)
at java.lang.reflect.Method.invoke(null:-1)
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
at org.jboss.forge.addon.javaee.jpa.dao.ui.DaoFromEntityCommand_$$_javassist_94ae956b-4314-4e38-884b-fac36abcfae4.initializeUI(DaoFromEntityCommand_$$_javassist_94ae956b-4314-4e38-884b-fac36abcfae4.java:-1)
at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.initialize(SingleCommandControllerImpl.java:62)
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.initialize(WizardCommandControllerImpl.java:122)
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.refreshFlow(WizardCommandControllerImpl.java:104)
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.canExecute(WizardCommandControllerImpl.java:320)
at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.canExecute(NoUIWizardControllerDecorator.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(null:-2)
at sun.reflect.NativeMethodAccessorImpl.invoke(null:-1)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:-1)
at java.lang.reflect.Method.invoke(null:-1)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:124)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:97)
at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_786e8dbb-43b1-4ec4-b582-a13dd7671dc2.canExecute(CommandController_$$_javassist_786e8dbb-43b1-4ec4-b582-a13dd7671dc2.java:-1)
at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard.canFinish(ForgeWizard.java:80)
at org.eclipse.jface.wizard.WizardDialog.updateButtons(WizardDialog.java:1314)
at org.eclipse.jface.wizard.WizardDialog.update(WizardDialog.java:1305)
at org.eclipse.jface.wizard.WizardDialog.showStartingPage(WizardDialog.java:1258)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:599)
at org.eclipse.jface.window.Window.create(Window.java:430)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1096)
at org.eclipse.jface.window.Window.open(Window.java:792)
at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:198)
at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:97)
at org.jboss.tools.forge.ui.internal.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:235)
at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:322)
at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:312)
at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:461)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
{noformat}
Bundles:
| org.eclipse.jface | 3.11.1.v20160128-1644 | 3.12.0.v20160518-1929 |
| org.eclipse.swt | 3.104.2.v20160212-1350 | 3.105.0.v20160603-0902 |
| org.jboss.tools.forge.ui | 2.0.2.Final-v20160331-1851-B95 | 2.0.100.Final-v20160609-2146-B2 |
| org.jboss.tools.forge.ui.ext | 2.0.2.Final-v20160331-1851-B95 | 2.0.2.Final-v20160331-1851-B95 |
Operating Systems:
| Linux | 4.4.8.fc23 | 4.4.8.fc23 |
| MacOSX | 10.10.5 | 10.10.5 |
| Windows | 6.1.0 | 10.0.0 |
The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/5728f6f2e4b0a54983...] for the latest data.
Thank you for your assistance.
Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (ERT-338) [formatter] Unwanted alignment on Enter when inside array literal [EBZ#356606]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-338:
---------------------------------------
Summary: [formatter] Unwanted alignment on Enter when inside array literal [EBZ#356606]
Key: ERT-338
URL: https://issues.jboss.org/browse/ERT-338
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Fix For: Future
Eclipse 3.7 (I20110613-1736)
JSDT 1.3.0 (20110527214303)
WTP 3.3.0 (20100921193530)
1. Create a new JavaScript file and add this code:
function() {
var myArray = [];
}
2. Put the editing caret between the square brackets, and press Enter.
3. You get
function() {
var myArray = [
];
}
Inside array literals, pressing Enter causes the editor to insert spaces to align the new line with the opening [ bracket. I expected it to just increase the indentation level.
This happens when using a new workspace with all the default preference settings.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (ERT-339) Array initializer auto-formatting is a hideous, broken nightmare [EBZ#419931]
by Friendly Jira Robot (JIRA)
Friendly Jira Robot created ERT-339:
---------------------------------------
Summary: Array initializer auto-formatting is a hideous, broken nightmare [EBZ#419931]
Key: ERT-339
URL: https://issues.jboss.org/browse/ERT-339
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
If you are writing an array initializer in JavaScript, you most likely want to it to look like this:
var myArray = [
item1,
item2,
item3,
...
];
However, no matter how you configure Eclipse to format array initializers, it ignores it all and instead tries to make you kill yourself with frustration.
Actually *typing* an array initializer goes like this, cursor position indicated by _
1. You type the following:
var myArray = [_
2. Eclipse inserts a closing paren:
var myArray = [_]
3. You press enter, expecting to a get a newline, but instead Eclipse interprets it as "move the cursor to the end of the line:
var myArray = []_
4. You left-arrow the cursor back a position, and press enter again. This time, Eclipse does insert a newline. But it auto-indents as follows:
var myArray = [
_]
Rather than following the same, sane behaviour it provides for object initializers, Eclipse idents the following line to the same column as the opening paren, it idents using spaces, even if you've configured it to use tabs and only tabs for indentation, and it leaves the closing paren on the same line, rather than moving it to the start of the next.
Trying to fix the indentation is impossible, because it has used spaces instead of tabs. If you delete the spaces and press tab, it merely re-inserts the spaces and re-indents back to the column of the open paren!
It's hard to adequately emphasise what a frustrating, poisonous impression this makes on someone using Eclipse as a tool for JavaScript development. It feels actively user-hostile.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-22673:
----------------------------------------
The issue with discovery seems caused by some API change or Tycho version inconsistency when applying to discovery.
The other remaining dups are "legal" ones. They're not singleton and p2/OSGi allow multiple versions for those.
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.4.1.AM2
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months