Hi
I've just upgraded to STS 2.9.0 and I'm using Grails 2.0.1.
When starting the app using run-app (either via the command pop-up or Run Configuration) and there is an error the following happens:
1) Error page is correctly displayed with stack trace and all
2) When navigating to another page (any page), the app spins into some infinite loop with stact traces.
This happens with the simplest of errors, for example missing an = sign after a html attribute.
I have to restart the app after every error that happens.
When starting the app via run-app in dos this problem doesn't happen.
Currently bad enough that unless it is something wrong with my setup I'll have to revert back to an older version of STS.
Message:
Exception Stack Trace:Code:An internal error occurred during: "Match Job".
Session Data:Code:java.lang.IllegalArgumentException: Path for project must have only one segment. at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63) at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:184) at com.springsource.sts.grails.ui.console.StackTraceConsoleLineTracker.findFile(StackTraceConsoleLineTracker.java:166) at com.springsource.sts.grails.ui.console.StackTraceConsoleLineTracker.createLinks(StackTraceConsoleLineTracker.java:142) at com.springsource.sts.grails.ui.console.StackTraceConsoleLineTracker.lineAppended(StackTraceConsoleLineTracker.java:116) at org.eclipse.debug.internal.ui.views.console.ConsoleLineNotifier.lineAppended(ConsoleLineNotifier.java:126) at org.eclipse.debug.internal.ui.views.console.ConsoleLineNotifier.matchFound(ConsoleLineNotifier.java:118) at org.eclipse.ui.internal.console.ConsolePatternMatcher$MatchJob.run(ConsolePatternMatcher.java:133) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Cheers,Code:eclipse.buildId=2.9.0.201203011000-RELEASE java.version=1.6.0_25 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_GB Framework arguments: -product com.springsource.sts.ide Command-line arguments: -os win32 -ws win32 -arch x86_64 -product com.springsource.sts.ide
Micke


Reply With Quote
