|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Missing method exceptions?Hi,
I was hoping somebody might have an idea regarding
some rather annoying intermittent exceptions we are seeing in our
application.
We have not managed to consistently reproduce this,
but basically we have a bunch of Quartz Jobs (using the quartz plugin) that
interact with some services (both transactional and non-transactional) and we
are seeing missing method exceptions thrown with reference to log not being
found (a grails injected object) and a domain object not having the save()
method (very scary)!
This is very odd so any ideas would be a great
help.
Thanks,
Johnny
Information in this email including any attachments may be privileged, confidential and is intended exclusively for the addressee. The views expressed may not be official policy, but the personal views of the originator. If you have received it in error, please notify the sender by return e-mail and delete it from your system. You should not reproduce, distribute, store, retransmit, use or disclose its contents to anyone. Please note we reserve the right to monitor all e-mail communication through our internal and external networks. SKY and the SKY marks are trade marks of British Sky Broadcasting Group plc and are used under licence. British Sky Broadcasting Limited (Registration No. 2906991), Sky Interactive Limited (Registration No. 3554332), Sky-In-Home Service Limited (Registration No. 2067075) and Sky Subscribers Services Limited (Registration No. 2340150) are direct or indirect subsidiaries of British Sky Broadcasting Group plc (Registration No. 2247735). All of the companies mentioned in this paragraph are incorporated in England and Wales and share the same registered office at Grant Way, Isleworth, Middlesex TW7 5QD. |
|
|
Re: Missing method exceptions?... I've seen the 'log' error in services that implement
IntitialzingBean(). The 'log' property is not MOP'd (can that be used as a verb? :) until after the afterPropertiesSet() method returns. hth, Brock On Mon, Jul 21, 2008 at 11:34 AM, Miller, Johnny <Johnny.Miller@...> wrote: > Hi, > > I was hoping somebody might have an idea regarding some rather annoying > intermittent exceptions we are seeing in our application. > > We have not managed to consistently reproduce this, but basically we have a > bunch of Quartz Jobs (using the quartz plugin) that interact with some > services (both transactional and non-transactional) and we are seeing > missing method exceptions thrown with reference to log not being found (a > grails injected object) and a domain object not having the save() method > (very scary)! > > This is very odd so any ideas would be a great help. > > Thanks, > > Johnny > > ________________________________ > > Information in this email including any attachments may be privileged, > confidential and is intended exclusively for the addressee. The views > expressed may not be official policy, but the personal views of the > originator. If you have received it in error, please notify the sender by > return e-mail and delete it from your system. You should not reproduce, > distribute, store, retransmit, use or disclose its contents to anyone. > Please note we reserve the right to monitor all e-mail communication through > our internal and external networks. SKY and the SKY marks are trade marks of > British Sky Broadcasting Group plc and are used under licence. British Sky > Broadcasting Limited (Registration No. 2906991), Sky Interactive Limited > (Registration No. 3554332), Sky-In-Home Service Limited (Registration No. > 2067075) and Sky Subscribers Services Limited (Registration No. 2340150) are > direct or indirect subsidiaries of British Sky Broadcasting Group plc > (Registration No. 2247735). All of the companies mentioned in this paragraph > are incorporated in England and Wales and share the same registered office > at Grant Way, Isleworth, Middlesex TW7 5QD. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
RE: Missing method exceptions?Thanks, I don't think we are implementing this but I will double check.
Johnny -----Original Message----- From: Brock Heinz [mailto:brock.heinz@...] Sent: 21 July 2008 17:42 To: user@... Subject: Re: [grails-user] Missing method exceptions? ... I've seen the 'log' error in services that implement IntitialzingBean(). The 'log' property is not MOP'd (can that be used as a verb? :) until after the afterPropertiesSet() method returns. hth, Brock On Mon, Jul 21, 2008 at 11:34 AM, Miller, Johnny <Johnny.Miller@...> wrote: > Hi, > > I was hoping somebody might have an idea regarding some rather > annoying intermittent exceptions we are seeing in our application. > > We have not managed to consistently reproduce this, but basically we > have a bunch of Quartz Jobs (using the quartz plugin) that interact > with some services (both transactional and non-transactional) and we > are seeing missing method exceptions thrown with reference to log not > being found (a grails injected object) and a domain object not having > the save() method (very scary)! > > This is very odd so any ideas would be a great help. > > Thanks, > > Johnny > > ________________________________ > > Information in this email including any attachments may be privileged, > confidential and is intended exclusively for the addressee. The views > expressed may not be official policy, but the personal views of the > originator. If you have received it in error, please notify the sender > by return e-mail and delete it from your system. You should not > reproduce, distribute, store, retransmit, use or disclose its contents to anyone. > Please note we reserve the right to monitor all e-mail communication > through our internal and external networks. SKY and the SKY marks are > trade marks of British Sky Broadcasting Group plc and are used under > licence. British Sky Broadcasting Limited (Registration No. 2906991), > Sky Interactive Limited (Registration No. 3554332), Sky-In-Home Service Limited (Registration No. > 2067075) and Sky Subscribers Services Limited (Registration No. > 2340150) are direct or indirect subsidiaries of British Sky > Broadcasting Group plc (Registration No. 2247735). All of the > companies mentioned in this paragraph are incorporated in England and > Wales and share the same registered office at Grant Way, Isleworth, Middlesex TW7 5QD. --------------------------------------------------------------------- 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 |
| Free Forum Powered by Nabble | Forum Help |