[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21821 at 3/11/16 2:35 PM:
-------------------------------------------------------------
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
https://github.com/jbdevstudio/jbdevstudio-website/pull/217
temporary sites that QE can use to test both JBT 4.3.0.Final and JBDS 9.0.0.GA with the addition of the egit 4.1.1 site :
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
3. Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
(OR, for JBDS, use https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/ and select he "BYOE" category)
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
was (Author: nickboldt):
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
temporary site that QE can use to test:
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
3. Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21843) CDK Poller always fails on OSX
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21843?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-21843:
-------------------------------------
launched via .app.
Only the poller fails.
> CDK Poller always fails on OSX
> ------------------------------
>
> Key: JBIDE-21843
> URL: https://issues.jboss.org/browse/JBIDE-21843
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.3.1.CR1
> Environment: OSX
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> Starting the CDK on OSX always fails. Whether it was already started from CLI or not.
> The vagrant up command is properly executed, you can see the output in the console, but it ends up with a message "Server CDK Server Adapter at localhost failed to start."
> I traced the problem back to:
> {noformat}
> VagrantPoller.parseOutput(String[]) line: 220
> VagrantPoller.onePing(IServer, String) line: 160
> VagrantPoller.onePing(IServer) line: 138
> VagrantPoller.getCurrentStateSynchronous(IServer) line: 114
> CDKLaunchController$2.run() line: 222
> {noformat}
> In parseOutput, the value of lines is :
> [1457536005,,error-exit,Vagrant::Errors::ProviderNotUsable,The provider 'virtualbox' that was requested to back the machine\n'cdk' is reporting that it isn't usable on this system. The\nreason is shown below:\n\nVagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.\nVagrant uses the `VBoxManage` binary that ships with VirtualBox%!(VAGRANT_COMMA) and requires\nthis to be available on the PATH. If VirtualBox is installed%!(VAGRANT_COMMA) please find the\n`VBoxManage` binary and add it to the PATH environmental variable.]
> this is not properly parsed as it later goes into this block
> {code}
> Collection<VagrantStatus> stats = status.values();
> if( stats.size() == 0 ) {
> return IStatus.ERROR;
> }
> {code}
> And the message in the lines is lost completely
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-21821:
------------------------------------
Using eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz:
Before:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
{code}
After:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-21821:
------------------------------------
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
temporary site that QE can use to test:
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
3. Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3675) NullPointerException during install (no explanation)
by Hendy Irawan (JIRA)
[ https://issues.jboss.org/browse/JBDS-3675?page=com.atlassian.jira.plugin.... ]
Hendy Irawan edited comment on JBDS-3675 at 3/11/16 1:58 PM:
-------------------------------------------------------------
Select Java VM dialog.
Note: Changing to "Specific Java VM" of "C:\Program Files\Java\jdk1.8.0_74" does not make the problem go away. I have to run using JDK's {{java}} from console.
was (Author: ceefour):
Select Java VM dialog
> NullPointerException during install (no explanation)
> ----------------------------------------------------
>
> Key: JBDS-3675
> URL: https://issues.jboss.org/browse/JBDS-3675
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.Beta2
> Environment: Windows 10 Pro 64bit, Oracle JDK 8_74, installer with EAP
> Reporter: Hendy Irawan
> Assignee: Denis Golovin
> Priority: Blocker
> Fix For: 9.1.0.CR1
>
> Attachments: jboss1.PNG, jboss2.PNG, jbossdev-install-error.PNG
>
>
> Unfortunately no stacktrace whatsoever :(
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month