Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Eclipse BPMN2 - Jenkins Build failed permanently

Hello,

thanks for your response. Could it be that using the protocol HTTP instead of HTTPS is causing such an issue?

I have now updated the pom and started a new build. Let's see what is happening....


Best regards

Ralph


On 27.05.22 19:45, Ed Merks wrote:

Ralph,

Probably it's bad to use Java 8. 

15:46:30 Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre

I think you'll need to switch to Java 11.  I'm also not sure which version of Tycho you are using...  I think it's
<tycho-version>1.7.0</tycho-version>
But probably something like 2.7.1 or 2.7.2 would be better.

I don't see where the system property for this is being set.
<url>${eclipse-site}</url>
I see stuff like this:
		<!-- 2020-09 -->
		<profile>
			<id>platform-2020-09</id>
			<activation>
				<property>
					<name>platform-version-name</name>
					<value>2020-09</value>
				</property>
			</activation>
			<properties>
				<eclipse-site>http://download.eclipse.org/releases/2020-09</eclipse-site>
				<platform-version>[4.8,5.2)</platform-version>
				<platform-version-name>2020-09</platform-version-name>
				<eclipse.orbit.url>https://download.eclipse.org/tools/orbit/S-builds/S20200727174946/repository</eclipse.orbit.url>
				<!--  S20200727174946 I20200807105332 -->				 
			</properties>
			<!-- 
			<build>
				<plugins>
					<plugin>
					    <groupId>org.eclipse.tycho</groupId>
					    <artifactId>tycho-surefire-plugin</artifactId>
					    <version>${tycho-version}</version>
						<configuration>
							<useUIThread>false</useUIThread>
						</configuration>
					</plugin>
				</plugins>
			</build>
			 -->
		</profile>
But nothing for 2022-06...

On 27.05.2022 18:27, Ralph Soika wrote:

Hello,

I run into a strange problem with my nightly Build job in jenkins. The job always failed after more than 1 hour with the following message:

[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.bpmn2:org.eclipse.bpmn2:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-modeler.nightly/org.eclipse.bpmn2/pom.xml
[ERROR] Internal error: java.lang.RuntimeException: Invalid repository URL: ${eclipse-site}: no protocol: ${eclipse-site} -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Invalid repository URL: ${eclipse-site}

The project code seems to be ok. I can build the project locally with maven without any problem:

$mvn clean install -Pplatform-2022-06,sign

From the error message it looks like Maven did not resolve the maven property <eclipse-site>. But this property is set even if the maven profile is not used (I had the suspicion that Jenkins ignores my maven profile setting).

See details here: https://ci.eclipse.org/bpmn2/job/bpmn2-modeler.nightly/134/


Can someone give a hint what root of the problem could be?

Thanks for any help


===
Ralph






--

Imixs Software Solutions GmbH
Web: www.imixs.com Phone: +49 (0)89-452136 16
Timezone: Europe/Berlin - CET/CEST
Office: Agnes-Pockels-Bogen 1, 80992 München
Registergericht: Amtsgericht Muenchen, HRB 136045
Geschaeftsführer: Gaby Heinle u. Ralph Soika

Imixs is an open source company, read more: www.imixs.org


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
--

Imixs Software Solutions GmbH
Web: www.imixs.com Phone: +49 (0)89-452136 16
Timezone: Europe/Berlin - CET/CEST
Office: Agnes-Pockels-Bogen 1, 80992 München
Registergericht: Amtsgericht Muenchen, HRB 136045
Geschaeftsführer: Gaby Heinle u. Ralph Soika

Imixs is an open source company, read more: www.imixs.org


Back to the top