Updgrade CF9 to CF11

Hi,
Running Windows server 2008 and CF 9.
I'm trying to update CF9 Standard to CF 11 standard.
I've downloaded the trail version.
I run the installer and then the migration wizard runs.
But after that, the site is still running under CF 9. I know this because if I stop the CF9 process, the site goes down.
There must be some other files I am supposed to modify or move but I can't figure out what they are.
I do notice when I go into IIS 7, there are handlers set up for both CF9 and CF11 -- I can tell this by looking at the file paths to the various handlers.
Where is the 'hook' that ties CF into my web pages? That is what seems to not be working. The 'hook' is tying my web pages into CF9 and not CF11
I've been trying this for about a week now and still no luck. Very frustrating.
Help would be much appreciated.
Thanks
Mike

Hi, Mike. The “hook” in CF9  is the wildcard handler mapping which connect “* paths to a jrun dll.  The “hook” in CF10 is isapi filter (IIS feature separate from handler mappings) that causes all requests to be passed to a tomcat dll (isapi_redirect.dll). Then both also have handler mappings for cfm, cfc, etc that also pass to the respective DLLs for each engine.
You have two alternatives to consider:
- one is that you could try to manually remove all the handler mappings for CF9 and that should do it. But then the problem is you may not look at all the places they exist (which could be at the server and site levels, depending on how you or others before you configured things—and those who try to do it via manually tweaking the IIS config files could also be fail as the info may be in multiple places there.)
- but the easiest solution, generally, if you’re saying you no longer want to run CF9 with your IIS sites at all, is to the run the CF9 web server configuration tool and use its “remove” option to remove the settings in IIS that are connecting it to CF9. BE sure to right-click and use “run as administrator”.
That said, if folks HAVE manually tweaked those IIS config files, or HAD previously run the tool (when “adding” sites) without running as admin, then you may find that even doing this removal is not sufficient to get things working, as vestiges of CF9 config lines remain (among the possibly multiple config files, at the server and site levels.)
It can all get rather messy, especially because the CF9 config tool (and CF installer) did their mods to the config files differently, copying ALL handler mappings from the server level into the site level.
But give the removal a try. That works I’d say 9 out of 10 times. If you’re in the 10 percentile where it is not enough, I’d say that if the above info is not enough for you to get it fixed, you’d be wise to have someone experienced in this (like myself) work with you remotely to quickly understand and resolve things.
But if the above is enough to get you going, great.
/charlie

Similar Messages

  • Trying to understand CF side-by-side installations (CF9 and CF11)

    I'm testing my upgrade from CF9 to CF11 on the same server.  Looks like my old CF9 installation was an enterprise, standard, IIS installation.  (if that makes sense to you)  My CF11 is an enterprise, production + secure, stand-alone installation.  It appears that I had to choose the stand-alone installation with internal web server so it can diferentiate between the two Cold Fusions adn do side-by-side installation.  We want to use the internal web server anyhow so we can use the built-in Tomcat server instead of having to install a separate one.  Now  the question has come up, how do I get all of my web pages that are on IIS into my current ColdFusion.  I discovered a document that discusses the Web Server Management.  It looks like I can run it now and it will configure my connection between IIS and ColdFusion.   
    https://wikidocs.adobe.com/wiki/display/coldfusionen/Web+Server+Management
    My question is, can this be done while CF9 is still up and running and then it would give me a CF11 ran instance of using the CF webpages  so I can test them and get them to work.    Someone was thinking that IIS wouldn't be able to figure out which CF administrator to use.   Two CF applications cannot use IIS at the same time.  If so, how do I get the two systems to run side-by-side using my CF pages, so I can test if anything broke and needs to be changed in the code,  and/or test any of the new capabilities in CF11?
    Thanks in advance!!

    It can be done, but it is not necessarily for the faint of heart.  I haven't done it in quite some time.  Here are the basics:
    Figure out which ports CF 9 is using.
    Install CF11 using the built-in web server first (don't connect it to IIS).  Make sure CF 11 is not trying to use the same ports as CF 9.
    Run the CF9 Web Server Connection Tool.  See if you have "all sites" configured.  If you do, remove the connector and reinstall individually to the sites you want CF9 to operate.  Make sure your sites operate properly before moving on.
    If you want to have the same site code run under both CF9 and CF11, you'll need to copy the directory of the CF9 site to a new directory for CF11 (e.g.: D:\sites\MySite -> D:\sites\MySite2)
    Run the CF11 Web Server Connection Tool.  Connect your CF11 site (D:\sites\MySite2) to IIS.
    Repeat 4&5 for each site you are parallel testing with CF11.
    I'd do a Google search on "install multiple versions of ColdFusion", as there are several blog articles involving previous versions of ColdFusion.  If you find one that shows CF9 paired with CF10, it should be pretty much the same for CF9 and CF11.
    If it were me, though, I'd spin up a virtual machine, copy the site code in, and install CF11.  I would then do extensive testing, fix code that breaks, then when once I was satisfied CF11 is working fine, copy the code updates back to my production server and do an upgrade install of CF11 to replace CF9.
    -Carl V.

  • Upgrade CF9 to CF11 w/IIS can't get to migration/configuration stage

    I finally go approval to do my upgrade not as a stand alone, side-by-side upgrade which was requiring me to do a major hack that wasn't working due to our funky coding and security twists we have implemented in the code.
    Unfortunately, when I do the upgrade/installation it installs, but I can't move on to the migration/configuration stage of the installation.  I can't see anything in the error logs.  Sometimes I'll get the 500.19 error message when I try to connect to the administrator myself, other times nothing.  When I get the HTTP Error 500.19 Internal Server Error it refers to the ApplicationHost.config or web.config file that contains malformed xml element.  When I look at the old web.config file it contains about 9 handlers that are using either jrun_iis6_wildcard.dll or jrun_iis6.dll.  I do have the IIS6 to IIS7 configuration selected in the new installation of CF11, but I can't move forward.  I want to just copy these 2 files from my CF9 installation, but I don't know where to put them.  I've even renamed the web.config file so that IIS would recreate it so it wouldn't be referring to the old CF9 web.config file and getting stuck there, which one error message once referred to these lines in the CF9 web.config file.  I understand that this question blurs the ColdFusion/IIS category boundaries.  I'm not sure where my error is lying, with IIS or CF11.  I want to just enter these handlers manually in IIS 7, but my boss seems to think we need to have wsconfig do that for us in case it is putting code elsewhere and we are missing configuration changes that really puts us in a spiral.  Thoughts/suggestions anyone?  I hope I was clear enough.
    Another thing is that we have our CFIDE folder for CF9 located in a different directory, for security purposes I'm guessing, yet I can't figure out how CF is recognizing that it should go there to run.  In CF Administrator it is referring to a different folder for CFIDE that doesn't exist.  I have only seen one referrence to the correct location, and that was in the registry when I was ensuring CF11 references were deleted. CF9 had it there. I guess I'm wondering if there is a setting somewhere that i need to change so CF11 will look in the correct location and then run and go forward with the migration/configuration part of the instalation.  I can't find it in any of my searches that look for that foldername in the files.
    I have inherited this project and there is very little documented regarding configuration changes that were done.
    Thanks in advance!!
    Jennifer

    OK, my installation is working, although I'm still trying to get the applications to work (permissions issues I think).  Since I kept having migration difficulties we created a CAR first with CF9.  We then ended up just doing a straight upgrade on our development server.  I performed the install with server configuration and selected Configure my webserver for ColdFusion 11, IIS.  When you launch the browser to connect to CF11 administrator if you get the 500 error message it may be because the SSL for the CFIDE>Administrator folder in IIS is selected.  Deselect it and that error messge should go away (if it is that that is).  We kept getting a 404.7 error message of deny file extension.  I was thinking it had to do with my cfm extensions because I was trying to open a cfm, but it wasn't the case.  The error message mentioned isapi.redirect.dlls.  I finally found an error message under my IIS FailedRequestLogs that mentioned something about Request Filtering.  Turns out .dll was not in the allowed list of my virtual Jakarta folder.  Once I added this and restarted IIS I was able to get into my CF Administrator 11 and installed the CAR file.
    Now I keep getting Unauthorized errors and need to figure that out. Permissions are looking like the cause of that.
    Things I learned (you may already know this):
    CF9 can have CFIDE placed wherever, but CF11 needs to keep it where it is installed.
    CF11 doesn't need IIS 6 Metabase Compatability installed, whereas CF9 did (at least ours did)
    We kept getting a duplicat MIME Type error message too for .air.  That was added at the server level and inherited at the website level.  I deleted it at the server level and added it at the website level.
    I hope this helps someone.

  • Looking for any migration resource for migrating CF9 to CF11.

    The CF11 FAQ mentions "migration resources" and has a link but when you follow it, it doesn't take you to any migration documents.

    >
    bohamo wrote:
    > We are migrating from XIB to SAP PI 7.11. Does anyone have any links to any "Migration guides" or "Best practices" for a migration like that and/or migration to SAP PI in general?
    >
    > I have scanned SDN but with no luck unfortunately.
    >
    > Thanks in advance
    I'm so interested to your question...

  • CF9 CPU at 100%. Moved to new CF11 server and copied files over and it's still at 100% CPU almost immediately on new server

    Our web server is stuck at 100% CPU.  Three days ago we were on CF9 and started running into this problem until the server crashed and wasn't salvageable.  Luckily we had a fresh Windows 2008 Server R2 ready to go with a fresh copy of CF11 on it.  I copied all the website files over and we were back up and running.  A day later the CPU is back to 100% on the new CF11 Windows 2008R2 server.  I also updated CF11 to the latest update 3 that was just released.
    If I turn off the CF service the CPU usage goes back to normal.  If I turn CF back on, the CPU goes back to 100% within like 5 seconds.  So it doesn't seem like some slow running page or anything that eventually eats up all the memory or whatever.  I'm not an expert at looking at the logs, but I don't see anything too out of the ordinary.  The one thing that looks strange to me is I see this line over and over.
    Dec 12, 2014 11:28:41 AM Information [ajp-bio-8014-exec-59] - Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=194', method='get'}
    That line makes me think we got hacked somehow, but it's hard to know.
    I did up my JVM heap size and max size to 1024MB.  We have 4GB of memory.  And i changed teh JVM arguments to what's below based on a forum post.  Nothing seems to help.
    -server -XX:PermSize=192m -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog -Duser.language=en -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random
    Any additional ideas on how to debug this or what to look at?  Thanks!

    Thanks Charlie for your insight.  I searched everywhere to find a cfhttp request that was causing the issue, but couldn't find it.  I did find some unusual files that were loaded though that I know we didn't put there.  I did a search and found this link that shows the code.  Coldfusion CFIDE bitcoin mining exploit – PHP involved… | code-complete.com and that you mention in your article too.  I don't see any of the executables running or files that were mentioned though.  I found that code in 8 different spots though and removed them.  Maybe our old server had the executables and hacked files on them.  Hard to know as it won't boot up anymore!
    I think I did possibly isolate the HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=218', method='get'} in the http.log file to a certain site in IIS though.  And it wasn't our main site.  I turn off this website in IIS and it appears the weird request goes away.  I turn the site back on and it starts to re-appear.  It doesn't always load constantly so it's a little hard to tell.  This site is pretty small.  I went through each file on the site and did find one file that did appear to be hacked.  It wasn't coldfusion code though.  Just some html links.  I removed it.  That's all I could find.  No cfhttp calls or anything else.
    We re-installed Coldfusion 11 on Friday as well and upgraded to Update 3.  It doesn't stay locked at 100% as much right now, but it being over the weekend we don't get much traffic.  Monday will be the real test.  I think I will leave that smaller site turned off for now and see how things perform.  I'm doing a full virus scan for the heck of it overnight too.  Don't really expect it to find anything though. I also turned on advanced logging in IIS 7.5 and don't see anything out of the ordinary.  I made sure client variables weren't in the registry either.
    Here's a part of the http.log file when I turn the IIS site on.  I turn the site off and it stops popping up in the logs.
    "Information","ajp-bio-8014-exec-57","12/13/14","22:33:14",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=233', method='get'}"
    "Information","ajp-bio-8014-exec-57","12/13/14","22:36:17",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=601', method='get'}"
    "Information","ajp-bio-8014-exec-57","12/13/14","22:38:31",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=459', method='get'}"
    "Information","ajp-bio-8014-exec-57","12/13/14","22:38:54",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=108', method='get'}"
    "Information","ajp-bio-8014-exec-57","12/13/14","22:39:55",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=218', method='get'}"
    "Information","ajp-bio-8014-exec-63","12/13/14","22:52:03",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=54', method='get'}"
    "Information","ajp-bio-8014-exec-64","12/13/14","22:57:32",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=40', method='get'}"
    "Information","ajp-bio-8014-exec-64","12/13/14","22:58:37",,"Starting HTTP request {URL='http://zzen1wbudopwg.nchyt.com/encfm/en0024-ssj5iway6wvg/cbeim94a1s2kebu.php?do=702', method='get'}"

  • How To: CF11 Clustering without Multicast (AWS)

    This week I've been working on getting clustering setup for a client. Initially we were using CF10 with the latest patches. Ideally we wanted non-sticky load balancing with session replication. We want really high availability with the option to reboot a server at any time and not have to wait for session draining or lose customers if a node goes down. Adam Cameron points out that there is an issue with CF10 and not having an option to turn on session replication Adam Cameron's CFML Blog: Problem with session replication with CF10 clustering. Trying various fixes I could not get the session to replicate we moved to CF11 which restores that issue. There is a bug open for CF10 with some weird responses but I never saw any sort of fix for this.
    CF11 as noted solves this odd issue, so I thought we were in the clear. Following the limited cluster setup guides found online there is some manual configuration to do on the remote instance. First, I am not sure if the default cfusion instance just can't be used as a member of a cluster but I had a hard time ever getting it to work. So both the local and remote instance use new CF11 instances created from within the Instance Manager. The instructions Adobe ColdFusion 10 * Enabling clustering for load balancing and failover are mostly correct in that you have to copy the <cluster> node to the remote instance. One issue pointed out in a few places is that the cluster block has to actually go IN the <host> node and not after it. CF10, CF11 and maybe even CF9 put the block (and the documents suggest putting the block) after the </host> tag which, in my experience, does not work.
    After everything was configured and I started up my test I could not get the remote node to respond at all. Looking in the cf error log I constantly saw this line:
    INFO: Manager [/]: skipping state transfer. No members active in cluster group.
    Digging in to the tomcat clustering discussions this basically means the cluster couldn't find the remote instance. By default CF uses the multicast cluster support in tomcat and doesn't have an option to do anything different. Researching this found that AWS does not support broadcast nor multicast in EC2. Further research showed how tomcat could be configured for static cluster member configuration and so I modified the server.xml files to match and viola, cluster with session replication. Using the ELB on AWS we have sticky sessions disabled (basically round-robin style requests) and the requests bounce evenly between the instance members. The session id's, however, stay the same on each page load even though the request is going to a different host.
    So here is what the cluster node of the server.xml looks like:
    <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" channelSendOptions="8" channelStartOptions="3">
            <Manager notifyListenersOnReplication="true" expireSessionsOnShutdown="false" className="org.apache.catalina.ha.session.DeltaManager"/>
            <Channel className="org.apache.catalina.tribes.group.GroupChannel">
              <!--<Membership port="45564" dropTime="3000" address="228.0.0.4" className="org.apache.catalina.tribes.membership.McastService" frequency="500"/>-->
              <Receiver port="4001" autoBind="100" address="auto" selectorTimeout="5000" maxThreads="6" className="org.apache.catalina.tribes.transport.nio.NioReceiver"/>
              <Sender className="org.apache.catalina.tribes.transport.ReplicationTransmitter">
                <Transport className="org.apache.catalina.tribes.transport.nio.PooledParallelSender"/>
              </Sender>
              <Interceptor className="org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor"/> <!-- ADDED -->
              <Interceptor className="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector"/>
              <Interceptor className="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor"/>
          <Interceptor className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
                    <Member className="org.apache.catalina.tribes.membership.StaticMember"
                      port="4002"
                      host="172.31.33.220"
                      domain="delta-static"
                      uniqueId="{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}"
                    />
              </Interceptor>
            </Channel>
            <Valve className="org.apache.catalina.ha.tcp.ReplicationValve" filter=""/>
            <Valve className="org.apache.catalina.ha.session.JvmRouteBinderValve"/>
            <ClusterListener className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener"/>
            <ClusterListener className="org.apache.catalina.ha.session.ClusterSessionListener"/>
          </Cluster>
    You can see the <membership> node is commented out (this is the multicast function). The TcpPingInterceptor is added and the StaticMembershipInterceptor is added. The reciever port on this instance is 4001 and the remote instance is 4002 so the interceptor uses 4002 on this instance to contact the remote host and vice-versa. In other words the remote instance will use the same <cluster> node with the ports switch and the host IP address changed on the static interceptor. The uniqueID then rotates on each member going from {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15} to {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0}
    Of course each additional member to the cluster will mean manual changes to each existing member (to add additional static interceptors) but that seems a small price to pay to not have to move our entire environment off AWS.

    Hope I am not hijacking your excellent post.
    Some details to add for findings on AWS EC2 environment.
    From CMD prompt CF11 instance that is clusted starting:
    Aug 26, 2014 11:23:44 PM org.apache.catalina.ha.session.DeltaManager startIntern
    al
    INFO: Register manager / to cluster element Host with name localhost
    Aug 26, 2014 11:23:44 PM org.apache.catalina.ha.session.DeltaManager startIntern
    al
    INFO: Starting clustering manager at /
    Aug 26, 2014 11:23:44 PM org.apache.catalina.ha.session.DeltaManager getAllClust
    erSessions
    INFO: Manager [/], requesting session state from org.apache.catalina.tribes.memb
    ership.StaticMember[tcp://172.31.21.168:4001,172.31.21.168,4001, alive=0, secure
    Port=-1, UDP Port=-1, id={1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 }, payload={}, c
    ommand={}, domain={100 101 108 116 97 45 115 116 97 ...(12)}, ]. This operation
    will timeout if no session state has been received within 60 seconds.
    Aug 26, 2014 11:23:45 PM org.apache.catalina.ha.session.DeltaManager waitForSend
    AllSessions
    INFO: Manager [/]; session state send at 8/26/14 11:23 PM received in 125 ms.
    Aug 26, 2014 11:23:45 PM org.apache.catalina.ha.session.JvmRouteBinderValve star
    tInternal
    INFO: JvmRouteBinderValve started
    From CMD prompt CF11 instance details when other cluster has been restarted:
    Aug 26, 2014 11:22:47 PM org.apache.catalina.ha.tcp.SimpleTcpCluster memberDisap
    peared
    INFO: Received member disappeared:org.apache.catalina.tribes.membership.StaticMe
    mber[tcp://172.31.25.175:4002,172.31.25.175,4002, alive=0, securePort=-1, UDP Po
    rt=-1, id={0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 }, payload={}, command={}, doma
    in={100 101 108 116 97 45 115 116 97 ...(12)}, ]
    Aug 26, 2014 11:23:06 PM org.apache.catalina.ha.tcp.SimpleTcpCluster memberAdded
    INFO: Replication member added:org.apache.catalina.tribes.membership.StaticMembe
    r[tcp://172.31.25.175:4002,172.31.25.175,4002, alive=0, securePort=-1, UDP Port=
    -1, id={0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 }, payload={}, command={}, domain=
    {100 101 108 116 97 45 115 116 97 ...(12)}, ]
    Aug 26, 2014 11:23:06 PM org.apache.catalina.tribes.group.interceptors.TcpFailur
    eDetector performBasicCheck
    INFO: Suspect member, confirmed alive.[org.apache.catalina.tribes.membership.Sta
    ticMember[tcp://172.31.25.175:4002,172.31.25.175,4002, alive=0, securePort=-1, U
    DP Port=-1, id={0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 }, payload={}, command={},
    domain={100 101 108 116 97 45 115 116 97 ...(12)}, ]]
    Running CF11 via services.msc (as you normally would) these similar details are recorded in ColdFusion11\clustered_instance\logs\coldfusion-error.log. The latter part of log showing when other clustered instance has been stopped and started.
    Aug 26, 2014 11:40:31 PM org.apache.catalina.ha.session.DeltaManager startInternal
    INFO: Register manager / to cluster element Host with name localhost
    Aug 26, 2014 11:40:31 PM org.apache.catalina.ha.session.DeltaManager startInternal
    INFO: Starting clustering manager at /
    Aug 26, 2014 11:40:31 PM org.apache.catalina.ha.session.DeltaManager getAllClusterSessions
    INFO: Manager [/], requesting session state from org.apache.catalina.tribes.membership.StaticMember[tcp://172.31.21.168:4001,172.31.21.168 ,4001, alive=0, securePort=-1, UDP Port=-1, id={1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 }, payload={}, command={}, domain={100 101 108 116 97 45 115 116 97 ...(12)}, ]. This operation will timeout if no session state has been received within 60 seconds.
    Aug 26, 2014 11:40:31 PM org.apache.catalina.ha.session.DeltaManager waitForSendAllSessions
    INFO: Manager [/]; session state send at 8/26/14 11:40 PM received in 141 ms.
    Aug 26, 2014 11:40:31 PM org.apache.catalina.ha.session.JvmRouteBinderValve startInternal
    INFO: JvmRouteBinderValve started
    Aug 26, 2014 11:40:31 PM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["http-bio-8501"]
    Aug 26, 2014 11:40:31 PM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["ajp-bio-8012"]
    Aug 26, 2014 11:40:31 PM com.adobe.coldfusion.launcher.Launcher run
    INFO: Server startup in 44274 ms
    Aug 26, 2014 11:42:04 PM org.apache.catalina.ha.tcp.SimpleTcpCluster memberDisappeared
    INFO: Received member disappeared:org.apache.catalina.tribes.membership.StaticMember[tcp://172.31.21.168:4001,1 72.31.21.168,4001, alive=0, securePort=-1, UDP Port=-1, id={1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 }, payload={}, command={}, domain={100 101 108 116 97 45 115 116 97 ...(12)}, ]
    Aug 26, 2014 11:42:23 PM org.apache.catalina.ha.tcp.SimpleTcpCluster memberAdded
    INFO: Replication member added:org.apache.catalina.tribes.membership.StaticMember[tcp://172.31.21.168:4001,172.31. 21.168,4001, alive=0, securePort=-1, UDP Port=-1, id={1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 }, payload={}, command={}, domain={100 101 108 116 97 45 115 116 97 ...(12)}, ]
    Aug 26, 2014 11:42:23 PM org.apache.catalina.tribes.group.interceptors.TcpFailureDetector performBasicCheck
    INFO: Suspect member, confirmed alive.[org.apache.catalina.tribes.membership.StaticMember[tcp://172.31.21.168:4001,172.31 .21.168,4001, alive=0, securePort=-1, UDP Port=-1, id={1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 }, payload={}, command={}, domain={100 101 108 116 97 45 115 116 97 ...(12)}, ]]
    Hope that adds to the usefulness of this thread.
    Regards, Carl.

  • Java error when uninstalling CF11 32-bit

    HI all,
    I am trying to uninstall ColdFusion 11 (32-bit) edition so I can reinstall CF11 64-bit on my Win2k8r2 production server. I currently have CF9 installed and running on this server.  I get a fatal error from the jre when attempting the CF11 uninstall. Detailed below is the PID error log from the uninstall directory:
    # A fatal error has been detected by the Java Runtime Environment:
    #  Internal Error (0xc06d007e), pid=5088, tid=2328
    # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
    # Java VM: Java HotSpot(TM) Client VM (25.25-b02 mixed mode windows-x86 )
    # Problematic frame:
    # C  [kernel32.dll+0x1ed5b]
    # Failed to write core dump.
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x465ecc00):  JavaThread "uninstall" [_thread_in_native, id=2328, stack(0x47310000,0x47360000)]
    siginfo: ExceptionCode=0xc06d007e, ExceptionInformation=0x4735e074
    Registers:
    EAX=0x4735e000, EBX=0x00000000, ECX=0x00000001, EDX=0x00000000
    ESP=0x4735e000, EBP=0x4735e050, ESI=0x7188f11c, EDI=0x00000000
    EIP=0x7524ed5b, EFLAGS=0x00000216
    Top of Stack: (sp=0x4735e000)
    0x4735e000:   c06d007e 00000000 00000000 7524ed5b
    0x4735e010:   00000001 4735e074 4735e438 752eefcb
    0x4735e020:   38f077b8 fffffffe 75243626 75243701
    0x4735e030:   7ef8bc00 00000000 00000000 4735e05c
    0x4735e040:   752436c8 7188ef90 00000000 00000000
    0x4735e050:   4735e0b8 7188b6db c06d007e 00000000
    0x4735e060:   00000001 4735e0c4 465ecd38 464c81b8
    0x4735e070:   00000000 00000024 7188f11c 718920c0
    Instructions: (pc=0x7524ed5b)
    0x7524ed3b:   02 50 ff 75 14 8d 45 c4 50 e8 da 03 0a 00 e9 16
    0x7524ed4b:   3d 02 00 89 45 c0 8d 45 b0 50 ff 15 14 07 24 75
    0x7524ed5b:   c9 c2 10 00 66 83 fa 06 0f 84 9f e0 01 00 66 83
    0x7524ed6b:   fa 09 75 0c c7 46 18 d8 21 00 00 e9 36 62 ff ff
    Register to memory mapping:
    EAX=0x4735e000 is pointing into the stack for thread: 0x465ecc00
    EBX=0x00000000 is an unknown value
    ECX=0x00000001 is an unknown value
    EDX=0x00000000 is an unknown value
    ESP=0x4735e000 is pointing into the stack for thread: 0x465ecc00
    EBP=0x4735e050 is pointing into the stack for thread: 0x465ecc00
    ESI=0x7188f11c is an unknown value
    EDI=0x00000000 is an unknown value
    Stack: [0x47310000,0x47360000],  sp=0x4735e000,  free space=312k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [kernel32.dll+0x1ed5b]
    C  [net.dll+0xb6db]
    C  [net.dll+0xb54a]
    C  [net.dll+0x5361]
    C  0x465f3d78
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.net.NetworkInterface.getAll()[Ljava/net/NetworkInterface;+0
    j  java.net.NetworkInterface.getNetworkInterfaces()Ljava/util/Enumeration;+0
    j  sun.security.provider.SeedGenerator.addNetworkAdapterInfo(Ljava/security/MessageDigest;)V +0
    j  sun.security.provider.SeedGenerator.access$000(Ljava/security/MessageDigest;)V+1
    j  sun.security.provider.SeedGenerator$1.run()Ljava/lang/Void;+61
    j  sun.security.provider.SeedGenerator$1.run()Ljava/lang/Object;+1
    v  ~StubRoutines::call_stub
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/O bject;+0
    j  sun.security.provider.SeedGenerator.getSystemEntropy()[B+40
    j  sun.security.provider.SecureRandom$SeederHolder.<clinit>()V+4
    v  ~StubRoutines::call_stub
    j  sun.security.provider.SecureRandom.engineNextBytes([B)V+21
    j  java.security.SecureRandom.nextBytes([B)V+5
    j  java.security.SecureRandom.next(I)I+17
    j  java.util.Random.nextLong()J+3
    j  java.io.File$TempDirectory.generateFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File ;)Ljava/io/File;+3
    j  java.io.File.createTempFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/F ile;+45
    j  java.io.File.createTempFile(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;+3
    j  com.macromedia.utils.StaticLocations.<clinit>()V+4
    v  ~StubRoutines::call_stub
    j  com.macromedia.ant.windowsdll.ExecProcess.<clinit>()V+111
    v  ~StubRoutines::call_stub
    j  com.macromedia.ant.ExecBase.execute()V+369
    j  org.apache.tools.ant.Task.perform()V+20
    j  org.apache.tools.ant.Target.execute()V+45
    j  org.apache.tools.ant.Target.performTasks()V+9
    j  org.apache.tools.ant.Project.executeTarget(Ljava/lang/String;)V+43
    j  org.apache.tools.ant.taskdefs.Ant.execute()V+342
    j  org.apache.tools.ant.taskdefs.CallTarget.execute()V+85
    j  org.apache.tools.ant.Task.perform()V+20
    j  org.apache.tools.ant.Target.execute()V+45
    j  org.apache.tools.ant.Target.performTasks()V+9
    j  org.apache.tools.ant.Project.executeTarget(Ljava/lang/String;)V+43
    j  com.zerog.ia.installer.util.AntUtility.go()Ljava/lang/String;+106
    j  com.zerog.ia.installer.actions.AntRunner.installSelf()Lcom/zerog/ia/installer/IAStatus;+1 46
    j  com.zerog.ia.installer.Uninstaller.ah(Lcom/zerog/ia/installer/Installer;)V+541
    j  com.zerog.ia.installer.Uninstaller.uninstall(Lcom/zerog/ia/installer/Installer;)V+65
    j  com.zerog.ia.installer.actions.UninstallProgressAction.ae()V+7
    j  com.zerog.ia.installer.actions.ProgressPanelAction$1.run()V+18
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x465ee000 JavaThread "SeedGenerator Thread" daemon [_thread_blocked, id=5576, stack(0x47830000,0x47880000)]
      0x465ed800 JavaThread "SeedGenerator Thread" daemon [_thread_in_Java, id=6072, stack(0x478b0000,0x47900000)]
    =>0x465ecc00 JavaThread "uninstall" [_thread_in_native, id=2328, stack(0x47310000,0x47360000)]
      0x465ed400 JavaThread "Timer-5" [_thread_blocked, id=3508, stack(0x45b90000,0x45be0000)]
      0x465ec800 JavaThread "TimerQueue" daemon [_thread_blocked, id=1828, stack(0x45fc0000,0x46010000)]
      0x0260c000 JavaThread "DestroyJavaVM" [_thread_blocked, id=5040, stack(0x00a90000,0x00ae0000)]
      0x44f3f800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5004, stack(0x460c0000,0x46110000)]
      0x4503f800 JavaThread "Thread-2" [_thread_blocked, id=5844, stack(0x45e10000,0x45e60000)]
      0x4505b000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4968, stack(0x45c60000,0x45cb0000)]
      0x4505a000 JavaThread "AWT-Shutdown" [_thread_blocked, id=5904, stack(0x003f0000,0x00440000)]
      0x45018400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1512, stack(0x45ab0000,0x45b00000)]
      0x44edac00 JavaThread "Service Thread" daemon [_thread_blocked, id=5996, stack(0x451b0000,0x45200000)]
      0x44ecac00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2224, stack(0x453f0000,0x45440000)]
      0x44ec9800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6048, stack(0x00160000,0x001b0000)]
      0x44ec6800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3484, stack(0x02530000,0x02580000)]
      0x44e90000 JavaThread "Finalizer" daemon [_thread_blocked, id=5840, stack(0x45340000,0x45390000)]
      0x44e8b400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2408, stack(0x45260000,0x452b0000)]
    Other Threads:
      0x44e86000 VMThread [stack: 0x04780000,0x047d0000] [id=4516]
      0x44ee4000 WatcherThread [stack: 0x45570000,0x455c0000] [id=5760]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap:
    def new generation   total 78720K, used 22098K [0x04800000, 0x09d60000, 0x19d50000)
      eden space 70016K,  31% used [0x04800000, 0x05d94bc0, 0x08c60000)
      from space 8704K,   0% used [0x08c60000, 0x08c60000, 0x094e0000)
      to   space 8704K,   0% used [0x094e0000, 0x094e0000, 0x09d60000)
    tenured generation   total 174784K, used 29070K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  16% used [0x19d50000, 0x1b9b3950, 0x1b9b3a00, 0x24800000)
    Metaspace       used 13894K, capacity 14118K, committed 14208K, reserved 14720K
    Card table byte_map: [0x44800000,0x44a10000] byte_map_base: 0x447dc000
    Polling page: 0x000f0000
    CodeCache: size=32768Kb used=2128Kb max_used=2254Kb free=30639Kb
    bounds [0x02610000, 0x02848000, 0x04610000]
    total_blobs=1205 nmethods=977 adapters=159
    compilation: enabled
    Compilation events (10 events):
    Event: 14.178 Thread 0x44ecac00  987             org.apache.xerces.util.SymbolTable::hash (38 bytes)
    Event: 14.178 Thread 0x44ecac00 nmethod 987 0x02738c08 code [0x02738d00, 0x02738de0]
    Event: 14.178 Thread 0x44ecac00  988             org.apache.xerces.util.XMLChar::isName (23 bytes)
    Event: 14.178 Thread 0x44ecac00 nmethod 988 0x02738988 code [0x02738a80, 0x02738b40]
    Event: 14.178 Thread 0x44ecac00  989             org.apache.xerces.impl.XMLEntityScanner::scanName (319 bytes)
    Event: 14.178 Thread 0x44ecac00 nmethod 989 0x02737e08 code [0x02737f90, 0x02738484]
    Event: 14.178 Thread 0x44ecac00  990             org.apache.xerces.util.SymbolTable::addSymbol (162 bytes)
    Event: 14.179 Thread 0x44ecac00 nmethod 990 0x02737488 code [0x027375e0, 0x02737960]
    Event: 14.187 Thread 0x44ecac00  991 % !         sun.security.provider.SeedGenerator$ThreadedSeedGenerator::run @ 112 (256 bytes)
    Event: 14.188 Thread 0x44ecac00 nmethod 991% 0x02736048 code [0x027361f0, 0x02736ad8]
    GC Heap History (10 events):
    Event: 1.320 GC heap before
    {Heap before GC invocations=0 (full 0):
    def new generation   total 78656K, used 69952K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)
      from space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)
      to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)
    tenured generation   total 174784K, used 0K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,   0% used [0x19d50000, 0x19d50000, 0x19d50200, 0x24800000)
    Metaspace       used 7120K, capacity 7226K, committed 7296K, reserved 7552K
    Event: 1.352 GC heap after
    Heap after GC invocations=1 (full 0):
    def new generation   total 78656K, used 8704K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)
      from space 8704K, 100% used [0x094d0000, 0x09d50000, 0x09d50000)
      to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)
    tenured generation   total 174784K, used 6279K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,   3% used [0x19d50000, 0x1a371d28, 0x1a371e00, 0x24800000)
    Metaspace       used 7120K, capacity 7226K, committed 7296K, reserved 7552K
    Event: 1.660 GC heap before
    {Heap before GC invocations=1 (full 0):
    def new generation   total 78656K, used 78656K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)
      from space 8704K, 100% used [0x094d0000, 0x09d50000, 0x09d50000)
      to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)
    tenured generation   total 174784K, used 6279K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,   3% used [0x19d50000, 0x1a371d28, 0x1a371e00, 0x24800000)
    Metaspace       used 7965K, capacity 8104K, committed 8192K, reserved 8576K
    Event: 1.708 GC heap after
    Heap after GC invocations=2 (full 0):
    def new generation   total 78656K, used 8704K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)
      from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)
      to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)
    tenured generation   total 174784K, used 21526K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  12% used [0x19d50000, 0x1b255800, 0x1b255800, 0x24800000)
    Metaspace       used 7965K, capacity 8104K, committed 8192K, reserved 8576K
    Event: 2.032 GC heap before
    {Heap before GC invocations=2 (full 0):
    def new generation   total 78656K, used 78656K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)
      from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)
      to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)
    tenured generation   total 174784K, used 21526K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  12% used [0x19d50000, 0x1b255800, 0x1b255800, 0x24800000)
    Metaspace       used 8878K, capacity 9055K, committed 9088K, reserved 9600K
    Event: 2.052 GC heap after
    Heap after GC invocations=3 (full 0):
    def new generation   total 78656K, used 2372K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)
      from space 8704K,  27% used [0x094d0000, 0x09721298, 0x09d50000)
      to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)
    tenured generation   total 174784K, used 30154K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  17% used [0x19d50000, 0x1bac28c0, 0x1bac2a00, 0x24800000)
    Metaspace       used 8878K, capacity 9055K, committed 9088K, reserved 9600K
    Event: 8.378 GC heap before
    {Heap before GC invocations=3 (full 0):
    def new generation   total 78656K, used 72324K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K, 100% used [0x04800000, 0x08c50000, 0x08c50000)
      from space 8704K,  27% used [0x094d0000, 0x09721298, 0x09d50000)
      to   space 8704K,   0% used [0x08c50000, 0x08c50000, 0x094d0000)
    tenured generation   total 174784K, used 30154K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  17% used [0x19d50000, 0x1bac28c0, 0x1bac2a00, 0x24800000)
    Metaspace       used 11912K, capacity 12124K, committed 12160K, reserved 12672K
    Event: 8.409 GC heap after
    Heap after GC invocations=4 (full 0):
    def new generation   total 78656K, used 8704K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K,   0% used [0x04800000, 0x04800000, 0x08c50000)
      from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)
      to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)
    tenured generation   total 174784K, used 34973K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  20% used [0x19d50000, 0x1bf77450, 0x1bf77600, 0x24800000)
    Metaspace       used 11912K, capacity 12124K, committed 12160K, reserved 12672K
    Event: 8.430 GC heap before
    {Heap before GC invocations=4 (full 0):
    def new generation   total 78656K, used 10917K [0x04800000, 0x09d50000, 0x19d50000)
      eden space 69952K,   3% used [0x04800000, 0x04a296b8, 0x08c50000)
      from space 8704K, 100% used [0x08c50000, 0x094d0000, 0x094d0000)
      to   space 8704K,   0% used [0x094d0000, 0x094d0000, 0x09d50000)
    tenured generation   total 174784K, used 34973K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  20% used [0x19d50000, 0x1bf77450, 0x1bf77600, 0x24800000)
    Metaspace       used 12074K, capacity 12284K, committed 12288K, reserved 12672K
    Event: 8.468 GC heap after
    Heap after GC invocations=5 (full 1):
    def new generation   total 78720K, used 0K [0x04800000, 0x09d60000, 0x19d50000)
      eden space 70016K,   0% used [0x04800000, 0x04800000, 0x08c60000)
      from space 8704K,   0% used [0x08c60000, 0x08c60000, 0x094e0000)
      to   space 8704K,   0% used [0x094e0000, 0x094e0000, 0x09d60000)
    tenured generation   total 174784K, used 29070K [0x19d50000, 0x24800000, 0x44800000)
       the space 174784K,  16% used [0x19d50000, 0x1b9b3950, 0x1b9b3a00, 0x24800000)
    Metaspace       used 12074K, capacity 12281K, committed 12288K, reserved 12672K
    Deoptimization events (0 events):
    No events
    Internal exceptions (10 events):
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cbfe70) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc1100) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc23b8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc36b0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc48f8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc59e8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc6bc8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.177 Thread 0x465ecc00 Exception <a 'java/lang/IllegalArgumentException': wrong number of arguments> (0x05cc7e60) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\runtime\ reflection.cpp, line 1022]
    Event: 14.179 Thread 0x465ecc00 Exception <a 'java/security/PrivilegedActionException'> (0x05d0ba18) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jv m.cpp, line 1312]
    Event: 14.180 Thread 0x465ecc00 Exception <a 'java/security/PrivilegedActionException'> (0x05d108a8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jv m.cpp, line 1312]
    Events (10 events):
    Event: 14.189 loading class java/net/Inet4Address
    Event: 14.189 loading class java/net/Inet4Address done
    Event: 14.189 loading class java/net/Inet6Address
    Event: 14.189 loading class java/net/Inet6Address done
    Event: 14.189 loading class java/net/Inet6Address$Inet6AddressHolder
    Event: 14.189 loading class java/net/Inet6Address$Inet6AddressHolder done
    Event: 14.189 loading class java/net/InterfaceAddress
    Event: 14.189 loading class java/net/InterfaceAddress done
    Event: 14.189 loading class java/net/DefaultInterface
    Event: 14.189 loading class java/net/DefaultInterface done
    Dynamic libraries:
    0x00af0000 - 0x00b20000 C:\CF11\jre\bin\javaw.exe
    0x77190000 - 0x772f0000 C:\Windows\SysWOW64\ntdll.dll
    0x75230000 - 0x75340000 C:\Windows\syswow64\kernel32.dll
    0x758a0000 - 0x75966000 C:\Windows\syswow64\ADVAPI32.dll
    0x76890000 - 0x76980000 C:\Windows\syswow64\RPCRT4.dll
    0x75170000 - 0x751d0000 C:\Windows\syswow64\Secur32.dll
    0x76be0000 - 0x76cb0000 C:\Windows\syswow64\USER32.dll
    0x76540000 - 0x765d0000 C:\Windows\syswow64\GDI32.dll
    0x74a40000 - 0x74bde000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18523_n one_5cdd65e20837faf2\COMCTL32.dll
    0x767e0000 - 0x7688a000 C:\Windows\syswow64\msvcrt.dll
    0x76770000 - 0x767c8000 C:\Windows\syswow64\SHLWAPI.dll
    0x75530000 - 0x75590000 C:\Windows\system32\IMM32.DLL
    0x756e0000 - 0x757a8000 C:\Windows\syswow64\MSCTF.dll
    0x75220000 - 0x75229000 C:\Windows\syswow64\LPK.DLL
    0x76a50000 - 0x76acd000 C:\Windows\syswow64\USP10.dll
    0x707c0000 - 0x7087f000 C:\CF11\jre\bin\msvcr100.dll
    0x6df40000 - 0x6e2e4000 C:\CF11\jre\bin\client\jvm.dll
    0x74d90000 - 0x74d97000 C:\Windows\system32\WSOCK32.dll
    0x75970000 - 0x7599d000 C:\Windows\syswow64\WS2_32.dll
    0x767d0000 - 0x767d6000 C:\Windows\syswow64\NSI.dll
    0x748e0000 - 0x74912000 C:\Windows\system32\WINMM.dll
    0x75590000 - 0x756d4000 C:\Windows\syswow64\ole32.dll
    0x759a0000 - 0x75a2d000 C:\Windows\syswow64\OLEAUT32.dll
    0x747e0000 - 0x74819000 C:\Windows\system32\OLEACC.dll
    0x765d0000 - 0x765d7000 C:\Windows\syswow64\PSAPI.DLL
    0x72fb0000 - 0x72fbc000 C:\CF11\jre\bin\verify.dll
    0x72660000 - 0x72681000 C:\CF11\jre\bin\java.dll
    0x72f70000 - 0x72f83000 C:\CF11\jre\bin\zip.dll
    0x75a30000 - 0x76540000 C:\Windows\syswow64\SHELL32.dll
    0x74ed0000 - 0x74eee000 C:\Windows\system32\USERENV.dll
    0x6f640000 - 0x6f786000 C:\CF11\jre\bin\awt.dll
    0x74390000 - 0x7439c000 C:\Windows\system32\DWMAPI.DLL
    0x718a0000 - 0x718c0000 C:\CF11\uninstall\resource\iawin32.dll
    0x70a40000 - 0x70a78000 C:\CF11\jre\bin\fontmanager.dll
    0x71880000 - 0x71895000 C:\CF11\jre\bin\net.dll
    0x74db0000 - 0x74deb000 C:\Windows\system32\mswsock.dll
    0x74790000 - 0x74795000 C:\Windows\System32\wship6.dll
    0x72fa0000 - 0x72faf000 C:\CF11\jre\bin\nio.dll
    0x70bc0000 - 0x70be4000 C:\CF11\jre\bin\dcpr.dll
    0x74d10000 - 0x74d3c000 C:\Windows\system32\apphelp.dll
    0x765e0000 - 0x7676a000 C:\Windows\syswow64\SETUPAPI.dll
    0x71ac0000 - 0x71b7a000 C:\Windows\system32\PROPSYS.dll
    0x76990000 - 0x76a14000 C:\Windows\syswow64\CLBCatQ.DLL
    0x70a10000 - 0x70a40000 C:\CF11\jre\bin\t2k.dll
    0x718e0000 - 0x71993000 C:\Windows\system32\WindowsCodecs.dll
    0x72f90000 - 0x72f96000 C:\Windows\system32\IconCodecService.dll
    VM Arguments:
    jvm_args: -Xms268435456 -Xmx1073741824
    java_command: com.zerog.lax.LAX C:/CF11/uninstall/uninstall.lax c:/TEMP/2/laxB3F7.tmp
    java_class_path (initial): C:\CF11\uninstall\;C:\CF11\uninstall\InstData\Execute.zip;C:\CF11\uninstall\uninstaller.j ar;C:\CF11\uninstall\resource;C:\CF11\uninstall\uninstallerResources.zip;
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\ProgramData\Oracle\Java\javapath;C:\PHP\;C:\CF9\verity\k2\_nti40\bin;C:\Windows\sy stem32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ Program Files\Microsoft\Web Platform Installer\
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2008 , 64 bit Build 6001 Service Pack 1
    CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, tsc, tscinvbit
    Memory: 4k page, physical 16685308k(11576684k free), swap 33168860k(23662396k free)
    vm_info: Java HotSpot(TM) Client VM (25.25-b02) for windows-x86 JRE (1.8.0_25-b18), built on Oct  7 2014 14:31:05 by "java_re" with MS VC++ 10.0 (VS2010)
    time: Wed Apr 22 12:25:12 2015
    elapsed time: 14 seconds (0d 0h 0m 14s)
    Any help or ideas would be appreciated.
    Thank you,
    Ross Herman

    I also get a fatal error after installing cf11.
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x00000095d4acc035, pid=1636, tid=2996
    # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # J 3290 C2 java.nio.MappedByteBuffer.load()Ljava/nio/MappedByteBuffer; (119 bytes) @ 0x00000095d4acc035 [0x00000095d4acbe20+0x215]
    This error occurs on every installation attempt. It is the only coldfusion version on the computer. Win 8.1 64bit.

  • CF11: problem with BFILE documents retrival

    Hi all,
    We have encountered this problem after upgrading to CF11.  We used to use cfquery to select a bfile column directly like below:
    <cfquery name="getDoc">
    select bfile_column
    from a_table
    where id = #id#
    </cfquery>
    we then use cfcontent to open the file directly:
    <cfset docstream = getDoc.bfile_colum />
    <cfcontent type="application/pdf" variable = "#docstream#" />
    This worked fine for us on CF9.  However after we upgrade to CF11, the query stops working.  The query simply hangs there, returning no result.  We found it out by removing all the code but simply leaving the query on a test page and the test page never opened until it timed out. 
    The data source we use is for oracle.  We have checked "BLOB" and "CLOB" boxes for the data source to make sure large content can be retrieved.
    Has anybody run into this same problem?  If so, have you resolved it?
    Your help is greatly appreciated!

    Or
    'C:\Programme\Text_ordner'
    :)

  • Any suggested patches for CF9 communicating with SHA2

    Hi. We are still running CF9 and have noticed that HTTPS calls to web services using the newer SHA2 algorithm fail. It appears that CF9 cannot support SHA2. Does anyone have a suggested patch for this issue. Obviously we need to upgrade to CF11, but that will take a couple weeks. Looking for an immediate work-around. We have two installations of CF9 - one enterprise and one standard edition. Any ideas?

    Hi. We are still running CF9 and have noticed that HTTPS calls to web services using the newer SHA2 algorithm fail. It appears that CF9 cannot support SHA2. Does anyone have a suggested patch for this issue. Obviously we need to upgrade to CF11, but that will take a couple weeks. Looking for an immediate work-around. We have two installations of CF9 - one enterprise and one standard edition. Any ideas?

  • XmlParse CF10 vs. CF11

    I'm having a problem with xmlParse and CF11. I have a site running perfectly under either CF9 or CF10. It uses xml files for various site settings and static content. Under CF11 I'm receiving the following:
    An error occurred while Parsing an XML document. Invalid byte 2 of 2-byte UTF-8 sequence.
    I've sent the document through various xml validators, no issues. Like I said, the exact same document parsed fine under CF9 & CF10 -- in fact it was created by CF9 and/or CF10.
    Any ideas on what might be causing this (other than a CF11 bug) and a possible work around. (it's hard to create a work around when I'm not even sure the issue)
    BTW, I downloaded and installed the latest CF11 yesterday. A check for updates does not show any available.

    Hmmm, I found the issue. I found a post on another forum that suggested opening the xml document in Firefox as it's xml parser is very sensitive (as is CF11 apparently). It pointed right to the offending text -- a high byte character (actually a few). It still baffles me that CF9 & 10 created these XML documents and parsed them without issue all this time.

  • CF10 or CF11 ACE?

    Greetings,
    Recently, I heard that ColdFusion 9's projected End-of-Life is the end of this calendar year.
    http://www.adobe.com/support/products/enterprise/eol/eol_matrix.html
    Product name
    Version
    Build
    General availability
    End of core support
    End of extended support
    Adobe ColdFusion
    9.x
    10/5/2009
    12/31/2014
    12/31/2016
    Since ColdFusion 11 Enterprise became available this week, are there any plans to begin offering the ACE certification for ColdFusion in a higher version than 9?
    I don't see the point in getting certified for CF9 since it's in the process of being sunset.

    Guys, it’s update 14 that adds support of Java 8 (aka 1.8) to CF10 (and update 3 for CF11). For details, see:
    http://blogs.coldfusion.com/post.cfm/which-jdk-is-supported-with-coldfusion-9-10-and-11
    Also, as for CF running with Java 8, besides those who may have changed the setup for CF to use it after those updates above, note that CF11 as downloaded now and the past month or so has come with Java 8 preinstalled and preconfigured. I work with many (many) people who are running CF11 in production configured that way and I’ve not run into any problems that were shown to be due to Java 8 itself.
    (That said, do beware if you may see people complaining of it, to make sure that they are running one of the supported updates of CF 10 or 11.)
    Finally, as for your saying you “cannot access Solr under our DEV CF10's if Sandbox is on”, is this different from the problem you had with Solr that we solved when the sandbox was setup correctly (https://forums.adobe.com/thread/1673581)?
    /charlie

  • MDB, ACCDB database files with CF11

    I have not done anything with ColdFusion in quite sometime.  The last version I used was CF9.  I am not trying to make some changes to my web pages and need to set up a development environment.  I would be perfectly happy with a copy of CF9 but I don't seem to be able to find one.  All I am able to download is CF11.  Apparently CF11 is not able to connect to a MSAccess database weather it is in mdb or accdb format.
    I am not much of a server wizard so I am pretty much dead in the water here.
    I am using windows 7 x64
    Access 2010 x64
    CF11
    Any help would be appreciated or even where I can get a copy of CF9 would solve my problem.
    Thanks in advance

    From: http://msdn.microsoft.com/en-us/library/cc280478.a​spx
    Note
    On a 64-bit computer, you must run packages that connect to Microsoft Access data sources in 32-bit mode. Both the Microsoft Jet OLE DB Provider and the OLE DB provider for the Microsoft Office 12.0 Access Database Engine are only available in 32-bit versions.
    hmmm...  I don't know enough about 64-bit Win7 (running MS Office 2010 32-bit). Will need to dig a bit deeper, but as Dennis suggests, my problem could be with Microsoft not LabVIEW.
    ...Just tried launching the UDL dialog on my 32-bit Win7 laptop running LabVIEW9.0.1(32-bit) and get the identical error (freeze).
    When I launch the UDL dialog on my 32-bit Win7 laptop running LabVIEW10.0(32-bit), the UDL dialog works correctly.
    Both attempts are after running LabVIEW "as administrator".
    I also noticed the LabVIEW10.0 UDL launcher does not flash the "Create Data Link" helper vi that displays an "Initializing" progress bar.
    It still could be a Win7 32/64 bit thing, but LabVIEW10.0 works while LabVIW9.0.1 freezes the UDL dialog...
    ...and yes...  my University lab is managed by IT and they have not yet deployed LabVIEW2010 as the upgrade was received too close to the start of the fall semester. 
    I'll keep digging, but any suggestions would be greatly appreciated....
    -Bill  =]

  • CF11 cfc gives 500 error but cfm is fine

    We are testing our cf code which all works fine on a CF9 Windows Server 2008 machine but we are going to migrate to a CF11 Windows 2012 R2 machine. We have a test machine setup and all the code moved over and so far the cfm pages seem to work fine as well as the Application.cfc page but when we call a cfc via AJAX or we visit the cfc methods directly we get a 500.0 error Application could not be found.
    Anybody else run into this?

    I will do both as separate messages with some info redacted with XXXXXX. The Application.cfc in the root directory is below.
    <cfcomponent
        displayname="Application"
        output="true"
        hint="Handle the application.">
            <!--- Set up the application. --->
            <cfset THIS.Name = "XXXXXX" />
            <cfset THIS.ApplicationTimeout = CreateTimeSpan( 2, 0, 0, 0 ) />
            <cfset THIS.SessionManagement = true />
            <cfset THIS.SessionTimeout = CreateTimeSpan( 0, 2, 30, 0 ) />
            <cfset THIS.SetClientCookies = true />
        <!--- Define the page request properties. --->
        <cfsetting
            requesttimeout="30"
            showdebugoutput="true"
            enablecfoutputonly="false"
            />
        <cffunction
            name="OnApplicationStart"
            access="public"
            returntype="boolean"
            output="false"
            hint="Fires when the application is first created.">
            <CFQUERY NAME="GetAdmin" DATASOURCE="XXXXXX">
                SELECT * FROM AdminOptions
                WHERE ID = 1
            </CFQUERY>
             <cfset APPLICATION.DSN = "XXXXXX" />
             <cfset APPLICATION.debugIPAddress = "XXXXXX" />
             <cfset APPLICATION.debugIPAddress2 = "XXXXXX" />
             <cfset APPLICATION.ScheduledTaskIP = "XXXXXX" />
             <cfset APPLICATION.ScheduledTaskIP2 = "XXXXXX" />
             <cfset APPLICATION.EncryptionKey = "XXXXXX" />
             <cfset APPLICATION.AdminEmail = "XXXXXX" />
             <cfset APPLICATION.NotificationEmail = #GetAdmin.mainEmail# />
             <cfset APPLICATION.SiteTitle = "XXXXXX" />
             <!--- urls --->
             <cfset APPLICATION.SiteURL = "XXXXXX" />
             <cfset APPLICATION.ImageURL = "XXXXXX" />
             <cfset APPLICATION.AttachmentURL = "XXXXXX" />
             <!--- directories --->
             <cfset APPLICATION.BaseDirectory = "XXXXXX" />
             <cfset APPLICATION.VendorUploadsDirectory = "XXXXXX\data\VendorUploads" />
             <cfset APPLICATION.VendorDownloadsDirectory = "XXXXXX\www\downloads" />
             <cfset APPLICATION.ImageDirectory = "XXXXXX\www\product-images" />
             <cfset APPLICATION.AttachmentDirectory = "XXXXXX\www\uploads" />
             <cfset APPLICATION.FeedDirectory = "XXXXXX\data" />
             <cfset APPLICATION.cfcRoot = "#APPLICATION.BaseDirectory#\api">
             <!--- include startup file(s) --->
             <cfinclude template="includes/inc-cleanup.cfm">
            <!--- Return out. --->
            <cfreturn true />
        </cffunction>
        <cffunction
            name="OnSessionStart"
            access="public"
            returntype="void"
            output="false"
            hint="Fires when the session is first created.">
            <!--- Define the local scope. --->
            <cfset var LOCAL = {} />
            <!---
            Store the CF id and token. We are about to clear the
            session scope for intialization and want to make sure
            we don't lose our auto-generated tokens.
            --->
            <cfset LOCAL.CFID = SESSION.CFID />
            <cfset LOCAL.CFTOKEN = SESSION.CFTOKEN />
            <!--- Clear the session. --->
            <cfset StructClear( SESSION ) />
            <!---
            Replace the id and token so that the ColdFusion
            application knows who we are.
            --->
            <cfset SESSION.CFID = LOCAL.CFID />
            <cfset SESSION.CFTOKEN = LOCAL.CFTOKEN />
            <!--- Assigns and passes shopping cart ID. Do not change! --->
            <CFINCLUDE TEMPLATE="includes/inc-session-id.cfm">
            <!--- Return out. --->
            <cfreturn />
        </cffunction>
        <cffunction
            name="OnRequestStart"
            access="public"
            returntype="boolean"
            output="false"
            hint="Fires at first part of page processing.">
            <!--- Define ARGUMENTS. --->
            <cfargument
                name="TargetPage"
                type="string"
                required="true"
                />
            <!--- Define the local scope. --->
            <cfset var local = {} />
            <!--- Assigns and passes shopping cart ID. Do not change! --->
            <CFINCLUDE TEMPLATE="includes/inc-session-id.cfm">
            <!--- Get requested URL from request object. --->
            <cfset prevURL = #CGI.HTTP_REFERER# />
            <!--- Check for reinitialization. --->
            <cfif StructKeyExists( URL, "reset" )>
                <!--- Reset application and session. --->
                <cfset THIS.OnApplicationStart() />
                <cfset THIS.OnSessionStart() />
            </cfif>
            <cfif structKeyExists( url, "logout" )>
            <!--- Change the timeout on the current session scope. This is an undocumented function. We are changing it to one second. --->
            <cfset session.setMaxInactiveInterval(javaCast("long", 1)) />
            <!--- Clear all of the session cookies. This will expire them on the user's computer when the CFLocation executes.        
            NOTE: We need to do this so that the redirect
            doesn't immediately pick up the previous session
            within the new, one-second timeout (which would
            completely defeat our purpose).
            --->
            <cfloop index="local.cookieName" list="cfid,cftoken,cfmagic">
                <!--- Expire this session cookies --->
                <cfcookie name="#local.cookieName#" value="" expires="now" />
            </cfloop>
            <!---
            Redirect back to the primary page (so that we dont
            have the killSession URL parameter visible).
            --->
            <cflocation url="./index.cfm" addtoken="false" />
            </cfif>
            <!--- Return out. --->
            <cfreturn true />
        </cffunction>
        <cffunction
            name="OnRequest"
            access="public"
            returntype="void"
            output="true"
            hint="Fires after pre page processing is complete.">
            <!--- Define ARGUMENTS. --->
            <cfargument
                name="PageRequestedByUser"
                type="string"
                required="true"
                />
            <cfif (isDefined("SESSION.Vendor.ID") AND SESSION.Vendor.ID NEQ 0)>
            <cfif isDefined("SESSION.SessionID")>
                <!--- lookup cart total --->
                <cfquery name="GetCartTotal" datasource="#APPLICATION.DSN#">
                SELECT SUM(Cart.Price * Cart.Quantity) AS CurrCartTotal FROM Cart
                WHERE Cart.SessionID = <cfqueryparam cfsqltype="cf_sql_integer" value="#SESSION.SessionID#"> AND Cart.CustomerID = <cfqueryparam cfsqltype="cf_sql_integer" value="#SESSION.Vendor.ID#"> AND (Status = 'Shopping' OR Status = 'Saved')
                </cfquery>
            </cfif>
            <!--- User logged in. Allow page request. --->
            <cfinclude template="#ARGUMENTS.PageRequestedByUser#" />
            <cfelseif FindNoCase("request-catalog.cfm", ARGUMENTS.PageRequestedByUser)>
            <!--- User requested catalog. --->
            <cfinclude template="request-catalog.cfm" />
            <cfelse>
            <!---
            User is not logged in - include the login page regardless of what was requested.
            --->
            <cfinclude template="login.cfm" />
            </cfif>
            <!--- Return out. --->
            <cfreturn />
        </cffunction>
        <cffunction
            name="OnRequestEnd"
            access="public"
            returntype="void"
            output="true"
            hint="Fires after the page processing is complete.">
            <!--- dump out the session to the screen --->
            <cfif CGI.REMOTE_ADDR IS APPLICATION.debugIPAddress>
                <cfdump var="#SESSION#">
            </cfif>
            <!--- Return out. --->
            <cfreturn />
        </cffunction>
        <cffunction
            name="OnSessionEnd"
            access="public"
            returntype="void"
            output="false"
            hint="Fires when the session is terminated.">
            <!--- Define ARGUMENTS. --->
            <cfargument
                name="SessionScope"
                type="struct"
                required="true"
                />
            <cfargument
                name="ApplicationScope"
                type="struct"
                required="false"
                />
            <!--- session cleanup code here --->
            <!--- Return out. --->
            <cfreturn />
        </cffunction>
        <cffunction
            name="OnApplicationEnd"
            access="public"
            returntype="void"
            output="false"
            hint="Fires when the application is terminated.">
            <!--- Define ARGUMENTS. --->
            <cfargument
                name="ApplicationScope"
                type="struct"
                required="false"
                default="#StructNew()#"
                />
             <!--- Return out. --->
            <cfreturn />
        </cffunction>
    <cffunction name="onError">
        <!--- The onError method gets two arguments:
                An exception structure, which is identical to a cfcatch variable.
                The name of the Application.cfc method, if any, in which the error
                happened. --->
        <cfargument name="Except" required = true />
        <cfargument type="String" name = "EventName" required = true />
        <!--- Log all errors in an application-specific log file. --->
    <!---    
        <cflog file="#This.Name#" type="error" text="Event Name: #Eventname#" >
        <cflog file="#This.Name#" type="error" text="Message: #except.message#">
         --->
        <!--- Throw validation errors to ColdFusion for handling. --->
        <cfif Find("coldfusion.filter.FormValidationException", Arguments.Except.StackTrace)>
            <cfthrow object="#except#">
        <cfelse>
            <!--- You can replace this cfoutput tag with application-specific error-handling code. --->
            <cfif #CGI.REMOTE_ADDR# IS #APPLICATION.debugIPAddress#>
                <p>Error Event: #EventName#</p>
                    <cfif isDefined("SESSION.Vendor.ID")><p>Member ID: #SESSION.Vendor.ID#</p></cfif>
                    <cfif isDefined("ID")><p>ID Posted: #ID#</p></cfif>
                    <p>Error details:<br><cfdump var="#except#"></p>
                    <p>Application vars:<br><cfdump var="#Application#"></p>
                    <p>Session vars:<br><cfdump var="#SESSION#"></p>
                    <p>CGI vars:<br><cfdump var="#cgi#"></p>
                    <p>FORM vars:<br><cfdump var="#FORM#"></p>
                    <p>URL vars:<br><cfdump var="#URL#"></p>
                <cfmail TO="#APPLICATION.AdminEmail#" FROM="#APPLICATION.AdminEmail#" SUBJECT="#APPLICATION.SiteTitle# Exception Error" TYPE="HTML">
                    <p>Error Event: #EventName#</p>
                    <cfif isDefined("SESSION.Vendor.ID")><p>Member ID: #SESSION.Vendor.ID#</p></cfif>
                    <cfif isDefined("ID")><p>ID Posted: #ID#</p></cfif>
                    <p>Error details:<br><cfdump var="#except#"></p>
                    <p>Application vars:<br><cfdump var="#Application#"></p>
                    <p>Session vars:<br><cfdump var="#SESSION#"></p>
                    <p>CGI vars:<br><cfdump var="#cgi#"></p>
                    <p>FORM vars:<br><cfdump var="#FORM#"></p>
                    <p>URL vars:<br><cfdump var="#URL#"></p>
                </cfmail>
            <cfelse>       
                <cfmail TO="#APPLICATION.AdminEmail#" FROM="#APPLICATION.AdminEmail#" SUBJECT="#APPLICATION.SiteTitle# Exception Error" TYPE="HTML">
                    <p>Error Event: #EventName#</p>
                    <cfif isDefined("SESSION.Vendor.ID")><p>Member ID: #SESSION.Vendor.ID#</p></cfif>
                    <cfif isDefined("ID")><p>ID Posted: #ID#</p></cfif>
                    <p>Error details:<br><cfdump var="#except#"></p>
                    <p>Application vars:<br><cfdump var="#Application#"></p>
                    <p>Session vars:<br><cfdump var="#SESSION#"></p>
                    <p>CGI vars:<br><cfdump var="#cgi#"></p>
                    <p>FORM vars:<br><cfdump var="#FORM#"></p>
                    <p>URL vars:<br><cfdump var="#URL#"></p>
                </cfmail>
                <cfinclude template="error.cfm" />
            </cfif>
        </cfif>
    </cffunction>
    </cfcomponent>

  • After upgrade to CF9, CFIMAGE "Unable to create temporary file" error

    We recently upgraded from CF8 to CF9 Enterprise.  I'm getting an "Unable to create temporary file" error on
    my CFIMAGE resize calls.  We use sandbox security.  I assume I need to grant write access to whatever folder CF uses for temp files, but which folder is it?   The same code (and sandbox settings) ran fine in CF8....
    Note, if I attempt to add C:\JRun4\servers\cfusion\SERVER-INF\temp to the sandbox for this particular app, CF crashes on all requests across all apps on the server with a:
    Security: The requested template has been denied access to C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfapp2ecfc1510154633.c lass.
    The following is the internal exception message: access denied (java.io.FilePermission C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfapp2ecfc1510154633.c lass read)
    ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem.
    I need to restart CF to get everything working again.

    Another update.   Had a problem with a sandboxed CF9 site doing a simple CFIMAGE READ to a memory variable.  Got an "Unable to create temporary file" error.
    Inserted the following code in the file upload page:
    <cfscript>
    writeoutput("Temp Dir : " & createobject("java","java.lang.System").getProperty("java.io.tmpdir") );
    </cfscript>
    ... and it reveals the temp directory as C:\WINDOWS\TEMP.  Added that to the sandbox, and the CFIMAGE READ is working properly now.
    Note this seems inconsistent with CFIMAGE RESIZE behavior which appears to use the CF GetTempDirectory() value, which in my case is C:\JRun4\servers\cfusion\SERVER-INF\temp\cfusion-war-tmp\
    For reference, see the section "Sandbox Considerations" at this link:
    http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fc8 .html#WSc3ff6d0ea77859461172e0811cbf364104-7fcc

  • CF9 installation on Windows Server 2008 R2 64 bit

    Our company is looking purchase CF9 standard edition and install it on a Windows Server 2008 Std. Edition R2 64bit.
    Does anyone forsee any problems as far as compatibility is concerned?

    Not in the slightest - I installed five just the other week
    All our virtual machines, running 2008 R2 x64. We went for Enterprise Edition, but I believe in CF9 they're both 64-bit anyway. These are the from the build notes I built up:
      Install extra roles:
        Application Server
        Web Server (IIS)
          Application Development
          IIS6 METABASE Compatibility
      Install extra Features:
        SMTP Service
    Other than that nothing else needs doing. It's worth noting (as a slight but irritating aside) that in 2008 R2 the SMTP service is set to Manual not Automatic, so you'll want to change that unless you want your emails to stop every time you reboot the box.
    But the actual install itself was far simpler than CF8 on 2008.
    O.

Maybe you are looking for

  • 1.8 Dual G5 will not turn on

    Hi all I was using my G5 and absentmindedly turned it off at the power switch rather than the Apple menu. Now when I turn it on, I just get the indicator light on and nothing happens when I press the power switch. I've disconnected everything. I have

  • Format search error

    Dear All 1.I create a User-define field on OITM, Call U_D. 2.Create a format search Query on itemcode of Item interface. FS: Select $[oitm.U_D] When the Item interface is "add" status, The FS can select data, but when the status is "Find" ststus, the

  • Error in reading table TE417(during print preview)

    Hi, We have developed the solution to adjust the legacy invoics which has been created long back before the data will get migrated into SAP or before the Contract Move-In.We are able to create the billing document for the exactly same old legacy bill

  • IPad Air 12W Adapter and its cable shockingly HOT!

    My iPad has been shelved for about four months. I now returned to using it, and everything seemed normal. It had charged up to 31% and going, but I needed to get it out of the charger temporarily. I'm now relieved I did so, since the 12W adapter was

  • Does Photoshop always blends transparent images with white color?

    It looks like merged-image-data in PSD files contains RGB data which is blended with white color (based on transparency). Is that correct for all versions of Photoshop/PSD? Can I disable it or change that color?