Coder Social home page Coder Social logo

grails-website's People

Contributors

aldrinm avatar alxndrsn avatar bobbywarner avatar chiquitinxx avatar colinharrington avatar craigburke avatar dhighwayman avatar fedotxxl avatar graemerocher avatar ilopmar avatar jameskleeh avatar jeffthms avatar kenliu avatar lhotari avatar loxal avatar mathifonseca avatar mauk81 avatar morkku avatar mrhaki avatar pledbrook avatar puneetbehl avatar rabdill avatar rhyolight avatar rpalcolea avatar rwinch avatar sdelamo avatar sheehan avatar smaldini avatar zyro23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grails-website's Issues

NoClassDefFoundError when using the grails wrapper

When checking out a clean fork of this repository and running:
./grailsw compile

I got the following error:

...Extracting /Users/nicholas/.grails/wrapper/grails-2.2.3-download.zip to /Users/nicholas/.grails/wrapper/2.2.3
Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/tools/RootLoader
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
    at java.lang.Class.getMethod0(Class.java:2764)
    at java.lang.Class.getMethod(Class.java:1653)
    at org.grails.wrapper.GrailsWrapper.main(GrailsWrapper.java:90)
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.tools.RootLoader
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 5 more

I'm on Mac OS X 10.9, java 1.7.0_25-b15. Everything seems to work fine when I use my own grails installation.

Fresh git clone and "./grailsw compile" java.lang.ClassNotFoundException: org.codehaus.groovy.tools.RootLoader

./grailsw compile
Downloading http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.2.3.zip to /Users/kenson/.grails/wrapper/grails-2.2.3-download.zip
..........
Extracting /Users/kenson/.grails/wrapper/grails-2.2.3-download.zip to /Users/kenson/.grails/wrapper/2.2.3
Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/tools/RootLoader
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2475)
at java.lang.Class.getMethod0(Class.java:2718)
at java.lang.Class.getMethod(Class.java:1630)
at org.grails.wrapper.GrailsWrapper.main(GrailsWrapper.java:90)
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.tools.RootLoader
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 5 more

Tried on both Windows 7 and OSX 10.8.

Incorrect version of plugin displayed

In the case of the taggable plugin, the plugin's page indicates that the current version is 1.0.1, but it is in fact 1.1.0.

You can verify this by running grails plugin-info taggable, which outputs the following:

--------------------------------------------------------------------------
Information about Grails plugin
--------------------------------------------------------------------------
Name: taggable  | Latest release: 1.1.0
--------------------------------------------------------------------------
Taggable Plugin
--------------------------------------------------------------------------

No way to assign existing account to new oauth account based on email

grails.org supports login based on either username or email. and supports linking fb oauth to existing account.

However when linking oauth account to existing account it needs username, while linking, it doesnt let me login with my email. My account doesn't have a username, i login with email and i dont see any way to set/update username once logged in with email.

While linking, it should be possible to login with either username or email. Or it should be possible to set username, once logged in.

Unit and Integration tests fail

Running grails test-app unit: integration: I get a number of failures such as:

| Failure:  Test listing supported plugins with offset, limit and total(org.grails.plugin.PluginServiceSpec)
|  org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'Tue Jun 12 15:46:12 EAT 2007' with class 'java.util.Date' to class 'org.joda.time.DateTime'
    at grails.buildtestdata.DomainInstanceBuilder.setDomainPropertyValue(DomainInstanceBuilder.groovy:164)
    at grails.buildtestdata.DomainInstanceBuilder.populateInstance_closure4(DomainInstanceBuilder.groovy:142)
    at grails.buildtestdata.DomainInstanceBuilder.populateInstance(DomainInstanceBuilder.groovy:141)
    at grails.buildtestdata.DomainInstanceBuilder.build(DomainInstanceBuilder.groovy:129)
    at grails.buildtestdata.DomainInstanceBuilder.build(DomainInstanceBuilder.groovy:128)
    at grails.buildtestdata.BuildTestDataService.addBuildMethods_closure5(BuildTestDataService.groovy:46)
    at org.grails.plugin.PluginServiceSpec.setup(PluginServiceSpec.groovy:20)

and

| Running 41 spock tests... 41 of 41
| Failure:  Test plugin update event processing(org.grails.plugin.PluginUpdateServiceSpec)
|  org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'AUTO' with class 'org.hibernate.FlushMode' to class 'javax.persistence.FlushModeType'
    at org.grails.plugin.PluginUpdateService.onApplicationEvent_closure1(PluginUpdateService.groovy:71)
    at org.grails.datastore.gorm.GormStaticApi.withSession_closure19(GormStaticApi.groovy:648)
    at org.grails.datastore.mapping.core.DatastoreUtils.execute(DatastoreUtils.java:301)
    at org.grails.datastore.gorm.AbstractDatastoreApi.execute(AbstractDatastoreApi.groovy:34)
    at org.grails.datastore.gorm.GormStaticApi.withSession(GormStaticApi.groovy:647)
    at org.grails.plugin.PluginUpdateService.onApplicationEvent(PluginUpdateService.groovy:57)
    at org.grails.plugin.PluginUpdateServiceSpec.Test plugin update event processing(PluginUpdateServiceSpec.groovy:76)

and

| Running 53 unit tests... 46 of 53
| Failure:  testHomePopulatesFeaturedPluginsByDefault(org.grails.plugin.PluginControllerTests)
|  groovy.lang.MissingMethodException: No signature of method: org.grails.taggable.Tag.withDatastoreSession() is applicable for argument types: () values: []
Possible solutions: withDatastoreSession(groovy.lang.Closure)
    at grails.gorm.DetachedCriteria.withPopulatedQuery(DetachedCriteria.groovy:873)
    at grails.gorm.DetachedCriteria.list(DetachedCriteria.groovy:638)
    at grails.gorm.DetachedCriteria.list(DetachedCriteria.groovy:637)
    at org.grails.plugin.PluginController.list(PluginController.groovy:73)
    at org.grails.plugin.PluginControllerTests.testHomePopulatesFeaturedPluginsByDefault(PluginControllerTests.groovy:48)

Is there something wrong with my config, or something wrong with the project itself?

NoClassDefFoundError

Hi! I'm trying to get this app running and I keep getting this error while trying to import it on GGTS

Fatal error during compilation java.lang.NoClassDefFoundError: com/icegreen/greenmail/util/GreenMail

Any Ideas?

can't update plugin's wiki description

When I tried to edit a plugin's wiki description, I was presented with the screen shown in the attached image. It was impossible to press the Update or Cancel buttons, even if I clicked on the part of the screen where they appeared.

I was able to workaround the issue by triggering the click of the Update button in the JavaScript console

$('#updatePlugin').click()

I tried Firefox and Chrome, but the problem occurs in both
screen shot 2014-09-02 at 18 10 54

Font icons not loading

Font icons don't seem to be loading properly. I'm getting nothing but blank boxes where the icons on buttons used to be. I'm seeing this on the plugin detail page, in particular. Here are the console errors:

Font from origin 'https://grails.org' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://grails.org' is therefore not allowed access. elasticsearch:1

Failed to load resource: the server responded with a status of 404 (Not Found) https://grails.org/static/pOs3lW8rfRE0lB0GLjdnRL7bp57mztmeknw0Ol95WIB.png

Failed to load resource: the server responded with a status of 404 (Not Found) https://grails.org/static/KyfMMV6MCxdwTELxGrqfAcZ6him1G1bVlwH0biUzgWT.png

2Font from origin 'https://grails.org' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://grails.org' is therefore not allowed access. 

redirect to plugin list broken

I saw that there were some changes to the UrlMapping recently, so this may be work in progress, but currently the redirect to the plugin list action are broken and are redirecting to /plugins/tag instead. That causes a 404, since there is no tag set.
I encountered this issue when omitting the query parameter in the plugin search field.
/plugins/search?q= redirects to /plugins/tag and not /plugins/list.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.