[JBoss JIRA] (JBIDE-24084) To succesfully start CDKv3 Server adapter with hyperV provider, IDE must be start with admin rights
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24084?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-24084:
----------------------------------
Summary: To succesfully start CDKv3 Server adapter with hyperV provider, IDE must be start with admin rights (was: To succesfully start CDKv3 Server adapter with hyperV provider, IDE muse be start with admin rights)
> To succesfully start CDKv3 Server adapter with hyperV provider, IDE must be start with admin rights
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24084
> URL: https://issues.jboss.org/browse/JBIDE-24084
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.4.AM1
> Environment: Windows 10 Pro, x86_64
> HyperV allowed
> Reporter: Ondrej Dockal
> Priority: Critical
> Fix For: 4.4.4.AM2
>
>
> One must run devstudio with admin rights to be able to start CDKv3 server adapter with hyperV vm-provider. Also, setup-cdk command must be run in cli before server adapter is started in IDE.
> I am not sure, if those issues are bugs or more features requests/enhancements, but we should definitely do something about it, at least document it properly.
> Following steps to reproduce will lead to successfully started CDK3 server adapter in IDE.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24114) [parent pom] do not skip baseline comparison check when -DskipTests=true
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24114?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-24114.
------------------------------
Resolution: Done
PR merged in 4.4.x and cherry-picked to master.
> [parent pom] do not skip baseline comparison check when -DskipTests=true
> ------------------------------------------------------------------------
>
> Key: JBIDE-24114
> URL: https://issues.jboss.org/browse/JBIDE-24114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.4.AM1, 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Fix For: 4.4.4.AM2, 4.5.0.AM1
>
>
> Currently, when you build with -DskipTests, the baseline checks are also skipped. This means that if you make a change to a file in a plugin, and build it locally to see if anything breaks, but forget to bump the version of the plugin and its containing feature, you won't see the baseline check failure until it's built in Jenkins and someone like me complains about it to you directly.
> This happened recently in the 4.4.x branch for changes to openshift and base.
> So I propose this change in parent pom for 4.4.x and master branches:
> {code}
> - <skipBaselineComparison>${skipTestsOrITests}</skipBaselineComparison>
> + <skipBaselineComparison>false</skipBaselineComparison>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24124) Add org.jboss.reddeer.graphiti to TP
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBIDE-24124:
-----------------------------------------
Summary: Add org.jboss.reddeer.graphiti to TP
Key: JBIDE-24124
URL: https://issues.jboss.org/browse/JBIDE-24124
Project: Tools (JBoss Tools)
Issue Type: Task
Components: target-platform
Affects Versions: 4.4.3.Final
Reporter: Andrej Podhradsky
Please add the following unit to the TP
{code}
<unit id="org.jboss.reddeer.graphiti.feature.feature.group" version="1.2.1.Final"/>
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-3866) vagrant up failed due to rsync error, eclipse tooling confused about state of cdk server
by Robert Terzi (JIRA)
[ https://issues.jboss.org/browse/JBDS-3866?page=com.atlassian.jira.plugin.... ]
Robert Terzi commented on JBDS-3866:
------------------------------------
(This is probably way out of date, given I reported this bug 10+ months ago.)
To be clear, the bug was about incorrect "state information" between JBDS and vagrant that was caused by an rsync or other file sync step/provisioning error while waiting for the vagrant box to come up. Testing this would require a vagrant box setup that will fail during the 'up' process.
At this point, I'd say to close this bug, But, it would be good to check if any of the test cases cover vagrant file sync. problems during 'up' and verify that state/error messages are accurate enough to let the user know what went wrong, and to stop the problematic box in order to try again.
> vagrant up failed due to rsync error, eclipse tooling confused about state of cdk server
> ----------------------------------------------------------------------------------------
>
> Key: JBDS-3866
> URL: https://issues.jboss.org/browse/JBDS-3866
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit.
> (previous installs of CDK and dependencies)
> Reporter: Robert Terzi
> Assignee: Rob Stryker
> Fix For: 10.4.0.AM2
>
>
> vagrant up through the CDK server tooling failed because of an rsync problem. The tooling lost track of the state of the vagrant box. The vagrant box couldn't be stopped from inside of Eclipse.
> The vagrant up failed because of an error with rsync. Something was confused about the user's home directory. It was trying to write to /home/username/.ssh, however, $HOME isn't /home/username, it's /cygdrive/c/Users/username, so /home/username/ doesn't exist.
> The CDK server was shown as 'Started, Sychronized'.
> The error message appeared in the server console tab. However the stop button wouldn't work. Provisioning had never finished so the OpenShift connection wasn't working either.
> Synchronized seems misleading here, since no files had been sync'd yet.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-3866) vagrant up failed due to rsync error, eclipse tooling confused about state of cdk server
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBDS-3866?page=com.atlassian.jira.plugin.... ]
Martin Malina commented on JBDS-3866:
-------------------------------------
I tried this with devstudio 10.4.0.AM2 B286 and CDK 2.4 on Windows 10 and I didn't see this problem.
I would need more specifics as to how to reproduce this issue. In fact I don't remember any such problem, but it's possible that it occurred in the past.
> vagrant up failed due to rsync error, eclipse tooling confused about state of cdk server
> ----------------------------------------------------------------------------------------
>
> Key: JBDS-3866
> URL: https://issues.jboss.org/browse/JBDS-3866
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit.
> (previous installs of CDK and dependencies)
> Reporter: Robert Terzi
> Assignee: Rob Stryker
> Fix For: 10.4.0.AM2
>
>
> vagrant up through the CDK server tooling failed because of an rsync problem. The tooling lost track of the state of the vagrant box. The vagrant box couldn't be stopped from inside of Eclipse.
> The vagrant up failed because of an error with rsync. Something was confused about the user's home directory. It was trying to write to /home/username/.ssh, however, $HOME isn't /home/username, it's /cygdrive/c/Users/username, so /home/username/ doesn't exist.
> The CDK server was shown as 'Started, Sychronized'.
> The error message appeared in the server console tab. However the stop button wouldn't work. Provisioning had never finished so the OpenShift connection wasn't working either.
> Synchronized seems misleading here, since no files had been sync'd yet.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4317) Internal error occurred during installation - Windows Defender
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBDS-4317?page=com.atlassian.jira.plugin.... ]
Martin Malina updated JBDS-4317:
--------------------------------
Affects Version/s: 10.4.0.AM2
> Internal error occurred during installation - Windows Defender
> ---------------------------------------------------------------
>
> Key: JBDS-4317
> URL: https://issues.jboss.org/browse/JBDS-4317
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.4.0.AM2
> Reporter: Martin Malina
> Attachments: 1490184910598.log
>
>
> Today I tried to install devstudio 10.4.0.AM2 B286 using the standalone installer on Windows 10 and got this during the installation:
> {code}
> An error occurred while collecting items to be installed session context was:(profile=devstudio, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Problems downloading artifact: osgi.bundle,org.jboss.tools.ws.wise.ui,1.9.3.v20161214-2127.Caused by: java.io.IOException: Exception in opening zip file: C:\Users\rasp\AppData\Local\Temp\signatureFile463798230781699891.jarCaused by: java.io.FileNotFoundException: C:\Users\rasp\AppData\Local\Temp\signatureFile463798230781699891.jar (Operation did not complete successfully because the file contains a virus or potentially unwanted software)Application failed, log file location: C:\mmalina\devstudio-10.4.0.AM2-286\studio\p2\director\configuration\1490184910598.log
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years