Brian, You are absolutely correct about the concurrency issue. I should have forseen that.
I will update with some locking and post it shortly. Thanks, Tom ----- Original Message ----- From: "Brian G" <[EMAIL PROTECTED]> To: "transfer-dev" <[email protected]> Sent: Thursday, November 13, 2008 5:48 PM Subject: [transfer-dev] TransferSync: Routines cannot be declared more than once. > > > I was initializing my two nodes at roughly the same time, bringing up > a new release and I got this error from Transfersync. I reloaded and > it went away but it leads me to believe there might be some locking or > concurrency issues that need to be looked at? > > Routines cannot be declared more than once. > > The routine getKey_member_member has been declared twice in different > templates. > > # api-prod/transfersync/model/transfer/TransferKeyRetriever.cfc (120, > CFINCLUDE) > # api-prod/transfersync/model/transfer/TransferKeyRetriever.cfc (23, > CF_UDFMETHOD) > # api-prod/transfersync/model/transfer/TransferSyncObserver.cfc (47, > CF_TEMPLATEPROXY) > # api-prod/transfersync/model/transfer/TransferSyncObserver.cfc (34, > CF_UDFMETHOD) > # api-prod/transfer/com/events/adapter/ObjectAdapter.cfc (64, > CF_TEMPLATEPROXY) > # api-prod/transfer/com/events/collections/ > AfterUpdateObserverCollection.cfc (44, CF_TEMPLATEPROXY) > # api-prod/transfer/com/collections/AbstractBaseObservable.cfc (74, > CF_UDFMETHOD) > # api-prod/transfer/com/events/EventManager.cfc (233, > CF_TEMPLATEPROXY) > # api-prod/transfer/com/events/EventManager.cfc (189, CF_UDFMETHOD) > # api-prod/transfer/com/Transfer.cfc (269, CF_TEMPLATEPROXY) > # api-prod/transfer/com/Transfer.cfc (178, CF_UDFMETHOD) > # api-prod/model/member/memberService.cfc (69, CF_TEMPLATEPROXY) > > The last bit in my code was variables.transfer.save(member). This > update would have kicked off a discard via TransferSync.... thoughts? > > > Brian > > > > --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
