[JBoss JIRA] (JBDS-4417) Bundle org.eclipse.wst.jsdt.nashorn.extension not found
by Lukáš Valach (JIRA)
Lukáš Valach created JBDS-4417:
----------------------------------
Summary: Bundle org.eclipse.wst.jsdt.nashorn.extension not found
Key: JBDS-4417
URL: https://issues.jboss.org/browse/JBDS-4417
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: build
Affects Versions: 11.0.0.AM1
Environment: Devstudio installed form devstudio-11.0.0.AM1-v20170531-1042-B189-installer-standalone.jar
Reporter: Lukáš Valach
Assignee: Nick Boldt
Priority: Minor
Fix For: 11.0.0.AM1
I have this error message in eclipse log:
{code}
!SESSION Wed May 31 14:13:11 CEST 2017 -----------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2017-05-31 14:13:11.062
!MESSAGE Could not find extension: org.eclipse.wst.jsdt.nashorn.extension
!SESSION 2017-05-31 14:13:11.038 -----------------------------------------------
eclipse.buildId=11.0.0.AM1-v20170531-1042-B189
java.version=1.8.0_131
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
!ENTRY org.eclipse.osgi 4 0 2017-05-31 14:13:11.805
!MESSAGE Bundle org.eclipse.wst.jsdt.nashorn.extension not found.
{code}
I see that plugin org.eclipse.wst.jsdt.nashorn.extension isn't installed in .../Devstudio/studio/plugins/ folder.
Possibly we have to remove this line from devstudio.ini?
{code}
-Dosgi.framework.extensions=org.eclipse.wst.jsdt.nashorn.extension
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24523) compilation error in org.jboss.tools.openshift.ui.bot.test: LOCAL_TEMPLATE cannot be resolved or is not a field
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24523?page=com.atlassian.jira.plugi... ]
Radim Hopp updated JBIDE-24523:
-------------------------------
Story Points: 3
> compilation error in org.jboss.tools.openshift.ui.bot.test: LOCAL_TEMPLATE cannot be resolved or is not a field
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24523
> URL: https://issues.jboss.org/browse/JBIDE-24523
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, openshift
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Radim Hopp
>
> {code}
> 20:33:49 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.openshift.ui.bot.test: Compilation failure: Compilation failure:
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[81]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[132]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[142]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[148]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/basic/NewApplicationWizardHandlingTest.java:[196]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/create/CreateApplicationFromTemplateTest.java:[138]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/create/CreateApplicationFromTemplateTest.java:[161]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/application/v3/create/CreateApplicationFromTemplateTest.java:[174]
> 20:33:49 [ERROR] new DefaultTabItem(OpenShiftLabel.TextLabels.LOCAL_TEMPLATE).activate();
> 20:33:49 [ERROR] ^^^^^^^^^^^^^^
> 20:33:49 [ERROR] LOCAL_TEMPLATE cannot be resolved or is not a field
> 20:33:49 [ERROR] 8 problems (8 errors)
> {code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4403) An error when installing Devstudio 10.4.0.GA from Marketplace
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4403?page=com.atlassian.jira.plugin.... ]
Lukáš Valach commented on JBDS-4403:
------------------------------------
I am satisfied.
> An error when installing Devstudio 10.4.0.GA from Marketplace
> -------------------------------------------------------------
>
> Key: JBDS-4403
> URL: https://issues.jboss.org/browse/JBDS-4403
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: marketplace
> Affects Versions: 10.4.0.GA
> Environment: Eclipse Neon.3 for JavaEE Developers
> Reporter: Andrej Podhradsky
> Assignee: Nick Boldt
> Fix For: 10.4.0.GA
>
>
> The following error occurs when installing Devstudio 10.4.0.GA from Marketplace
> {code}
> Cannot complete the install because of a conflicting dependency.
> Software being installed: Red Hat JBoss Developer Studio (Core Features) 10.4.0.v20170511-1748 (com.jboss.devstudio.core.feature.feature.group 10.4.0.v20170511-1748)
> Software currently installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.7.0.20160603-1933 (org.eclipse.m2e.feature.feature.group 1.7.0.20160603-1933)
> Only one of the following can be installed at once:
> Maven Project Model Edit Bundle 1.7.0.20160603-1933 (org.eclipse.m2e.model.edit 1.7.0.20160603-1933)
> Maven Project Model Edit Bundle 1.7.1.20161104-1805 (org.eclipse.m2e.model.edit 1.7.1.20161104-1805)
> Cannot satisfy dependency:
> From: Red Hat JBoss Developer Studio (Core Features) 10.4.0.v20170511-1748 (com.jboss.devstudio.core.feature.feature.group 10.4.0.v20170511-1748)
> To: com.jboss.devstudio.core.rpmdeps.feature.feature.group [10.4.0.v20170504-1343]
> Cannot satisfy dependency:
> From: Red Hat JBoss Developer Studio (Feature Dependencies) 10.4.0.v20170504-1343 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 10.4.0.v20170504-1343)
> To: org.eclipse.m2e.feature.feature.group 1.7.1.20161104-1805
> Cannot satisfy dependency:
> From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.7.0.20160603-1933 (org.eclipse.m2e.feature.feature.group 1.7.0.20160603-1933)
> To: org.eclipse.m2e.model.edit [1.7.0.20160603-1933]
> Cannot satisfy dependency:
> From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.7.1.20161104-1805 (org.eclipse.m2e.feature.feature.group 1.7.1.20161104-1805)
> To: org.eclipse.m2e.model.edit [1.7.1.20161104-1805]
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-3632) Using a pre packaged version of Cygwin that doesn't require the installer to download packages
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3632?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-3632.
-----------------------------
Closing as done.
> Using a pre packaged version of Cygwin that doesn't require the installer to download packages
> ----------------------------------------------------------------------------------------------
>
> Key: JBDS-3632
> URL: https://issues.jboss.org/browse/JBDS-3632
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Reporter: Ken Finnigan
> Assignee: Denis Golovin
> Labels: New_and_noteworthy, Sprint_Demo
> Fix For: 11.0.0.AM1
>
>
> It should be possible to install Cygwin, and then package that install in such a way that we can do a more silent install that doesn't require packages to be downloaded.
> Some clues can be found here: https://cygwin.com/ml/cygwin/2010-03/msg00877.html
> The fix should modify the bundle build to download packages into temp folder and then zip them. This zip then included into bundle installer.
> {code}c:\DevelopmentSuite\cygwin\setup-x86_64.exe -D --no-admin --quiet-mode --only-site -l c:\DevelopmentSuite\cygwin\packages --site http://mirrors.xmission.com/cygwin --categories Base --packages openssh,rsync --root c:\DevelopmentSuite{code}
> Another modification should be done to cygwin installer to check for included zip with packages, unpack it and do installation from local folder instead
> {code}c:\DevelopmentSuite\cygwin\setup-x86_64.exe --no-admin --quiet-mode -L -l c:\DevelopmentSuite\cygwin\packages --categories Base --packages openssh,rsync --root c:\DevelopmentSuite\cygwin{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4400) Uninstaller fails to remove Virtualbox
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-4400?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-4400.
-----------------------------
Verified in build #240
> Uninstaller fails to remove Virtualbox
> --------------------------------------
>
> Key: JBDS-4400
> URL: https://issues.jboss.org/browse/JBDS-4400
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.0.0.AM1
> Environment: Windows
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Fix For: 11.0.0.AM1
>
>
> When running uninstall.ps1 from user home folder
> {code}powershell -ExecutionPolicy bypass -File c:\DevelopmentSuite\uninstaller\uninstall.ps1
> C:\Users\Eskimo>powershell -ExecutionPolicy bypass -File c:\DevelopmentSuite\uninstaller\uninstall.ps1
> Copy-Item : Cannot find path 'C:\Users\Eskimo\uninstall-helper.ps1' because it does not exist.
> At C:\DevelopmentSuite\uninstaller\uninstall.ps1:3 char:1
> + Copy-Item ./uninstall-helper.ps1 $env:TEMP/uninstall-helper.ps1
> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + CategoryInfo : ObjectNotFound: (C:\Users\Eskimo\uninstall-helper.ps1:String) [Copy-Item], ItemNotFoundE
> xception
> + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months