Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.3.7
-
Fix Version/s: None
-
Component/s: Commons
-
Labels:None
-
Environment:Windows 7 64-bit, Grails 1.3.7
Description
I created an _Events.groovy with the default IntelliJ template, and then got distracted and forgot about it. The attached grails application will silently exit after a grails run-app command, reporting no issues or errors.
-
Hide
- ExitNoError.zip
- 27/Oct/11 12:13 PM
- 171 kB
- Rob Elsner
-
- ExitNoError/.classpath 0.7 kB
- ExitNoError/.project 0.5 kB
- ExitNoError/.../org.codehaus.groovy.eclipse.preferences.prefs 0.1 kB
- ExitNoError/application.properties 0.2 kB
- ExitNoError/grails-app/.../BootStrap.groovy 0.1 kB
- ExitNoError/.../BuildConfig.groovy 1 kB
- ExitNoError/grails-app/.../Config.groovy 4 kB
- ExitNoError/grails-app/.../DataSource.groovy 0.8 kB
- ExitNoError/grails-app/.../resources.groovy 0.0 kB
- ExitNoError/.../UrlMappings.groovy 0.2 kB
- ExitNoError/.../messages.properties 3 kB
- ExitNoError/.../messages_da.properties 3 kB
- ExitNoError/.../messages_de.properties 4 kB
- ExitNoError/.../messages_es.properties 3 kB
- ExitNoError/.../messages_fr.properties 2 kB
- ExitNoError/.../messages_it.properties 2 kB
- ExitNoError/.../messages_ja.properties 2 kB
- ExitNoError/.../messages_nl.properties 3 kB
- ExitNoError/.../messages_pt_BR.properties 3 kB
- ExitNoError/.../messages_pt_PT.properties 3 kB
- ExitNoError/.../messages_ru.properties 4 kB
- ExitNoError/.../messages_th.properties 5 kB
- ExitNoError/.../messages_zh_CN.properties 2 kB
- ExitNoError/grails-app/views/error.gsp 2 kB
- ExitNoError/grails-app/views/index.gsp 4 kB
- ExitNoError/grails-app/.../layouts/main.gsp 0.8 kB
- ExitNoError/scripts/_Events.groovy 0.2 kB
- ExitNoError/web-app/css/main.css 5 kB
- ExitNoError/web-app/images/favicon.ico 10 kB
- ExitNoError/web-app/.../grails_logo.jpg 8 kB
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Hide
Peter Ledbrook
added a comment -
I'm setting this to critical because the user is left without any clue as to what the problem is. grails run-app simply quits with no error message and no stack trace. Note that I came across this issue with a different project and a different underlying problem (my dependency DSL was incorrect IIRC).
Show
Peter Ledbrook
added a comment - I'm setting this to critical because the user is left without any clue as to what the problem is. grails run-app simply quits with no error message and no stack trace. Note that I came across this issue with a different project and a different underlying problem (my dependency DSL was incorrect IIRC).
Hide
Graeme Rocher
added a comment -
Difficult to fix this one, the _Events script overrides the main target which makes the script do nothing
Show
Graeme Rocher
added a comment - Difficult to fix this one, the _Events script overrides the main target which makes the script do nothing
Also tried this on Linux so I don't think it's platform specific.