Roberto Guerra

Results 13 comments of Roberto Guerra

This is a screenshot of the pop up. Also appears after the computer hibernates and I resume working. ![screen shot 2017-07-11 at 16 39 39](https://user-images.githubusercontent.com/1095741/28094020-a08aecdc-6657-11e7-8aef-c3ae86bb2791.png)

I need to replace my battery, for what its worth, I don't have this issue with gradle.

Sure, I'll just remove some sensitive details and upload it. Thank you for your patience.

Here is the sample project https://github.com/uris77/hubspot-kobalt

BTW, this is the rest of the stack trace: ``` at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at java.lang.Class.privateGetDeclaredMethods(Class.java:2451) at java.lang.Class.getDeclaredMethods(Class.java:1810) at org.codehaus.groovy.util.LazyReference.getLocked(LazyReference.java:46) at org.codehaus.groovy.util.LazyReference.get(LazyReference.java:33) at grails.plugin.gson.converters.GSON.render(GSON.groovy:57)...

Try it with ``` grails prod run-war ``` It is what we used to replicate it in our dev environment.

I'm experiencing the same problems.

I get the same behavior with that. I created a repo that shows this in action: https://github.com/uris77/my-fx

I've increased the time the application stays up by re-writing `run.clj` but leaving out the require of `bootstrap.clj`. I noticed it is also pulled in by other namespaces. Is there...

Nevermind my previous comment about disabling `bootstrap` globally. I realized that is a bad idea.