[JBoss JIRA] (JBIDE-20171) buildinfo.json reader fails if upstream MANIFEST.MF contains no SHA
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20171?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-20171:
---------------------------------------------
what is your suggestion for the next build - how will they get this info ? how did we do it in the past ? can't the mojo have a fallback to get the minimal info needed ?
> buildinfo.json reader fails if upstream MANIFEST.MF contains no SHA
> -------------------------------------------------------------------
>
> Key: JBIDE-20171
> URL: https://issues.jboss.org/browse/JBIDE-20171
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Fix For: 4.3.0.Beta2
>
>
> Since the addition of a check that verifies exactly this condition:
> https://github.com/jbosstools/jbosstools-maven-plugins/commit/916f4521ba6...
> I've now got a situation where it's OK to have no SHA in the MANIFEST.MF, but a SHA in buildinfo.json.
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-sites.aggregate.site_master/10216/console}
> [ERROR] Failed to execute goal org.jboss.tools.tycho-plugins:repository-utils:0.22.1-SNAPSHOT:fetch-sources-from-manifests (fetch-sources) on project org.jboss.tools.site.core: Problem occurred checking upstream buildinfo.json files!
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-build-sites.aggregate.site_master/sources/aggregate/site/target/buildinfo/buildinfo_jbosstools-xulrunner.json
> [ERROR] contains 2edce933f7d64efbb4d7a5b16be8dadae8de766e, but upstream project's MANIFEST.MF has Eclipse-SourceReferences
> [ERROR] commitId .
> [ERROR] If you have locally built projects which are aggregated here,
> [ERROR] ensure they are built from the latest SHA from HEAD, not a local topic branch.
> [ERROR] Or, use -DskipCheckSHAs=true to bypass this check.
> [ERROR] -> [Help 1]{code}
> This happened after I put a buildinfo.json file here:
> http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.2...
> I've since moved the file here to temporarily work around the build failure:
> http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.2...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20170) WebTools server adapter installer installs only a subset of what should be installed
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20170?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-20170:
---------------------------------------------
this issue is for QE to close by testing and verifying and have test in place for this for each release.
> WebTools server adapter installer installs only a subset of what should be installed
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-20170
> URL: https://issues.jboss.org/browse/JBIDE-20170
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, server, updatesite, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.3.0.Beta2
>
>
> Steps to repro:
> {code}1. open clean Eclipse JEE
> 2. open Servers view
> 3. click 'No servers are avail... click to create new server..."
> 4. click "Download additional server adapters"
> (Site used to resolve IUs is http://download.jboss.org/jbosstools/updates/webtools/mars/ which symlinks to http://download.jboss.org/jbosstools/mars/development/updates/core/ )
> 5. wait while the stuff loads. select "JBoss AS Server Adapter" or whatever it was called
> 6. wait as metadata loads again
> 7. click Next, accept license, etc. restart when prompted
> {code}
> Feature that should have been installed:
> {code:title=https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregate/site/category.xml#L99-L103}
> <feature id="org.jboss.ide.eclipse.as.feature">
> <category name="org.eclipse.wst.server.core.serverAdapter"/>
> </feature>
> {code}
> Feature that instead gets installed:
> {code}org.jboss.ide.eclipse.as.serverAdapter.wtp.feature_3.1.0.Beta1-v20150612-2158-B25{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20187) "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"" error appears when trying to run script to work offline
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20187?page=com.atlassian.jira.plugi... ]
Misha Ali updated JBIDE-20187:
------------------------------
Description:
I'm trying to test the Working Offline instructions for JBDS 9.0 Beta1 and coming across an odd error. I've checked with Len and Martin and they are also encountering this error and have recommended filing a bug.
Steps to reproduce:
1. Follow the steps here: https://access.redhat.com/articles/1367643
Details: JBDS Beta1, Groovy version 2.4.3 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Linux
The step where a groovy script is run results in the following output, which ends with an error:
<< internal link removed >> Error is available here:
Please let me know if any further information is required for this bug.
was:
I'm trying to test the Working Offline instructions for JBDS 9.0 Beta1 and coming across an odd error. I've checked with Len and Martin and they are also encountering this error and have recommended filing a bug.
Steps to reproduce:
1. Follow the steps here: https://access.redhat.com/articles/1367643
Details: JBDS Beta1, Groovy version 2.4.3 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Linux
The step where a groovy script is run results in the following output, which ends with an error:
http://pastebin.test.redhat.com/294840
Please let me know if any further information is required for this bug.
> "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"" error appears when trying to run script to work offline
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20187
> URL: https://issues.jboss.org/browse/JBIDE-20187
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Misha Ali
>
> I'm trying to test the Working Offline instructions for JBDS 9.0 Beta1 and coming across an odd error. I've checked with Len and Martin and they are also encountering this error and have recommended filing a bug.
> Steps to reproduce:
> 1. Follow the steps here: https://access.redhat.com/articles/1367643
> Details: JBDS Beta1, Groovy version 2.4.3 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Linux
> The step where a groovy script is run results in the following output, which ends with an error:
> << internal link removed >> Error is available here:
> Please let me know if any further information is required for this bug.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20187) "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"" error appears when trying to run script to work offline
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20187?page=com.atlassian.jira.plugi... ]
Misha Ali updated JBIDE-20187:
------------------------------
Description:
I'm trying to test the Working Offline instructions for JBDS 9.0 Beta1 and coming across an odd error. I've checked with Len and Martin and they are also encountering this error and have recommended filing a bug.
Steps to reproduce:
1. Follow the steps here: https://access.redhat.com/articles/1367643
Details: JBDS Beta1, Groovy version 2.4.3 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Linux
The step where a groovy script is run results in the following output, which ends with an error:
<< internal link removed >> Error is available here: http://pastebin.com/3XKt9x5i
Please let me know if any further information is required for this bug.
was:
I'm trying to test the Working Offline instructions for JBDS 9.0 Beta1 and coming across an odd error. I've checked with Len and Martin and they are also encountering this error and have recommended filing a bug.
Steps to reproduce:
1. Follow the steps here: https://access.redhat.com/articles/1367643
Details: JBDS Beta1, Groovy version 2.4.3 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Linux
The step where a groovy script is run results in the following output, which ends with an error:
<< internal link removed >> Error is available here:
Please let me know if any further information is required for this bug.
> "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"" error appears when trying to run script to work offline
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20187
> URL: https://issues.jboss.org/browse/JBIDE-20187
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Misha Ali
>
> I'm trying to test the Working Offline instructions for JBDS 9.0 Beta1 and coming across an odd error. I've checked with Len and Martin and they are also encountering this error and have recommended filing a bug.
> Steps to reproduce:
> 1. Follow the steps here: https://access.redhat.com/articles/1367643
> Details: JBDS Beta1, Groovy version 2.4.3 JVM: 1.7.0_79 Vendor: Oracle Corporation OS: Linux
> The step where a groovy script is run results in the following output, which ends with an error:
> << internal link removed >> Error is available here: http://pastebin.com/3XKt9x5i
> Please let me know if any further information is required for this bug.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months