July 05, 2008
For ColdFusion hosting try HostMySite.com. |
Home /
Groups /
ColdFusion Talk (CF-Talk)
JRun 600MB+ shortly after boot up
After a reboot, JRUN grows to 600MB without even starting one of myJason Durham 05/14/08 06:33 P Post your jvm.config file so we can see the start up args.Mark Kruger 05/14/08 06:45 P AFAIK, this should be unchanged from the default settings. Thanks -JJason Durham 05/14/08 09:27 P Yep... That's the default all right. Did you make any changes to the JVMMark Kruger 05/14/08 09:35 P Any chance the JVM would update itself? I haven't intentionally alteredJason Durham 05/14/08 09:39 P Here is a link to the error I receive when trying to load the index.Jason Durham 05/14/08 09:49 P It might be a classic case of the Java 6 classlaoder bug. Try the 1.5_13 JVM.James Holmes 05/14/08 10:11 P I have tried 1.5_13 and 1.5_14 with the same results.Jason Durham 05/14/08 11:50 P Jason,Mark Kruger 05/15/08 09:27 A Thanks for the suggestion however James Holmes beat you to it.Jason Durham 05/15/08 10:00 A Jason,Mark Kruger 05/15/08 01:48 P My app is pretty small in the grand scheme of things (~12 objects areJason Durham 05/15/08 04:58 P > Any chance the JVM would update itself?Dave Watts 05/14/08 09:50 P According to CFAdmin, I'm running 1.6.0_04.Jason Durham 05/14/08 10:10 P Two things....Brad Wood 05/15/08 12:11 P I first assumed it was my code so I moved any new code out of the webJason Durham 05/15/08 01:11 P BTW, yes. I did modify the jvm.config file and verified in CFAdmin thatJason Durham 05/15/08 01:13 P 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 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 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 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 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 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 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/ 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/ 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 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 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 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 > 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/ 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/ 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. 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. 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.
|
Mailing Lists
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||