not likely that just looks like an install file, perhaps it is .net connecting to CF on the old IP ?
On Fri, Jul 1, 2011 at 5:21 PM, Patti, Michael <[email protected]>wrote: > > I am finding entries for the old IP addresses in > C:\Coldfusion8\ConnectorInstall0.txt, that look like this: > > ... > Found JRun server coldfusion at 127.0.0.1:2930 > this host is TSGIWEB02:10.0.0.2 > this host is TSGIWEB02:10.0.0.29 > this host is TSGIWEB02:10.0.0.27 > ... > > Would those entries need to be updated? > > -----Original Message----- > From: Patti, Michael > Sent: Friday, July 01, 2011 11:16 AM > To: cf-talk > Subject: RE: Changed internal IP addresses on server - cffile breaks? > > The program that's trying to write the file is an ancient CMS that used to > be called 'ActiveMatter' and has been re-branded as 'iMIS eContent Manager'. > It makes use of a .net-driven publishing service that also lives on the web > server. The publishing service basically queries a database server that is > located in a different network, and when it finds records that need to be > published, it tries to establish a connection with CF, which then attempts > to write a static HTML file containing the ntext value stored in the > database for the content record that has been created/updated. > > It's the hand-off between the publishing service and CF where things are > breaking down; and the specific error CF is reporting is: > > "Failed to get fused content from > http://www.[mydomain].org/AM/Template.cfm?Section=Mission_Statement&Template=/CM/HTMLDisplay.cfm&ContentID=3229&FuseFlag=1. > The underlying connection was closed: Unable to connect to the remote > server. System.Net.WebException" > > As I mentioned, hard-coding the new internal IP address mappings into the > hosts file corrects the problem; but that doesn't address the underlying > cause. > > Thanks, > Michael > > > -----Original Message----- > From: Russ Michaels [mailto:[email protected]] > Sent: Friday, July 01, 2011 11:05 AM > To: cf-talk > Subject: Re: Changed internal IP addresses on server - cffile breaks? > > > I presume you are using CFFILE to write files to another server on the > network not to the local machine ? > > do you have any actual error you can give us ? > > Russ > On Fri, Jul 1, 2011 at 4:52 PM, Patti, Michael <[email protected] > >wrote: > > > > > Yeah, I've restarted both CF and the entire server a couple of times > > since the IP addresses were first updated (Early Sunday evening). > > When I run ipconfig /all on the server, it's reporting back the > > correct IP addresses (in the 192.168.31.1-n range), I've updated all > > of the bindings in IIS6 to the new IPs, and the sites have been > > responding fine; it's just that one aspect of CF that seems to be off. > > > > Is there a way to manually jog CF into clearing its DNS cache? > > > > -----Original Message----- > > From: Russ Michaels [mailto:[email protected]] > > Sent: Friday, July 01, 2011 10:47 AM > > To: cf-talk > > Subject: Re: Changed internal IP addresses on server - cffile breaks? > > > > > > CF caches DNS, have you restarted CF since ? > > > > On Fri, Jul 1, 2011 at 4:44 PM, Dan Blickensderfer > > <[email protected]>wrote: > > > > > > > > Michael, > > > > > > It sounds like you have a WINS Server running on your network that > > > isn't getting updated. The computer name and ip address may be > > > statically assigned in the WINS manager. > > > > > > ~Dan > > > > > > -----Original Message----- > > > From: Patti, Michael > > > Sent: Friday, July 01, 2011 11:35 AM > > > To: cf-talk > > > Subject: Changed internal IP addresses on server - cffile breaks? > > > > > > > > > I recently had to change the internal IP addresses of my Windows > > > 2003 > > > (32 > > > bit) server that is running CF8 standard. The IPs were changed from > > > a 10.0.0.x format to 192.168.31.x format. > > > > > > After the change was made, CF appeared to be running fine; but I'm > > > running into a problem with <cffile> not writing .htm files to the > > > file > > system. > > > > > > When I add entries to the server's hosts file to hardcode the > > > mapping to the new internal IP addresses, it works fine, so > > > somewhere in the server's internals, some file isn't picking up on the > change. > > > > > > Is there anything that needs to be done in Coldfusion to register > > > the change of the internal IP addresses? > > > > > > Thanks, > > > Michael > > > > > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346036 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

