|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
0.5.5 issue: pluginContextPath on null objectThis has been mentioned in the recent "Grails 0.5.5 Released", but I think it warrants a new thread. A total so far of at least 4 people are experiencing this issue w/ 0.5.5, and it seems like a fairly major bug. Real easy to reproduce: #0: install the 0.5.5 release #1: grails create-app MyProj #2: grails create-domain-class ( now, start the app and go to http://localhost:8080/MyProj just to verify everything at this point is fine, then stop the app ) #3: grails create-controller Foo ...now, start the app again, go to http://localhost:8080/MyProj again, and you'll see: Message: Cannot get property: pluginContextPath on null object Caused by: Cannot get property: pluginContextPath on null object Class: JavascriptTagLib At Line: [62] --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: 0.5.5 issue: pluginContextPath on null objectOn Friday 15 June 2007 09:03:11 pm Corey wrote:
<snip> > #2: grails create-domain-class > grails create-domain-class Foo --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: 0.5.5 issue: pluginContextPath on null objectCorey,
Fortunately it's really easy to fix as well. Check this out: http://www.nabble.com/forum/ViewPost.jtp?post=11149774 On 6/15/07, Corey <corey_s@...> wrote: > > This has been mentioned in the recent "Grails 0.5.5 Released", but I think it > warrants a new thread. > > A total so far of at least 4 people are experiencing this issue w/ 0.5.5, and > it seems like a fairly major bug. > > Real easy to reproduce: > > #0: install the 0.5.5 release > > #1: grails create-app MyProj > #2: grails create-domain-class > > ( now, start the app and go to http://localhost:8080/MyProj just to verify > everything at this point is fine, then stop the app ) > > #3: grails create-controller Foo > > ...now, start the app again, go to http://localhost:8080/MyProj again, and > you'll see: > > Message: Cannot get property: pluginContextPath on null object > Caused by: Cannot get property: pluginContextPath on null object > Class: JavascriptTagLib > At Line: [62] > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- Ricardo J. Méndez http://ricardo.strangevistas.net/ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: 0.5.5 issue: pluginContextPath on null objectCreated Jira issue.
http://jira.codehaus.org/browse/GRAILS-1276 On 6/15/07, Ricardo J. Méndez <mendezster@...> wrote: > Corey, > > Fortunately it's really easy to fix as well. Check this out: > http://www.nabble.com/forum/ViewPost.jtp?post=11149774 > > > > On 6/15/07, Corey <corey_s@...> wrote: > > > > This has been mentioned in the recent "Grails 0.5.5 Released", but I think it > > warrants a new thread. > > > > A total so far of at least 4 people are experiencing this issue w/ 0.5.5, and > > it seems like a fairly major bug. > > > > Real easy to reproduce: > > > > #0: install the 0.5.5 release > > > > #1: grails create-app MyProj > > #2: grails create-domain-class > > > > ( now, start the app and go to http://localhost:8080/MyProj just to verify > > everything at this point is fine, then stop the app ) > > > > #3: grails create-controller Foo > > > > ...now, start the app again, go to http://localhost:8080/MyProj again, and > > you'll see: > > > > Message: Cannot get property: pluginContextPath on null object > > Caused by: Cannot get property: pluginContextPath on null object > > Class: JavascriptTagLib > > At Line: [62] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > -- > > > Ricardo J. Méndez > http://ricardo.strangevistas.net/ > -- Ricardo J. Méndez http://ricardo.strangevistas.net/ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: 0.5.5 issue: pluginContextPath on null objectOn Friday 15 June 2007 09:39:47 pm Ricardo J. Méndez wrote:
> Corey, > > Fortunately it's really easy to fix as well. Check this out: > http://www.nabble.com/forum/ViewPost.jtp?post=11149774 > Whoops - I missed that somehow; thanks for the heads-up! --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: 0.5.5 issue: pluginContextPath on null objectHi guys,
the fix for this (GRAILS-1276) has now been checked in - I'll speak to Graeme about getting a 0.5.6 or similar released as it's is a hassle for people upgrading. Thanks for you patience! cheers Lee On 16/06/07, Corey <corey_s@...> wrote: On Friday 15 June 2007 09:39:47 pm Ricardo J. Méndez wrote: |
|
|
Re: 0.5.5 issue: pluginContextPath on null objectHi Lee,
"I'll speak to Graeme about getting a 0.5.6 or similar released as it's is a hassle for people upgrading." I think so, too. Grails0.5.5 is so buggy :( Daniel.Sun
|
|
|
Re: 0.5.5 issue: pluginContextPath on null object+1 from me, too.
If we want people to try grails, and think, "hey, this is easy" then this needs to be fixed. nic On 16/06/07, Daniel.Sun
<realbluesun@...> wrote:
-- http://worldofnic.org |
|
|
Re: 0.5.5 issue: pluginContextPath on null objectYeh we'll put out a fix on monday
Cheers On 6/16/07, Nicolas Doye <nic@...> wrote: > +1 from me, too. > > If we want people to try grails, and think, "hey, this is easy" then this > needs to be fixed. > > nic > > > On 16/06/07, Daniel.Sun <realbluesun@...> wrote: > > > > Hi Lee, > > > > "I'll speak to > > Graeme about getting a 0.5.6 or similar released as it's is a hassle for > > people upgrading." > > > > I think so, too. > > Grails0.5.5 is so buggy :( > > > > Daniel.Sun > > > > LeeB wrote: > > > > > > Hi guys, > > > > > > the fix for this (GRAILS-1276) has now been checked in - I'll speak to > > > Graeme about getting a 0.5.6 or similar released as it's is a hassle for > > > people upgrading. > > > > > > Thanks for you patience! > > > > > > cheers > > > > > > Lee > > > > > > On 16/06/07, Corey <corey_s@...> wrote: > > >> > > >> On Friday 15 June 2007 09:39:47 pm Ricardo J. Méndez wrote: > > >> > Corey, > > >> > > > >> > Fortunately it's really easy to fix as well. Check this out: > > >> > > http://www.nabble.com/forum/ViewPost.jtp?post=11149774 > > >> > > > >> > > >> Whoops - I missed that somehow; thanks for the heads-up! > > >> > > >> > > >> > --------------------------------------------------------------------- > > >> To unsubscribe from this list please visit: > > >> > > >> http://xircles.codehaus.org/manage_email > > >> > > >> > > > > > > > > > > -- > > View this message in context: > http://www.nabble.com/0.5.5-issue%3A-pluginContextPath-on-null-object-tf3931482.html#a11153045 > > Sent from the grails - user mailing list archive at Nabble.com. > > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > > -- > http://worldofnic.org -- Graeme Rocher Grails Project Lead http://grails.org --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |