JRun Closed Connection

2007-02-07 Thread Geoff Woodburn
Hello, 

I am in the process of designing a ColdFusion MX7 site for my client at 
www.naumannjohnson.com. We are adding to it as we go. So far they love it. 
However, I continue to run into the following error:

Server Error
The server encountered an internal error and was unable to complete your 
request.
JRun closed connection.

I contacted the host a couple of months ago and everything seemed to be fixed. 
However, in order to use cfincludes I have changed all of the HTML files in the 
root directory to .cfm files. Now I am receiving that error again. 

The one constant that I have noticed is that I seem to get this error when I 
upload a lot of new files to the server within a short period of time. Could 
this be the problem? 

What do you guys think? If you need more info please let me know.

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269087
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: JRun Closed Connection

2007-02-07 Thread AJ Mercer
Hi Geoff,

I had this experience with Facry a year or so back.

Turned out to be an issue with JRun updater 4
worked fine with updater 3 - 4 killed it.

So maybe see what updater is available no for JRun.


The problem was that the temporary directory disappeared.
Here is a hack I put in that resolved the Server Error
cfif not directoryExists(GetTempdirectory())
cfdirectory action=CREATE directory=#GetTempdirectory()#
/cfif

I had this in the application start up - so could be manually run by sending
farcry updateapp=1
Or maybe you could but it before your cffile code.

Regards
Andrew




On 2/8/07, Geoff Woodburn [EMAIL PROTECTED] wrote:

 Hello,

 I am in the process of designing a ColdFusion MX7 site for my client at
 www.naumannjohnson.com. We are adding to it as we go. So far they love it.
 However, I continue to run into the following error:

 Server Error
 The server encountered an internal error and was unable to complete your
 request.
 JRun closed connection.

 I contacted the host a couple of months ago and everything seemed to be
 fixed. However, in order to use cfincludes I have changed all of the HTML
 files in the root directory to .cfm files. Now I am receiving that error
 again.

 The one constant that I have noticed is that I seem to get this error when
 I upload a lot of new files to the server within a short period of time.
 Could this be the problem?

 What do you guys think? If you need more info please let me know.

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269088
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Jrun closed connection

2006-11-13 Thread Oğuz Demirkapı
Hi,

I have a problem on my personal server and checking it.

My problem is getting Jrun closed connection error msg randomly after 
restarting server. There isn't any special action or reason that I can 
observe to have this error.

I have ColdFusion 7.02 and hot fixes on a Win2003Srv Std.  I have also 
MS SQL 2005 Exp as one of the DB solution.

I have this problem after installing SP1 for SQL Server 2005.

I have already found some workarounds but I want to ask whether anybody 
had same problem or not?

ColdFusion MX (Server Configuration): Troubleshooting 'jrun closed 
connection' errors
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19301

I think it is always good to ask, before checking every possibilities. :)

Thanks in advance.



~~~

Oğuz Demirkapı

TeraTech Inc. | Senior Developer
405 East Gude Dr Suite 207, Rockville, MD 20850, USA
Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185
Web: http://www.teratech.com | E-mail: oguz.demirkapi AT teratech.com
Winner in CFDJ awards Best Consulting. Member Team Fusebox.

~~~


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260238
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: JRun closed connection Error on CFMX

2005-05-18 Thread Chris Norloff
There's a Macromedia TechNote that deals with this. Search for closed 
connection

Chris

-- Original Message --
From: Daniel Kang [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
Date:  Mon, 16 May 2005 22:03:17 -0400

I am getting these errors from CFMX and cannot get into any apps and
cfmx admin as well.

Server Error
The server encountered an internal error and was unable to complete
your request.
JRun closed connection.

What is wrong and how to fix?

tia



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207016
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: JRun closed connection Error on CFMX

2005-05-17 Thread Joe Eugene
Turn on full logging via JRun and check the logs. Usually the threads are
maxed out.
Try increasing the no of active threads and check database performance.

- Original Message - 
From: Daniel Kang [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, May 16, 2005 10:03 PM
Subject: JRun closed connection Error on CFMX


 I am getting these errors from CFMX and cannot get into any apps and
 cfmx admin as well.

 Server Error
 The server encountered an internal error and was unable to complete
 your request.
 JRun closed connection.

 What is wrong and how to fix?

 tia

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206869
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: JRun closed connection Error on CFMX

2005-05-17 Thread Ron Gowen
you may want to try looking at these:

http://www.robisen.com/index.cfm?mode=entryentry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF

http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=69threadid=806965

I made these changes on the 2nd of may. still to early to say if this
has solved my problem. I do think I am ready to say that these
settings did no harm.

for whatever thats worth 

On 5/16/05, Joe Eugene [EMAIL PROTECTED] wrote:
 Turn on full logging via JRun and check the logs. Usually the threads are
 maxed out.
 Try increasing the no of active threads and check database performance.
 
 - Original Message -
 From: Daniel Kang [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Monday, May 16, 2005 10:03 PM
 Subject: JRun closed connection Error on CFMX
 
  I am getting these errors from CFMX and cannot get into any apps and
  cfmx admin as well.
 
  Server Error
  The server encountered an internal error and was unable to complete
  your request.
  JRun closed connection.
 
  What is wrong and how to fix?
 
  tia
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206871
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


JRun closed connection Error on CFMX

2005-05-16 Thread Daniel Kang
I am getting these errors from CFMX and cannot get into any apps and
cfmx admin as well.

Server Error
The server encountered an internal error and was unable to complete
your request.
JRun closed connection.

What is wrong and how to fix?

tia

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206817
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Jrun closed connection notification...

2004-10-21 Thread Tyler
Has anyone figure out a way to log the famed JRun closed connection
errors?  The only way I can tell it happens is by trying to view the app in
a browser...any information would be IMMENSELY appreciated-
 
Tyler


~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=35

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182190
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Jrun closed connection notification...

2004-10-21 Thread Nathan Strutz
{cf install dir}\runtime\lib\wsconfig\{instance number}\jrun.ini

un-comment the #errorurl line, specify a page (relative to the site 
root). I believe the page must be html, non-dynamic, but i've never 
tried sending it to an asp or aspx page.

On that page, you can use html to call something to log your issue, like 
an iframe.

-nathan strutz
http://www.dopefly.com/


Tyler wrote:
 Has anyone figure out a way to log the famed JRun closed connection
 errors?  The only way I can tell it happens is by trying to view the app in
 a browser...any information would be IMMENSELY appreciated-
  
 Tyler
 
 
 

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=34

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182231
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfx JRun closed connection

2004-09-01 Thread Doug Hughes
Andy!! Congrats!I havn't had much feedback from the local users
groups.I'm glad you won!Please let me know if you need anything or
have any suggestions.

Doug Hughes

On Wed, 25 Aug 2004 20:53:47 +0100, Andy Allan
[EMAIL PROTECTED] wrote:
 I'll back you 100% on that Doug! Definately worth the $50, or my case,
 winning it in my local user group raffle :-)
 
 Andy
 
 
 Doug Hughes wrote:
 
 Joe,
 
 Why don't you give my Image Component a try:
 http://www.alagad.com/index.cfm/name-aic/
 
 This will resize images and much much more.
 
 Doug
 
 
 
 --
 
 [EMAIL PROTECTED]
 www.creative-restraint.co.uk
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfx JRun closed connection

2004-08-25 Thread joe velez
hi -

i created a simple CFX tag to resize images since i couldnt find a tag out there ... if anyone has one (java, not c++) we don't have to try to resolve this post :)

the tag works cuz i can go and view the resized image, however, the page that runs the script always displays:

Server Error
The server encountered an internal error and was unable to complete your request. 
JRun closed connection.

i turned off debug after reviewin MM site but still no help. any suggestions? this is only running on my lap top so maybe i just dont have enough memory.

my specs: 
CFMX on Win2k server
P3 256RAM, 2G free disk space
ya, not the best machine, but its what i got

thx

joe
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfx JRun closed connection

2004-08-25 Thread Doug Hughes
Joe,

Why don't you give my Image Component a try:
http://www.alagad.com/index.cfm/name-aic/

This will resize images and much much more.

Doug

-- 
Doug Hughes
(Check out my Image Manipulation CFC at http://www.alagad.com)

On Wed, 25 Aug 2004 03:19:10 -0400, joe velez
[EMAIL PROTECTED] wrote:
 hi -
 
 i created a simple CFX tag to resize images since i couldnt find a tag out there ... if anyone has one (java, not c++) we don't have to try to resolve this post :)
 
 the tag works cuz i can go and view the resized image, however, the page that runs the script always displays:
 
 Server Error
 The server encountered an internal error and was unable to complete your request.
 JRun closed connection.
 
 i turned off debug after reviewin MM site but still no help. any suggestions? this is only running on my lap top so maybe i just dont have enough memory.
 
 my specs:
 CFMX on Win2k server
 P3 256RAM, 2G free disk space
 ya, not the best machine, but its what i got
 
 thx
 
 joe
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfx JRun closed connection

2004-08-25 Thread Andy Allan
I'll back you 100% on that Doug! Definately worth the $50, or my case, 
winning it in my local user group raffle :-)

Andy

Doug Hughes wrote:

Joe,

Why don't you give my Image Component a try:
http://www.alagad.com/index.cfm/name-aic/

This will resize images and much much more.

Doug



-- 

[EMAIL PROTECTED]
www.creative-restraint.co.uk
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Jrun Closed Connection : Help

2004-06-17 Thread Robertson-Ravo, Neil (RX)
OK, 

I know of a few technotes on this error but to be honest the results it
returns are pretty much useless...anyone know why a perfectly healthy server
would start to generate the Jrun Closed Connection Error while ColdFusion
crashes and restarts?It all seems to work fine on a development server but
the crash happens every 2 or 3 mins on the test one.

I would be very surprised. not to mention angry if its code causing it as it
works AOK on the dev.

ColdFusion 6.1 FULLY patched

Windows 2000

IIS 5.x

Default Vanilla install JVM

Any help here would be mucho appreciato..seriously losing my patience
with CFMX on this front - 5 was never this flakeyI seriously hope
Blackstone goes the distance as we are about to consider regression back to
ColdFusion 5



This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.It contains information which is
confidential and may also be privileged.It is for the exclusive use of the
intended recipient(s).If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Jrun Closed Connection : Help

2004-06-17 Thread cfhelp
I have been fighting this for sometime now and have now started moving sites
off one at a time to see if the problem went with it. The first site I moved
was BlueEar.com.

 
BlueEar.com is the largest of our sites and generates the most traffic on my
servers. It also has Scheduled Task that runs daily. Some of these tasks
create another task. I have an HTML Daily that does an HTTP request to
BlueEar.com and writes the content to file then schedules the Send_HTML task
using cfschedule. The Send_HTML loops over the few thousand members sending
the message and then deletes its self again using cfschedule. When I was on
CF5 this had no problems but now apparently CFMX has a bug that when you
delete a task with cfschedule it only removes it from the Scheduled Task
list but continues to run until you restart the server. In addition to this
one there are a few more that work much in the same matter. Each time I
restarted it was just a matter of time depending on the traffic and incoming
messages to the BlueEar Community.

 
Just a thought but since I did this I haven't seen the error. I am now
setting up a low end server running CF5 to handle all scheduled task.

 
Rick Eidson
Partner  CTO
ArcRiver Technology, LLC
ASP, PHP, PERL, Cold Fusion Hosting Kansas City
http://www.arcriver.com/ http://www.arcriver.com/ 

 
Kansas City Musicians
http://www.1sourceentertainment.com/ http://www.1sourceentertainment.com/ 

 
-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 17, 2004 10:43 AM
To: CF-Talk
Subject: Jrun Closed Connection : Help

 
OK, 

I know of a few technotes on this error but to be honest the results it
returns are pretty much useless...anyone know why a perfectly healthy server
would start to generate the Jrun Closed Connection Error while ColdFusion
crashes and restarts?It all seems to work fine on a development server but
the crash happens every 2 or 3 mins on the test one.

I would be very surprised. not to mention angry if its code causing it as it
works AOK on the dev.

ColdFusion 6.1 FULLY patched

Windows 2000

IIS 5.x

Default Vanilla install JVM

Any help here would be mucho appreciato..seriously losing my patience
with CFMX on this front - 5 was never this flakeyI seriously hope
Blackstone goes the distance as we are about to consider regression back to
ColdFusion 5

This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.It contains information which is
confidential and may also be privileged.It is for the exclusive use of the
intended recipient(s).If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




JRun closed connection

2003-10-08 Thread Ryan Sabir
Heya All,

I've got a high volume site that's constantly giving me the following
error:

---
Server Error
The server encountered an internal error and was unable to complete your request. 
JRun closed connection.
---

Stopping and restarting CFMX will make the error go away, but it comes
back after a few hours.

I've updated the JDBC drivers to the one supplied my Microsoft.. does
anyone know other reasons why this might be happening?

Its running CFMX 6.1 on a Win 2003 Server.

Thanks...

---
Ryan Sabir
Newgency Pty Ltd
2a Broughton St
Paddington 2021
Sydney, Australia
Ph (02) 9331 2133
Fax (02) 9331 5199
Mobile: 0411 512 454
http://www.newgency.com/index.cfm?referer=rysig 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problem with getPageContext().forward() (JRun closed connection)

2003-09-26 Thread McGill, Eric
Hey Alex,I am getting the same error, but only sometimes - and under different circumstances - so I'm not sure if there is any connection between our errors. There's one thread on this at MM, but no resolution. You will find my post there from today is still unanswered, but you can see the details of it. (Seems to be common enough on requests with some COM invocation.) http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3 http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3threadid=676251STARTPAGE=1 threadid=676251STARTPAGE=1 Ours is a win2k/IIS server that has been updated to CFMX6.1 Please let me know if you (or anyone else!) come up with any resolution. TIA,Eric
 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]