History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-1735
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Graeme Rocher
Reporter: Paul Gampel
Votes: 3
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

1.0-RC1 hangs after domain change in development mode

Created: 23/Oct/07 03:24 AM   Updated: 13/Nov/07 04:51 AM
Component/s: None
Affects Version/s: 1.0-RC1
Fix Version/s: 1.0-RC2

Time Tracking:
Not Specified

Environment: OSX 10.4.10, MySQL 5.0.45


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
johan1 - 03/Nov/07 07:54 AM
Same issue on WinXP 5.1.2600 with MySQL 5.0.41, Eclipse 3.3. So this seems to be a general issue.