PDA

View Full Version : Grails STS 2.5.0 Bug on 64bit Linux



Jabberz
Nov 1st, 2010, 11:36 AM
I've encountered an issue running the latest STS 2.5.0 release with Grails extensions on my new Ubuntu 64 bit setup. This is not repeatable on a similar 32 bit configuration on Ubuntu.

The issue appears to be TomcatServer.groovy line 439, the findClass method in PArentDelegatingClassLoader.

The error is:
Groovy:The class java.lang.Class refers to the class java.lang.Class and uses 1 parameters, but the referred class takes no parameters.

The 32 bit setup uses the Sun JDK 1.6.0.22, and the 64 bit does as well (64 bit Sun JDK).

Note that this error is non-blocking, meaning can create a grails project, and run it without bombing out, however it does come up as an error-level error in Eclipse, meaning I have to delete the error-marker or get lots of "proceed with error" messages.

Jabberz
Nov 1st, 2010, 11:40 AM
I've also tested with OpenJDK 1.6.0 that comes with Ubuntu, and same issue.

So, likely an STS environmental error.

pledbrook
Nov 2nd, 2010, 05:11 AM
You might want to consider raising this in the Spring Development Tools forum.