Baffling error?

View: New views
4 Messages — Rating Filter:   Alert me  

Baffling error?

by Andy Mcshane :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, trying to get a fusebox 4.1 app running on Bluedragon 6.2 Net and I am just about ready to give up. I know this error must be to do with Bluedragon as it does not happen on my Coldfusion installation, I am hoping that somebody has already come across this. I am sure that I saw somewhere, no idea where, a similar problem posted with a work around and I am hoping one of you guy's know where it is.

The error I get is as follows

'General Runtime Error

Could not duplicate this variable. Check the variable does not contain refrences to complex types such a Java Objects'

The code that is failing is this

<cfset request.ses = Duplicate(session)>

Any ideas?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6835
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Parent Message unknown RE: Baffling error?

by Stephen Cassady :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There's a solution for this in the forums I believe, where it was also an
issue between two versions of CFMX. (I think). :-)

But don't give up, it's a totally easy fix (just need to add one line of
code, about the same length to the app)!

Stephen R. Cassady
Owner
Lopedia


-----Original Message-----
From: Fusebox [mailto:fusebox@...]
Sent: October 31, 2005 4:03 PM
To: Fusebox
Subject: Fusebox: Digest every 6 hours

Fusebox          31-Oct-05             Issue:112
In this issue:
     Baffling error?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase Contribute 3 from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=53

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6836
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Re: Baffling error?

by Sean Corfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/31/05, Stephen Cassady <cassady@...> wrote:
> There's a solution for this in the forums I believe, where it was also an
> issue between two versions of CFMX. (I think). :-)

No, the CFMX issue was specifically an interaction between sandbox
security in 7.0 Enterprise and the Fusebox core files that caused one
of the calls to duplicate() to fail. The workarounds were:
- either replace calls to duplicate() with structCopy() in one of the
Fusebox core files
- or add a readonly sandbox access path to one of the WEB-INF lib JAR files.
The fix is included in CFMX 7.0.1.

The issue that Andy lists is a bug in BlueDragon's implementation of
duplicate() (and does not affect the Fusebox core files).
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6837
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

RE: Baffling error?

by Andy Mcshane :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

'The issue that Andy lists is a bug in BlueDragon's implementation of
duplicate() (and does not affect the Fusebox core files).'

That is exactly the problem I was having Sean,

The issue was indeed with Bluedragon but this has been addressed and is, I
am told, fixed in release 6.2.1. However the same workaround, using
structcopy, worked here as well and got me merrily on my way again. :-)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6838
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54