Cf8-cf9 and server upgrade problems

I took over a system developed in coldfusion 8 and sql server
2005 on a windows server 2003. I was new to all of this. I now need to upgrade to cf9 and sqlserver 2005 on a windows server 2008. someone has done the initial install of sql server cf and dreamweaver. I added java. All seems ok except I can't make the datechooser work. I activated the rds in but I still could not get to datechooser.png. I copied the directory from c.... to the same directory as my application and it showed the icon but did not do anything. I think I have 2 problems here
1. how to I correctly map to the default CFIDE path
2. is there something else I need to install to get the datechooser implemyed via cfinput datefield to produce a calender when I click on the icon
Obviously I am a complete novice at this....
Thanks in advance for any assistance

@elizinn, someone may offer a single sentence proposal of how to fix things, but in my experience (helping solve such problems), this could be far more challenging problem to resolve than meets the eye, and all the more so if you're new to all this.
I'll share my observations, for what they're worth. Sorry if ultimately your problem is totally unrelated, but perhaps then it will help someone else reading this later. Also, it's not clear, but I'm assuming that you DID proceed with the CF9 update. Even if you didn't, some of what I offer could still help you, if you can stick with me.
First, you refer to not finding the DateChooser.png. Are you saying that it's somehow appearing as a broken link? Or are you getting a 404?
As a test, it should be found at:
http://[server]/CFIDE/scripts/ajax/resources/cf/images/DateChooser.png
What happens when you do that? That could be useful, diagnostically.
As for the question of mappings, and CF updates, that actually could be a real mess, from my experience, if people aren't careful about what they're doing. Things get all the more complicated when people support multiple web sites and start doing manual configurations. Let me explain.
The problem could have to do with where the first install of CF8 put the CFIDE, and then where the update to CF9 expected to update those files. It wouldn't be hard for someone not understanding things to have told the update to put its files in a different place than the original install, which could cause IIS (and your sites and requests) to be finding the wrong files (even if not a 404, they may not be the updated version for CF9).
At root, the problem is that during the install, one is asked whether they want to have CF use its built-in web server or an external one. If they choose the former, then the CFIDE (and related files) are put it in that web server's webroot (which is \wwwroot). If they choose the latter, then the files are put in a docroot defined for IIS. (Even there, someone may later configure things with the web server configuration tool to support several web sites, each of which could have its own web site. And for that, some will manually setup a an IIS "virtual directory" for the CFIDE, which points to whatever single one they think is the one that should be used.
I appreciate that it may sound confusing. This is one of those things where it may be faster for you to have someone with experience look over your shoulder and help correct things. There are some of us who do that, if you're interested. I list myself and others at cf411.com/#cfassist.
And things can get hairier still when someone then runs the CF update, where it again asks where to put the CFIDE files. They may not pay close attention to all this above (if they even understand it), and they may let the updater put the files in a different location than the IIS sites are currently configured to look at. That could then leave things not working, or not working well.
If you want to try to sort this out yourself, look in IIS, view whatever site you're working with, and look for any reference to a CFIDE directory. If it's not there, that's a problem from the start. You will want to add a virtual directory that points to wherever it really exists (and again, you want to be careful that there may be two different ones, as only will likely have been updated by the installer.)
If it is there, then if it's a "real" directory (within that site's docroot), then again you want to make sure it's the one that was updated in the upgrade to CF9. If not, then you may need to copy whatever files "were" updated into that directory (or delete that directory and create a virtual one to point to the right place).
And if it's there and it's a virtual mapping, again, make sure it's whatever is the latest CFIDE (if you have multiples).
I'll note as well that there is also a mapping in the CF Admin (on the mappings page) for CFIDE, and that's put there by the installer (and is not editable in the interface). That could help clarify where the installer put the latest files.
Hope that's helpful.
/charlie arehart
[email protected]
Providing CF and CFBuilder troubleshooting services
at http://www.carehart.org/consulting

Similar Messages

  • JSSE  Client and server communication problem .err:untrusted server cert

    Hai all,
    I am trying to communicate JSSE client and server.
    I have created root.cert(CA),root.key,server.cert,server.key , client.cert and client.key. All these certificates are created using openssl.
    I have placed root.cert in default keystore cacerts.
    I have created a keystores(server & client) name mykeystore.
    I have placed root.cert and client.cert in the client keystore.
    I have placed root.cert and server.cert in the server keystore.
    But during the run time i am getting javax.net.ssl.SSLException: untrusted server cert chain.
    please suggest the modifications needs to be done to fix the error.
    please tell me In the client keystore and in the server keystore....what certificates we need to put?
    whether my approach as said above is correct or not?
    In java code how to specify this particular certificate we are referring?
    I have coded in this way ....
    SSLContext ctx;
    KeyManagerFactory kmf;
    KeyStore ks;
    char[] prasad = "prasad".toCharArray();
    ctx = SSLContext.getInstance("SSLv3");
    kmf = KeyManagerFactory.getInstance("SunX509");
    ks = KeyStore.getInstance("jks");
    ks.load(new FileInputStream("mykeystore"), prasad);
    kmf.init(ks, prasad);
    ctx.init(kmf.getKeyManagers(), null, null);
    factory = ctx.getSocketFactory();
    But my doubt is we are specifying only keystore name with that how it will check root.cert(ca) and client.cert and server.cert?
    Is there any modifications need in my code?
    Please tell me some way ...
    Thanks ,
    Prasad.

    Hi prasad,
    There will be a problem with the certificates being received from thr remote server or client. Check that your trust store contains the certificate of the remote machine or the CA that signed it and that the certificate has not expired.
    Also be sure that both machines are using the latest version of the JSSE.
    Hope this will help you.
    Regards,
    Anil.
    Technical Support Engineer.

  • WLS server upgrading problems from 8.1 to 9.2

    We had our application running on WLS 8.1.
    Trying to upgrade to 9.2 using teh upgrade.sh script ( which uses 'java weblogic.Upgrade' inside ).
    Even after it has reported that it has successfully upgraded the domain, when I login using the admin console, I see that the managed servrs are missing. So are all the resources ( JMS, connectionpool etc ) and all our EJBs.
    Essentially we end up with a new admin server with nothing in it.
    Has somebody else experienced this problem ?
    If yes, are there any work arounds.
    --sony                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I'll make this simple for you, from one point of view. You've ported your application from one major release to another major release of the application server. Are you actually considering NOT testing some aspect of your application after that major a change? You should retest every aspect of your application.

  • Server Upgrade Problem

    First off, I am kinda a noob when it come to macs and mac servers.
    I just got contracted by a company that runs about 40 Mac clients and 60 windows clients. Our Mail and shares are handled by a OS X 10.3.9 XServe. We have had mail problems and everytime I add a user in OD...the server laggs really bad and the server is unreachable(i.e. I cant ping it and all the shares/mail goes down). But then it goes back to normal if I just unplug the server from the network.
    These issues inspired us to upgrade the server to 10.4. First I installed all the downloadable upgrades. Got the DVD and ran the install on our extra Xserve just as a test run. I upgraded the OS, not a clean install. The install went fine with no errors. Then it restarted and it never gets past the icon of the Mac smiley face and the alternating question mark.
    Am i stuck having to run a clean install and migrate the data?

    http://www.apple.com/server/documentation/
    3rd PDF listed there, "Upgrading and Migrating"
    starting page 31
    Be careful to read each section, they mention "tar" early on, but that won't preserve all you need when dealing with certain items. "ditto" in 10.3 will be good for any Mac files with dual-fork files.
    As a general guideline (I'm simplifying but it's a guideline), what you can see in the GUI propbably has a resource & a data fork, and files hidden from the GUI ( /private/etc , /private/var /usr , /bin ) probably do not. They recommend using ditto for the mail files. A key point is that ditto makes sense for some things in 10.3 , but move away from it in 10.4
    NB page 37, "save a copy of the file /usr/bin/cyrus/bin/ctl_mboxlist"
    and page 42 onward.
    Good luck !

  • 10.6 Server Upgrade problems for Kerberos

    While I will not claim to be the world's greatest living Mac OS X Server expert, I have setup quite a few 10.2, 10.3, 10.4, 10.5 servers. I am now trying to upgrade to 10.6 Server.
    It seems each time Apple make a major upgrade Kerberos gets even worse and more likely to break.
    I am upgrading a 10.5.8 Server which is (was) the Open Directory Master with working DNS, and Kerberos.
    After upgrading the DNS lookups still work, Network logins to Network Home directories still work - meaning Open Directory authentication still works, but Kerberos does not work, not even to the Open Directory Master server itself (let alone any other servers).
    Creating a new user account did not work either, nor did importing an archive of my 10.5 Open Directory database. What did work was converting it to a standalone server and then making it back in to a (new) Open Directory Master and then creating a new user account. Importing a text export of 10.5 users in to this 'new' OD Master and then resetting a password on the imported user(s) also worked. You will note this seems to conclusively prove that DNS is not the problem since that was not changed. As it happens changeip -checkhostname shows it is happy with the DNS name.
    Now while making a new Open Directory Master and importing the user records works, what I can't do is setup Kerberos records for the other servers I want to Kerberize. When I try using the add Kerberos record button it rejects all administrator accounts in the Delegated Administrator field. The Kerberize (server) button also is showing and also rejects all administrator accounts (I believe this button should normally not be showing if you have a working Kerberos config).
    I also can't make another 10.6 Server in to a properly working Open Directory replica as the PasswordServer refuses to start on the Replica. The same Replica did work before when running 10.5.8 as the replica to the 10.5.8 Master.
    Any suggestions from the audience? (Other than getting Hercules to house train Kerberos.)

    There was nothing obvious in the logs.
    The first attempt to upgrade the Replica (and Master) to Snow Leopard, I had before upgrading made the Replica in to a mere connected server. Last Friday I tried again but this time left it configured as a Replica. This second time the after upgrading, I still had to remake it as a Replica but it did this time successfully start and run the Password Server on the Replica.
    Both occasions used cloned copies of the Leopard installations. I don't see this small change should have made a difference but I am not going to complain if it works.
    The next issue was that Kerberos was still somewhat messed up. Clients could successfully do Kerberos logins to the Replica, and a Connected server but ironically not to the OD Master itself. The first time I got Kerberos working on the OD Master by making it a standalone server and then making it in to a (new) OD Master and setting up accounts from scratch. This second time I got it working by destroying the Kerberos database using sso_util and then using the "Kerberize" button on the OD Master. I then had to rebind the other servers to the OD Master.
    I suspect using sso_util the first time would have worked as well.
    So, it seems that upgrading from Leopard Server to Snow Leopard Server will often (100% in my case) result in a messed up Kerberos database on the OD Master, but the following will clear it
    1. sudo sso_util remove –k –d –a <directoryadministratorsshortname> -p <directoryadministratorspassword> -r <KERBEROS.REALM.ALL.CAPS>
    2. sudo rm /etc/krb5.keytab
    3. Then to rebuild the kerberos database relaunch Server Admin and go to
    ServerAdmin->OpenDirectory-> Settings and there should be a kerberize button in Server Admin>Open Directory>Settings>General at the bottom on the right.

  • ICal and server upgrade Help please.

    Hi folks,
    I am running 10.5.2 server on a dual G4 tower and in particular iCal, which has been running very well. I want to upgrade to a new iMac, and so far I have been unable to figure out how to successfully recreate all accounts (only 7) and re-use the account calendars (about 4350 events so far).
    The upgrade and migration documents only cover 10.4.10 server going to 10.5 server, not 10.5.2 PPC server migrating to intel 10.5.2 server.
    I can't clone as PPC disk format is apm and intel is guid.
    Please tell me how to move the accounts from PPC to intel (?export admin and users, import admin and users?) and how to copy the calendars from PPC to intel to keep all the events.
    Finally how do you get the individual user icals to reload the calendars once they have been binded by directory utility.
    regards and thanks in advance

    You don't say what model eMac you have. There are several http://www.everymac.com/systems/apple/emac/index-emac.html
    I'm guessing it's the 700MHz model since you said it only has 128MB RAM. You can upgrade the OS to Tiger 10.4, but, you need to upgrade the RAM to at least 512MB (1GB would be better). The spec page at the above link has a link to OWC, a good source for RAM.
    However, Tiger install DVDs are in short supply. Tiger is no longer available at the Apple Store but may be available for $129 by calling Apple Phone Sales @ 1-800-MY-APPLE (1-800-692-7753). For other sources, do a Google search for MA453Z/A (10.4.6), MA190Z/A (10.4.3) and M9639Z/A (10.4) . Also look on eBay. Be sure & buy a retail version (black with silver X) and not a model specific version (gray) (See Can I use another Mac's system restore disc on my Mac? ). Expect to pay (possibly a lot) more than the Apple list price of $129.
    Also check these web stores: http://www.lacomputercompany.com/cgi-bin/rpcart/index.cgi?command=dispitem&type= sku&sku=19521 http://www.allmac.com/shop/index.php?cPath=5_10003
    After you install the base 10.4.x, update to the final Tiger version 10.4.11. Here's the link for the 10.4.11 combo update http://support.apple.com/kb/TA24901?viewlocale=en_US
    Look at this link Mac OS X v10.4 Tiger Installing Software Support Page
    http://www.apple.com/support/tiger/install/
    You can also download the Tiger Installation and Setup Guide
    http://manuals.info.apple.com/en/TigerInstall_SetupGuide.pdf
    When you upgrade the OS, do it via Archive & Install. See About the Archive and Install feature http://support.apple.com/kb/HT1710
    Be sure to select Preserve Users & Settings. Also, repair permissions before and after the install.
    After you install Tiger, suggest you download & install the Firefox browser for OS 10.4 (freeware) http://www.mozilla.com/en-US/firefox/all.html
     Cheers, Tom

  • Leopard Server Upgrade Problem

    I had a 10.4.11 server running without issues. Now attempted a 10.5 upgrade, everything went well. Did not disable or customize any of the install.
    Serial entered ok, registration setup ok, and once I continue to the boot up, system just sits at blank space blue login window. Unable to login. I have verified through Remote Dektop'ing in that other display is blank as well. No login window appears, though ARD shows that the server is at the login window. And apparently it's running, because my old users are able to get to their lists of login names and login. Is there a way I can remotely install the server 10.5.2 upgrade. I tried using a Mac with 10.4 client to install 10.5.2 package but it fails. Any suggestions?

    Okay, so after restarts and no solution, one boot gave me no video. PRAM reset wasn't even responding to keyboard input so I reset the SMU. Now it booted okay. Update went okay. But now I'm still having an authentication issue with my directory admin account. It's the server local host authentication that's failing. Even though I know the password and even reset it now. Still not allowing me to authenticate. So server is running, Tiger users can login but I can't make any new Workgroup changes.
    2 things. One, how can I get the password to work again? I've seen people say to disable LDAP server to Stand Alone, then back on again. But I did that on a previous install attempt and lose all of the user and group info. To much of a pain to rebuild again. And any export I've done, doesn't resave all that info again. Is there a way to back up the users, groups and all the group permissions and shares in the Open Dir to restore back to the new directory admin?
    Second, previously with 10.4 server Tiger machines logged in ok, but not leopard clients. They saw the list of network users but logged in unable to locate home directories. Now with 10.5 server, I thought it'd be resolved, but it isn't. What has to change in Directory Utility that I'm not doing? I have the server added, linking to the LDAP and AFP.

  • CF9 and Server Manager Air

    I registered my CF9 server but status give me 'Unreachable', what connection settings does the component need and are there server-side settings I should check.

    Just figured it out my own.  In the 'Connection Information' for the server, under the 'HOST' parameters I had http:// preceeding the host name.  Removed that and connected successfully.  What clued me off was to display the "ERRORS View".

  • Lion and server upgrades

    Does anyone know, if I purchase OSX server now (Lion) and at then at the end of the month when Mountain Lion is released I upgrade to that witht he $20 upgrade will I have to repurchase OSX server for Moutian Lion or will that upgrade come with the Mountian Lion update?

    Yes, it's an additional $20.

  • L530 BIOS and CPU upgrade problems

     I recently upgraded the cpu in my E520 from a 2520M to a 2760QM. Though the cpu was not officially supported, it worked perfectly without so much as a bios update. It even benchmarks above passmark's average.
    Smash cut to ebay a couple weeks later where I picked up a L530 and a 3720QM in an attempt to pull the same trick on an Ivy Bridge system. I installed the new cpu and it didn't post. Just some beep errors.
    After doing quite a lot of research and buying a spi programmer I have tried the following:
    Updating the BIOS (beep errors)
    Updating the microcodes (beep errors)
    Flashing a coreboot rom based on the T530 (would not even power on)
    And flashing a rom with all microcode related data replaced with W530 code (still booted old processor, but gave beep errors with the 3720QM)
    So this leaves me with a question. What could I be missing? The sockets and chipsets are compatible. It has got to be a BIOS problem. Is there a CPU whitelist I am not aware of?
    I have not really been able to find any further information and any help would be greatly appreciated.

    Hello!
    The BIOS name would be companies bought each other.
    For the rest of the questions:
    http://www.msicomputer.com/product/detail_spec/product_detail.asp?model=KM4M-L

  • Server Connections Interrupted - Mountain Lion, latest client and server upgrade

    Hello,
    I have seen several errors of a similar kind with no definite fix anywhere on here, so I thought I would post this.
    We are running a network with a Mountain Lion Server on a Mac Mini, connected to a router for internet access and connected to a local network for client computers. All the clients are running the latest version of Mac OS X Mountain Lion and are connecting to remote home directories on the server. They also use several group directories.
    As of late, they have been getting the message: "Server Connections Interrupted. Ignore / Disconnect all" concerning their group volumes.
    I haven't been able to find anything in the logs indicating why this happens, or how to fix it, or why it started appearing.
    What have people experienced out there? It appears on all sorts of user accounts, on different computers in different areas of the workplace.
    / Z.

    Additional data:
    There is no WIFI enabled on the network, all is networked using ethernet.
    There's a Time Capsule on the Server, which backs up the server data regularly. This seems to be connected one way or another from the threads I've read, but those are from aprox. two years ago while this started happening recently.

  • DSEE 6.3.1 client and server SMF problem

    Hi,
    I have installed DSEE 6.3.1 from the ZIP distribution. I used the manifest template /opt/SUNWdsee/ds6/install/tmpl_smf.manifest to add DSEE to the SMF. I have successfully bound the machine to be an ldap client of itself.
    My problem is that network/ldap/client and application/sun/ds seem to come up in the wrong order at boot time. This makes network/ldap/client transition to maintainence eventually even though DSEE will eventually come up. My modifications to tmpl_smf.manifest were very basic (changing %%%INSTALL_PATH%%% and changing the start and stop invocations to point directly at my instance).
    Is there something I can do to get these two services to come up in the other order?
    Thanks,
    Ian.

    I had some luck figuring this out, I added the following dependency to network/ldap/client (/var/svc/manifest/network/ldap/client.xml)
    <dependency
    name='ds'
    grouping='require_all'
    restart_on='none'
    type='service'>
    <service_fmri value='svc:/application/sun/ds' />
    </dependency>
    Unfortunately this created a dependency loop in SMF because (following the advice in http://docs.sun.com/app/docs/doc/820-0376/dps?a=view for correcting bug 6542857) I had added the following lines to my dsee.manifest
    + <dependency name="nameservice" grouping="require_all" \
    + restart_on="none" type="service">
    + <service_fmri value="svc:/milestone/name-services"/>
    + </dependency>
    I removed these lines and imported the service config again and now DSEE and ldap/client come up in the correct order.
    If there is a better way to do any of this I would be very interested to hear it.

  • I upgraded to a new apple mac book pro and now when I try to download to adobe digital edition I receive this error:Error getting License. License Server Communication Problem: E_ACT_NOT_READY

    I upgraded to a new apple mac book pro and now when I try to download to adobe digital edition I receive this error:Error getting License. License Server Communication Problem: E_ACT_NOT_READY

    What does that have to do with Digital Publishing Suite?
    We’d love to help but if does have something to do with it, please give us
    some details.

  • Upgrading from 7 to 9 and server monitor

    We just upgraded from cf7 to cf9 and are getting a message in the server monitor that is is unavailable in this version. Our server is Windows 2003 and IIS6 with the standard edition.
    It appears to be the issue covered by this tech note
    http://kb2.adobe.com/cps/527/cpsid_52797.html
    The files in the tech note though are for cf8, which we never had, so I'm not sure if it will work (and I'm a bit leery to experiment on a production server).
    Matt

    We did not do a 30 day trial install, if that is what you mean.
    We did make a clone of the production server (since it is a vm) and installed it. The server monitor was not something we looked it. Our configuration has some quirks in that we process htm and html requests thru cold fusion. So that was the main focus and debugging nature of our testing. We also had some data source issues.
    The server monitor is something we didn't have in 7, so I was just "checking it out" now that we are live on production.

  • DSL and 9.1 to 9.2 upgrade problems?   Please Help!!

    I have a Beige g3 - 300 w/ 160 megs of memory - using Netscape 7.02 and occasionally Gatesmess IE-5. I have had dial up for 5 years and recently upgraded to DSL w/ Linksys WRT54G router connected via ethernet cable. Wifes HP laptop uses the wireless.
    Problem is when connected to the internet, I get a looong -(30 - 40 second) delay between selecting the url and the page loading with a "resolving host" message at the bottom of the page. The modem send light flashes every five seconds or so and once the system locks on the url it loads really fast. With the dialup there was no delay in finding the url but took a long time to load. Result is it takes about the same amount of time to browse now as before. I don't think the winbox is having the same problem.
    To try to resolve the "resolving host" issue I have been trying to upgrade from 9.1 to 9.2. When I download the package from apple.com at the end I get a 127 error which reestablishes itself everytime I click OK til I force quit the System. When I restart the computer, the file is on desktop OS 9.2 update.smi. First I opened the file w/ stuffit 5.2 and tried to install it following the instructions (sharing off, OS 9 extensions only etc) and about 4 minutes into the process I get the Bomb error 10. I have downloaded this three times and upgraded the Stuffit to 7.03 but am having the same problem. In order to get to 9.2.2 you have to upgrade to 9.2.1 first and that is what I am doing.
    Anybody have any ideas either on the "resolving host" issue or the upgrade problem.
    Thanks in advance,
    Beige g3 - 300mghz 160 meg memory   Mac OS 9.1.x  

    Thanks Grant.
    I read the article and it was of some help. Reference TCP/IP control panel settings. I called Commspeed support and they gave me their three current DNS numbers. I typed them per article and nothing - dead. Called them back and they gave me the typical winbox answers "No hable apple" so left to my own devices and considering the stratigies suggested in the article I did two things.
    I opened the TCP/IP control panel and deleted the Name Server Address - As they are supposed to be assigned by the server. There was also a check box that said use 802.3 which was checked. I unchecked it and tried the internet. Blam it was right there. I don't know which stratigy worked as I did them simultaneously.
    Still don't know about upgrading to 9.2.
    Thanks again,
    Bill
    Beige g3 - 300mghz 160 meg memory Mac OS 9.1.x

Maybe you are looking for

  • Issue on behalf of functionality in the shopping cart

    Hi, Suppose A & B users are there . If A  created shopping cart on behalf of B. User A name is appearing in the shopping cart instead of appearing user B in the requester field. Is it need to do any settings to get the B user in the requester field?

  • HT201272 Does anybody know how to locate and download my past music purchases?

    I want to know if there's a way to get my purchases from I tunes on my new phone

  • CFMAIL w/attachment

    I'm using a simple form to email a text file that I've used before with no problems but for some reason it's not going through. Either the email goes through without the attachment or doesn't go through at all. Should I be be using cfmailparam instea

  • Filesystem check failed after running upgrades [Solved]

    I have a new arch installation with /home, /tmp, /var, and /usr mounted on an LVM partition. After running the updates I get a "Filesystem Check Failed" error message. It then dumps me into the terminal in read-only mode, giving me the option for rea

  • JSP parse error "No URI for taglib" when using tagdir attribute

    Hi,           I'm trying to use Jakarta JSTL 1.0 with BEA WebLogic 8.1 so I can work with tag files. I've put the jars (jstl.jar & standard.jar) in my webapp's WEB-INF/lib, added the following to my web.xml:           <taglib>           <taglib-uri>h