Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 22285 invoked from network); 12 Mar 2009 09:46:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2009 09:46:41 -0000 Received: (qmail 23022 invoked by uid 500); 12 Mar 2009 09:46:39 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 22997 invoked by uid 500); 12 Mar 2009 09:46:39 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 22986 invoked by uid 99); 12 Mar 2009 09:46:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 02:46:39 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 09:46:31 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LhhUQ-0007Mm-Mj for users@continuum.apache.org; Thu, 12 Mar 2009 02:46:10 -0700 Message-ID: <22471466.post@talk.nabble.com> Date: Thu, 12 Mar 2009 02:46:10 -0700 (PDT) From: mikievv To: users@continuum.apache.org Subject: Adding maven 2 project results in 'Host name may not be null' error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mike_list@xs4all.nl X-Virus-Checked: Checked by ClamAV on apache.org Whenever I try to add a maven 2 pom.xml file to continuum I get the error 'Error while executing the action 'create-projects-from-metadata'. When I look at the stacktrace I see 'Host name may not be null '. Which Hostname is it talking about? Even when I add a generated pom by maven itself it fails. I do not know what to do with this. The stacktrace is: org.apache.maven.continuum.ContinuumException: Error while executing the action 'create-projects-from-metadata'. at org.apache.maven.continuum.DefaultContinuum.executeAction(DefaultContinuum.java:3006) at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:1839) at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:2006) at org.apache.maven.continuum.DefaultContinuum.addMavenTwoProject(DefaultContinuum.java:1661) at org.apache.maven.continuum.web.action.AddMavenTwoProjectAction.doExecute(AddMavenTwoProjectAction.java:108) at org.apache.maven.continuum.web.action.AddMavenProjectAction.execute(AddMavenProjectAction.java:168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) at com.opensymphony.webwork.interceptor.BackgroundProcess$1.run(BackgroundProcess.java:35) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.IllegalArgumentException: Host name may not be null at org.apache.http.HttpHost.(HttpHost.java:83) at org.apache.http.impl.client.AbstractHttpClient.determineTarget(AbstractHttpClient.java:497) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:465) at org.apache.maven.continuum.project.builder.AbstractContinuumProjectBuilder.createMetadataFile(AbstractContinuumProjectBuilder.java:127) at org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilder.readModules(MavenTwoContinuumProjectBuilder.java:154) at org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilder.buildProjectsFromMetadata(MavenTwoContinuumProjectBuilder.java:129) at org.apache.maven.continuum.core.action.CreateProjectsFromMetadataAction.execute(CreateProjectsFromMetadataAction.java:146) at org.apache.maven.continuum.DefaultContinuum.executeAction(DefaultContinuum.java:2992) ... 13 more -- View this message in context: http://www.nabble.com/Adding-maven-2-project-results-in-%27Host-name-may-not-be-null%27-error-tp22471466p22471466.html Sent from the Continuum - Users mailing list archive at Nabble.com.