im stuck with a fresh installation of GGTS 3.1 64 bit on my ubuntu 12.04 development machine.
creating a new grails project always results in a timeout:
i tried:Code:The command '/usr/lib/jvm/java-6-openjdk-amd64/bin/java (14.11.2012 12:24:11)' 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.1.1 | Configuring classpath. | Environment set to development..... | Installing zip tomcat-2.1.1.zip..... | Installed plugin tomcat-2.1.1 | Resolving plugin JAR dependencies..... | Installing zip cache-1.0.0.zip..... | Installed plugin cache-1.0.0 | Resolving plugin JAR dependencies... | Installing zip hibernate-2.1.1.zip..... | Installed plugin hibernate-2.1.1 | Resolving plugin JAR dependencies... | Installing zip jquery-1.8.0.zip..... | Installed plugin jquery-1.8.0 | Resolving plugin JAR dependencies... | Installing zip resources-1.1.6.zip..... | Installed plugin resources-1.1.6 | Resolving plugin JAR dependencies... | Installing zip database-migration-1.1.zip..... | Installed plugin database-migration-1.1 | Resolving plugin JAR dependencies | Downloading: liquibase-core-2.0.5.pom.sha1 | Downloading: liquibase-parent-2.0.5.pom.sha1 ------System.err:----------- Terminating process: Timeout: no new output for 60000 milliseconds
- deleting ~/.grails
- redownload && reinstall GGTS
- creating a grails plugin project - works
- install GGTS on two notebooks (Ubuntu 12.10 64 and MacOSX 10.6) - same errors
all the machines have at least 8GB RAM and SSDs, i saw no big cpu load.
questions:
- i saw the GGTS package as complete, groovy & grails is included - did i get that wrong ?
- where did i go wrong ?
thx in advance.


Reply With Quote
