grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

'url-mappings-report' broken

Open matrei opened this issue 3 weeks ago • 0 comments

Issue description

Error message: Missing application class name and script name arguments

mattias@mattias-z4-linux:~/Projects/GitHub/matrei$ grails -v
| Grails Version: 7.0.4
| JVM Version: 17.0.15
mattias@mattias-z4-linux:~/Projects/GitHub/matrei$ grails create-app url-mappings-test
Resolving dependencies....
| Application created at /home/mattias/Projects/GitHub/matrei/url-mappings-test
mattias@mattias-z4-linux:~/Projects/GitHub/matrei$ cd url-mappings-test/
mattias@mattias-z4-linux:~/Projects/GitHub/matrei/url-mappings-test$ grails url-mappings-report
| Resolving Dependencies. Please wait...

[Incubating] Problems report is available at: file:///home/mattias/Projects/GitHub/matrei/url-mappings-test/build/reports/problems/problems-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

CONFIGURE SUCCESSFUL in 3s

> Task :urlMappingsReport FAILED

[Incubating] Problems report is available at: file:///home/mattias/Projects/GitHub/matrei/url-mappings-test/build/reports/problems/problems-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
5 actionable tasks: 5 executed
<-------------> 0% WAITING
> IDLE
Missing application class name and script name arguments

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':urlMappingsReport'.
> Process 'command '/home/mattias/.sdkman/candidates/java/17.0.15-librca/bin/java'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
| Error Command [url-mappings-report] error: Could not execute build using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-8.14.3-bin.zip'. (Use --stacktrace to see the full trace)

matrei avatar Dec 12 '25 14:12 matrei