Can you build hbase on that box outside of the CI server? Does this box have access to the open network? This seems to be your problem:
> [FATAL] Non-resolvable parent POM: Could not transfer artifact > org.apache:apache:pom:8 from/to apache release ( > <https://repository.apache.org/content/repositories/releases/> > https://repository.apache.org/content/repositories/releases/): Error > transferring file: Connection timed out: connect and 'parent.relativePath' > points at wrong local POM @ line 10, column 11 Can you fix that? St.Ack On Thu, Jun 30, 2011 at 12:00 AM, Ramkrishna S Vasudevan <[email protected]> wrote: > I am trying to setup a local Hudson CI for HBase. > > > > Once I configure and give a build I get the following problem > > > > Started by user anonymous > Updating <http://svn.apache.org/repos/asf/hbase/trunk> > http://svn.apache.org/repos/asf/hbase/trunk > At revision 1141411 > no change for <http://svn.apache.org/repos/asf/hbase/trunk> > http://svn.apache.org/repos/asf/hbase/trunk since the previous build > Found mavenVersion 3.0.2 from file > jar:file:/D:/apache-maven-3.0.2-bin/apache-maven-3.0.2/lib/maven-core-3.0.2. > jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties > Parsing POMs > > failed to transfer Error transferring file: Connection timed out: connect > > failed to transfer Error transferring file: Connection timed out: connect > > failed to transfer Error transferring file: Connection timed out: connect > > failed to transfer Error transferring file: Connection timed out: connect > > failed to transfer Error transferring file: Connection timed out: connect > ERROR: Failed to parse POMs > > <http://grepcode.com/search?query=org.apache.maven.project.ProjectBuildingEx > ception> org.apache.maven.project.ProjectBuildingException: Some problems > were encountered while processing the POMs: > [FATAL] Non-resolvable parent POM: Could not transfer artifact > org.apache:apache:pom:8 from/to apache release ( > <https://repository.apache.org/content/repositories/releases/> > https://repository.apache.org/content/repositories/releases/): Error > transferring file: Connection timed out: connect and 'parent.relativePath' > points at wrong local POM @ line 10, column 11 > > at > org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.j > ava:325) > at > hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:382) > at > hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1 > 096) > at > hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:9 > 83) > at hudson.FilePath.act(FilePath.java:756) > at hudson.FilePath.act(FilePath.java:738) > at > hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.ja > va:690) > at > hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:5 > 26) > at > hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417) > at hudson.model.Run.run(Run.java:1362) > at > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:400) > at > hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:145) > Finished: FAILURE > > > > > > Any help is welcome. > > > > Regards > > Ram > > **************************************************************************** > *********** > This e-mail and attachments contain confidential information from HUAWEI, > which is intended only for the person or entity whose address is listed > above. Any use of the information contained herein in any way (including, > but not limited to, total or partial disclosure, reproduction, or > dissemination) by persons other than the intended recipient's) is > prohibited. If you receive this e-mail in error, please notify the sender by > phone or email immediately and delete it! > > > >
