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

   ### Expected Behavior
   
   `./grailsw` should run without error.
   
   ### Actual Behaviour
   
   ```console
   ~/Downloads/wrapper-demo$ ./grailsw --stacktrace
   | Resolving Dependencies. Please wait...
   
   [Incubating] Problems report is available at: 
file:///home/mattias/Downloads/wrapper-demo/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/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.
   
   CONFIGURE SUCCESSFUL in 10s
   | Error Error occurred running Grails CLI: No profile found for name [web]. 
(NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
   java.lang.IllegalStateException: No profile found for name [web].
           at org.grails.cli.GrailsCli.initializeProfile(GrailsCli.groovy:519)
           at 
org.grails.cli.GrailsCli.initializeApplication(GrailsCli.groovy:307)
           at org.grails.cli.GrailsCli.execute(GrailsCli.groovy:270)
           at org.grails.cli.GrailsCli.main(GrailsCli.groovy:160)
           at grails.init.RunCommand.main(RunCommand.groovy:55)
           at grails.init.Start.main(Start.java:117)
   | Error Error occurred running Grails CLI: No profile found for name [web].
   ```
   
   ### Steps To Reproduce
   
   Download and extract a `7.0.0-SNAPSHOT` project from [Grails 
Forge](https://start.grails.org).
   cd into the extracted project folder and execute `./grailsw --stacktrace`.
   
   ### Environment Information
   
   OS: Linux
   Java: 17
   
   ### Example Application
   
   _No response_
   
   ### Version
   
   7.0.0-SNAPSHOT


-- 
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: commits-unsubscr...@grails.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to