Long-time Java developer, trying the Eclipse for Scout application. Following initial tutorial. Creating the project fails with this stack trace. Instructions are very simple, accept the defaults and Finish.

There is a Maven Console that populates during the build, but it's cleared when the build fails.

The project has this pom.xml:

<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.scout</groupId> <artifactId>maven_rt_plugin_config-master</artifactId> <version>26.1.0</version> <relativePath/> </parent> <groupId>org.eclipse.scout.apps</groupId> <artifactId>helloscout-root</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>helloscout</module> <module>helloscout.shared</module> <module>helloscout.server</module> <module>helloscout.client</module> <module>helloscout.server.app</module> <module>helloscout.server.app.image</module> <module>helloscout.server.app.zip</module> <module>helloscout.server.app.dev</module> <module>helloscout.ui.html</module> <module>helloscout.ui.html.app</module> <module>helloscout.ui.html.app.image</module> <module>helloscout.ui.html.app.zip</module> <module>helloscout.ui.html.app.dev</module> </modules> </project> Eclipse: Version: 2026-03 (4.39.0) Build id: 20260305-0817 C:\>node -v v25.9.0 C:\>npm -v 11.13.0 Plugins (among many m2e plugins): Eclipse.org - m2e M2E Maven Integration for Eclipse Core 2.7.700.20260205-1611 org.eclipse.m2e.core Eclipse.org - m2e M2E Maven Integration for Eclipse UI 2.4.101.20251127-1007 org.eclipse.m2e.core.ui org.eclipse.scout.sdk.core.util.SdkException: Unable to create Scout Project. at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.accept(ScoutProjectNewOperation.java:86) at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.accept(ScoutProjectNewOperation.java:60) at org.eclipse.scout.sdk.s2e.ui.wizard.WizardFinishTask.accept(WizardFinishTask.java:47) at org.eclipse.scout.sdk.s2e.ui.wizard.WizardFinishTask.accept(WizardFinishTask.java:27) at org.eclipse.scout.sdk.s2e.environment.EclipseEnvironment.lambda$runInEclipseEnvironment$0(EclipseEnvironment.java:398) at org.eclipse.scout.sdk.s2e.environment.EclipseEnvironment.lambda$callInEclipseEnvironment$0(EclipseEnvironment.java:420) at org.eclipse.scout.sdk.s2e.environment.OperationJob.executeWithWorkingCopyManager(OperationJob.java:51) at org.eclipse.scout.sdk.s2e.environment.OperationJob.lambda$execute$0(OperationJob.java:46) at org.eclipse.scout.sdk.s2e.environment.WorkingCopyManager.lambda$runWithWorkingCopyManager$0(WorkingCopyManager.java:81) at org.eclipse.scout.sdk.core.util.CoreUtils.callInContext(CoreUtils.java:281) at org.eclipse.scout.sdk.s2e.environment.WorkingCopyManager.runWithWorkingCopyManager(WorkingCopyManager.java:80) at org.eclipse.scout.sdk.s2e.environment.WorkingCopyManager.runWithWorkingCopyManager(WorkingCopyManager.java:71) at org.eclipse.scout.sdk.s2e.environment.OperationJob.execute(OperationJob.java:46) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.runInternal(AbstractJob.java:173) at org.eclipse.scout.sdk.s2e.environment.AbstractJob.run(AbstractJob.java:140) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) Caused by: java.lang.IllegalArgumentException: Maven build failed with error code 1. See Maven Console for details. at org.eclipse.scout.sdk.core.util.Ensure.newFail(Ensure.java:346) at org.eclipse.scout.sdk.s2e.operation.MavenBuildOperation.accept(MavenBuildOperation.java:119) at org.eclipse.scout.sdk.s2e.operation.MavenBuildOperation$M2eMavenRunner.execute(MavenBuildOperation.java:356) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:75) at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:139) at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:77) at org.eclipse.scout.sdk.s2e.operation.project.ScoutProjectNewOperation.accept(ScoutProjectNewOperation.java:77) ... 15 more

Any ideas?

geofromkc's user avatar

4

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.