All domains password protected after upgrade to cf8 HELP!

WIndows 2003 IIS6.0, CFMX 7.0 (with all updates).
I just upgraded to CF 8.0 (std) and now ALL domains (whether
they have CFM pages or not) are asking for USERNAME and PASSWORD
via the windows std user name / password screen.
I've tracked it down to the IIS > domain > home
directory > application settings > configuration >
application configuration mappings. They all point to
C:\ColdFusion8\runtime\lib etc.. etc.. folder. I have checked the
permissions on this folder and they appear the same as my CFMX 7
setup -- but obviously a web visitor cannot access this file.
I even went so far (for testing) to give EVERYONE full
permissions for this folder /subfolder etc... still browsing to any
site requires username and password.
For now I have uninstalled all CF8 hooks into web sites on
all domains but one test one... same issue. HELP! I really would
like to upgrade but this is killing me!
I should note that install also pooched my cross domain
webmail (mail enable) and my livestats application (a statistics
app running on one domain)... still have not repaired those.
Any help much appreciated.
Regards,
Matts

Typically IIS will run as the IUSER.
1. Find the folder in question.
2. Right Click -> Properties -> Security
3. Click Add
4. A new window will open, click advanced (I believe).
5. Click find, then scroll through the list of usernames
until you find the IUSER, double click the username
6. You'll want to hit OK then go to the advanced button on
the initial security screen, and select the check box marked
propagate permissions to child objects blah blah.
Bare in mind that IIS can be configured to run as a different
user depending on your setup.
[edit] You'll probably only want the IUSER to have read
permissions .... [/edit]

Similar Messages

  • Bad performance on CF9 after upgrade from CF8

    Hello and happy new year for everybody 
    I'm stuck with a problem after upgrade from CF8 entreprise to CF9 entreprise.
    We are using IIS6 on WIN2003R2 (SP2).
    There are a lot of  "503 Server Error" with no content. (about 0.05% of request). This can be occured on big or small CFM, graphic ressources, etc...
    For each error I can see the following error on the connector logs (jrun_iis6_wildcardYYMMDD.log).
    2011-01-02 19:00:05 jrISAPI[1456:3940]  returning error page for JRun too busy or out of memory
    I've never seen this message in previous CF connector version.
    And on the jrun log (coldfusion-outXXX.log), I read the following errors:
    02/01 20:53:31 error unexpected end of part
    java.io.IOException: unexpected end of part
        at com.oreilly.servlet.multipart.PartInputStream.fill(PartInputStream.java:96)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:191)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:152)
        at com.oreilly.servlet.multipart.FilePart.write(FilePart.java:257)
        at com.oreilly.servlet.multipart.FilePart.writeTo(FilePart.java:215)
        at coldfusion.filter.FormScope.fillForm(FormScope.java:252)
        at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:376)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
        at coldfusion.CfmServlet.service(CfmServlet.java:200)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    02/01 20:53:31 error (JRun Service: ProxyService [jrun.servlet.jrpp.JRunProxyService@4006ca]) JRunPRoxyServer.invokeRunnable:
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Connector settings (jrun_iis6_wildcard.ini) :
    verbose=false
    Buffer=true (I've tried with false)
    serverstore=C:/ColdFusion9/runtime/lib/wsconfig/1/jrunserver.store
    bootstrap=127.0.0.1:51800
    apialloc=false
    maxworkerthreads=100 (I've tried to increase/decrease this value)
    JRUN settings:
    Threads number: 150
    Max queued jrun threads: 150
    Is anyone have experience the same issue ? How can I try to solve this ?
    Big thanks!

    @Charlie:
    in the cf\runtime\logs there is only that kind of information:
    05/01 10:28:44 error unexpected end of part
    java.io.IOException: unexpected end of part
        at com.oreilly.servlet.multipart.PartInputStream.fill(PartInputStream.java:96)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:191)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:152)
        at com.oreilly.servlet.multipart.FilePart.write(FilePart.java:257)
        at com.oreilly.servlet.multipart.FilePart.writeTo(FilePart.java:215)
        at coldfusion.filter.FormScope.fillForm(FormScope.java:252)
        at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:376)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
        at coldfusion.CfmServlet.service(CfmServlet.java:200)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    05/01 10:28:44 error (JRun Service: ProxyService [jrun.servlet.jrpp.JRunProxyService@16c00e2]) JRunPRoxyServer.invokeRunnable:
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    There is no line about a memory issue!
    These errors happening on random request not ALL!! (arround 0.05%), and there is no real link between load and this... Our applications handle a lot of POST download, but like I've described before, error can occured on classic cfm page and static ressource...
    What I mean with upgrade CF8 to CF9, is with our 10 other servers running on CF8, I've never see that 503 issue outside a real jrun problem (like a memory crash, restart, etc...)
    @Carl:
    Server is running on WIN2003R2SP2 32 bits OS (dual Xeon E5506, 4Go RAM). Here is the jvm.config arguments:
    # Arguments to VM
    java.args=-server  -Xms1024m -Xmx1024m -Dsun.io.useCanonCaches=false -XX:PermSize=256m -XX:MaxPermSize=512m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Do you know if it should be possible to try old JRun connector used by CF8 ?

  • HT4528 How do I restore all my photos? After upgrading my iPhone all photos were gone.

    How do I restore all my photos? After upgrading my iPhone, all my photos were gone.

    What photos?
    Photos taken with the iphone should be imported to your computer regularly as with any digital camera, most especially before any update or restore.  If you failed to do this, then they are likely gone.  You can try restoring from backup.
    Photos synced from your computer should still be on your computer an in you regular backup copy of your computer.

  • I cannot configure yahoo small business after upgrading to Mavericks Help needed

    Hi Guys,
    it is as simple as that:
    I cannot configure yahoo small business after upgrading to Mavericks Help needed
    Thanks

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • After upgrading to maverick; help & other functions not working

    After upgrading to maverick; help and other functions not working?

    Sometimes just closing and reopening the Help window will clear up the problem. If it doesn't, log out or restart the computer and try again. Otherwise, you may need to delete the Help cache.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Caches/com.apple.helpd
    Right-click or control-click the highlighted line and select 
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder selected. Move the selected folder to the Trash. Log out, log back in, and test. Help pages will be slow to load at first.
    If that doesn't work, the problem may be caused by network conditions. It may go away by itself, though I can't say how long you should wait.
       A persistent failure to load help data has been reported as an issue with satellite networks. Test on a different network, if possible. I've also seen at least one report that Photo Stream in iCloud can mysteriously interfere with Help. I'm not sure whether that's true, but try disabling Photo Stream, if applicable.*If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • How do i get all my contacts back after upgrading to ios5?

    After upgrading to ios5, I lost all my contacts, notes, pictures, videos, EVERYTHING ! All my apps were back, but not in the folders I had set up. I lost all my notes from school, my homework, my passwords for everything too...this really *****.

    You can look at this document about a restore, http://support.apple.com/kb/HT1414, but it will show you that after you restore, it takes you to the Setup assistant which is what  you encounter with a new device. From there, you select to restore to a backup and select the iCloud backup.

  • Passwords disappear after upgrade.

    As per title. None of the solutions on this forum has worked for me. Change of folder to logins.json after upgrade to the latest ff wipes my password list completely. Only downgrade to v 31 or lower restores passwords..
    Can someone help with viable solution for this please. I do have the signons.sqlite file in a saved folder, anyu way to extract and paste in to the new folder at all?
    Cheers

    I cracked it. After another downgrade/upgrade cycle I proceeded to resert the
    signon.importedFromSqlite file and done that. I then went to look for logins.json it was not there so could not delete it. I have restarted and presto passwords are there with logins.json also present.
    Before I was trying to restore passwords but I had at the point of trying already few passwords saved as I was logging on to sites. Even after deleting the logins.json file in this scenario it would not reimport the passwords to new file.
    Anyway. May be good idea to try and resotre the signon.importedFromSqlite first thing after update to new version of firefox.
    Thanks for your help Philipp.

  • I lost all my e-mails after upgrade to iOS 5 - how to get them back?

    Just like described in the subject - after upgrade to iOS5, I lost all mail e-mails. Have you experienced similar issues? How did you resolve it?

    restore from backup. and use IMAP instead of POP if you can.

  • Password problem after upgrade to m lion

    After upgrade to m.lion, cannot log my password to finish the upgrade as the system is no more recognizing my password !!; am using azerty keyboard. Thank you for ur help

    What is the setting of your profile parameter login/password_downwards_compatibility?
    If the users are logging on for the first time and you are not permitting downward compatibility, then you either need to permit it or reset their passwords for them once -> to form the new PASSCODE hash.
    Cheers,
    Julius

  • Form colors all different in 9i after upgrading

    After upgrading my forms from v6 to 9i, when I run them through 9ias, the colors are all different from what they were when it was client server. The colors are also very dark.
    A related question, I setup the applet to be 600x800 in size, but my main screen isn't this big. The window where my main screen is located is fine color wise, but the rest of the applet window is black, which makes things look really dark.
    Any suggestions?

    Hi Jim, we spoke last week about your report server questions. I hope you were able to get those worked out.
    To tweak your forms colors, make some changes in the formsweb.cfg file located in your Oracle_home/forms/server directory of your Business Intelligence and Forms part of the installation. Creating your own graphic for the background (we used white) can help lighten the screens some. Also, change between Oracle Look and Feel and Windows look and feel and see which you like better. Since we run Windows XP on all our desktops, we found the Oracle Look and Feel more closely resembled that. You can also play with the different color schemes in that file. We are using teal and that has satisfied most of our users.
    Hope this helps,
    Deborah

  • After upgrading to CF8 getting a JRun error

    Hello,
    After having installed CF8, we're getting the following JRun
    error. Any idea as to what could be causing this?

    jenn wrote:
    > After having installed CF8, we're getting the following
    JRun error. Any idea
    > as to what could be causing this?
    > java.lang.IncompatibleClassChangeError: Expecting
    non-static method
    >
    coldfusion.runtime.CfJspPage._arraySetAt(Ljava/lang/Object;[Ljava/lang/Object;Lj
    > ava/lang/Object;)V
    > at
    >
    cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE
    > \administrator\Application.cfm:106)
    Blackstone was CF 6.x. You are running a CF 6 CFIDE against a
    CF 8
    installation. Find the right CFIDE and try again.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • Has anyone had all text messages disappear after upgrading iOS6 on iPhone 4?

    My Text text message screen froze.  I restarted my phone at which time all of my text messages and iMessages were wiped clean.

    Here is an idea, copy your important texts in notes so u can sync them. If you keep texts that long save them that way. I thought all texts were erased after an update anyway, maybe I am wrong but then again I don't keep texts forever.

  • Can't add/edit contact after upgrade to IOS5 - HELP!

    After upgrading to ios 5, I can't add or edit the contact. The buttons are gone! How to get them back? I tried numerous restart also no use.

    I was having issues with Calendar after updating to iOS 5.0.1 also.  I finally was able to get Calendar functioning again by turning it OFF within Settings > iCloud.  This action keeps all my calendars on my iPod. I also reverted to backing up my iPod Touch to my computer within iTunes, then restoring, and re-syncing after I made the changes.  Now, I am able to add, edit, and delete events in my calendar just as I was able to do before updating to iOS 5.0.1.  Restoring my iPod Touch only worked temporarily for me (before I change the settings), as the problem returned the very next time I attempted to add an event.  This fix probably will not allow syncing with other Apple devices through iCloud, but it is less drastic than deleting my iCloud account.

  • Lenovo P780 MMS and Contact Apps disappeared after upgrading S227, need help to fix it?

    Hi I need your help how to install stock mms and contact of my LEnovo P780 was disappeared after upgrade from S226 to S227. I dont where to find the exact apk to be install. My phone is not rooted.

    Hi I need your help how to install stock mms and contact of my LEnovo P780 was disappeared after upgrade from S226 to S227. I dont where to find the exact apk to be install. My phone is not rooted.

  • All sound devices gone after upgrade to 10.8.5 - help!!

    Hi There,
    I recently upgraded to Mountain Lion 10.8.5 and have lost all my sound (doesn't work over the net nor iTunes etc. - in fact iTunes doesn't even play). This all seems to be because if I open 'Audio MIDI setup' it simply states 'no devices found on the system'
    Besides the obvious time machine back to the previous OSX is there anything I can do (time machine is back to a drive in my office and I am away from this). I'm pretty annoyed this has happened, everything else seems fine, thanks, Jim

    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Preferences/Audio/com.apple.audio.SystemSettings.plist
    Right-click or control-click the line and select 
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item selected. Move the selected file to the Trash. You may be prompted for your administrator password.
    Reboot and recreate your settings in the Sound preference pane.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for