This may be the problem (mysql) but only the openbd or farcry guys could answer this one; Jom
ResultSet By default, ResultSets are completely retrieved and stored in memory. In most cases this is the most efficient way to operate, and due to the design of the MySQL network protocol is easier to implement. If you are working with ResultSets that have a large number of rows or large values, and can not allocate heap space in your JVM for the memory required, you can tell the driver to stream the results back one row at a time. To enable this functionality, you need to create a Statement instance in the following manner: http://benjchristensen.wordpress.com/2008/05/27/mysql-jdbc-memory-usage-on-large-resultset/ On Oct 24, 9:16 pm, jomlian <[EMAIL PROTECTED]> wrote: > I increased the max memory via one of the bluedragon conf files and > got a bit further but the installation bombed out (same msg) later in > the process. Is there any sure way to know if the memory is being > assigned? > > Jom > > On Oct 23, 6:28 pm, jomlian <[EMAIL PROTECTED]> wrote: > > > > > Thanks Alan, > > it's been so long since I manually assigned a dsn and connected via > > odbc/jdbc that I'd forgotten about it. I'm a non techo who dives in > > head first from time to time to evaluate various cms software for > > work. It hooked into my db ok and started to install farcry but the > > installation failed. This wasn't due to bluedragon. Rather, it looks > > like an installation issue. Here's a portion of the error for anyone > > interested (or keen to troubleshoot). Jom. > > > Request /farcry/core/webtop/install/installFarcry.cfm > > File Trace C:/Data/cf/jetty-6.1.12-OpenBD/webroot_cfmlapps/ > > cfmlWebContext_1/farcry/core/webtop/install/installFarcry.cfm > > | > > +-- C:/Data/cf/jetty-6.1.12-OpenBD/webroot_cfmlapps/cfmlWebContext_1/ > > farcry/core/webtop/install/includes/_installFarcry.cfm > > | > > +-- C:/Data/cf/jetty-6.1.12-OpenBD/webroot_cfmlapps/ > > cfmlWebContext_1/farcry/core/packages/security/security.cfc > > | > > +-- C:/Data/cf/jetty-6.1.12-OpenBD/webroot_cfmlapps/ > > cfmlWebContext_1/farcry/core/packages/farcry/utils.cfc > > > Source 298: <cfargument name="desc" type="string" required="true" > > hint="The component to test" /> > > 299: <cfargument name="anc" type="string" required="true" > > hint="The ancestor to check for" /> > > 300: > > 301: <cfset var stDesc = > > getMetadata(createobject("component",arguments.desc)) /> > > 302: <cfset var stAnc = > > getMetadata(createobject("component",arguments.anc)) /> > > ^ Snippet from underlying CFML source > > Stack Trace java.lang.OutOfMemoryError: Java heap space > > > On Oct 22, 7:43 pm, Alan Williamson <[EMAIL PROTECTED]> wrote: > > > > no ... the datasource is the name you are going to call it within CFML. > > > > the DBNAME is what the name of the database is. > > > > jomlian wrote: > > > > Hi, > > > > I'm almost there but need to know where 'mydatasource' comes from > > > > (e.g. is it the name of the database?). > > > > HOST = localhost > > > > USER = root > > > > PASSWORD = jom > > > > datasource = ?? > > > > > Thanks, > > > > Jom > > > > > On Oct 22, 7:48 am, jomlian <[EMAIL PROTECTED]> wrote: > > > >> Thank you very much. I'll give it a try today and let you know how I > > > >> get on. > > > > >> Jomlian > > > > >> On Oct 22, 7:16 am, Alan Williamson <[EMAIL PROTECTED]> wrote:- Hide > > > >> quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
