Note that there are some explanatory texts on larger screens.

plurals
  1. POGrails Development environment consistently exits with error
    text
    copied!<p>This error seems to only occur in the development environment after a certain period of time has passed. The solution is simply to run-app again from the terminal, but it seems a bit annoying and I wanted to see if anyone can find out why this is happening.</p> <p>Here is the error message:</p> <pre><code>2011-06-02 12:24:00,360 [main] ERROR context.GrailsContextLoader - Error executing bootstraps: Error creating bean with name 'upaySite': Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: Name upaySite is not bound in this Context org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'upaySite': Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: Name upaySite is not bound in this Context at org.grails.tomcat.TomcatServer.start(TomcatServer.groovy:215) at grails.web.container.EmbeddableServer$start.call(Unknown Source) at grails.web.container.EmbeddableServer$start.call(Unknown Source) at _GrailsRun_groovy$_run_closure5_closure12.doCall(_GrailsRun_groovy:158) at _GrailsRun_groovy$_run_closure5_closure12.doCall(_GrailsRun_groovy) at _GrailsSettings_groovy$_run_closure10.doCall(_GrailsSettings_groovy:280) at _GrailsSettings_groovy$_run_closure10.call(_GrailsSettings_groovy) at _GrailsRun_groovy$_run_closure5.doCall(_GrailsRun_groovy:149) at _GrailsRun_groovy$_run_closure5.call(_GrailsRun_groovy) at _GrailsRun_groovy.runInline(_GrailsRun_groovy:116) at _GrailsRun_groovy.this$4$runInline(_GrailsRun_groovy) at _GrailsRun_groovy$_run_closure1.doCall(_GrailsRun_groovy:59) at _GrailsRun_groovy$_run_closure8_closure14.doCall(_GrailsRun_groovy:263) at _GrailsRun_groovy$_run_closure8_closure14.doCall(_GrailsRun_groovy) at _GrailsPackage_groovy$_run_closure8.doCall(_GrailsPackage_groovy:299) at _GrailsPackage_groovy$_run_closure8.call(_GrailsPackage_groovy) at _GrailsRun_groovy$_run_closure8.doCall(_GrailsRun_groovy:245) at RunApp$_run_closure1.doCall(RunApp:35) at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:427) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:415) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.executeTargets(Gant.groovy:590) at gant.Gant.executeTargets(Gant.groovy:589) Caused by: javax.naming.NameNotFoundException: Name upaySite is not bound in this Context at org.apache.naming.NamingContext.lookup(NamingContext.java:770) at org.apache.naming.NamingContext.lookup(NamingContext.java:140) at org.apache.naming.NamingContext.lookup(NamingContext.java:781) at org.apache.naming.NamingContext.lookup(NamingContext.java:140) at org.apache.naming.NamingContext.lookup(NamingContext.java:781) at org.apache.naming.NamingContext.lookup(NamingContext.java:153) at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137) at javax.naming.InitialContext.lookup(InitialContext.java:409) ... 29 more Application context shutting down... Application context shutdown. </code></pre> <p>As I mentioned before the application runs perfectly fine... but after a period of time it shuts down and I see this message. I'm wondering what it means and how to fix it.</p> <p>Your help is greatly appreciated, -Asaf</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload