[JBoss JIRA] (JBIDE-21803) Dialog Add a Credential Domain allows create domain with empty name
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-21803:
---------------------------------------------
Summary: Dialog Add a Credential Domain allows create domain with empty name
Key: JBIDE-21803
URL: https://issues.jboss.org/browse/JBIDE-21803
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.3.1.Beta2
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.4.0.Alpha1
Created domain object has null for name which later causes different NPE's (e.g. JBIDE-21795) and may make Credentials preference page unusable.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21782) Adding EAP 7. ER6 server rises a warning on New runtime page
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21782?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21782:
-------------------------------------
This error is caused by a change of JBoss-Product-Release-Name key property in modules/system/layers/base/org/jboss/as/product/eap/dir/META-INF/ has changed from 'EAP" to "JBoss EAP" for no apparent reason that I can tell.
> Adding EAP 7. ER6 server rises a warning on New runtime page
> ------------------------------------------------------------
>
> Key: JBIDE-21782
> URL: https://issues.jboss.org/browse/JBIDE-21782
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.CR1
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> Screenshot: http://i.imgur.com/ObzrfQs.png
> The warning is:
> {noformat}
> This server type expects a version of 6.1 but the server directory is of version 7.0.0.GA. This combination may cause critical errors. {noformat}
> I guess it's because ER6 reports version "7.0.0.GA".
> For example ER2 doesn't raise the warning (because it still reports as 7.0.0.Beta1).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21801) On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Aurélien Pupier commented on JBIDE-21801:
-----------------------------------------
My github username is apupier.
Tomorrow I can try to log in using the other account.
> On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
> ----------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
> Attachments: 1-preferencepage.png, 2-selectRuntime.png, 3-clickDownLoadAndInstall.png, 4-selectEactVersion.png, 5-fillCredentials.png, 6-PleaseuseFollowingLink.png, 7-allInformationprovided.png
>
>
> first technical investigation:
> - the url used to retrieve information on the Terms and conditions page is (I put a breakpoint on DownloadmanagertermsAndConditionsFragment.getTCResponseString): https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
> and it returns:
> {noformat}
> <?xml version="1.0" encoding="UTF-8"?>
> <result>
> <htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
> <plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
> <customParams>
> <param name="company" label="Company" />
> <param name="country" label="Country" >
> <options multiple="false">
> </options>
> </param>
> <param name="downloadURL" label="Downloaded file" >
> <options multiple="false">
> <option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
> </options>
> </param>
> </customParams>
> </result>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21801) On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Aurélien Pupier edited comment on JBIDE-21801 at 3/1/16 12:49 PM:
------------------------------------------------------------------
My github username is apupier: https://github.com/apupier
Tomorrow I can try to log in using the other account.
was (Author: aurelien.pupier):
My github username is apupier.
Tomorrow I can try to log in using the other account.
> On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
> ----------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
> Attachments: 1-preferencepage.png, 2-selectRuntime.png, 3-clickDownLoadAndInstall.png, 4-selectEactVersion.png, 5-fillCredentials.png, 6-PleaseuseFollowingLink.png, 7-allInformationprovided.png
>
>
> first technical investigation:
> - the url used to retrieve information on the Terms and conditions page is (I put a breakpoint on DownloadmanagertermsAndConditionsFragment.getTCResponseString): https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
> and it returns:
> {noformat}
> <?xml version="1.0" encoding="UTF-8"?>
> <result>
> <htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
> <plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
> <customParams>
> <param name="company" label="Company" />
> <param name="country" label="Country" >
> <options multiple="false">
> </options>
> </param>
> <param name="downloadURL" label="Downloaded file" >
> <options multiple="false">
> <option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
> </options>
> </param>
> </customParams>
> </result>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21801) On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21801:
-------------------------------------
Can you please share your github username so I can investigate the issue? Feel free to email me privately. rstryker at redhat.com
> On Windows, can't Download Runtimes for JBoss EAP and JBoss Fuse
> ----------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
> Attachments: 1-preferencepage.png, 2-selectRuntime.png, 3-clickDownLoadAndInstall.png, 4-selectEactVersion.png, 5-fillCredentials.png, 6-PleaseuseFollowingLink.png, 7-allInformationprovided.png
>
>
> first technical investigation:
> - the url used to retrieve information on the Terms and conditions page is (I put a breakpoint on DownloadmanagertermsAndConditionsFragment.getTCResponseString): https://developers.redhat.com/download-manager/rest/tc?downloadURL=https%...
> and it returns:
> {noformat}
> <?xml version="1.0" encoding="UTF-8"?>
> <result>
> <htmlText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use <a href="https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f...">following link</a> instead!]]></htmlText>
> <plainText><![CDATA[It is no longer possible to accept terms and conditions in the wizard. Please, use https://developers.redhat.com/download-manager/file/jboss-fuse-6.2.1.GA-f... instead!]]></plainText>
> <customParams>
> <param name="company" label="Company" />
> <param name="country" label="Country" >
> <options multiple="false">
> </options>
> </param>
> <param name="downloadURL" label="Downloaded file" >
> <options multiple="false">
> <option key="https://www.jboss.org/download-manager/content/origin/files/sha256/e5/e5b..."/>
> </options>
> </param>
> </customParams>
> </result>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21797) Fails to start the CDK server when it's was already started from CLI
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21797?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21797:
-------------------------------------
I'm unable to replicate :( It seems to WorkForMe.
Tracing into CDKLaunchCOntroller around line 156 has the following code:
{code}
IStatus stat = new VagrantPoller().getCurrentStateSynchronous(getServer());
if( stat.isOK()) {
beh.setServerStarted();
return;
}
{code}
VagrantPoller.onePing is a good place to investigate further, but again, it seems to be functioning normally to me.
> Fails to start the CDK server when it's was already started from CLI
> --------------------------------------------------------------------
>
> Key: JBIDE-21797
> URL: https://issues.jboss.org/browse/JBIDE-21797
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> - Start the CDK (version from http://cdk-builds.usersys.redhat.com/builds/19-Feb-2016/) from CLI
> - once it's started, start the same CDK from the CDK server adapter
> => the server should detect the CDK already started and should simply be put in started mode, instead it fails to start with
> !http://content.screencast.com/users/fbricon/folders/Jing/media/9674437e-12fa-4523-9d42-69e0e4302be7/00000345.png|width=650!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21793) Zero-click import of CDK
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21793?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21793:
-------------------------------------
> 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.
That logic still seems to be present. Good catch, I wasn't even aware of this. I'll see if we can get something similar for cdk.
> 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