[ 
https://issues.apache.org/jira/browse/KAFKA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715975#comment-13715975
 ] 

Joe Stein commented on KAFKA-981:
---------------------------------

The first dependency section you see is only from maven central 
http://repo1.maven.org/maven2/org/apache/kafka/kafka_2.9.2/0.8.0-beta1/kafka_2.9.2-0.8.0-beta1.pom
 its not there in 
https://repository.apache.org/content/repositories/releases/org/apache/kafka/kafka_2.9.2/0.8.0-beta1/kafka_2.9.2-0.8.0-beta1.pom
 which I believe is due to me posting the release more than once with making 
pom changes that did not bump the version in order to get things to work and 
through https://issues.apache.org/jira/browse/KAFKA-974

I don't know if that is what is causing the error but looking at the source 
here 
https://svn.apache.org/repos/asf/ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/id/ModuleId.java
 that error is because the name of the module is coming in as null, which is 
odd.

Can you try to override the repository to use 
https://repository.apache.org/content/repositories/releases instead to see if 
it works as expected it has resolved other issues folks have brought up.  
                
> Unable to pull Kafka binaries with Ivy
> --------------------------------------
>
>                 Key: KAFKA-981
>                 URL: https://issues.apache.org/jira/browse/KAFKA-981
>             Project: Kafka
>          Issue Type: Bug
>          Components: packaging
>    Affects Versions: 0.8
>            Reporter: David Arthur
>            Assignee: Joe Stein
>         Attachments: ant.log, ivy.xml
>
>
> I am trying to pull the published Kafka binary with a simple Ivy file.
> <dependency org="org.apache.kafka" name="kafka_2.9.2" rev="0.8.0-beta1" 
> conf="default->default"/>
> I get the following exception: [ivy:resolve] problem occurred while resolving 
> dependency: org.apache.kafka#kafka_2.9.2;0.8.0-beta1 {default=[default]} with 
> main: java.lang.IllegalArgumentException: null name not allowed

--
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

Reply via email to