Thanks for the tip. In case anyone is wondering, here's the entire screen dump (error exists on nightly build 2.0.3b as of today):
<http://openbd.org/manual/>*CFML Runtime Error* Need some help? Visit our manual http://openbd.org/manual/<http://openbd.org/manual/> *The requested SESSION scope is not enabled.* Request /bluedragon/administrator/index.cfm File Trace C:/jetty-openbd/webapps/openbd/bluedragon/administrator/index.cfm | +-- C:/jetty-openbd/webapps/openbd/bluedragon/administrator/Application.cfc | +-- C:/jetty-openbd/webapps/openbd/bluedragon/adminapi/Administrator.cfc Type Application Function(s) onApplicationStart (C:/jetty-openbd/webapps/openbd/bluedragon/administrator/Application.cfc, Line=32, Column=2) | +--setInitialSecurity (C:/jetty-openbd/webapps/openbd/bluedragon/adminapi/Administrator.cfc, Line=30, Column=151) Tag Context CFSET <http://openbd.org/manual/?/tag/CFSET>(C:/jetty-openbd/webapps/openbd/bluedragon/adminapi/Administrator.cfc, Line=46, Column=7) | +-- CFIF <http://openbd.org/manual/?/tag/CFIF>(C:/jetty-openbd/webapps/openbd/bluedragon/adminapi/Administrator.cfc, Line=44, Column=5) | +-- CFFUNCTION <http://openbd.org/manual/?/tag/CFFUNCTION>(C:/jetty-openbd/webapps/openbd/bluedragon/adminapi/Administrator.cfc, Line=30, Column=151) | +-- CFSCRIPT <http://openbd.org/manual/?/tag/CFSCRIPT>(C:/jetty-openbd/webapps/openbd/bluedragon/administrator/Application.cfc, Line=33, Column=3) | +-- CFFUNCTION <http://openbd.org/manual/?/tag/CFFUNCTION>(C:/jetty-openbd/webapps/openbd/bluedragon/administrator/Application.cfc, Line=32, Column=2) Source 43: 44: <cfif doSetConfig> 45: <!--- need to log in briefly to be able to call setConfig() --->46: <cfset session.auth.loggedIn = true /> 47: <cfset session.auth.password = localConfig.system.password /> ^ Snippet from underlying CFML source locals struct arguments struct [empty] doSetConfig true localConfig struct cfapplication struct applicationtimeout #CreateTimeSpan(2,0,0,0)# clientstorage cookie enabled true j2eesession false sessiontimeout #CreateTimeSpan(0,0,20,0)# cfmail struct charset UTF-8 interval 240 smtpport 25 smtpserver 127.0.0.1 cfmlcustomtags struct mapping array 1 struct directory /WEB-INF/customtags name cf cfquery struct cache true file struct maxfiles 1000 trustcache false fonts struct dirs C:\Windows\Fonts javacustomtags struct classes /WEB-INF/classes mapping array 1 struct class com.newatlanta.BlueDragonHello description A simple Java CFX tag example displayname CFX_JavaBlueDragonHello name cfx_javabluedragonhello nativecustomtags struct mapping array 1 struct description A simple C++ CFX tag example displayname CFX_NativeBlueDragonHello function ProcessTagRequest keeploaded true module /WEB-INF/customtags/BlueDragonHello.dll name cfx_nativebluedragonhello system struct allowedips [empty string] buffersize 0 component-cfc /WEB-INF/bluedragon/component.cfc defaultcharset utf-8 deniedips [empty string] errorhandler [empty string] lastfile C:\jetty-openbd\webapps\openbd\WEB-INF\bluedragon\bluedragon.xml.bak.1 lastupdated 22/Feb/2013 16:48.58 legacyformvalidation false licensekey [empty string] missingtemplatehandler [empty string] nativelibdir /WEB-INF/bin password admin strictarraypassbyreference false tempdirectory /WEB-INF/bluedragon/work/temp whitespacecomp false On Thursday, August 9, 2012 2:02:06 PM UTC-7, Randy Johnson wrote: > > Hey guys, > > in case anybody else runs into this problem, I used a stable version of > openbddesktop to create the datasources and then I copied them over to the > nightly build bluedragon.xml file and problem is solved. I can test my app > in OpenBD Nightly. > > Randy > > > On Tuesday, July 31, 2012 12:22:58 PM UTC-4, Matt Woodward wrote: >> >> On Tue, Jul 31, 2012 at 6:26 AM, Randy Johnson <[email protected]> wrote: >> >>> I guess I should have been more clear. The error was the Open BD Admin >>> area app. I just did a default install and tried to go the admin area. >>> >> >> I'm starting to think a change on the engine side inadvertently impacted >> something I'm doing in the admin. >> >> The only thing I noticed for sure is that the Application.cfc is missing >> a = in the opening tag: >> >> https://github.com/OpenBD/openbd-administrator/blob/master/bluedragon/administrator/Application.cfc >> >> Since the admin console hasn't changed in a while my guess is that's been >> there for a long time but maybe something changed with the parsing to make >> it barf in that way now? >> >> Reason I haven't fixed it is because I'm busily working on an admin >> console revamp and changing things over to script-based CFCs anyway but >> that's the one potential glitch I noticed when someone asked me about this >> issue earlier. >> >> -- >> Matthew Woodward >> [email protected] >> http://blog.mattwoodward.com >> identi.ca / Twitter: @mpwoodward >> >> Please do not send me proprietary file formats such as Word, PowerPoint, >> etc. as attachments. >> http://www.gnu.org/philosophy/no-word-attachments.html >> > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
