[JBoss JIRA] (JBDS-3670) Build self executable bundled installer on Jenkins
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3670?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov resolved JBDS-3670.
----------------------------------
Resolution: Done
This is done.
> Build self executable bundled installer on Jenkins
> --------------------------------------------------
>
> Key: JBDS-3670
> URL: https://issues.jboss.org/browse/JBDS-3670
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Components: installer
> Affects Versions: 9.1.0.Beta2
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 9.1.0.CR1
>
>
> Latest version of electron-packager-squirrel-windows cannot handle big installer with size more than 600Mb approximately. This forces us to use alternative approach for bundled installer that includes:
> * CDK;
> * SSH/rsync
> * openjdk8
> * JBDS
> To create bundled installer, build should download all required binaries and put them along with installer exe file with with the same name that installer uses in online version. For example CDK binaries would go to cdk.zip, JBDS installer to jbds.jar and so on. Names are configured in browser/model/*.js files for every downloaded binary.
> Then 7zip extra package should be downloaded and used t produce self extracting archive from generated electron installer (gulp generate) and downloaded binaries.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3677) Add Azul JDK8 on Windows to support matrix for JBDS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3677?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov commented on JBDS-3677:
--------------------------------------
There is still not final decision if we should use the Azul build or the RH one in the installer.
> Add Azul JDK8 on Windows to support matrix for JBDS
> ---------------------------------------------------
>
> Key: JBDS-3677
> URL: https://issues.jboss.org/browse/JBDS-3677
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: requirements
> Affects Versions: 9.1.0.CR1
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 9.1.0.GA
>
>
> Since a major use case for JBDS will be that users will install it using the big installer including Azul JDK on Windows, we need to make sure this combination is actually tested and supported.
> I guess nobody realized this before, but it seems pretty obvious that this is necessary.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3677) Add Azul JDK8 on Windows to support matrix for JBDS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3677?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3677:
---------------------------------
Fix Version/s: 9.1.0.GA
(was: 9.1.0.CR1)
> Add Azul JDK8 on Windows to support matrix for JBDS
> ---------------------------------------------------
>
> Key: JBDS-3677
> URL: https://issues.jboss.org/browse/JBDS-3677
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: requirements
> Affects Versions: 9.1.0.CR1
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 9.1.0.GA
>
>
> Since a major use case for JBDS will be that users will install it using the big installer including Azul JDK on Windows, we need to make sure this combination is actually tested and supported.
> I guess nobody realized this before, but it seems pretty obvious that this is necessary.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3677) Add Azul JDK8 on Windows to support matrix for JBDS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3677?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov reassigned JBDS-3677:
------------------------------------
Assignee: Martin Malina
> Add Azul JDK8 on Windows to support matrix for JBDS
> ---------------------------------------------------
>
> Key: JBDS-3677
> URL: https://issues.jboss.org/browse/JBDS-3677
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: requirements
> Affects Versions: 9.1.0.CR1
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 9.1.0.CR1
>
>
> Since a major use case for JBDS will be that users will install it using the big installer including Azul JDK on Windows, we need to make sure this combination is actually tested and supported.
> I guess nobody realized this before, but it seems pretty obvious that this is necessary.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21942) Null pointer when trying to start CDK sometimes
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21942?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21942:
--------------------------------
Priority: Critical (was: Major)
> Null pointer when trying to start CDK sometimes
> -----------------------------------------------
>
> Key: JBIDE-21942
> URL: https://issues.jboss.org/browse/JBIDE-21942
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.3.1.Beta2
> Reporter: Jeff Cantrill
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.3.1.CR1
>
>
> Trying to start the CDK after, laptop hibernate, and CDK was started before sometimes throws. Looks like there should be some null check
> {code}
> Exception in thread "Loading ADBInfo to configure dependent frameworks" java.lang.NumberFormatException: null
> at java.lang.Integer.parseInt(Integer.java:542)
> at java.lang.Integer.parseInt(Integer.java:615)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKDockerUtility.buildDockerConnection(CDKDockerUtility.java:83)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKDockerUtility.createDockerConnection(CDKDockerUtility.java:92)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.configureDocker(ConfigureDependentFrameworksListener.java:60)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.launchChange(ConfigureDependentFrameworksListener.java:45)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.access$0(ConfigureDependentFrameworksListener.java:34)
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener$1.run(ConfigureDependentFrameworksListener.java:28)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21801) Can't Download Runtimes for JBoss EAP and JBoss Fuse using git account signup
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21801:
--------------------------------
Component/s: upstream
> Can't Download Runtimes for JBoss EAP and JBoss Fuse using git account signup
> -----------------------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.4.0.Alpha1, 4.3.2.Final
>
> 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)
10 years
[JBoss JIRA] (JBIDE-21801) Can't Download Runtimes for JBoss EAP and JBoss Fuse using git account signup
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21801:
--------------------------------
Fix Version/s: 4.4.0.Alpha1
4.3.2.Final
(was: 4.3.1.CR1)
> Can't Download Runtimes for JBoss EAP and JBoss Fuse using git account signup
> -----------------------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.4.0.Alpha1, 4.3.2.Final
>
> 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)
10 years
[JBoss JIRA] (JBIDE-21801) Can't Download Runtimes for JBoss EAP and JBoss Fuse using git account signup
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21801?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-21801:
-------------------------------------
[~dhladky] Any update on the status of the social logins? Since you're working in that area maybe you can give some information. Thanks.
> Can't Download Runtimes for JBoss EAP and JBoss Fuse using git account signup
> -----------------------------------------------------------------------------
>
> Key: JBIDE-21801
> URL: https://issues.jboss.org/browse/JBIDE-21801
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.3.1.Beta2
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.4.0.Alpha1, 4.3.2.Final
>
> 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)
10 years