Bridge and NEF problem

I downloaded PS6 to my new Mac Mini and Bridge will not open my NEF thumbnails. I did not have this problem on my Mac Book Pro that I was using previously.  Is there something else I need to download or change in preferences?

I finally got my Messaging Bridge (Tibco to a WLS Cluster) to work. See my post 3 messages before yours - to which no-one responded... :-(
          So here goes with my suggestion based on what I have done.
          1. Create a Distributed Destination for the WLS queue and "auto deploy" it your cluster. (Read the manual on how to do that, it is quite straightforward).
          2. In the Local Bridge Destination, put :
          Connection URL - nothing
          Initial Context Factory - weblogic.jndi.WLInitialContextFactory
          Connection Factory JNDI Name - <your JMS conection factory name>
          Destination JNDI Name - <the JNDI name given to the Distributed Destination>.
          I hope that works.
          Andy

Similar Messages

  • CS5 Bridge and Permission Problems

    Hello there;
    I just started experiencing a problem with Adobe Bridge.  I am (and have been) using CS5 with no problems at all until just recently.  Adobe Bridge does not seem to delete image files or rename image files for some strange reason.  I get a message that says... "The file cannot be renamed because you do not have sufficient permissions or it is in use"!!!  I have never experienced this since I installed CS5.  I know the file(s) is (are) NOT in use.  I am not able to delete or rename.  Not sure if any other Bridge functions will suffer through the same problem as well. 
    Anyone experienced this issue before?  Any suggestions to resolve it?  Many thanks.

    Hi Curt;
    Many thanks for your response. 
    When I view the thumbnail images in Bridge, there is NO padlock symbol at all.  Since I shoot everything in RAW, Explorer and Windows do not display the image itself, but an icon representing the .CR2 file (I shoot Canon).  I have also tried the right-click to check the Properties of the files, and there is NO check mark for "read only".  I am still at a loss.  I sincerely appreciate your help if you can think of anything else.

  • [SOLVED] Bridging and Hostapd problems.

    Hello!
    I want to let a computer share the network it's connected to via wifi,
    I am trying to use hostapd and after following the guide at https://wiki.archlinux.org/index.php/So … cess_Point
    i have managed to get the access point up, but when I try to connect to it I get "> DHCP IP lease attempt failed"
    Most examples mention dnsmasq, and I have it running with this configuration:
    #cat /etc/dnsmasq.conf
    interface=wlan0
    dhcp-range=192.168.0.2,192.168.0.5,255.255.255.0,12h #
    #cat /etc/network.d/bridge
    INTERFACE="br0"
    CONNECTION="bridge"
    DESCRIPTION="Example Bridge connection"
    BRIDGE_INTERFACES="eth0"
    IP="dhcp"
    #cat /etc/conf.d/netcfg
    NETWORKS=(bridge)
    WIRED_INTERFACE="eth0"
    WIRELESS_INTERFACE="wlan0"
    #cat /etc/conf.d/
    NETWORKS=(bridge)
    WIRED_INTERFACE="eth0"
    WIRELESS_INTERFACE="wlan0"
    #cat /etc/hostapd/hostapd.conf
    interface=wlan0
    bridge=br0
    driver=nl80211
    logger_syslog=-1
    logger_syslog_level=1
    logger_stdout=-1
    logger_stdout_level=2
    dump_file=/tmp/hostapd.dump
    ctrl_interface=/var/run/hostapd
    ctrl_interface_group=0
    ssid=test_essid
    hw_mode=g
    channel=7
    beacon_int=100
    dtim_period=2
    max_num_sta=5
    rts_threshold=2347
    fragm_threshold=2346
    macaddr_acl=0
    auth_algs=3
    ignore_broadcast_ssid=0
    wmm_enabled=1
    wmm_ac_bk_cwmin=4
    wmm_ac_bk_cwmax=10
    wmm_ac_bk_aifs=7
    wmm_ac_bk_txop_limit=0
    wmm_ac_bk_acm=0
    wmm_ac_be_aifs=3
    wmm_ac_be_cwmin=4
    wmm_ac_be_cwmax=10
    wmm_ac_be_txop_limit=0
    wmm_ac_be_acm=0
    wmm_ac_vi_aifs=2
    wmm_ac_vi_cwmin=3
    wmm_ac_vi_cwmax=4
    wmm_ac_vi_txop_limit=94
    wmm_ac_vi_acm=0
    wmm_ac_vo_aifs=2
    wmm_ac_vo_cwmin=2
    wmm_ac_vo_cwmax=3
    wmm_ac_vo_txop_limit=47
    wmm_ac_vo_acm=0
    eapol_key_index_workaround=0
    eap_server=0
    own_ip_addr=127.0.0.1
    wpa=2
    wpa_passphrase=XXXXXXXXXXXXX
    wpa_key_mgmt=WPA-PSK
    wpa_pairwise=TKIP CCMP
    rsn_pairwise=CCMP
    This is the output of ifconfig
    br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 10.144.0.225 netmask 255.255.252.0 broadcast 10.144.3.255
    inet6 fe80::20f:53ff:feb0:2c49 prefixlen 64 scopeid 0x20<link>
    ether 00:0f:53:b0:2c:49 txqueuelen 0 (Ethernet)
    RX packets 263 bytes 29403 (28.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 56 bytes 6081 (5.9 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500
    ether b8:27:eb:fc:1c:e5 txqueuelen 1000 (Ethernet)
    RX packets 8926 bytes 704068 (687.5 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 658 bytes 139938 (136.6 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 4 bytes 212 (212.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 4 bytes 212 (212.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    mon.wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    unspec 00-0F-53-B0-2C-49-3A-30-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
    RX packets 47 bytes 3140 (3.0 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet6 fe80::20f:53ff:feb0:2c49 prefixlen 64 scopeid 0x20<link>
    ether 00:0f:53:b0:2c:49 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 247 bytes 32731 (31.9 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    Note that the network I am connecting to is 10.144. and I can ssh into the machine trough this network.
    When I connect with a wifi client I want it to get a 10.144. address and be able to interact with the other users
    on the network as if it was directly connected to the network. (My main goal is this, but if I can get it working
    as a router it's a improvement too)
    Thanks for your help!
    ---EDIT--
    I have now tried following this tutorial:
    http://sirlagz.net/2012/08/09/how-to-us … er-part-1/
    This part works, but when I come to part 2
    http://sirlagz.net/2012/08/10/how-to-us … er-part-2/
    It has this part that I cannot figure howto convert this to netcfg
    iface br0 inet dhcp
    bridge_ports eth0 wlan0
    pre-up ifconfig eth0 0.0.0.0 up
    pre-up ifconfig wlan0 0.0.0.0 up
    pre-up brctl addbr br0
    pre-up brctl addif br0 eth0
    post-down ifconfig wlan0 0.0.0.0 down
    post-down ifconfig eth0 0.0.0.0 down
    post-down brctl delif br0 eth0
    post-down brctl delbr br0
    Last edited by Reccra (2012-09-28 09:32:36)

    Thanks for your replies,  now I have disabled ip forwarding,
    the problem with ssh was that it tried to do a dns lookup that failed.
    The reason it failed is that it seems like the bridge host (the one with br0) does not seem to be able to connect anywhere except to the client that is connected to it.
    I mean:
    (10.144.) - (10.144.2.107) - (10.144.0.46)
    Net - Bridge - Client,
    I can ssh into Bridge from Client, but I send cant anything (Ping/connect etc) from Bridge to Net. Everything works fine from Client to net tough.
    [root@Bridge etc]# route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    0.0.0.0 10.144.1.1 0.0.0.0 UG 205 0 0 br0
    10.144.0.0 0.0.0.0 255.255.252.0 U 205 0 0 br0
    [root@Bridge etc]# ss -arpt
    State Recv-Q Send-Q Local Address:Port Peer Address:Port
    LISTEN 0 0 *:ssh *:* users:(("sshd",267,3))
    ESTAB 0 0 10.144.2.107:ssh 10.144.0.46:56351 users:(("sshd",271,3))
    ESTAB 0 0 10.144.2.107:ssh 10.144.0.46:56395 users:(("sshd",345,3))
    LISTEN 0 0 :::ssh :::* users:(("sshd",267,4))
    br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 10.144.2.107 netmask 255.255.252.0 broadcast 10.144.3.255
    inet6 fe80::ba27:ebff:fefc:1ce5 prefixlen 64 scopeid 0x20<link>
    ether 00:0f:53:b0:2c:49 txqueuelen 0 (Ethernet)
    RX packets 73020 bytes 6867080 (6.5 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 3130 bytes 800748 (781.9 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500
    ether b8:27:eb:fc:1c:e5 txqueuelen 1000 (Ethernet)
    RX packets 74579 bytes 9464012 (9.0 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 5060 bytes 818996 (799.8 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 156 bytes 15830 (15.4 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 156 bytes 15830 (15.4 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    mon.wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    unspec 00-0F-53-B0-2C-49-3A-30-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)
    RX packets 477 bytes 53447 (52.1 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet6 fe80::20f:53ff:feb0:2c49 prefixlen 64 scopeid 0x20<link>
    ether 00:0f:53:b0:2c:49 txqueuelen 1000 (Ethernet)
    RX packets 8478 bytes 1086201 (1.0 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 76359 bytes 12516094 (11.9 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    [root@Bridge etc]# arp -n
    Address HWtype HWaddress Flags Mask Iface
    10.144.1.1 (incomplete) br0
    10.144.2.162 ether 00:23:5a:28:af:cb C br0
    10.144.0.46 ether 00:23:4d:1b:19:b2 C br0
    I tried adding the gw manually with arp -s , but this didn't help.
    Thanks for your help!

  • Messaging Bridge and cluster problem

    I am trying to setup the Messaging Bridge between MQ and WLS. Originally, we were going to use the Foreign JMS setup but the loss of transactionality was an issue (QManager cannot be assumed to be on the same box as our cluster). So we moved to the Messaging Bridge in the hopes that it will provide greater stability.
              I am following the example provided here https://messaging-bridge.projects.dev2dev.bea.com/ and setting up 2 JMS Destinations. Setting up the MQ Destination was trivial given that I had done it already with the Foreign JMS setup.
              But the destination that points to the internal WLS JMS Queue is a little trickier given that we are using clusters. I am stuck trying to figure out what Connection URL I should be using. According the the example above, I should use t3://localhost:7001 but in a clustered setup, what do I point to?

    I finally got my Messaging Bridge (Tibco to a WLS Cluster) to work. See my post 3 messages before yours - to which no-one responded... :-(
              So here goes with my suggestion based on what I have done.
              1. Create a Distributed Destination for the WLS queue and "auto deploy" it your cluster. (Read the manual on how to do that, it is quite straightforward).
              2. In the Local Bridge Destination, put :
              Connection URL - nothing
              Initial Context Factory - weblogic.jndi.WLInitialContextFactory
              Connection Factory JNDI Name - <your JMS conection factory name>
              Destination JNDI Name - <the JNDI name given to the Distributed Destination>.
              I hope that works.
              Andy

  • Can't open NEF in Bridge and Photoshop

    Hi.  I can't open my  D800 Nikon NEF images in Bridge and Photoshop CS 6 of Creative Suite. However the jpgs from the D800 will open........ What to do. This is on an iMac that is 6 years old. What to do+
    I have no problems opening the NEF on my newer laptop using the same software.

    You'll need at least Camera Raw 7.1 to open D800 images.  Go to your Help menu in Photoshop and choose Updates.
    If that doesn't work, there's a way to download later Camera Raw updates manually, but Adobe has chosen to hide it for some unfathomable reason.  I guess they're under the mistaken impression that the updater always works.
    -Noel

  • Problems installing Bridge and Media Encoder in CS6

    I recently installed Creative Suite CS6 Design & Web Premium. I had previously installed the CS5 version and had not un-installed it. Everything except Acrobat appeared to install correctly. When I opened Photoshop CS6 (64-bit) I noticed that it used the CS5 version Bridge. I went into Bridge and unchecked the open at start box, closed Bridge and Photoshop and re-opened Photoshop CS6 (64-bit). When I tried to lunch Bridge from Photoshop the following message appeared in the Desktop> panel : Waiting for Bridge CS6..." Bridge CS6 did not appear despite waiting for several minutes. I then pressed the Start button and went into the Programs listing. Under the Adobe CS6 group I found all of the applications (other than Acrobat) but Bridge CS6 (64-bit), Bridge CS6, and Media Encoder each had generic icons rather than the expected relevant Adobe icons. I tried to load each of the three by clicking on the icon. In each instance the following message appeared:
    The version of this file is not compatible with the version of Windows you are running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program and then contact the software publisher.
    My system is a Gateway FX6802. I am running Windows 7 Home Premium version 6.1.7601, Service Pack 1, Build 7601. The system has 9 GB of memory. I ran CS5 on the system and did not experience any difficulty with Bridge.

    Thanks. Being the impatient sort (inspite of the problems that can create) I only did a partial uninstall with the cleaner tool, taking out the three items that were not working. Initially that seemed not to work. As I had other non-Adobe projects to take care of I put it out of mind. I even let an updatee package do its wonders. Today I used Photoshop for a quick project. I clicked on the Launch Bridge button and lo and behold the proper icon showed up and Bridge loaded. After finishing my project I closed down Photoshop and Bridge and then went through updating once more. The other problem I was having was with Acrobat. I finally traced the problem to a bad installation of Acrobat 9 at the CS4 level. (Shows you how much I use Acrobat.) I used the cleaner tool to clean up the remnants of CS4. After that Acrobat X installed quite nicely. At this point everything seems to be working as it should. Thanks for your help.

  • When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a s

    When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a stalled/locked program.  I have tried restarting my machine multiple times and tried reconfiguring how the cache is managed.  Do you have anyone who could walk me through each step to correct this problem which just started two days ago.  I have owned this program for at least a year now...

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Hi there, I cannot open bridge and I get this warning, "Adobe Bridge Cannot be Opened because of a problem. Check with the developer to make sure Adobe Bridge CC works with this version of Mac OS X. You may need to reinstall any updates for this applicati

    Hi there, I cannot open bridge and I get this warning, "Adobe Bridge Cannot be Opened because of a problem. Check with the developer to make sure Adobe Bridge CC works with this version of Mac OS X. You may need to reinstall any updates for this application and Mac OS X" although bridge has been running on my Mac for over a yera. I have installed all current updates for Mac and reinstalled Bridge again from CC and still get the same issue? Any advice?

    Would you please provide details about your setup?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Bridge and Photoshop CS4 will not recognise the images shot in NEF file

    Shot in Nikon D810 with NEF file but the images will not recognise with Bridge and Photo
    shop CS4

    That camera was recently supported for the first time by ACR 8.6, which needs at least CS6 to run.  You will never be able to open those raw NEF files in CS4, as there will never be an update for CS4.
    Your choices are to upgrade, or to use the free, stand-alone Adobe DNG Converter 8.6 on each and every batch of raw NEF files in order to convert them to raw DNGs that you can open in CS4.
    Mac:
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Adobe DNG Converter 8.6
    Windows:
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Adobe DNG Converter 8.6

  • CS6 Bridge and Mini Bridge problems

    Installed CS6 and clicked on Brose in Bridge.  I get the rror messare could not complete the Brose in Bridge commmand because Photoshop was unable to find the Java Script plugin.  Also when clicking on Brose in Mini Bridge I get the message cannot complete the command because the extension could not be loaded  I have uninstalled CS6 and reinstalled it and get the samew message  Help please

    Thank you very much  I will try that
    In a message dated 11/24/2014 12:41:45 P.M. Central Standard Time, 
    [email protected] writes:
    CS6  Bridge and Mini Bridge problems
    created by Flashy1995_ (https://forums.adobe.com/people/Flashy_1995)  in 
    Photoshop General Discussion - View the full  discussion
    (https://forums.adobe.com/message/6958475#6958475)

  • Problem with bridge and Photoshop CS4

    When in Bridge CS4, I want to open a JPEG photo in Photoshop, when double clicking It opens PAINT and not Camera Raw. I have the CS4 on a laptop and no problem there. I matched all the settings and still the desktop opens PAINT instead.

    runway929 wrote:
    Yes thanks, it worked but how do I change some of them to "none". I don't see how I can do that.
    Does it matter?
    You could always set all to default and start from scratch.
    It's not a very well designed dialog!

  • When opening Bridge (CS6) I get the following message: "Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation" I tried and after selecting purge cache it does not a

    When opening Bridge (CS6) I get the following message: "Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation" I tried and after selecting purge cache it does not allow me to select OK. Also Bridge keeps saying "Building Criteria" with the spinning wheel and nothing happens. I tried uninstalling and reinstalling to no avail. Please help:)

    Maybe a Preferences reset can help:
    Numerous program settings are stored in the Adobe Bridge preferences file, including display, Adobe Photo Downloader, performance, and file-handling options.
    Restoring preferences returns settings to their defaults and can often correct unusual application behavior.
    Press and hold the Ctrl key (Windows) or the Option key (Mac OS) while starting Adobe Bridge.  
    In the Reset Settings dialog box, select one or more of the following options:  
      Reset Preferences 
    Returns preferences to their factory defaults. Some labels and ratings may be lost. Adobe Bridge creates a new preferences file when it starts.
    Purge Entire Thumbnail Cache
    Purging the thumbnail cache can help if Adobe Bridge is not displaying thumbnails properly. Adobe Bridge re-creates the thumbnail cache when it starts.
    Reset Standard Workspaces
    Returns Adobe predefined workspaces to their factory default configurations.
    Click OK, or click Cancel to open Adobe Bridge without resetting preferences.   

  • My bridge is not working normally and keep given me this message : bridge encountered a problem and is unable to read the cache . Please try purging the central cache in cache preferences to correct the situation

    My bridge is not working normally and keep given me this message : bridge encountered a problem and is unable to read the cache . Please try purging the central cache in cache preferences to correct the situation

    And did you then actually purge the cache?
    Please realize that you have given ZERO details.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • When opening Bridge I get this message: Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in the cache preferences to correct the situation. I have tried this and still get this message. when I delete image

    When opening Bridge I get this message: Bridge encountered a problem and is unable to read the cash. Please try purging the central cache in the cache preferences to correct this problem. I did this and still get this same message.Also now when deleting images they don't delete till I close and reopen Bridge. What can i do to fix this problem?

    Maybe a Preferences reset can help:
    Numerous program settings are stored in the Adobe Bridge preferences file, including display, Adobe Photo Downloader, performance, and file-handling options.
    Restoring preferences returns settings to their defaults and can often correct unusual application behavior.
    Press and hold the Ctrl key (Windows) or the Option key (Mac OS) while starting Adobe Bridge.  
    In the Reset Settings dialog box, select one or more of the following options:  
      Reset Preferences 
    Returns preferences to their factory defaults. Some labels and ratings may be lost. Adobe Bridge creates a new preferences file when it starts.
    Purge Entire Thumbnail Cache
    Purging the thumbnail cache can help if Adobe Bridge is not displaying thumbnails properly. Adobe Bridge re-creates the thumbnail cache when it starts.
    Reset Standard Workspaces
    Returns Adobe predefined workspaces to their factory default configurations.
    Click OK, or click Cancel to open Adobe Bridge without resetting preferences.   

  • I have master suite cs6. on mac osx. bridge has been quitting unexpectedly. Also, getting message at start up that states that "bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to corr

    I have master suite cs6. on mac osx. bridge has been quitting unexpectedly. Also, getting message at start up that states that "bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation" I have purged the cache several times and adjusted settings with no change. I also downloaded the entire suite and installed. Do I need to uninstall all of the programs before installing the suite? There is not an option to install only Bridge from the install package.

    Maria,
    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.

Maybe you are looking for

  • Creative Cloud - Does Adobe REALLY Care About Customers?

    I hope the staff at Adobe are reading these forum posts. First question: the following quote As far as the future of CS applications, in his Adobe MAX keynote, David Wadhwani said, 'We have no plans' to continue perpetual licenses. We are not ruling

  • Error while opening a form after R12 install

    Hi, I have installed EBS R12.0.4 on linux. The install is successful and i am able to login. But when I am trying to open a forms session I am getting an error "Unknown plugin (application/x-java-applet;jpi-version=1.5.0_13)". I am using Mozilla Fire

  • How to set up Open Gl Application in C   using Xcode

    i am trying to work for University Project in Xcode. Xcode always rocks my work but sometimes i probably unaware of its features i get problems like today i am having a problem in creating an application in C++ in which i have to use graphics. i dont

  • Mail not saving changes in Mailbox Behaviors

    For one of my accounts since the upgrade to Mavericks when I enter the Mailbox Behaviors section, I found that Drafts, Junk and the one under Trash named Store Deleted messages on the server is checked. I uncheck them because I doon't want them check

  • IExpenses Approval Workflow

    Hi All, We have a requirement to customize the Expenses Approval workflow (AP Standard Expense Report Process Workflow) to send additional notifications. Once the seeded workflow is customized by adding a custom process, I am unable to figure out how