You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've attempted to modify the logging.properties to DEBUG for all entries in the /var/.../hello-glide/app/WEB-INF directory and relaunched, but no additional info was printed.
Is there something missing from my setup? Or is there a way I can diagnose the problem better?
Thanks,
Will
FYI:
OSX 10.9.4
Java 1.7.0_67
Glide version : 0.3.4 build : 6/09/14 10:45:49 AM
The text was updated successfully, but these errors were encountered:
Alright I worked out the problem. As you've stated in the docs, glide should download the GAE SDK the first time, and I wasn't waiting long enough on a 4G connection. It ended up that running Gradle sorted out this dependency for me.
Can I suggest that perhaps glide could report the resolution of dependencies as a stage in the launch process?
Hi @brass-kazoo. Thanks for taking out time to open the issue. I know this problem ends up in a really bad developer experience as there is no status currently being shown for the downloads happening in the background. I had opened issue #7 for the exact same reason.
The reason that there is not feedback on console is glide eats up all the logs that gradle API generates just to not confuse the user, but this works against glide in the first run.
I'll try to think about ways to fix this. In the mean time feel free to drop any suggestions you may have.
Hi,
I'm trying to get Glide up and running with the aim of building a small app for GAE.
I've installed from source with the install script as per the docs, and followed the quickstart guide to create the hello-glide app:
Glide launches, and reports
...but nothing else, and http://localhost:8080 doesn't connect to anything.
I've attempted to modify the logging.properties to DEBUG for all entries in the
/var/.../hello-glide/app/WEB-INF
directory and relaunched, but no additional info was printed.Is there something missing from my setup? Or is there a way I can diagnose the problem better?
Thanks,
Will
FYI:
OSX 10.9.4
Java 1.7.0_67
Glide version : 0.3.4 build : 6/09/14 10:45:49 AM
The text was updated successfully, but these errors were encountered: