|
Hi there,
Are there any known issues running Grails on openjdk? I personally experienced a major issue. Basically mongodb plugin and withCriteria would not return domain objects, instead will return raw results(maps)... like those when Domain.collection.find() is used... I didn't realize initially this but after uninstalling openjdk and installing sunjdk 1.6 it worked as it was expected...
I don't know perhaps because of our app's specific this happened.. we are still using mongodb M6.1 and cannot upgrade to latest because it started to use DBrefs... which breaks our existing collections...but this is another issue.
PS: Grails 1.3.7, Fedora 16, 64bit, openjdk 1.6 from repos...
|
|
We have not had any luck whatsoever even getting a grails app to start on
openjdk. Just my 2 cents. -Brian From: Octavian Covalschi [mailto:[hidden email]] Sent: Monday, February 13, 2012 8:24 AM To: [hidden email] Subject: [grails-user] Grails on openjdk Hi there, Are there any known issues running Grails on openjdk? I personally experienced a major issue. Basically mongodb plugin and withCriteria would not return domain objects, instead will return raw results(maps)... like those when Domain.collection.find() is used... I didn't realize initially this but after uninstalling openjdk and installing sunjdk 1.6 it worked as it was expected... I don't know perhaps because of our app's specific this happened.. we are still using mongodb M6.1 and cannot upgrade to latest because it started to use DBrefs... which breaks our existing collections...but this is another issue. PS: Grails 1.3.7, Fedora 16, 64bit, openjdk 1.6 from repos... --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
we used to run our app on openjdk and did this successfully for a while, but some time ago, we had to use some sun-jdk specific classes for image manipulation, and then we had to abandon it.
[]s,
On Mon, Feb 13, 2012 at 1:35 PM, Brian Saville <[hidden email]> wrote: We have not had any luck whatsoever even getting a grails app to start on |
|
Thanks for your input guys...
On Mon, Feb 13, 2012 at 10:04 AM, Lucas F. A. Teixeira <[hidden email]> wrote: we used to run our app on openjdk and did this successfully for a while, but some time ago, we had to use some sun-jdk specific classes for image manipulation, and then we had to abandon it. |
|
We run on openjdk on oneiric. No problems so far.
Luis
On Mon, Feb 13, 2012 at 5:14 PM, Octavian Covalschi <[hidden email]> wrote: Thanks for your input guys... |
|
Glassfish does not even start in openJDK :-)
-Oliver On Mon, Feb 13, 2012 at 5:49 PM, Luis Arias <[hidden email]> wrote: > We run on openjdk on oneiric. No problems so far. > > Luis > > > On Mon, Feb 13, 2012 at 5:14 PM, Octavian Covalschi > <[hidden email]> wrote: >> >> Thanks for your input guys... >> >> >> On Mon, Feb 13, 2012 at 10:04 AM, Lucas F. A. Teixeira >> <[hidden email]> wrote: >>> >>> we used to run our app on openjdk and did this successfully for a while, >>> but some time ago, we had to use some sun-jdk specific classes for image >>> manipulation, and then we had to abandon it. >>> >>> []s, >>> >>> Lucas Teixeira >>> >>> >>> >>> On Mon, Feb 13, 2012 at 1:35 PM, Brian Saville >>> <[hidden email]> wrote: >>>> >>>> We have not had any luck whatsoever even getting a grails app to start >>>> on >>>> openjdk. Just my 2 cents. >>>> >>>> -Brian >>>> >>>> From: Octavian Covalschi [mailto:[hidden email]] >>>> Sent: Monday, February 13, 2012 8:24 AM >>>> To: [hidden email] >>>> Subject: [grails-user] Grails on openjdk >>>> >>>> Hi there, >>>> >>>> Are there any known issues running Grails on openjdk? >>>> >>>> I personally experienced a major issue. Basically mongodb plugin and >>>> withCriteria would not return domain objects, instead will return raw >>>> results(maps)... like those when Domain.collection.find() is used... I >>>> didn't realize initially this but after uninstalling openjdk and >>>> installing sunjdk 1.6 it worked as it was expected... >>>> >>>> I don't know perhaps because of our app's specific this happened.. we >>>> are >>>> still using mongodb M6.1 and cannot upgrade to latest because it started >>>> to use DBrefs... which breaks our existing collections...but this is >>>> another issue. >>>> >>>> PS: Grails 1.3.7, Fedora 16, 64bit, openjdk 1.6 from repos... >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe from this list, please visit: >>>> >>>> http://xircles.codehaus.org/manage_email >>>> >>>> >>> >> > -- ***** Oliver Tynes Developer Uni CIPR -- www.cipr.uni.no 55588266 ***** --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by kaaloo
|
|
In reply to this post by Octavian Covalschi
We tried open OpenJDK on AWS as it came as a default install on some of the AMI.
CPU was running 95%. Then we install SUN JDK. The CPU has been maxing at 25%. So stick with SUN JDK. |
|
In reply to this post by Octavian Covalschi
We had several problems running Grails in AWS/Linux (which of course
uses OpenJDK thanks to Oracle changing the terms of the BCL back in Oct). We gave up after much hair-pulling and installed OracleJDK and things seem much better. Btw, the Grails error msgs (regardless of JDK) are really, really bad and not informative at all... but that's another thread. Frank G. On 2/13/12 10:23 AM, Octavian Covalschi wrote: > Hi there, > > Are there any known issues running Grails on openjdk? > > I personally experienced a major issue. Basically mongodb plugin and > withCriteria would not return domain objects, instead will return raw > results(maps)... like those when Domain.collection.find() is used... > I didn't realize initially this but after uninstalling openjdk and > installing sunjdk 1.6 it worked as it was expected... > > I don't know perhaps because of our app's specific this happened.. we > are still using mongodb M6.1 and cannot upgrade to latest because it > started to use DBrefs... which breaks our existing collections...but > this is another issue. > > PS: Grails 1.3.7, Fedora 16, 64bit, openjdk 1.6 from repos... --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
It's been reported that this issue occurs with openjdk:
http://jira.grails.org/browse/GPJODATIME-12 On Sun, Feb 26, 2012 at 5:48 PM, Frank Greco <[hidden email]> wrote: > We had several problems running Grails in AWS/Linux (which of course uses > OpenJDK thanks to Oracle changing the terms of the BCL back in Oct). We > gave up after much hair-pulling and installed OracleJDK and things seem much > better. > > Btw, the Grails error msgs (regardless of JDK) are really, really bad and > not informative at all... but that's another thread. > > Frank G. > > > > On 2/13/12 10:23 AM, Octavian Covalschi wrote: >> >> Hi there, >> >> Are there any known issues running Grails on openjdk? >> >> I personally experienced a major issue. Basically mongodb plugin and >> withCriteria would not return domain objects, instead will return raw >> results(maps)... like those when Domain.collection.find() is used... I >> didn't realize initially this but after uninstalling openjdk and installing >> sunjdk 1.6 it worked as it was expected... >> >> I don't know perhaps because of our app's specific this happened.. we are >> still using mongodb M6.1 and cannot upgrade to latest because it started to >> use DBrefs... which breaks our existing collections...but this is another >> issue. >> >> PS: Grails 1.3.7, Fedora 16, 64bit, openjdk 1.6 from repos... > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Powered by Nabble | Edit this page |
