[JBoss JIRA] (JBTIS-1207) Can't install Teiid form RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1207?page=com.atlassian.jira.plugin... ]
Nick Boldt updated JBTIS-1207:
------------------------------
Project: JBoss Tools Integration Stack (was: Red Hat JBoss Developer Studio (devstudio))
Key: JBTIS-1207 (was: JBDS-4675)
Docs QE Status: (was: NEW)
Component/s: distribution
releng
(was: central)
Affects Version/s: 11.2.0.GA
(was: 11.3.0.AM1)
Fix Version/s: 11.2.0.GA
(was: 11.3.0.AM2)
> Can't install Teiid form RH Central
> -----------------------------------
>
> Key: JBTIS-1207
> URL: https://issues.jboss.org/browse/JBTIS-1207
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution, releng
> Affects Versions: 11.2.0.GA
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Fix For: 11.2.0.GA
>
> Attachments: Screenshot from 2018-02-12 10-06-48.png, p2browser_jbds_vs_jbt.png
>
>
> I can't install "JBoss Data Virtualization Development" (Teiid) from RH Central. It seems that IS update site \[1\] doen't include Teiid plugin.
> \[1\] https://devstudio.redhat.com/11/development/updates/integration-stack/dis...
> !Screenshot from 2018-02-12 10-06-48.png|thumbnail!
> Only Devstudio is affected by this issue. IS update site for JBT \[2\] includes Teiid and there is no problem.
> \[2\] http://download.jboss.org/jbosstools/oxygen/development/updates/integrati...
> !p2browser_jbds_vs_jbt.png|thumbnail!
> I see that JBT is using IS 4.5.2.Final but JBDS is still on IS 11.1.0.Beta1b. I think that we need to update composite*.xml at \[1\] to use 11.2.0.GA.
> CC: [~pleacu] [~psrna]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25702) Install Addon from Catalog does not work
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-25702:
-------------------------------------
Summary: Install Addon from Catalog does not work
Key: JBIDE-25702
URL: https://issues.jboss.org/browse/JBIDE-25702
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.5.3.AM1
Environment: F27, Win 10
Red Hat JBoss Developer Studio
Version: 11.3.0.AM1
Build id: AM1-v20180209-1312-B2027
Build date: 20180209-1312
Reporter: Josef Kopriva
Assignee: George Gastaldi
An error is shown when I try to install addon from catalog:
{code:java}
eclipse.buildId=11.3.0.AM1-v20180209-1312-B2027
java.version=1.8.0_161
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B2027_11.3.AM1_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.jboss.tools.forge.ui
Error
Mon Feb 12 15:02:07 CET 2018
Error logged from Forge Plugin:
java.lang.RuntimeException: Error while fetching addons from main catalog
at org.jboss.forge.addon.manager.impl.catalog.ForgeAddonDescriptorCatalog.getAddonDescriptors(ForgeAddonDescriptorCatalog.java:70)
at org.jboss.forge.addon.manager.impl.catalog.AddonDescriptorCatalogRegistry.find(AddonDescriptorCatalogRegistry.java:46)
at org.jboss.forge.addon.manager.impl.ui.catalog.AddonInstallFromCatalogCommand.initializeUI(AddonInstallFromCatalogCommand.java:52)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
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.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.manager.impl.ui.catalog.AddonInstallFromCatalogCommand_$$_javassist_c4e00c13-ada8-4e89-8c57-60a8de464c36.initializeUI(AddonInstallFromCatalogCommand_$$_javassist_c4e00c13-ada8-4e89-8c57-60a8de464c36.java)
at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.initialize(SingleCommandControllerImpl.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
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.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_8c208de8-e0c7-4236-91e3-a06a3dfcd2ed.initialize(CommandController_$$_javassist_8c208de8-e0c7-4236-91e3-a06a3dfcd2ed.java)
at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:117)
at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:98)
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:221)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5348)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4602)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4183)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
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.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Caused by: javax.json.JsonException: Cannot auto-detect encoding, not enough chars
at org.glassfish.json.UnicodeDetectingInputStream.detectEncoding(UnicodeDetectingInputStream.java:131)
at org.glassfish.json.UnicodeDetectingInputStream.<init>(UnicodeDetectingInputStream.java:76)
at org.glassfish.json.JsonParserImpl.<init>(JsonParserImpl.java:76)
at org.glassfish.json.JsonReaderImpl.<init>(JsonReaderImpl.java:68)
at org.glassfish.json.JsonProviderImpl.createReader(JsonProviderImpl.java:131)
at javax.json.Json.createReader(Json.java:220)
at org.jboss.forge.addon.manager.impl.catalog.ForgeAddonDescriptorCatalog.getAddonDescriptors(ForgeAddonDescriptorCatalog.java:40)
... 53 more
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25665) It is not possible to update from 4.5.1. to 4.5.2.Final using Check for Update
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25665?page=com.atlassian.jira.plugi... ]
Lukáš Valach closed JBIDE-25665.
--------------------------------
Verified in 4.5.3.AM1. Closing.
> It is not possible to update from 4.5.1. to 4.5.2.Final using Check for Update
> ------------------------------------------------------------------------------
>
> Key: JBIDE-25665
> URL: https://issues.jboss.org/browse/JBIDE-25665
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.5.2.Final
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM1
>
> Attachments: CheckForUpdates.png, CheckForUpdates_after_fix.png
>
>
> It is not possible to update to 4.5.2.Final using "Check for Update". Check for Update is not able to find any remedy for this conflict:
> {code}
> Cannot complete the install because of a conflicting dependency.
> Software being installed: JBoss JAX-RS Tools 2.0.0.v20180105-1426 (org.jboss.tools.ws.jaxrs.feature.feature.group 2.0.0.v20180105-1426)
> Software currently installed: JBoss WebServices Tools 1.9.101.v20170822-1704 (org.jboss.tools.ws.feature.feature.group 1.9.101.v20170822-1704)
> Only one of the following can be installed at once:
> JBoss WebServices Tools 2.0.0.v20180105-1426 (org.jboss.tools.ws.ui 2.0.0.v20180105-1426)
> JBoss WebServices Tools 1.9.101.v20170822-1704 (org.jboss.tools.ws.ui 1.9.101.v20170822-1704)
> Cannot satisfy dependency:
> From: JBoss WebServices Tools 1.9.101.v20170822-1704 (org.jboss.tools.ws.feature.feature.group 1.9.101.v20170822-1704)
> To: org.jboss.tools.ws.ui [1.9.101.v20170822-1704]
> Cannot satisfy dependency:
> From: JBoss JAX-RS Tools 2.0.0.v20180105-1426 (org.jboss.tools.ws.jaxrs.feature.feature.group 2.0.0.v20180105-1426)
> To: org.jboss.tools.ws.ui [2.0.0.v20180105-1426]
> {code}
> !CheckForUpdates.png|thumbnail!
> It is maybe caused by separation of SOAP from jbosstools-webservices (JBIDE-24880).
> This process is routinely tested and the test passed on Friday/Monday, but unfortunately I made a mistake. I installed JBT 4.5.1 from Eclipse Marketplace, then I added staging update site and executed Check for Update which passed without any problems. But I didn't realize that JBT 4.5.1 added stable update site for 4.5.1, which was used together with 4.5.2 update site, so it was able to resolve that conflict. So I apologize for this issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25295) Cannot use minishift binary instead of CDK in CDK server adapter in IDE
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25295?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-25295.
---------------------------------
Verified on devstudio Version: 11.3.0.AM1-v20180209-1312-B2027.
> Cannot use minishift binary instead of CDK in CDK server adapter in IDE
> -----------------------------------------------------------------------
>
> Key: JBIDE-25295
> URL: https://issues.jboss.org/browse/JBIDE-25295
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Affects Versions: 4.5.1.Final
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.5.3.AM1
>
> Attachments: Screenshot_20171025_134414.png
>
>
> I am curious what if user will want to use upstream minishift binary for CDK 3.x (3.2+) server adapter. It is not possible now.
> Is there a reason for not allowing user to use upstream minishift binary? Before we did not distinguish between CDK 3.1 and 3.2, it was possible in my opinion. We lost this option when new adapter was added and we started to check CDK v.3.x.x version string for two CDK 3.1 and CDK 3.2 binaries.
> [~rob.stryker] [~jeffmaury] [~mmalina] WDYT?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years