grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.76k stars 951 forks source link

GRAILS-1735: 1.0-RC1 hangs after domain change in development mode #7410

Closed graemerocher closed 8 years ago

graemerocher commented 16 years ago

Original Reporter: pgampel Environment: OSX 10.4.10, MySQL 5.0.45 Version: 1.0-RC1 Migrated From: http://jira.grails.org/browse/GRAILS-1735

After making any domain change and saving, the auto-reloader kicks in and does a recompile, but the web server hangs. Restarting grails fixes the problem.

Compiling 1 source files to /Users/user/.grails/1.0-RC1/projects/appname/classes 2007-10-21 11:53:06.108:/IOS:INFO: Destroying Spring FrameworkServlet 'grails' [339614] hibernate.ConfigurableLocalSessionFactoryBean Closing Hibernate SessionFactory 2007-10-21 11:53:06.110:/IOS:INFO: Destroying Spring FrameworkServlet 'grails-errorhandler' 2007-10-21 11:53:06.111:/IOS:INFO: Closing Spring root WebApplicationContext 2007-10-21 11:53:06.111:/IOS:INFO: Shutting down Log4J 2007-10-21 11:53:06.155::INFO: jetty-6.1.4 2007-10-21 11:53:06.480:/IOS:INFO: Set web app root system property: 'appname' = [/Users/user/appname/web-app/] 2007-10-21 11:53:06.481:/IOS:INFO: Initializing Log4J from [/Users/user/appname/web-app/WEB-INF/classes/log4j.properties] 2007-10-21 11:53:06.483:/IOS:INFO: Initializing Spring root WebApplicationContext

graemerocher commented 16 years ago

johan1 said: Same issue on WinXP 5.1.2600 with MySQL 5.0.41, Eclipse 3.3. So this seems to be a general issue.

graemerocher commented 13 years ago

graemerocher said: Bulk closing bunch of resolved issues