This would be related to the IIS web server connector. Port 80 requests use the connector, the other requests (the ones going to port 8000 and 8001, that...
Skip Klobucher
rklobucher@...
Mar 1, 2004 1:21 pm
15892
Hi ive installed jrun4 and cfmx on my mac running osx 10.3 (panther), and am having problems accessing .cfm files if i place a folder called test containing a...
Ben Alembick
ben@...
Mar 5, 2004 1:51 pm
15893
Check out this config: ########################################################### ## Root logging ########################################################### ...
DeMarco, Alex
DEMARCAO@...
Mar 8, 2004 8:27 pm
15894
Alex, JRun's logging is based on log4j. I did a test with a MaxFileSize of 2KB and ran a servlet that used log4j. I saw the files roll over (log4j.log, ...
Ted Zimmerman
tzimmerman@...
Mar 9, 2004 1:04 am
15895
Alex, Are you running under Windows? If you have multiple apps writing to the same log files, Windows holds a lock on the files. This prevents log4j from...
Dave Jones
djonesca@...
Mar 9, 2004 1:29 am
15896
Currently, we are running Jrun version(2) 3.02a and 3.1. I wrote a worldwide log rotation process that handles various application logs. For the Jrun logs...
Vickie Troy-McKoy
vtroymck@...
Mar 9, 2004 4:28 pm
15897
Currently, we are running Jrun version(2) 3.02a and 3.1. I wrote a worldwide log rotation process that handles various application logs. For the Jrun logs...
Vickie H Troy-McKoy
vtroymck@...
Mar 9, 2004 5:28 pm
15898
topAnnouncing JRun 4 Updater 3 <http://www.macromedia.com/go/jrun_updater> Macromedia JRun 4 Updater 3 contains the latest security, stability, and critical...
Skip Klobucher
rklobucher@...
Mar 12, 2004 7:15 pm
15899
I've got a brand new Win 2003 box and every now and again I get this error: Faulting application jrun.exe, version 4.0.0.63824, faulting module jvm.dll, ...
Michael Dinowitz
mdinowit@...
Mar 12, 2004 8:06 pm
15900
Ben I'm on OS 10.3 and just downloaded JRun4 and ColdFusionMX trial. I've been able to get .cfm pages working by putting them in...
Sean Williams
sean@...
Mar 19, 2004 11:38 am
15901
Our JRun3 app is getting the "too many open files" error. Looking at the open files I see javaw.exe having over 2000 .jar files open. The same .jar file is...
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...