Hi,

I recently moved an application to a new dedicated 64-bit server running
Win2008 and CF9 Standard. Since doing so, I have begun to see
NullPointerExceptions in which the stack trace points to Transfer objects,
specifically the ActionAfterTransferDiscardEvent method.

Here's a portion of a sample stack trace:

"Error","jrpp-13","02/09/10","11:33:17",,""
java.lang.NullPointerException
    at
coldfusion.runtime.NeoPageContext.searchScopes(NeoPageContext.java:744)
    at
coldfusion.runtime.NeoPageContext.findAttribute(NeoPageContext.java:638)
    at coldfusion.runtime.CfJspPage._get(CfJspPage.java:296)
    at coldfusion.runtime.CfJspPage._get(CfJspPage.java:283)
    at coldfusion.runtime.CfJspPage._get(CfJspPage.java:271)
    at
cfdocuments2edocument40F80DBE6087F1DF6736330761605BCD9A2etransfer1116507617$funcACTIONAFTERDISCARDTRANSFEREVENT.runFunction(C:\webapps\mlhealthcare\model\data\documents.docum...@f80dbe6087f1df6736330761605bcd9a.transfer
:32)
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
    at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
    at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
    at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
    at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
    at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
    at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
    at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
    at
cfSoftReferenceAdapter2ecfc1501711166$funcACTIONAFTERDISCARDTRANSFEREVENT.runFunction(C:\webapps\frameworks\transfer\com\events\adapter\SoftReferenceAdapter.cfc:148)

I am running the most recent SVN version of Transfer, and the generated
Transfer data objects were deleted and regenerated on the server.

Has anyone experienced anything like this? The same application has been
running in other environments (dev, etc.) without any similar errors.

-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560

-- 
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 transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to