[jbosstools-issues] [JBoss JIRA] (JBTIS-257) Error when installing from JBoss Central

Paul Leacu (JIRA) issues at jboss.org
Mon Mar 17 13:46:10 EDT 2014


    [ https://issues.jboss.org/browse/JBTIS-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12953618#comment-12953618 ] 

Paul Leacu commented on JBTIS-257:
----------------------------------

Q for [~nickboldt]

The original generated devstudio-integration-stack-directory.xml looks like this (for 7.0.1.CR1):
<?xml version='1.0' encoding='UTF-8'?>
<directory xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
<entry url="https://devstudio.jboss.com/updates/7.0/discovery/com.jboss.jbds.central.discovery_7.1.0.Final-v20131208-2326-B531.jar,discovery/com.jboss.jbds.central.discovery.integration-stack_7.0.0.GA-v20140122-1758-B53.jar" permitCategories="true"/>
<entry url="com.jboss.jbds.central.discovery.integration-stack_7.0.1.CR1-v20140317-1213-B4.jar" permitCategories="true"/>
</directory>

The error comes because: discovery/com.jboss.jbds.central.discovery.integration-stack_7.0.0.GA-v20140122-1758-B53.jar can't be found.  This is imported through this parameter:

UPSTREAM_DISCOVERY_XML=https://devstudio.jboss.com/updates/7.0-development/devstudio-directory.xml

Looking at it - I don't want the 7.0.0.GA-v20140122-1758-B53.jar at all.  I just need the base central discovery jar and the one that I add as a separate entry URL.  Thus this works:

http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/7.0.1.CR1/devstudio-integration-stack-directory.xml

<directory><entry url="https://devstudio.jboss.com/updates/7.0/discovery/com.jboss.jbds.central.discovery_7.1.0.Final-v20131208-2326-B531.jar" permitCategories="true"/><entry url="com.jboss.jbds.central.discovery.integration-stack_7.0.1.CR1-v20140317-1213-B4.jar" permitCategories="true"/></directory>

without error.  

Q: Should I remove the integration-stack URL from UPSTREAM_DISCOVERY_XML since I'm adding a newer one be definition??

WDYT?


                
> Error when installing from JBoss Central
> ----------------------------------------
>
>                 Key: JBTIS-257
>                 URL: https://issues.jboss.org/browse/JBTIS-257
>             Project: JBoss Tools Integration Stack
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: distribution
>    Affects Versions: 7.0.1.CR1-JBDSIS
>            Reporter: Andrej Podhradsky
>            Priority: Minor
>         Attachments: jbds.log
>
>
> An error occurs in error log when installing from JBoss Central with the following command
> ./jbdevstudio/jbdevstudio -data tmp  -vmargs -Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/7.0.1.CR1/devstudio-integration-stack-directory.xml -Djboss.discovery.site.url=http://www.qa.jboss.com/binaries/RHDS/discovery/integration/integration-stack/7.0.1.CR1
> See the error in the attachment. Note that the tooling is installed successfully.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list