[JBoss JIRA] (JBIDE-21793) Zero-click import of CDK
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21793?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-21793:
---------------------------------------------
[~rob.stryker] i'm definitely -1 on removing the detection info completely, but didn't we do similar for EAP bundled with JBDS at one point ? basically we had a properties file that told devstudio that the bundled EAP should just be accepted no matter what.
Has that disappeared ?
> Zero-click import of CDK
> ------------------------
>
> Key: JBIDE-21793
> URL: https://issues.jboss.org/browse/JBIDE-21793
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: runtime-detection
> Affects Versions: 4.3.1.Beta2
> Reporter: Pete Muir
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> When the installer with the CDK completes and JBDS opens, the runtime detection dialog shows up asking the user if he wants to create a CDK server.
> We should try to import the CDK with no-clicks, and hide the detection dialog.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3650) username used for cdk could not be used with vagrant up on cdk
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3650?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen updated JBDS-3650:
--------------------------------------
Description:
in demo by [~dgolovin] he mentions the username used for running the installer could not be used with vagrant registration.
Why is that ? just unique for denis usernames or general problem ?
> username used for cdk could not be used with vagrant up on cdk
> --------------------------------------------------------------
>
> Key: JBDS-3650
> URL: https://issues.jboss.org/browse/JBDS-3650
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: cdk, installer
> Reporter: Max Rydahl Andersen
> Priority: Blocker
>
> in demo by [~dgolovin] he mentions the username used for running the installer could not be used with vagrant registration.
> Why is that ? just unique for denis usernames or general problem ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3649) is cygwin *really* required could we just use mingw
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBDS-3649:
-----------------------------------------
Summary: is cygwin *really* required could we just use mingw
Key: JBDS-3649
URL: https://issues.jboss.org/browse/JBDS-3649
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Components: installer
Reporter: Max Rydahl Andersen
Priority: Critical
current installer installs cygwin - can we not just use mingw and make sure its available in path for users after the install is done ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21774) Error when trying to create server adapter before first build completed
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21774?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21774.
---------------------------------
Closed as duplicate.
> Error when trying to create server adapter before first build completed
> ------------------------------------------------------------------------
>
> Key: JBIDE-21774
> URL: https://issues.jboss.org/browse/JBIDE-21774
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> I just got the following error when trying to create a Server Adapter using the wizard from JBIDE-21447 (although it might happen with the regular Server creation wizard):
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2016-02-26 09:36:11.271
> !MESSAGE An internal error occurred during: "Loading projects and services...".
> !STACK 0
> com.openshift.restclient.OpenShiftException: Could not get resource eap-app:latest in namespace sample: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "imageStreamTag \"eap-app:latest\" not found",
> "reason": "NotFound",
> "details": {
> "name": "eap-app:latest",
> "kind": "imageStreamTag"
> },
> "code": 404
> }
>
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:481)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:306)
> at org.jboss.tools.openshift.core.connection.Connection.getResource(Connection.java:378)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.lambda$5(DeploymentResourceMapper.java:106)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper$$Lambda$67/1157417615.apply(Unknown Source)
> at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
> at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1540)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.getImageStreamTagsFor(DeploymentResourceMapper.java:107)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.lambda$2(DeploymentResourceMapper.java:87)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper$$Lambda$62/2102889287.apply(Unknown Source)
> at java.util.stream.Collectors.lambda$toMap$172(Collectors.java:1321)
> at java.util.stream.Collectors$$Lambda$57/318338413.accept(Unknown Source)
> at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
> at java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1540)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.models.DeploymentResourceMapper.getAllImageStreamTags(DeploymentResourceMapper.java:85)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel$ProjectImageStreamTags.createImageStreamsMap(ServerSettingsViewModel.java:334)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel$ProjectImageStreamTags.<init>(ServerSettingsViewModel.java:327)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.lambda$1(ServerSettingsViewModel.java:279)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel$$Lambda$54/494343192.apply(Unknown Source)
> at java.util.stream.Collectors.lambda$toMap$172(Collectors.java:1321)
> at java.util.stream.Collectors$$Lambda$57/318338413.accept(Unknown Source)
> at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
> at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
> at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
> at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
> at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
> at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.createImageStreamTagsMap(ServerSettingsViewModel.java:277)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.loadResources(ServerSettingsViewModel.java:261)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsViewModel.loadResources(ServerSettingsViewModel.java:255)
> at org.jboss.tools.openshift.internal.ui.server.ServerSettingsWizardPage$2.run(ServerSettingsWizardPage.java:188)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: com.openshift.internal.restclient.http.NotFoundException: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "imageStreamTag \"eap-app:latest\" not found",
> "reason": "NotFound",
> "details": {
> "name": "eap-app:latest",
> "kind": "imageStreamTag"
> },
> "code": 404
> }
>
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:230)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:165)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:141)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:103)
> at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:302)
> ... 41 more
> Caused by: java.io.FileNotFoundException: https://10.2.2.2:8443/oapi/v1/namespaces/sample/imagestreamtags/eap-app:l...
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at com.openshift.internal.restclient.http.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:161)
> ... 44 more
> {code}
> From my understanding, this error happened because the first build job did not complete at the time the wizard was opened, and thus, the Docker image for the app was not available locally. Once the build job completed, the error disappeared on subsequent wizard calls.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months