Well, that was somewhat an embarassing error... it really was back to a LowerCase/UpperCase issue. Though I downloaded the corefiles again I didn't see this since I was so fucused on fiddeling wth the mappings. Though Adam... I will get back and bugg you when I start to convert this app to FB5 starting next month :)
Thanks to all in the thread for helping out! Next issue... I run into this, which never was a problem in old CF4/5... Date/DateTime fields in my MySQL DB is definde with default value "0000-00-00 00:00:00". Old ColdFusion didn't have an issue with this rhough I had an issue in certein cituations to test if the date field was NULL so I got stuck to the 0000-00-00 00:00:00 way to define that there was no date set. In OpenBD is get the "General SQL Error; Database reported: Cannot convert value '0000-00-00 00:00:00' from column 3 to TIMESTAMP" error. Any neat workaround wot this or do I have to remove this default value in all tables and work thtough my whole Project to see where I do this Date comparison for an empty Date? Regards, Mats On Jan 8, 8:03 pm, Adam Haskell <[email protected]> wrote: > Mats, if you don't mind sending me the Fusebox 3 files I'll give it a > looksee. I always took issue with FB3 but anyone wanting to get it running > on OpenBD to update to FB5 sooner or later is okay in my book :-D > > I use gmail and just send the files over to a<dot>haskell > > Adam > > On Fri, Jan 8, 2010 at 2:16 AM, Mats Stromberg <[email protected]>wrote: > > > > > Hi Jordan, > > > OpenBD it self works just fine and the Admin GUI also... but from what I've > > seen in that source they're using full paths on any cfinclude done there. > > The symbolic link, as you said, could cause the problem. I really don't > > need that I just saw it practical to use but then remebering all my > > deployments on a BEA server wich got messed up by this... I will simpy > > remove the symlink and mov e the tomcat stuff down in the /opt/openbd folder > > and see what will happen. > > Thanks for the tip! > > > Regards, > > Mats > > > On Fri, Jan 8, 2010 at 1:06 AM, Jordan Michaels <[email protected]>wrote: > > >> I think the Sym-links might be what's throwing things off here. Tomcat > >> doesn't support following symlinks "out of the box", and since the script > >> launches tomcat via the symlink, that could be why it can't resolve the > >> path > >> properly. You have to add that parameter to the server.xml file if you want > >> Tomcat to follow symlinks. > > >> There's some documentation here: > > >>http://wiki.openbluedragon.org/wiki/index.php/Updating_the_Tomcat_ser...)<http://wiki.openbluedragon.org/wiki/index.php/Updating_the_Tomcat_ser...> > > >> ... about adding Symlink support to the server.xml config. It's close to > >> the bottom. (allowlinking="true") > > >> If you're running the site in the ROOT context then you'll have to add > >> that parameter to the default host entry. (and give it a context I guess... > >> dunno... never tried it!) > > >> The "Single Instance Install" is a summary of everything the Installer > >> does for you. (http://openbd.viviotech.net/) > > >> Warm regards, > >> Jordan Michaels > >> Vivio Technologies > >>http://www.viviotech.net/ > >> Open BlueDragon Steering Committee > >> Railo Community Distributions > > >> Alan Holden wrote: > > >>> This is really stretching my memory, but I think the problem with some of > >>> the fusebox distro's was that somewhere in startup they relied on the > >>> server > >>> returning "classic" ColdFusion version numbers - in a typical ColdFusion > >>> way > >>> - to decide which files to include. > > >>> Because OpenBD did not return the same version (after all, it's only on > >>> 1.2 - and FuseBox might be looking for 5~8), I had to tweak these > >>> "decisions" in my framework. > > >>> Unfortunately, I don't have that code installed anymore, so I can't look > >>> to be sure. > > >>> Hope this is not a distraction. > > >>> Alan K. Holden > > >> -- > >> Open BlueDragon Public Mailing List > >> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > >> mailing list -http://groups.google.com/group/openbd?hl=en > > >> !! save a network - please trim replies before posting !! > > > -- > > Open BlueDragon Public Mailing List > > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > > mailing list -http://groups.google.com/group/openbd?hl=en > > > !! save a network - please trim replies before posting !!- Hide quoted > > text - > > - Show quoted text -
-- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
