[JBoss JIRA] (JBTIS-418) Cannot install JBDS-IS from downloaded zip into JBDS when offline
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-418?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-418:
----------------------------------
Okay [~apodhrad] - just to be clear - you replaced the feature import of usage with the plugin variant of usage in your local fix and that worked
{code}
devstudio/features/com.jboss.devstudio.integration-stack.ds.feature/feature.xml: <import feature="org.jboss.tools.usage.feature"/>
devstudio/features/com.jboss.devstudio.integration-stack.bpr.feature/feature.xml: <import feature="org.jboss.tools.usage.feature"/>
devstudio/features/com.jboss.devstudio.integration-stack.soa.feature/feature.xml: <import feature="org.jboss.tools.usage.feature"/>
devstudio/features/com.jboss.devstudio.integration-stack.fuse.feature/feature.xml: <import feature="org.jboss.tools.usage.feature"/>
{code}
> Cannot install JBDS-IS from downloaded zip into JBDS when offline
> -----------------------------------------------------------------
>
> Key: JBTIS-418
> URL: https://issues.jboss.org/browse/JBTIS-418
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: releng
> Affects Versions: 8.0.0.GA
> Environment: Linux x86_64 Open JDK 7
> JBDS 8.0.0.GA-v20141020-1042-B317
> JBDS IS 8.0.0.GA
> Reporter: Denis Golovin
> Assignee: Paul Leacu
> Fix For: 8.0.2.CR1
>
>
> While was testing possible solutions for including JBDS IS into JBDS Installer I realized that there something missing in JBDS or IS zip. Offfline installation into JBDS 8.0.0.GA fails with
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745)
> Missing requirement: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745) requires 'org.jboss.tools.usage.feature.feature.group 0.0.0' but it could not be found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19748) No error or message is displayed when a project namespace has no templates
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19748?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19748:
------------------------------------------
[~jcantrill] Can you please explain why this isnt an issue?
> No error or message is displayed when a project namespace has no templates
> --------------------------------------------------------------------------
>
> Key: JBIDE-19748
> URL: https://issues.jboss.org/browse/JBIDE-19748
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Fix For: 4.3.0.Beta1
>
>
> The following error when no templates are in a project namespace:
> org.eclipse.core.runtime.AssertionFailedException: null argument:
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
> at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
> at org.eclipse.jface.viewers.StructuredViewer.assertElementsNotNull(StructuredViewer.java:583)
> at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:1001)
> at org.eclipse.jface.viewers.ColumnViewer.getRawChildren(ColumnViewer.java:700)
> at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:1349)
> at org.eclipse.jface.viewers.TreeViewer.getRawChildren(TreeViewer.java:353)
> at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:906)
> at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:617)
> at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:815)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:791)
> at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:611)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:762)
> at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.java:1541)
> at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:790)
> at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1525)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1462)
> at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:366)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1423)
> at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1517)
> at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:292)
> at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1701)
> at org.jboss.tools.openshift.internal.ui.wizard.application.ResourcesDetailsPage.createTemplatesViewer(ResourcesDetailsPage.java:66)
> at org.jboss.tools.openshift.internal.ui.wizard.application.ResourcesDetailsPage.doCreateControls(ResourcesDetailsPage.java:48)
> at org.jboss.tools.openshift.internal.common.ui.wizard.AbstractOpenShiftWizardPage.createControl(AbstractOpenShiftWizardPage.java:70)
> at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:175)
> at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:705)
> at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:597)
> at org.eclipse.jface.window.Window.create(Window.java:430)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1096)
> at org.jboss.tools.openshift.internal.common.ui.utils.WizardUtils.createWizardDialog(WizardUtils.java:53)
> at org.jboss.tools.openshift.internal.common.ui.utils.WizardUtils.openWizard(WizardUtils.java:74)
> at org.jboss.tools.openshift.internal.common.ui.utils.WizardUtils.openWizard(WizardUtils.java:67)
> at org.jboss.tools.openshift.internal.ui.command.NewApplicationHandler.execute(NewApplicationHandler.java:36)
> 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(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> ... 38 more
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-418) Cannot install JBDS-IS from downloaded zip into JBDS when offline
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-418?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky edited comment on JBTIS-418 at 5/5/15 11:39 AM:
------------------------------------------------------------------
There is a slight difference between them but I let them both open since
* in JBTIS-399 we need Zest plugin which is included in JBDS TP zip file
* but this issue is not a common use case as the previous one and we can fix it easily on JBDS-IS site (just update feature.xml)
Note that the workaround with including jboss-devstudio-8.0.2.GA-updatesite-core.zip still works (the zip file contains the missing feature).
So, if we need these features (com.jboss.devstudio.integration-stack.bpr|ds|fuse|soa.feature) to build the new installer without adding another zip file, we can easily fix it.
I tried the replacement and it worked fine.
was (Author: apodhrad):
There is a slight difference between them but I let them both open since
* in JBTIS-399 we need Zest plugin which is included in JBDS TP zip file
* but this issue is not a common use case as the previous one and we can fix it easily on JBDS-IS site (just update feature.xml)
Note that the workaround with including jboss-devstudio-8.0.2.GA-updatesite-core.zip still works (the zip file contains the missing feature).
So, if we need these features (com.jboss.devstudio.integration-stack.bpr|ds|fuse|soa.feature) to build the new installer without add another zip file, we can easily fix it.
I tried the replacement and it worked fine.
> Cannot install JBDS-IS from downloaded zip into JBDS when offline
> -----------------------------------------------------------------
>
> Key: JBTIS-418
> URL: https://issues.jboss.org/browse/JBTIS-418
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: releng
> Affects Versions: 8.0.0.GA
> Environment: Linux x86_64 Open JDK 7
> JBDS 8.0.0.GA-v20141020-1042-B317
> JBDS IS 8.0.0.GA
> Reporter: Denis Golovin
> Assignee: Paul Leacu
> Fix For: 8.0.2.CR1
>
>
> While was testing possible solutions for including JBDS IS into JBDS Installer I realized that there something missing in JBDS or IS zip. Offfline installation into JBDS 8.0.0.GA fails with
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745)
> Missing requirement: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745) requires 'org.jboss.tools.usage.feature.feature.group 0.0.0' but it could not be found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-418) Cannot install JBDS-IS from downloaded zip into JBDS when offline
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-418?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-418:
-----------------------------------------
There is a slight difference between them but I let them both open since
* in JBTIS-399 we need Zest plugin which is included in JBDS TP zip file
* but this issue is not a common use case as the previous one and we can fix it easily on JBDS-IS site (just update feature.xml)
Note that the workaround with including jboss-devstudio-8.0.2.GA-updatesite-core.zip still works (the zip file contains the missing feature).
So, if we need these features (com.jboss.devstudio.integration-stack.bpr|ds|fuse|soa.feature) to build the new installer without add another zip file, we can easily fix it.
I tried the replacement and it worked fine.
> Cannot install JBDS-IS from downloaded zip into JBDS when offline
> -----------------------------------------------------------------
>
> Key: JBTIS-418
> URL: https://issues.jboss.org/browse/JBTIS-418
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: releng
> Affects Versions: 8.0.0.GA
> Environment: Linux x86_64 Open JDK 7
> JBDS 8.0.0.GA-v20141020-1042-B317
> JBDS IS 8.0.0.GA
> Reporter: Denis Golovin
> Assignee: Paul Leacu
> Fix For: 8.0.2.CR1
>
>
> While was testing possible solutions for including JBDS IS into JBDS Installer I realized that there something missing in JBDS or IS zip. Offfline installation into JBDS 8.0.0.GA fails with
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745)
> Missing requirement: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745) requires 'org.jboss.tools.usage.feature.feature.group 0.0.0' but it could not be found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-418) Cannot install JBDS-IS from downloaded zip into JBDS when offline
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-418?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-418:
----------------------------------
Hey [~apodhrad] - How does this differ from https://issues.jboss.org/browse/JBTIS-399 ? And when you say we should use the plugin variant instead of the feature variant of usage - is that for all of the stack components features as well as the IS itself? Does this work when you install jboss-devstudio-8.0.2.GA-updatesite-core.zip ?
Thkx
> Cannot install JBDS-IS from downloaded zip into JBDS when offline
> -----------------------------------------------------------------
>
> Key: JBTIS-418
> URL: https://issues.jboss.org/browse/JBTIS-418
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: releng
> Affects Versions: 8.0.0.GA
> Environment: Linux x86_64 Open JDK 7
> JBDS 8.0.0.GA-v20141020-1042-B317
> JBDS IS 8.0.0.GA
> Reporter: Denis Golovin
> Assignee: Paul Leacu
> Fix For: 8.0.2.CR1
>
>
> While was testing possible solutions for including JBDS IS into JBDS Installer I realized that there something missing in JBDS or IS zip. Offfline installation into JBDS 8.0.0.GA fails with
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745)
> Missing requirement: JBoss Data Virtualization Development (ModeShape, Teiid Designer) 8.0.0.201502201745 (com.jboss.devstudio.integration-stack.ds.feature.feature.group 8.0.0.201502201745) requires 'org.jboss.tools.usage.feature.feature.group 0.0.0' but it could not be found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBIDE-19756) jbosstools-src.zip has incomplete/misleading version info in folder names/structure
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19756?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-19756:
---------------------------------------------
a) afaics it is common a zip unzips into a folder with actual content so users do not have to bother using unzip -d. At least thats what I see for most jboss.org, eclipse and apache projects I know of.
b) _Final means nothing IMO. It is misleading.
For me the name should be correct, not partially correct.
For me jbosstools-portlet-<sha/tagname> would be more appropriate.
The version in the pom.xml are secondary to this. If anything it should be tag used for the project.
The build alias would be in the build-info.json so I dont see the need to put it in the foldername when it is not real version or tag.
jbosstools-portlet-<sha1> and jbosstools-portlet-build-info.json seem to be the best we can do at this stage ?
> jbosstools-src.zip has incomplete/misleading version info in folder names/structure
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-19756
> URL: https://issues.jboss.org/browse/JBIDE-19756
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.3.0.Beta1
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Fix For: 4.3.0.Beta1
>
>
> Downloading latest jbosstools-src.zip from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bui... I see multiple files in root named:
> <componentname>_<buildqualifier>_<sha1>
> example:
> jbosstools-javaee_Beta1-v20150501-0413-B767_149f9a46d5c676fd7119515e8b6aa796859955ad
> A few issues with this:
> a) it would have been nice unzipping would not create multiple root level folders. Maybe have a jbosstools-source folder as root ?
> b) the buildqualifier is there but the version string for the component is not. Either put the full version string for that component (not overall jbosstools version) or just leave it as <component>-<sha> and have the root folder state the full version of jbosstools. since non-indulged user would not know this one had to do with 4.3.0.Beta1 or 4.2.3.Beta1 (for example).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months
[JBoss JIRA] (JBTIS-399) Cannot install JBDS-IS in offline mode
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-399?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-399:
-----------------------------------------
I renamed the title because it is not only related to early access since JBDS-IS 8.0.2.ER1 (Fuse tooling will go to GA and it requires zest plugin)
> Cannot install JBDS-IS in offline mode
> --------------------------------------
>
> Key: JBTIS-399
> URL: https://issues.jboss.org/browse/JBTIS-399
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 8.0.0.GA
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Priority: Critical
> Fix For: 9.0.0.Alpha1
>
> Attachments: error.txt, oi1.png, oi2.png, oi3.png
>
>
> Cannot install JBDS-IS 8.0.0.GA early access in offline mode. Note that DV tooling (Teiid Designer and ModeShape) can be installed without any problem.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 11 months