[jbosstools-issues] [JBoss JIRA] (JBTIS-542) contents of http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/ differ from github sources and contains invalid child site pointer
Nick Boldt (JIRA)
issues at jboss.org
Mon Dec 21 14:21:00 EST 2015
[ https://issues.jboss.org/browse/JBTIS-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Boldt updated JBTIS-542:
-----------------------------
Description:
Error logged in Eclipse when loading JBT update site:
{code}!MESSAGE No repository found at http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/p2.index/.{code}
Reason:
I'm looking at http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/ because the composite*.xml files attempt to reference the p2.index file instead of being an empty repo. This is what causes the error above.
{code}
<?xml version='1.0' encoding='UTF-8'?><?compositeArtifactRepository version='1.0.0'?>
<repository name='JBoss Tools Builds - updates/stable/mars/integration-stack/earlyaccess' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'><property name='p2.timestamp' value='1450295308000'/><property name='p2.compressed' value='true'/></properties>
<children size='1'>
<child location='p2.index/'/>
</children>
</repository>{code}
But when I look at the sources in github [1], I see a completely different site.
Which is correct? Should the site be empty (no child sites), or should it ref 4.3.0.Alpha2 ?
[1] https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/jbosstools/mars/stable/updates/integration-stack/earlyaccess/compositeArtifacts.xml
Also, how did this site get corrupted? Was it some automatic generation step? Or...?
was:
Error logged in Eclipse when loading JBT update site:
{code}!MESSAGE No repository found at http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/p2.index/.{code}
Reason:
I'm looking at http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/ because the composite*.xml files attempt to reference the p2.index file instead of being an empty repo. This is what causes the error above.
But when I look at the sources in github [1], I see a completely different site.
Which is correct? Should the site be empty (no child sites), or should it ref 4.3.0.Alpha2 ?
[1] https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/jbosstools/mars/stable/updates/integration-stack/earlyaccess/compositeArtifacts.xml
Also, how did this site get corrupted? Was it some automatic generation step? Or...?
> contents of http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/ differ from github sources and contains invalid child site pointer
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBTIS-542
> URL: https://issues.jboss.org/browse/JBTIS-542
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Paul Leacu
> Fix For: 4.3.0.Alpha2
>
>
> Error logged in Eclipse when loading JBT update site:
> {code}!MESSAGE No repository found at http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/p2.index/.{code}
> Reason:
> I'm looking at http://download.jboss.org/jbosstools/mars/stable/updates/integration-stack/earlyaccess/ because the composite*.xml files attempt to reference the p2.index file instead of being an empty repo. This is what causes the error above.
> {code}
> <?xml version='1.0' encoding='UTF-8'?><?compositeArtifactRepository version='1.0.0'?>
> <repository name='JBoss Tools Builds - updates/stable/mars/integration-stack/earlyaccess' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
> <properties size='2'><property name='p2.timestamp' value='1450295308000'/><property name='p2.compressed' value='true'/></properties>
> <children size='1'>
> <child location='p2.index/'/>
> </children>
> </repository>{code}
> But when I look at the sources in github [1], I see a completely different site.
> Which is correct? Should the site be empty (no child sites), or should it ref 4.3.0.Alpha2 ?
> [1] https://github.com/jbosstools/jbosstools-download.jboss.org/blob/master/jbosstools/mars/stable/updates/integration-stack/earlyaccess/compositeArtifacts.xml
> Also, how did this site get corrupted? Was it some automatic generation step? Or...?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jbosstools-issues
mailing list