Copy link to clipboard
Copied
Hi All,
This has been making me nuts for days -- this works perfectly on my local CF 8 install
<cfobject type=".NET" name="POSQualify2009" class="POSQualify2009.QualificationsNew" assembly="POSQualify2009.dll">
But when pushed to our CF8 enterprise server it fails and logs this:
"Error","jrpp-36","04/28/09","11:07:54",,"Error while generating the proxy jar for .NET core jar"
No other errors are appearing in the event logs (thought maybe it was a security or application error).
We are running multiple instances of CF8 on this server, could this be related?
Thanks in advance.
Copy link to clipboard
Copied
Got some help from Adobe support this morning. Turns out that the particular instance we're running in was missing a system file. Once we copied dotNetCoreProxy.jar to the cfusion.ear/cfusion.war/web-inf/cfclasses/dotNetProxy/ folder from another instance the issue was resolved.