> It is a fresh rackspace windows install. Installed latest version of java
> I checked the Application.cfc file and it definitely has the code in > there. I also did a ?reload= to see if that would a difference and it did > not.
Just guessing. Should you really be setting session variables in onApplicationStart. From the screenshot that's what it looks like is happening. Since you application is starting I doubt there is a session available.
> It is a fresh rackspace windows install. Installed latest version of java
> I checked the Application.cfc file and it definitely has the code in > there. I also did a ?reload= to see if that would a difference and it did > not.
On Tue, Jul 31, 2012 at 6:26 AM, Randy Johnson <ra...@randy.cc> 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.
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.
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.
> 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.
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 />
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 <ra...@randy.cc> 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:
>> 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.
> --- 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 openbd+unsubscribe@**googlegroups.com<openbd%2Bunsubscribe@googlegroups.com >
> .
> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .