Hi
I'm running into into problems when STS (I think) resolves Grails dependencies. After clicking refresh dependencies it hangs for a while but later exits with a timeout related error message.
I'm sitting behind a corporate firewall but have proxy settings configured correctly and have settings.xml updated to point to our internal Nexus repo. I can access the outside world just fine when updating eclipse plugins etc.
When running via the command line my app starts up just fine and dependencies seems to be resolved.
I'm using STS 2.8.1.RELEASE and have installed the latest updates. I've tried using both Grails 2.0 and 1.3.7 .
Error messages:
Code:The command 'C:\dev\java\jdk1.6.0_21\bin\javaw.exe (19 Jan 2012 08:37:53)' was terminated because it didn't produce new output for some time. See details for the output produced so far. If you think the command simply needed more time, you can increase the time limit in the Grails preferences page. See menu Windows >> Preferences >> Grails >> Launch ------System.out:----------- Welcome to Grails 1.3.7 - http://grails.org/ Licensed under Apache Standard License 2.0 Grails home is set to: C:\dev\tools\grails-1.3.7\ Base Directory: C:\dev\workspaces\playground\app Resolving dependencies... ------System.err:----------- Terminating process: Timeout: no new output for 60000 millisecondsI've tried upping the timeout but same error message.Code:The command 'C:\dev\java\jdk1.6.0_21\bin\javaw.exe (19 Jan 2012 08:54:14)' was terminated because it didn't produce new output for some time. See details for the output produced so far. If you think the command simply needed more time, you can increase the time limit in the Grails preferences page. See menu Windows >> Preferences >> Grails >> Launch ------System.out:----------- | Loading Grails 2.0.0 | Configuring classpath | Downloading: jtds-1.2.5.pom.sha1 ------System.err:----------- Terminating process: Timeout: no new output for 60000 milliseconds
Cheers,
Micke


Reply With Quote
