-
-
Notifications
You must be signed in to change notification settings - Fork 967
Closed
Milestone
Description
Task List
- Steps to reproduce provided
- Stacktrace (if present) provided
- Example that reproduces the problem uploaded to Github
- Full description of the issue provided (see below)
Steps to Reproduce
- grails create-app foobar
- cd foobar
- remove war plugin from build.gradle
- gradle assemble
- java -jar build/libs/foobar-0.1.jar
- open http://localhost:8080 in browser
Expected Behaviour
See standard Grails page for any new app
Actual Behaviour
HTTP Status 500 - Internal Error page in browser
Stacktrace in console (attached)
Environment Information
- MacOSX Mojave
- 4.0.0.M1
- JDK 8u201 and 11.0.2
stacktrace.txt
Example Application
- TODO: link to github repository with example that reproduces the issue