You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Klaas Bosteels (JIRA)" <ji...@apache.org> on 2009/03/10 13:30:50 UTC

[jira] Created: (HADOOP-5451) Unresolved xmlenc dependency

Unresolved xmlenc dependency
----------------------------

                 Key: HADOOP-5451
                 URL: https://issues.apache.org/jira/browse/HADOOP-5451
             Project: Hadoop Core
          Issue Type: Bug
            Reporter: Klaas Bosteels
            Priority: Critical


On trunk, ant fails with the following error message:

{code}
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 		:: xmlenc#xmlenc;0.52: configuration not found in xmlenc#xmlenc;0.52: 'master'. It was required from org.apache.hadoop#hdfsproxy;working@WE02C022 common
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5451) Unresolved xmlenc dependency

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680456#action_12680456 ] 

Steve Loughran commented on HADOOP-5451:
----------------------------------------

xmlenc is in the main repository; it should not be expected to fail.

1. Which version of ivy are you using? Have you your own ivy JARs in $ANT_HOME/lib?
2. what is in ~/.ivy/cache/xmlenc/xmlenc  ?

> Unresolved xmlenc dependency
> ----------------------------
>
>                 Key: HADOOP-5451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5451
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hdfsproxy
>            Reporter: Klaas Bosteels
>            Priority: Critical
>
> On trunk, ant fails with the following error message:
> {code}
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		:: xmlenc#xmlenc;0.52: configuration not found in xmlenc#xmlenc;0.52: 'master'. It was required from org.apache.hadoop#hdfsproxy;working@WE02C022 common
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5451) Unresolved xmlenc dependency

Posted by "Klaas Bosteels (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Klaas Bosteels updated HADOOP-5451:
-----------------------------------

    Component/s: contrib/hdfsproxy

> Unresolved xmlenc dependency
> ----------------------------
>
>                 Key: HADOOP-5451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5451
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hdfsproxy
>            Reporter: Klaas Bosteels
>            Priority: Critical
>
> On trunk, ant fails with the following error message:
> {code}
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		:: xmlenc#xmlenc;0.52: configuration not found in xmlenc#xmlenc;0.52: 'master'. It was required from org.apache.hadoop#hdfsproxy;working@WE02C022 common
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5451) Unresolved xmlenc dependency

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680488#action_12680488 ] 

Steve Loughran commented on HADOOP-5451:
----------------------------------------

What may have happened is some download got interrupted and then Ivy was using the (incomplete) cache, rather than fetching it remotely.

If you only have .ivy2 and .ivy, it means you aren't using the latest ivy version, which appears to have switched back to ~/.ivy for it's storage. This may have fixed this incomplete caching problem, but there is no easy way to find out. Just remember, there's nothing wrong with purging your Ivy cache from time to time. I have ant targets to do that; it's a good way of checking that everything really builds cleanly.

> Unresolved xmlenc dependency
> ----------------------------
>
>                 Key: HADOOP-5451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5451
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hdfsproxy
>            Reporter: Klaas Bosteels
>            Priority: Critical
>
> On trunk, ant fails with the following error message:
> {code}
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		:: xmlenc#xmlenc;0.52: configuration not found in xmlenc#xmlenc;0.52: 'master'. It was required from org.apache.hadoop#hdfsproxy;working@WE02C022 common
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-5451) Unresolved xmlenc dependency

Posted by "Klaas Bosteels (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Klaas Bosteels resolved HADOOP-5451.
------------------------------------

    Resolution: Invalid

I had nothing in ~/.ivy/, but I did have a ~/.ivy2/cache/xmlenc/. Removing this directory first made ant work again...

> Unresolved xmlenc dependency
> ----------------------------
>
>                 Key: HADOOP-5451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5451
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hdfsproxy
>            Reporter: Klaas Bosteels
>            Priority: Critical
>
> On trunk, ant fails with the following error message:
> {code}
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		::          UNRESOLVED DEPENDENCIES         ::
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> [ivy:resolve] 		:: xmlenc#xmlenc;0.52: configuration not found in xmlenc#xmlenc;0.52: 'master'. It was required from org.apache.hadoop#hdfsproxy;working@WE02C022 common
> [ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.