One out of five request throws a 500 Internal Server Error and the Apache log says... error_log: [Thu Apr 08 10:23:09 2004] [notice] jrApache[6818] JRun will...
Pat Reilly
pat@...
Apr 8, 2004 7:18 pm
15905
I'm having an issue on a CFMX / JRUN server, when we get around 14 simultaneous users, running an average sized lookup, our CPU spikes, our memory dives, and...
Jon Austin
jaustin@...
Apr 9, 2004 4:20 am
15906
Hi Jon- I would be willing to bet that your issue is not in the APPLICATION SERVER, but in the code. This is simply not normal behavior for ColdFusion/JRun or ...
Drew Falkman
drew@...
Apr 9, 2004 4:47 am
15907
Hi Drew, thanks for the quick response. DF> I would be willing to bet that your issue is not in the APPLICATION SERVER, DF> but in the code. This is simply not...
Jon Austin
jaustin@...
Apr 9, 2004 11:48 am
15908
The server in questions is windows 2000, SP4. We're using the Server version (/jrun4) and we're connecting to an Oracle backend. We're on JRUN Updater 3, and...
Jon Austin
jaustin@...
Apr 9, 2004 12:50 pm
15909
Did you try to get a stack trace when this was happening? (technote 18339 on www.macromedia.com <http://www.macromedia.com> ) What platform are you running on?...
Stephen Dupre
sdupre@...
Apr 9, 2004 1:32 pm
15910
We run JRun4 with CFMX on win2k in a cluster supporting 1000s of concurrent users and it's quite reliable, believe me. Thanks, BenG. ... ...
Ben Groeneveld
bjgroeneveld@...
Apr 9, 2004 5:58 pm
15911
Well it's nice to know that it does work for someone.. While I do believe you, unfortunately we run a similar setup, and it's not even reliable with 15...
Jon Austin
jaustin@...
Apr 9, 2004 6:44 pm
15912
Have you isolated the CFM(s) that cause the instability? Specifically, if you just hit any CFM page with 15 concurrent users are there problems? In your first...
Drew Falkman
drew@...
Apr 9, 2004 7:01 pm
15913
... While there are lots of people having problems with CFMX/JRun, I suspect they're a small minority. ... While I doubt that the problem is related to your...
Dave Watts
dwatts@...
Apr 9, 2004 8:29 pm
15914
Thanks to all for their input on this topic, I am getting more resource directed to this in the next day or, so, and will be running through some of the...
Jon Austin
jaustin@...
Apr 13, 2004 3:34 pm
15915
... We (and our clients) are running applications and content management systems with JRun. Both of these tend to be very dynamic. Dave Watts, CTO, Fig Leaf...
Dave Watts
dwatts@...
Apr 13, 2004 4:03 pm
15916
Jon, I have the same problem while I did loading testing on JRun 4. We spent $500 for macromedia tech support in order to solve the issue. Please check your...
Kathy Vance
kathy5592@...
Apr 13, 2004 4:14 pm
15917
Jon, One more thing is if you are using JRun web service, the service you may look into in jrun.xml is "WebService". Good luck. Kathy ... ...
Kathy Vance
kathy5592@...
Apr 13, 2004 4:14 pm
15918
This is true; to achieve high levels of concurrency we run with <attribute name="activeHandlerThreads">2000</attribute> <attribute...
Ben Groeneveld
bjgroeneveld@...
Apr 13, 2004 7:23 pm
15919
Thanks for the advice!.. I have Metrics turned on currently, monitoring every 20 seconds, and I get 0/0, 0 Sessions.. It does specifically say Web-Threads so,...
Jon Austin
jaustin@...
Apr 13, 2004 7:40 pm
15920
Ben, How is the stability and performance of JRun server after you set activeHandlerThreads to 2000? Usually the number of the maxHandlerThreads should be...
Kathy Vance
kathy5592@...
Apr 14, 2004 2:16 am
15921
Kathy, we run primarily on windows. I have done some tests on linux, but not to this extent. Our app uses keepalive connections that remain open, so we need a...
Ben Groeneveld
bjgroeneveld@...
Apr 14, 2004 5:13 pm
15922
Hi Ben, You have to admit we were in some unexplored territory with that hotfix patch. (it's still being discussed). I don't think this applies to the general...
Stephen Dupre
sdupre@...
Apr 14, 2004 5:31 pm
15923
... Well of course that is the beauty of our profession - we are all writing unique apps. I hope you didn't find this email on a negative note. I am most...
Ben Groeneveld
bjgroeneveld@...
Apr 14, 2004 6:06 pm
15924
As is always the case, my timeframe for load-testing the server was diverted in favor of rising priorities, and so I have yet to get this going properly. I...
Jon Austin
jaustin@...
Apr 14, 2004 6:29 pm
15925
Sorry. No, actually, I'd just plain forgotten. This thread was a good reminder to me that we have to revisit this for possible checkin. I know who will be...
Stephen Dupre
sdupre@...
Apr 14, 2004 8:11 pm
15926
When running from the command line, I get the following two errors appear when I first run it, The strange thing is, that the 51003 port is not active prior to...
Jon Austin
jaustin@...
Apr 15, 2004 12:48 pm
15927
Is anyone running JRun on Gentoo Linux? Any problems? Thanks Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Protect your mail...
Nick de Voil
nick@...
Apr 19, 2004 5:46 pm
15928
I was finally able to get some load-testing today, and it looks like that "ActiveHandlerThreads" setting will probably do some good. I ran tests against two...
Jon Austin
jaustin@...
Apr 19, 2004 6:46 pm
15929
I'm running JRun4 on Apache 2.0.44. I need to set up subdirectories within my application that are password protected. I've tried using .htaccess but that...
Richard Crawford
rcrawford@...
Apr 20, 2004 10:58 pm
15930
We are a financial services firm located in Midtown Manhattan and we are looking for a Programmer/Analyst with CFMX and JSP experience. Currently using Cold...
Mario.Ciliotta@... Ma...
Mario.Ciliotta@...
Apr 21, 2004 2:47 am
15931
I'm assuming you are talking about HTTP Basic authentication which is handled by Apache and not the JRun web server. Are you placing .htaccess files in the...
Jeffrey Anderson
jeffa@...
Apr 21, 2004 7:26 am
15932
... Yes. ... Didn't work. Thanks for the suggestion, though. If HTTP Basic Authentication is not available through Apache, how can I password-protect my...