[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [eclipselink-dev] Eclipselink Master build issue
|
Hi,
21. 3. 2019 v 20:39, Ravi babu Tummuru <ravi.babu.tummuru@xxxxxxxxxx>:
> Hi,
> I am facing the following build issue on master. I did the build previously and my env/proxy setting did not changed.
> I checked my proxy and build.properties. They seems ok to me as I used the same setting before. mvn proxy setting are also ok. I am not sure why suddenly this issue is popping up...? Any pointers ..?
> ------------------------------------------------------------------------------
> slc15sng:/home/rtummuru >cat build.properties
> extensions.depend.dir=/scratch/rtummuru/extension.lib.external
> oracle.extensions.depend.dir=/scratch/rtummuru/extension.oracle.lib.external
> junit.lib=/scratch/rtummuru/extension.lib.external/junit-4.12.jar:/scratch/rtummuru/extension.lib.external/hamcrest-core-1.3.jar
> test.properties=/home/rtummuru/db-orcl.properties
> #test.properties=/home/rtummuru/db-mysql.properties
> #oracle.target=oracle
>
> eclipse.install.dir=/scratch/rtummuru/eclipse
> local.compdeps=true
> p2.director.additionalArgs=-pluginCustomization /home/rtummuru/proxy-settings.ini
> --------------------------------------------------------------------------------
> generate-local-compdeps:
> [echo] Generating local 'Compile Dependency P2 Repository' using Tycho.
> [echo] -Dclassworlds.conf=/scratch/rtummuru/apache-maven-3.5.3/bin/m2.conf
> [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/compdeps
> [echo] -Dmaven.home=/scratch/rtummuru/apache-maven-3.5.3
> [echo] clean verify
> [java] [WARNING]
> [java] [WARNING] Some problems were encountered while building the effective settings
> [java] [WARNING] expected START_TAG or END_TAG not TEXT (position: TEXT seen ... | the parameter in question.\n |\n | Default: true\n -->\n <i... @64:5) @ /scratch/rtummuru/apache-maven-3.5.3/conf/settings.xml, line 64, column 5
^^^^^
is telling you what and where is wrong
Thanks,
—lukas
> [java] [WARNING]
> [java] [INFO] Scanning for projects...
> [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sun-misc:1.0.5-SNAPSHOT @ /scratch/rtummuru/eclipselink/buildsystem/compdeps/sun.misc/pom.xml
> [java] [INFO] Adding repository file://scratch/rtummuru/eclipselink/buildsystem/compdeps/sun.misc/../org.eclipse.persistence.compdeps.internal/target/repository
> [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/
> [java] [INFO] Adding repository http://download.eclipse.org/releases/2018-12
> [java] [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'Eclipse' from location http://download.eclipse.org/releases/2018-12: Unable to read repository at http://download.eclipse.org/releases/2018-12. Communication with repository at https://download.eclipse.org/technology/epp/packages/2018-12 failed. connect timed out -> [Help 1]
> [java] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'Eclipse' from location http://download.eclipse.org/releases/2018-12
> [java] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
> [java] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> [java] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
> [java] at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
> [java] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>
>
> Thanks
>
> Ravi