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

   ### Issue description
   
   This only occurs when in a grails application directory.  If in any other 
directory the profile load correctly.
   
   After generating an application via
   
   ./grails create-app Test1
   
   then either starting interactive mode (./grails) or running another command 
such ./grails list-profiles
   
   ```
   grails list-profiles --stacktrace
   | 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:525)
           at 
org.grails.cli.GrailsCli.initializeApplication(GrailsCli.groovy:309)
           at org.grails.cli.GrailsCli.execute(GrailsCli.groovy:272)
           at org.grails.cli.GrailsCli.main(GrailsCli.groovy:162)
   | Error Error occurred running Grails CLI: No profile found for name [web].
   ```


-- 
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