[JBoss JIRA] (JBIDE-25834) CDK Server adapter wizard: correct layout to be more consistent
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25834?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25834:
------------------------------------------
[~rob.stryker] lol, you should thank me for helping us to have nice looking UI ;)
> CDK Server adapter wizard: correct layout to be more consistent
> ---------------------------------------------------------------
>
> Key: JBIDE-25834
> URL: https://issues.jboss.org/browse/JBIDE-25834
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk, openshift
> Affects Versions: 4.5.2.AM3
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Minor
> Labels: cdk_server_adapter_wizard, ux
> Fix For: 4.5.3.Final
>
> Attachments: image-2018-03-21-14-33-52-603.png
>
>
> * "Browse"-buttons are not aligned to anything else. They should span to the right border of the form
> * All buttons have disparate sizes, there's no consistency
> * "Download and install runtime..." should be starting at the left border of the form, because that's where you're looking at when looking at the form: you start on the left upper corner, look at each line starting on the left and going to the right.
> !image-2018-03-21-14-33-52-603.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25504) Support hot deploy for workspace dependencies for SpringBoot applications on OpenShift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25504?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25504:
-------------------------------------
Fix Version/s: 4.5.3.Final
(was: 4.5.3.AM3)
> Support hot deploy for workspace dependencies for SpringBoot applications on OpenShift
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-25504
> URL: https://issues.jboss.org/browse/JBIDE-25504
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.2.AM2
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Labels: openshift, openshift_v3, server_adapter
> Fix For: 4.5.3.Final
>
> Attachments: springboot-dependencies.zip
>
>
> When a SpringBoot application is being deployed on OpenShift with the server adapter, we should support the following use case:
> * the SpringBoot app has a dependency which is avalailable in the workspace
> * when a modifiction is done on the dependency code, it should be synced to OpenShift by the server adapter
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-23269) Cannot use backspace when entering text in Terminal (e.g. during cdk launch) on Mac
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23269?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-23269.
---------------------------------
You're correct, this is out of date now. Closing.
> Cannot use backspace when entering text in Terminal (e.g. during cdk launch) on Mac
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-23269
> URL: https://issues.jboss.org/browse/JBIDE-23269
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.4.2.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
> Attachments: tm-backspace.png
>
>
> Today I tried to disable the SUB_USERNAME variable in cdk launch config so that I can check if entering input into Terminal view works correctly.
> I made a typo and it turns out that pressing backspace prints out ^H.
> !tm-backspace.png!
> This happens on Mac. On Windows it works correctly. I haven't checked linux.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBDS-4681) Fuse examples from Red Hat Central view fail to install Fuse tooling from Central repository
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4681?page=com.atlassian.jira.plugin.... ]
Lukáš Valach commented on JBDS-4681:
------------------------------------
In 11.3.0.AM3 the Fuse installation passes. I didn't get the very first error mentioned in description (Could not resolve the following connectorIds...) but all others errors are still there. After I installed Fuse and restarted Eclipse I attempted to use came/camel-salesforce example again. I went through wizard and then I got this error:
\[1\]
{code}
java.lang.IllegalArgumentException: Path for project must have only one segment.
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:147)
at org.jboss.tools.maven.project.examples.MavenProjectExamplesActivator.updateMavenConfiguration(MavenProjectExamplesActivator.java:203)
at org.jboss.tools.maven.project.examples.ImportMavenProjectExampleDelegate.importProject(ImportMavenProjectExampleDelegate.java:180)
at org.jboss.tools.maven.project.examples.AbstractImportMavenExample.importProject(AbstractImportMavenExample.java:36)
at org.jboss.tools.project.examples.wizard.NewProjectExamplesJob.runInWorkspace(NewProjectExamplesJob.java:92)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
{code}
I also tried to install fuse directly from Central (RH Central->Software/Update). The installation passed without any error, there was only one error message after restart:
\[2\]
{code}
Component descriptor entry 'OSGI-INF/*.xml' not found
{code}
However, came/camel-salesforce example failed as in previous case. I also tried to install fuse during installation from installer jar (java -jar devstudio...jar -> select Install Fuse checkbox) and I got the same errors again (\[1\] + \[2\]).
> Fuse examples from Red Hat Central view fail to install Fuse tooling from Central repository
> --------------------------------------------------------------------------------------------
>
> Key: JBDS-4681
> URL: https://issues.jboss.org/browse/JBDS-4681
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 11.2.0.GA
> Environment: Windows 10 Pro 64-bit
> Reporter: Denis Golovin
> Assignee: Nick Boldt
> Fix For: 11.3.0.AM3
>
> Attachments: fuse-examples-canniot-install-tools.mp4
>
>
> Running fuse example wizard from Central fails to install fuse tools from central update site when requested (see attached screen-cast for steps).
> !fuse-examples-canniot-install-tools.mp4|id=media!
> {code}Could not resolve the following connectorIds to catalog entries: [jboss.integration-stack.bundle.fuse]{code}
> {code}
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.882
> !MESSAGE Verifying resource availability failed
> !STACK 0
> java.lang.Exception
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:126)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.883
> !MESSAGE https://devstudio.redhat.com/11/stable/updates/discovery.earlyaccess/cont...
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/stable/updates/discovery.earlyaccess/cont...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.883
> !MESSAGE https://devstudio.redhat.com/11/stable/updates/discovery.earlyaccess/cont...
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/stable/updates/discovery.earlyaccess/cont...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.883
> !MESSAGE https://devstudio.redhat.com/11/stable/updates/discovery.earlyaccess/comp...
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/stable/updates/discovery.earlyaccess/comp...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.900
> !MESSAGE Verifying resource availability failed
> !STACK 0
> java.lang.Exception
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:126)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.900
> !MESSAGE https://devstudio.redhat.com/11/development/updates/integration-stack/dis...
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/development/updates/integration-stack/dis...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.900
> !MESSAGE https://devstudio.redhat.com/11/development/updates/integration-stack/dis...
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/development/updates/integration-stack/dis...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:56.900
> !MESSAGE https://devstudio.redhat.com/11/development/updates/integration-stack/dis...
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/development/updates/integration-stack/dis...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.343
> !MESSAGE Verifying resource availability failed
> !STACK 0
> java.lang.Exception
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:126)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.344
> !MESSAGE http://download.jboss.org/jbosstools/oxygen/stable/updates/rhamt/content.jar
> !STACK 0
> java.io.FileNotFoundException: http://download.jboss.org/jbosstools/oxygen/stable/updates/rhamt/content.jar
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.344
> !MESSAGE http://download.jboss.org/jbosstools/oxygen/stable/updates/rhamt/content.xml
> !STACK 0
> java.io.FileNotFoundException: http://download.jboss.org/jbosstools/oxygen/stable/updates/rhamt/content.xml
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.344
> !MESSAGE http://download.jboss.org/jbosstools/oxygen/stable/updates/rhamt/composit...
> !STACK 0
> java.io.FileNotFoundException: http://download.jboss.org/jbosstools/oxygen/stable/updates/rhamt/composit...
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !ENTRY org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.384
> !MESSAGE Verifying resource availability failed
> !STACK 0
> java.lang.Exception
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:126)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.384
> !MESSAGE https://devstudio.redhat.com/11/stable/updates/content.jar
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/stable/updates/content.jar
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.384
> !MESSAGE https://devstudio.redhat.com/11/stable/updates/content.xml
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/stable/updates/content.xml
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2018-02-28 10:21:57.384
> !MESSAGE https://devstudio.redhat.com/11/stable/updates/compositeContent.jar
> !STACK 0
> java.io.FileNotFoundException: https://devstudio.redhat.com/11/stable/updates/compositeContent.jar
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:302)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.checkException(FileInfoReader.java:222)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:114)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
> at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.getLastModified(P2TransportService.java:111)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.getLastModified(WebUtil.java:184)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.verifyAvailability(WebUtil.java:130)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:418)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery$VerifyUpdateSiteJob.call(ConnectorDiscovery.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> !ENTRY org.jboss.tools.discovery.core 4 0 2018-02-28 10:21:57.467
> !MESSAGE Could not resolve the following connectorIds to catalog entries: [jboss.integration-stack.bundle.fuse]
> !ENTRY org.jboss.tools.project.examples 2 0 2018-02-28 10:21:57.469
> !MESSAGE Could not install requested connectors{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBDS-4689) Can't install Mylyn Github support from Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4689?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-4689.
----------------------------
Fix Version/s: 11.3.0.AM3
Resolution: Rejected
This is only a problem when you try to install devstudio 11.3 into Eclipse Photon 4.8. Cannot reproduce when installing to Eclipse Oxygen 4.7.3 (20180308-1800_eclipse-jee-oxygen-3-rc4-linux.gtk.x86_64.tar.gz).
> Can't install Mylyn Github support from Central
> ------------------------------------------------
>
> Key: JBDS-4689
> URL: https://issues.jboss.org/browse/JBDS-4689
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: 3rd-party-certification, 3rd-party-dependencies, central, central-update
> Affects Versions: 11.3.0.AM3
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 11.3.0.AM3
>
> Attachments: ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png, ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png
>
>
> Tried to install devstudio 11.3.0.AM3 into Photon.0.post-M6 build [1] and got remediation issues:
> [1] 20180320-1651_eclipse-jee-photon-M6-linux.gtk.x86_64.tar.gz
> !ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png|thumbnail!
> !ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBDS-4689) Can't install Mylyn Github support from Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4689?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4689:
-----------------------------
Description:
Tried to install devstudio 11.3.0.AM3 into Photon.0.post-M6 build [1] and got remediation issues:
[1] 20180320-1651_eclipse-jee-photon-M6-linux.gtk.x86_64.tar.gz
!ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png|thumbnail!
!ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png|thumbnail!
> Can't install Mylyn Github support from Central
> ------------------------------------------------
>
> Key: JBDS-4689
> URL: https://issues.jboss.org/browse/JBDS-4689
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: 3rd-party-certification, 3rd-party-dependencies, central, central-update
> Affects Versions: 11.3.0.AM3
> Reporter: Nick Boldt
> Attachments: ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png, ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png
>
>
> Tried to install devstudio 11.3.0.AM3 into Photon.0.post-M6 build [1] and got remediation issues:
> [1] 20180320-1651_eclipse-jee-photon-M6-linux.gtk.x86_64.tar.gz
> !ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png|thumbnail!
> !ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBDS-4689) Can't install Mylyn Github support from Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4689?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4689:
--------------------------------
Assignee: Nick Boldt
> Can't install Mylyn Github support from Central
> ------------------------------------------------
>
> Key: JBDS-4689
> URL: https://issues.jboss.org/browse/JBDS-4689
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: 3rd-party-certification, 3rd-party-dependencies, central, central-update
> Affects Versions: 11.3.0.AM3
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Attachments: ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png, ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png
>
>
> Tried to install devstudio 11.3.0.AM3 into Photon.0.post-M6 build [1] and got remediation issues:
> [1] 20180320-1651_eclipse-jee-photon-M6-linux.gtk.x86_64.tar.gz
> !ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png|thumbnail!
> !ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBDS-4689) Can't install Mylyn Github support from Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4689?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4689:
-----------------------------
Attachment: ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png
ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png
> Can't install Mylyn Github support from Central
> ------------------------------------------------
>
> Key: JBDS-4689
> URL: https://issues.jboss.org/browse/JBDS-4689
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: 3rd-party-certification, 3rd-party-dependencies, central, central-update
> Affects Versions: 11.3.0.AM3
> Reporter: Nick Boldt
> Attachments: ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png, ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBDS-4689) Can't install Mylyn Github support from Central
by Nick Boldt (JIRA)
Nick Boldt created JBDS-4689:
--------------------------------
Summary: Can't install Mylyn Github support from Central
Key: JBDS-4689
URL: https://issues.jboss.org/browse/JBDS-4689
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: 3rd-party-certification, 3rd-party-dependencies, central, central-update
Affects Versions: 11.3.0.AM3
Reporter: Nick Boldt
Attachments: ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features-selection.png, ds11.3.0.AM3-install-all-central-remediation-cantinstall-mylyn.pde_andmylyn.github.features.png
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months