Note that there are some explanatory texts on larger screens.

plurals
  1. PODisplay and Expression Views are giving errors
    primarykey
    data
    text
    <p>I am using SpringSource Tool Suite 2.9.2 and Grails 2.0.3. I am trying to use the Expressions and Display windows, but both are giving me errors.</p> <p>The Expression Window says: </p> <blockquote> <p>org.eclipse.debug.core.DebugException: com.sun.jdi.ObjectCollectedException occurred retrieving type</p> </blockquote> <p>This message is different sometimes and says it could not get the right types as if I didn't include packages.</p> <p>The Display Window says: </p> <blockquote> <p>"Evaluation failed. Reason(s): An exception occurred durring evaluation."</p> </blockquote> <p>Anyone have any idea what is going on? </p> <p>EDIT: Andrew, all of those items in the Preferences were checked with the exception of "Enable extra Groovy debug support on <em>all</em> projects (not just Groovy projects)." which I checked.</p> <p>I still get the error, and for some reason nothing is showing up in the log, but the Expressions opens a sub window that says:</p> <blockquote> <p>See error log: startup failed: <em>_</em>_Eval.groovy: 7: unable to resolve class mydomain.User @ line 7, column 23. import mydomain.User; ^</p> <p>1 error</p> </blockquote> <p>Something that is probably relevant: This import is the 3rd domain import on the page. The other two that look like they are working are in the "domain" folder in my "grails-app" folder, but the one that is not working is in "src/groovy" as the project is using Hibernate.xml files. I would expect the Expressions to work for either, but maybe this is the problem? </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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