[JBoss JIRA] (JBIDE-27079) ADT is not correctly installed
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-27079?page=com.atlassian.jira.plug... ]
Stephane Bouchet commented on JBIDE-27079:
------------------------------------------
[~jkopriva]: I cannot reproduce on a fresh install.
Please note that i also installed android sdk from scratch ( not installed before ) .
The step I did:
- get latest 4.14.0.GA Devstudio
- install ADT from central (ADT 23.0.7.2120684)
- restart
- get an error saying Android SDK not found. opened Preferences > Android: nothing in the path
- installed manually the sdkmanager
- restart devstudio
- still error about Android SDK not found, opened Preferences > Android and set path to sdk manager.
- Android SDK manager opens and ask for downloading Android SDK.
- After Android SDK installation succeed, no errors from devstudio.
It seems the error come from a previously installed Android SDK. Can you verify your Preferences > Android page?
> ADT is not correctly installed
> ------------------------------
>
> Key: JBIDE-27079
> URL: https://issues.redhat.com/browse/JBIDE-27079
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.14.0.Final
> Reporter: Josef Kopriva
> Assignee: Stephane Bouchet
> Priority: Major
> Attachments: image-2020-03-03-07-52-43-757.png
>
>
> Android SDK is not correctly installed, after installation and restart there is error message:
> !image-2020-03-03-07-52-43-757.png|thumbnail!
> When I click on OPenSDK manager, nothing happens.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-27080) Project wizard fails on Windows
by Jeff MAURY (Jira)
Jeff MAURY created JBIDE-27080:
----------------------------------
Summary: Project wizard fails on Windows
Key: JBIDE-27080
URL: https://issues.redhat.com/browse/JBIDE-27080
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: quarkus
Affects Versions: 4.14.0.Final
Reporter: Jeff MAURY
Assignee: Koen Aers
Fix For: 4.15.0.AM1
The wizard fails when trying to set up permissions on the tool file and on Windows.
The stack trace is:
{code:java}
java.lang.UnsupportedOperationException
at java.nio.file.Files.setPosixFilePermissions(Files.java:2044)
at org.jboss.tools.quarkus.ui.wizard.CodeProjectWizardController.makeExecutable(CodeProjectWizardController.java:149)
at org.jboss.tools.quarkus.ui.wizard.CodeProjectWizardController.createMavenProject(CodeProjectWizardController.java:136)
at org.jboss.tools.quarkus.ui.wizard.CodeProjectWizardController.createProject(CodeProjectWizardController.java:88)
at org.jboss.tools.quarkus.ui.wizard.CodeProjectWizardController.run(CodeProjectWizardController.java:67)
at org.eclipse.core.runtime.jobs.Job$1.run(Job.java:164)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-27079) ADT is not correctly installed
by Josef Kopriva (Jira)
Josef Kopriva created JBIDE-27079:
-------------------------------------
Summary: ADT is not correctly installed
Key: JBIDE-27079
URL: https://issues.redhat.com/browse/JBIDE-27079
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.14.0.Final
Reporter: Josef Kopriva
Attachments: image-2020-03-03-07-52-43-757.png
Android SDK is not correctly installed, after installation and restart there is error message:
!image-2020-03-03-07-52-43-757.png|thumbnail!
When I click on OPenSDK manager, nothing happens.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-27073) Set User-Agent when sending request to code.quarkus.io
by André Dietisheim (Jira)
[ https://issues.redhat.com/browse/JBIDE-27073?page=com.atlassian.jira.plug... ]
André Dietisheim reassigned JBIDE-27073:
----------------------------------------
Assignee: Rob Stryker
> Set User-Agent when sending request to code.quarkus.io
> ------------------------------------------------------
>
> Key: JBIDE-27073
> URL: https://issues.redhat.com/browse/JBIDE-27073
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: quarkus
> Affects Versions: 4.14.0.Final
> Reporter: Jeff MAURY
> Assignee: Rob Stryker
> Priority: Major
> Fix For: 4.15.0.AM1
>
>
> code.quarkus.io expects user agent with a form like:
> {code:java}
> ../.. (...;...;...)
> {code}
> so we should send something like:
> {code:java}
> product name/version (${System.getProperty("os.name")}; ${System.getProperty("os.version")}; ${System.getProperty("os.arch")}, Java ${System.getProperty("java.version")})
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (JBIDE-26697) Possible memory leak during Loading projects job when using cluster with lots of projects
by André Dietisheim (Jira)
[ https://issues.redhat.com/browse/JBIDE-26697?page=com.atlassian.jira.plug... ]
André Dietisheim edited comment on JBIDE-26697 at 3/2/20 9:47 AM:
------------------------------------------------------------------
This unfortunately didn't make it for 4.14.0.Final. Postponing to 4.15.X.
was (Author: adietish):
This unfortunately didn't make it for 4.14.0.Final. Postponing to 4.15.AM1.
> Possible memory leak during Loading projects job when using cluster with lots of projects
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-26697
> URL: https://issues.redhat.com/browse/JBIDE-26697
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.12.0.Final
> Environment: Mac 10.14.5 (18F203), Fedora 29, crstudio GA-v20190626-0604-B4591
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 4.15.x
>
>
> Exception in error log:
> {code:java}
> eclipse.buildId=12.12.0.GA-v20190626-0604-B4591
> java.version=11.0.2
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
> Framework arguments: -product com.jboss.devstudio.core.product -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -data file:/Users/jkopriva/workspace_B4591_3/ -product com.jboss.devstudio.core.product -keyring /Users/jkopriva/.eclipse_keyring
> org.eclipse.core.jobs
> Error
> Wed Jun 26 14:36:11 CEST 2019
> An internal error occurred during: "Loading projects...".
> java.lang.OutOfMemoryError: Java heap space
> at org.jboss.dmr.JSONParser.yyParse(JSONParser.java:877)
> at org.jboss.dmr.ModelNode.fromJSONString(ModelNode.java:1472)
> at com.openshift.internal.restclient.ResourceFactory.create(ResourceFactory.java:100)
> at com.openshift.internal.restclient.ResourceFactory.createInstanceFrom(ResourceFactory.java:149)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:304)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:275)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:264)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:171)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:160)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:151)
> at com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability.getCommonTemplates(ProjectTemplateListCapability.java:53)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems$1.visit(ApplicationSourceTreeItems.java:121)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems$1.visit(ApplicationSourceTreeItems.java:1)
> at com.openshift.internal.restclient.model.KubernetesResource.accept(KubernetesResource.java:94)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems.loadTemplates(ApplicationSourceTreeItems.java:113)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.ApplicationSourceTreeItems.createChildren(ApplicationSourceTreeItems.java:61)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.loadChildren(ObservableTreeItem.java:69)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:56)
> at org.jboss.tools.openshift.internal.ui.treeitem.ObservableTreeItem.load(ObservableTreeItem.java:59)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.NewApplicationWizardModel.loadResources(NewApplicationWizardModel.java:247)
> at org.jboss.tools.openshift.internal.ui.wizard.common.AbstractProjectPage$3.doRun(AbstractProjectPage.java:255)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months