House of Fusion
Home of the ColdFusion Community
Hostmysite VPS Hosting

Search cf-talk

July 05, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

JRun 600MB+ shortly after boot up

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/14/2008 06:33 PM

After a reboot, JRUN grows to 600MB without even starting one of my apps.  When I do launch an app, my initial request is timing out (60 secs).  The only application that I've worked on today has been renamed and moved out of my web root.  Also, the same code that I'm running on my PC is running on our production Linux (CF7) server.  The  Linux box is having no problems.  I've copied down the site from the production box to my own and to make sure the code was the same. My PC is running WinXP w/ CF v8.0.1.  I've uninstalled and reinstalled ColdFusion twice.   Can anybody offer advice? Thanks, J

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mark Kruger
05/14/2008 06:45 PM

Post your jvm.config file so we can see the start up args. -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com After a reboot, JRUN grows to 600MB without even starting one of my apps. When I do launch an app, my initial request is timing out (60 secs).  The only application that I've worked on today has been renamed and moved out of my web root.  Also, the same code that I'm running on my PC is running on our production Linux (CF7) server.  The  Linux box is having no problems. I've copied down the site from the production box to my own and to make sure the code was the same. My PC is running WinXP w/ CF v8.0.1.  I've uninstalled and reinstalled ColdFusion twice.   Can anybody offer advice? Thanks, J

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/14/2008 09:27 PM

AFAIK, this should be unchanged from the default settings.  Thanks -J ________________________ # Arguments to VM java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.classPath={application.home}/../lib/updates,{application.ho me}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwr oot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars -Dcoldfusion.libPath={application.home}/../lib # # commas will be converted to platform specific separator and the result will be passed # as -Djava.ext.dirs= to the VM java.ext.dirs={jre.home}/lib/ext # # where to find shared libraries java.library.path={application.home}/../lib,{application.home}/../jinteg ra/bin,{application.home}/../jintegra/bin/international system.path.first=false # # set the current working directory - useful for Windows to control # the default search path used when loading DLLs since it comes # before system directory, windows directory and PATH java.user.dir={application.home}/../../lib # JVM classpath java.class.path={application.home}/servers/lib,{application.home}/../lib /macromedia_drivers.jar,{application.home}/lib/cfmx_mbean.jar,{applicati on.home}/lib Post your jvm.config file so we can see the start up args. -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com After a reboot, JRUN grows to 600MB without even starting one of my apps. When I do launch an app, my initial request is timing out (60 secs). The only application that I've worked on today has been renamed and moved out of my web root.  Also, the same code that I'm running on my PC is running on our production Linux (CF7) server.  The  Linux box is having no problems. I've copied down the site from the production box to my own and to make sure the code was the same. My PC is running WinXP w/ CF v8.0.1.  I've uninstalled and reinstalled ColdFusion twice.   Can anybody offer advice? Thanks, J

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mark Kruger
05/14/2008 09:35 PM

Yep... That's the default all right. Did you make any changes to the JVM files - upgrade to a new version for example?   Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com AFAIK, this should be unchanged from the default settings.  Thanks -J ________________________ # Arguments to VM java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.classPath={application.home}/../lib/updates,{application.ho me}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwr oot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars -Dcoldfusion.libPath={application.home}/../lib # # commas will be converted to platform specific separator and the result will be passed # as -Djava.ext.dirs= to the VM java.ext.dirs={jre.home}/lib/ext # # where to find shared libraries java.library.path={application.home}/../lib,{application.home}/../jinteg ra/bin,{application.home}/../jintegra/bin/international system.path.first=false # # set the current working directory - useful for Windows to control # the default search path used when loading DLLs since it comes # before system directory, windows directory and PATH java.user.dir={application.home}/../../lib # JVM classpath java.class.path={application.home}/servers/lib,{application.home}/../lib /macromedia_drivers.jar,{application.home}/lib/cfmx_mbean.jar,{applicati on.home}/lib Post your jvm.config file so we can see the start up args. -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com After a reboot, JRUN grows to 600MB without even starting one of my apps. When I do launch an app, my initial request is timing out (60 secs). The only application that I've worked on today has been renamed and moved out of my web root.  Also, the same code that I'm running on my PC is running on our production Linux (CF7) server.  The  Linux box is having no problems. I've copied down the site from the production box to my own and to make sure the code was the same. My PC is running WinXP w/ CF v8.0.1.  I've uninstalled and reinstalled ColdFusion twice.   Can anybody offer advice? Thanks, J

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/14/2008 09:39 PM

Any chance the JVM would update itself?  I haven't intentionally altered it.  I uninstalled everything I could find with 'Java' in the name before reinstalling CF for the second time.  I believe there was JVM, JDK and two updates. Yep... That's the default all right. Did you make any changes to the JVM files - upgrade to a new version for example?   Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com AFAIK, this should be unchanged from the default settings.  Thanks -J ________________________ # Arguments to VM java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.classPath={application.home}/../lib/updates,{application.ho me}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwr oot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars -Dcoldfusion.libPath={application.home}/../lib # # commas will be converted to platform specific separator and the result will be passed # as -Djava.ext.dirs= to the VM java.ext.dirs={jre.home}/lib/ext # # where to find shared libraries java.library.path={application.home}/../lib,{application.home}/../jinteg ra/bin,{application.home}/../jintegra/bin/international system.path.first=false # # set the current working directory - useful for Windows to control # the default search path used when loading DLLs since it comes # before system directory, windows directory and PATH java.user.dir={application.home}/../../lib # JVM classpath java.class.path={application.home}/servers/lib,{application.home}/../lib /macromedia_drivers.jar,{application.home}/lib/cfmx_mbean.jar,{applicati on.home}/lib Post your jvm.config file so we can see the start up args. -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com After a reboot, JRUN grows to 600MB without even starting one of my apps. When I do launch an app, my initial request is timing out (60 secs). The only application that I've worked on today has been renamed and moved out of my web root.  Also, the same code that I'm running on my PC is running on our production Linux (CF7) server.  The  Linux box is having no problems. I've copied down the site from the production box to my own and to make sure the code was the same. My PC is running WinXP w/ CF v8.0.1.  I've uninstalled and reinstalled ColdFusion twice.   Can anybody offer advice? Thanks, J

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/14/2008 09:49 PM

Here is a link to the error I receive when trying to load the index. The fusebox files haven't been altered except for a couple of variable values. http://www.durhamcons.com/error.htm Yep... That's the default all right. Did you make any changes to the JVM files - upgrade to a new version for example?   Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
James Holmes
05/14/2008 10:11 PM

It might be a classic case of the Java 6 classlaoder bug. Try the 1.5_13 JVM. On Thu, May 15, 2008 at 9:48 AM, Jas > Here is a link to the error I receive when trying to load the index. > The fusebox files haven't been altered except for a couple of variable > values. > > http://www.durhamcons.com/error.htm > -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/14/2008 11:50 PM

I have tried 1.5_13 and 1.5_14 with the same results. It might be a classic case of the Java 6 classlaoder bug. Try the 1.5_13 JVM. On Thu, May 15, 2008 at 9:48 AM, Jason Durham <jdurham@cti-stl.com> wrote: > Here is a link to the error I receive when trying to load the index. > The fusebox files haven't been altered except for a couple of variable > values. > > http://www.durhamcons.com/error.htm > -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mark Kruger
05/15/2008 09:27 AM

Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com Here is a link to the error I receive when trying to load the index. The fusebox files haven't been altered except for a couple of variable values. http://www.durhamcons.com/error.htm Yep... That's the default all right. Did you make any changes to the JVM files - upgrade to a new version for example?   Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/15/2008 10:00 AM

Thanks for the suggestion however James Holmes beat you to it. Unfortunately, running on 1.5_13 and 1.5_14 has the same results.  Jrun hovers around 400MB until I try to initialize my first app. Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com Here is a link to the error I receive when trying to load the index. The fusebox files haven't been altered except for a couple of variable values. http://www.durhamcons.com/error.htm Yep... That's the default all right. Did you make any changes to the JVM files - upgrade to a new version for example?   Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Mark Kruger
05/15/2008 01:48 PM

Jason, Ok... Maybe your heap size isn't big enough to instantiate the ap... It must be a real whopper :) Try editing your jvm.config file. Add -Xms512m -Xmx756m To the server args and restart... See if increasing the heap will help you bring it up. It's not 64 bit is it? -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com Thanks for the suggestion however James Holmes beat you to it. Unfortunately, running on 1.5_13 and 1.5_14 has the same results.  Jrun hovers around 400MB until I try to initialize my first app. Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com Here is a link to the error I receive when trying to load the index. The fusebox files haven't been altered except for a couple of variable values. http://www.durhamcons.com/error.htm Yep... That's the default all right. Did you make any changes to the JVM files - upgrade to a new version for example?   Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/15/2008 04:58 PM

My app is pretty small in the grand scheme of things (~12 objects are initialized in App.cfc).  I have already wiped the machine clean and am in the process of reloading my web tools.  *crosses fingers* Thanks for your help. -J Jason, Ok... Maybe your heap size isn't big enough to instantiate the ap... It must be a real whopper :) Try editing your jvm.config file. Add -Xms512m -Xmx756m To the server args and restart... See if increasing the heap will help you bring it up. It's not 64 bit is it? -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com Thanks for the suggestion however James Holmes beat you to it. Unfortunately, running on 1.5_13 and 1.5_14 has the same results.  Jrun hovers around 400MB until I try to initialize my first app. Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com Here is a link to the error I receive when trying to load the index. The fusebox files haven't been altered except for a couple of variable values. http://www.durhamcons.com/error.htm Yep... That's the default all right. Did you make any changes to the JVM files - upgrade to a new version for example?   Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
05/14/2008 09:50 PM

> Any chance the JVM would update itself? Not if you're using the one that comes with CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/14/2008 10:10 PM

According to CFAdmin, I'm running 1.6.0_04. > Any chance the JVM would update itself? Not if you're using the one that comes with CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Brad Wood
05/15/2008 12:11 PM

Two things.... This may sound arcane, but are you sure the code is not stuck in an endless loop?  What if you put in some debugging to see what it is doing? Also, can you confirm what changes you made to downgrade your JVM for us.  In addition in installing the lower version, you must edit your jvm.config to use it.   Something like: java.home=C:/JRun4/1.5_14/jre Thanks. ~Brad Thanks for the suggestion however James Holmes beat you to it. Unfortunately, running on 1.5_13 and 1.5_14 has the same results.  Jrun hovers around 400MB until I try to initialize my first app. Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/15/2008 01:11 PM

I first assumed it was my code so I moved any new code out of the web root.  Jrun is at 400MB when my computer first boots.  I've also commented out the contents of my App.cfc file (about a dozen objects are instantiated on appStart).  I'm going to blow away the box and rebuild it.  I *hope* it's not code-related. :) Two things.... This may sound arcane, but are you sure the code is not stuck in an endless loop?  What if you put in some debugging to see what it is doing? Also, can you confirm what changes you made to downgrade your JVM for us.  In addition in installing the lower version, you must edit your jvm.config to use it.   Something like: java.home=C:/JRun4/1.5_14/jre Thanks. ~Brad Thanks for the suggestion however James Holmes beat you to it. Unfortunately, running on 1.5_13 and 1.5_14 has the same results.  Jrun hovers around 400MB until I try to initialize my first app. Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jason Durham
05/15/2008 01:13 PM

BTW, yes. I did modify the jvm.config file and verified in CFAdmin that 1.5_13 and 1.5_14 were running. Two things.... This may sound arcane, but are you sure the code is not stuck in an endless loop?  What if you put in some debugging to see what it is doing? Also, can you confirm what changes you made to downgrade your JVM for us.  In addition in installing the lower version, you must edit your jvm.config to use it.   Something like: java.home=C:/JRun4/1.5_14/jre Thanks. ~Brad Thanks for the suggestion however James Holmes beat you to it. Unfortunately, running on 1.5_13 and 1.5_14 has the same results.  Jrun hovers around 400MB until I try to initialize my first app. Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5.


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists