matrei opened a new issue, #15286:
URL: https://github.com/apache/grails-core/issues/15286

   ### Issue description
   
   _**Error message:**_ **Missing application class name and script name 
arguments**
   
   ```console
   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)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to