was very interested in trying BD, but not if you can't run a Fusebox app
on it.
Greg Luce
-----Original Message-----
From: Vince Bonfanti [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 25, 2003 8:27 AM
To: CF-Talk
Subject: RE: Blue Dragon and Fusebox
Here's what I'd like to suggest: we're preparing a public beta of
BlueDragon
3.1 for release in about two weeks; the code is pretty much finished, so
let's get your application running on the latest 3.1 code. Then when 3.1
is
released you can just run on that. (There's not much point in debugging
problems on 3.0.2 with 3.1 so close to release).
First download the 3.1 preview release (you'll want the Server JX
edition,
since there's not a preview of the free edition):
ftp://ftp.newatlanta.com/public/bluedragon/3_1_preview/
Let me know when you've done that and then I'll send you the latest 3.1
JAR
files to upgrade your installation (we haven't built installers yet for
the
beta, otherwise I'd just send you that). I'll also take care of getting
you
a trial license key for testing.
How does that sound?
Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com
-----Original Message-----
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 7:55 PM
To: CF-Talk
Subject: Re:Blue Dragon and Fusebox
Okay, we have made some progress on this BlueDragon issue.
When we try to call just the index.cfm without a fuseaction, the error
changes. The new error we are running into is listed below, and the code
causing the error is listed below that.
I could be wrong, but it appears BlueDragon does not treat the CF
application scope as a structure, at least not when it is in a CFLOCK.
Is anyone else copying the application scope to a request variable in
BlueDragon?
Anyways:
---- Error -----
Request /web/index.cfm
File Trace C:/Program Files/New
Atlanta/BlueDragon_Server/wwwroot/web/index.cfm
|
+-- C:/Program Files/New
Atlanta/BlueDragon_Server/wwwroot/web/fbx_fusebox30_CF50.cfm
|
+-- C:/Program Files/New
Atlanta/BlueDragon_Server/wwwroot/web/fbx_Settings.cfm
Type Application
Message General Runtime Error
Tag Context CFPROCESSINGDIRECTIVE: Line=22; Column=7
|
+-- CFINCLUDE: Line=26; Column=1
|
+-- CFPROCESSINGDIRECTIVE: Line=1; Column=37
|
+-- CFTRY: Line=158; Column=1
|
+-- CFINCLUDE: Line=159; Column=2
|
+-- CFSILENT: Line=10; Column=1
|
+-- CFLOCK: Line=23; Column=1
|
+-- CFSCRIPT: Line=24; Column=2
Detail Could not duplicate this variable. Check the variable does not
contain references to complex types such as Java objects
Extended Info
Source 21: }
22: </cfscript>
23: <cflock scope="application" timeout="20" type="READONLY">
24: <cfscript>
25: if(isdefined("application")){
^ Snippet from underlying CFML source
----- Code -----
<cfscript>
if(isdefined("frm_logout_user")){
structdelete(session,'user');
request.deleted_userinfo = 1;
}
if(isdefined("session")){
structinsert(request, "session", duplicate(session));
}
if(not isdefined("attributes.fuseaction")){
structinsert(attributes, "fuseaction", "home.main");
}
</cfscript>
<cflock scope="application" timeout="20" type="READONLY">
<cfscript>
if(isdefined("application")){
structinsert(request, "application", duplicate(application));
}
</cfscript>
</cflock>
----- End Error and Code -----
M
>Vince -
>
>Thanks for the response.
>
>I think the problem is more complicated than that, createObject() is
not
>used anywhere in the code.
>
>M
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

