RE: [ACFUG Discuss] JRUN Hangs

2006-07-01 Thread Cody Wehunt
I think you should be able to remove the log and see what happens. Should not be an issue. Cody -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil Sent: Saturday, July 01, 2006 3:40 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] JRUN H

RE: [ACFUG Discuss] JRUN Hangs: (Was:Slow Site Starting on Reboot)

2006-07-01 Thread Cody Wehunt
Yes it is possible I think with ablecommerce that adding a column might do something, it is a long shot. I am not sure if they are doing any routines based on table structure or not. But why don't you try removing the column and see what happens? Also as mentioned before, it is really not a good

RE: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Charlie Arehart
John Mason will be doing some of this, in a talk on general server config tips and tricks, in August. (Or John, might it be less about performance tuning?) /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Reil Sent: Saturday, July 01, 2006

RE: [ACFUG Discuss] JRUN Hangs

2006-07-01 Thread Robert Reil
It hung again. --- 14:35:12 Begain to stack up It stacked up to 10 at max 15:05:47 Let go of the next one to bring it to 9 15:11:58 que back to Zero (0) Server Log view: http://www.motorcyclecarbs.com/remove.me/060701_1525_CFAdminSrvLog1.htm http://www.motorcyclecarbs.com/remove.me/060

RE: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Robert Reil
CF Tuning sounds like a good topic for a meeting! Pros and cons of different J2EE, and other platforms, Perf settings, etc. Rules, guidelines etc. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.m

RE: [ACFUG Discuss] JRUN Hangs

2006-07-01 Thread Robert Reil
I am using Able Commerce. I don't know whats in the code. So until I find the problem I guess we will just wait and see what files/tables etc are causing it. Now that Doug told me how to set up the CF Admin maybe I can get some real data to work with. Robert P. Reil Managing Director, Motorcyclec

RE: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Robert Reil
Nothing to speak of in there! (further reading makes me understand the logging setting needed to be on) Thanks for these pinpoint things to check. This is the first time I have been in here as someone else set this up for us. I think Cody loaded it but didn't get a chan

[ACFUG Discuss] JRUN Hangs: (Was:Slow Site Starting on Reboot)

2006-07-01 Thread Robert Reil
Could adding a column to a table do this? I didn't think about that. Gosh I really wish I knew what I was doing... :( -- Report: 12:49:00 Update: Since the last report all has been well until. At 11:59:06 the request query started stacking up. At 12:00:49 the requests hit limit of

[ACFUG Discuss] Re: Slow Site Starting on Reboot

2006-07-01 Thread Cameron Childress
robert- you should look at any external systems that cf is interacting with, including dns. if you are making cfhttp calls, cf will need to resolve the domains prior too fetching the pages. during startup, none of those dns name resolutions will be cached so the problem might appear to be worse

Re: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Douglas Knudsen
you have some really long running requests. As I said before, look in the server log in the cfadmin tool, long running requests are indicated there. Look to the files indicated in these entries as problem spots needing tuning. SeeFusion is a great tool also indicating these things. Also make S

RE: [ACFUG Discuss] List is SLOW! Why?

2006-07-01 Thread Robert Reil
It would seem so. Im going to try white listing acfug.org and see what happens. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com -Original Message- From: Dean H. Saxe

Re: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Dean H. Saxe
Have you modified the DB recently? I've seen bad SQL and/or DB changes that absolutely kill performance. Are you sure none of your code has a cartesian product from a bad join clause? See http:// en.wikipedia.org/wiki/Database and http://en.wikipedia.org/wiki/ Cartesian_product for a defin

RE: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Robert Reil
Removed AVG. Rebooted. Services started. Viewed with seefusion. And looked at task manager. 4 requests hit (unprocessed) JRUN at 60-100% continuously Ran up to 10requests. Only 2 of them processed quickly. 10th one hit at 9:25:50am JRUN holding 95~100% Started knocking them out of the processing q

RE: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Robert Reil
Looks like it wont let go of some requests. And it pegs out JRUN.exe when that happens - I did KILL's to the Running Requests to keep things from hanging - Using the Counters I found that it takes between 900~2,500,000 ms to process a

Re: [ACFUG Discuss] List is SLOW! Why?

2006-07-01 Thread Dean H. Saxe
I think you're in a time-warp... everything is moving slow for you right now. ;-) -dhs Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] "Dissent is the purest form of patriotism." --Thomas Jefferson Find out about my Hike for Discovery at www.fullfrontalnerdity.com/hfd On Jul 1, 2006, at 8:47

RE: re[2]: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Robert Reil
Now that I was able to get in there, there are no scheduled tasks. This is pretty much a default install Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com -Original Mess

[ACFUG Discuss] List is SLOW! Why?

2006-07-01 Thread Robert Reil
I have noticed that it takes me approximately 1 hour to receive email from this list. Are others having the same issues? All other emails take far less than that between 1~10 mins due to our anti spam, anti virus filtering and DNS and Address verification methods. But list mail always seems to ta

RE: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Robert Reil
I bumped the JVM setting in the CF Admin from 128 to 256 I also allowed 10 sessions vs the default 8. It would seem that the problems seem to be site specific as when I stop the production site in IIS, and then stop/start CFMX AppSrv the CFAdmin works fast and smoothly. When I start the IIS site

RE: [ACFUG Discuss] Slow Site Starting on Reboot

2006-07-01 Thread Robert Reil
I got the seefusion license installed. Here is what I found so far: The requests pile up to about eight and then the JRUN hangs for A LONG TIME. I tried stop/start the CFMX App Srv Service, and it then lets go of resources. Starting the service just pegs JRUN again. I have links below. Does anyo