Dreamweaver 8 Cannot open validator configuration file

In DW 8 in Windows XP, I get the following error when
attempting to use the validator:
Cannot open validator configuration file: C:\Program
Files\Macromedia\Dreamweaver
8\Configuration\TagLibraries\Validator\.
I've tried reinstalling to no avail. The directory above has
a number of .vtv files in it, all dated 8/30/2005 3:14pm.
Thanks

Dave,
> In DW 8 in Windows XP, I get the following error when
attempting to use the
> validator:
>
> Cannot open validator configuration file: C:\Program
> Files\Macromedia\Dreamweaver
8\Configuration\TagLibraries\Validator\.
>
> I've tried reinstalling to no avail. The directory above
has a number of .vtv
> files in it, all dated 8/30/2005 3:14pm.
Also check the "parallel" User Configuration folder which is
usually here:
C:\Documents and Settings\[user]\Application
Data\Adobe\Dreamweaver
CS4\en_US\Configuration\TagLibraries\Validator\
Files in this folder override file in the Program Files
Application folder.
Also, be sure to delete both of your Configuration folders
between
uninstall and re-install to make sure that you get a fresh
copy of those
files.
HTH,
Randy

Similar Messages

  • Unable to open the configuration file

    A new installation of Thunderbird, open the Thunderbird error, cannot open the configuration file, the configuration file is missing or cannot access. My OS:Win 7 32bit

    Can you provide a screenshot of your problem?
    http://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

  • I cannot open a pdf file with aole-mail. I can open pdf files from windows explorer. I have associated pdf with adobe reader. My operating system is window

    I cannot open a pdf file with aol e-mail. I went to preferences in Adobe Reader but did not know what to enter for Incoming IMAP and outgoing SMTP. I can open pdf files from windows explorer as  I have associated .pdf files with adobe reader. My operating system is windows 7.
    When I try to open the pdf file within aol e-mail I get a message: 'Your security settings do not allow this file to be downloaded'.  I have not changed my security settings (Tools, Internet Options, security).

    Or http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • Error 0(Native: listNetInterfaces:[3]) and error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    Hi Gurus,
    I'm trying to upgrade my test 9.2.0.8 rac to 10.1 rac. I cannot upgrade to 10.2 because of RAM limitations on my test RAC. 10.1 Clusterware software was successfully installed and the daemons are up with OCR and voting disk created. Then during the installation of RAC software at the end, root.sh needs to be run. When I run root.sh, it gave the error: while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory. I have libpthread.so.0 in /lib. I looked up on metalink and found Doc ID: 414163.1 . I unset the LD_ASSUME_KERNEL in vipca (unsetting of LD_ASSUME_KERNEL was not required in srvctl because there was no LD_ASSUME_KERNEL in srvctl). Then I tried to run vipca manually. I receive the following error: Error 0(Native: listNetInterfaces:[3]). I'm able to see xclock and xeyes. So its not a problem with x.
    OS: OEL5 32 bit
    oifcfg iflist
    eth0 192.168.2.0
    eth1 10.0.0.0
    oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth1 10.1.1.0 global cluster_interconnect
    eth0 192.168.2.0 global public
    cat /etc/hosts
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    My questions are:
    should ping on sunny1vip and sunny2vip be already working? As of now they dont work.
    if you look at oifcfg getif, I initially had eth1 10.0.0.0 global cluster_interconnect,eth0 192.168.2.0 global public then I created eth1 10.1.1.0 global cluster_interconnect with setif. Should it be 10.1.1.0 or 10.0.0.0. I looked at the subnet calculator and it says for 10.1.1.1, 10.0.0.0 is the subnet. In metalink they had used 10.10.10.0 and hence I used 10.1.1.0
    Any ideas on resolving this issue would be very much appreciated. I had been searching on oracle forums, google, metalink but all of them refer to DOC Id 414163.1 but it does n't seem to work. Please help. Thanks in advance.
    Edited by: ayyappa on Aug 20, 2009 10:13 AM
    Edited by: ayyappa on Aug 20, 2009 10:14 AM
    Edited by: ayyappa on Aug 20, 2009 10:15 AM

    a step forward towards resolution but i need some help from the gurus.
    root# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    root# /u01/app/oracle/product/crs/bin/oifcfg iflist
    eth1 10.0.0.0
    eth0 192.168.2.0
    root# /u01/app/oracle/product/crs/bin/oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth0 191.168.2.0 global public
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main directory that contain oracle products. set and export ORACLE_HOME, then re-run.
    root# export ORACLE_BASE=/u01/app/oracle
    root# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    root# export ORA_CRS_HOME=/u01/app/oracle/product/crs
    root# export PATH=$PATH:$ORACLE_HOME/bin
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP does not exist.
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny1pub -o $ORACLE_HOME -A 192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny2pub -o $ORACLE_HOME -A 192.168.2.44/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP exists.: sunny1vip.ezhome.com/192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny2pub -a
    VIP exists.: sunny2vip.ezhome.com/192.168.2.44/255.255.255.0
    Once I execute the add nodeapps command as root on node 1, I was able to get vip exists for config nodeapps on node 2. The above 2 statements resulted me with same values on both nodes. After this I executed root.sh on both nodes, I did not receive any errors. It said CRS resources are already configured.
    My questions to the gurus are as follows:
    Should ping on vip work? It does not work now.
    srvctl status nodeapps -n sunny1pub(same result for sunny2pub)
    VIP is not running on node: sunny1pub
    GSD is not running on node: sunny1pub
    PRKO-2016 : Error in checking condition of listener on node: sunny1pub
    ONS daemon is not running on node: sunny1pub
    [root@sunny1pub ~]# /u01/app/oracle/product/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    Will crs_stat and srvctl status nodeapps -n sunny1pub work after I upgrade my database or should they be working now already? I just choose to install 10.1.0.3 software and after running root.sh on both nodes, I clicked ok and then the End of installation screen appeared. Under installed products, I see 9i home, 10g home, crs home. Under 10g home and crs home, I see cluster nodes(sunny1pub and sunny2pub) So it looks like the 10g software is installed.

  • Jdev 10.1.2  JBO-33001: Cannot find the configuration file bc4j.xcfg in cla

    Hi all,
    i have a ear application containing a web app and a bc4j module deployed on the embedded oc4j instance inside JDeveloper 10.1.2 (build 1929). Inside the model i have a topic durable subscriber that, when a message is sent, invoke, by reflection, a java class to perform the job. Inside the java class i need an Application Module so i write
    ApplicationModule am = Configuration.createRootApplicationModule(fullClassName, configuration);
    but i get the error in the subject.
    Here is a piece of the stack trace
    oracle.jbo.JboException: JBO-33001: Cannot find the configuration file /it/despa
    r/orderplatform/model/services/common/bc4j.xcfg in the classpath
    at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:
    358)
    at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:281)
    at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:482)
    at oracle.jbo.common.ampool.ContextPoolManager.findPool(ContextPoolManag
    er.java:165)
    at oracle.jbo.client.Configuration.createRootApplicationModule(Configura
    tion.java:1457)
    at oracle.jbo.client.Configuration.createRootApplicationModule(Configura
    tion.java:1435)
    at it.despar.orderplatform.task.GenericTask.getApplicationModule(Generic
    Task.java:40)
    at it.despar.orderplatform.task.trasmission.ValidateTrasmissionTask.<ini
    t>(ValidateTrasmissionTask.java:38)
    at it.despar.orderplatform.jms.utils.TaskInvoker.invoke(TaskInvoker.java
    :27)
    at it.despar.orderplatform.jms.listener.TextListener.onMessage(TextListe
    ner.java:60)
    at com.seebeyond.jms.client.STCMessageConsumer.onMessage(STCMessageConsu
    mer.java:529)
    at com.seebeyond.jms.client.STCSession.onMessage(STCSession.java:259)
    at com.seebeyond.jms.sockets.ConsumerSocket.deliverMessage(ConsumerSocke
    t.java:346)
    at com.seebeyond.jms.sockets.ThreadPerConnectionMgr$ConnThread.run(Threa
    dPerConnectionMgr.java:230)
    If i invoke the java class (the task) by command line inside jdev all works fine.
    I've read all the stuff about this exception but they do not apply to mi problem (I run the adf runtime installer, i try with an oc4j extended and standalone....)
    Please help us. Thanks
    Any ideas?
    Suggestion?

    This program is an example of basically what ADFBC will be trying to do to open/parse the bc4j.xcfg file. Can you incorporate the same lines into your test program to see if it also behaves the same in your JMS-initiated Java class ?
    Of course, you'll need to substitute "sample/common/bc4j.xcfg" with your relevant path name.
    package sample;
    import java.io.IOException;
    import oracle.xml.parser.v2.DOMParser;
    import oracle.xml.parser.v2.XMLDocument;
    import oracle.xml.parser.v2.XMLParseException;
    import org.xml.sax.SAXException;
    public class Class1 {
      public static void main(String[] args) throws XMLParseException,
                                                      SAXException, IOException {
        DOMParser d = new DOMParser();
       d.parse(Thread.currentThread().getContextClassLoader().getResource("sample/common/bc4j.xcfg"));
        XMLDocument doc = d.getDocument();
        doc.print(System.out);
    }

  • [SOLVED!] WINE: libSM.so.6: cannot open shared object file= fail

    Greetings,
    So today I decided I'd play an old windows game with my son. It's been a while since I've played  wine game with him... since my last reinstallthat I did just for the S&G to play with the new install method.
    Anyways, I go through the motions, installing wine and all that. Then I go and click on the game to run. Nothing.
    So, I go and try to run it through command line. I get this fun stuff:
    wine H5_Game.exe
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
    err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
    Application tried to create a window, but no driver could be loaded.
    Unknown error (127).
    I search the mighty internets and try many different things. But I cannot seem to find the file that gives "libSM.so.6" or whatever is needed to make this work. So defeated, I come to you to ask that you please give me a leg up here.
    Thanks, in advance, for any and all help!
    Last edited by mythus (2012-10-14 18:16:48)

    Honestly, I did not know about pkgfile.
    So, I installed it and determined that while I have libsm, I was missing lib32_libsm. So installing that fixed my issue with WINE.
    Thanks for the leg up Trilby! Most appreciated!

  • Linux - libnqwebibotapi.so Cannot open shared object file

    BI is running on my Linux box (Redhat). I have configured and started BI Scheduler. It starts without an issue.
    When I create an iBot to be delivered immediately I get the error:
    libnqwebibotapi.so: cannot open shared object file: No such file or directory [nQSError: 77002] Could not load iBot library libnqwebibotapi.so.
    My LD_LIBRARY_PATH is pointing to the location of the file: /opt/oracle/oraclebi/web/bin
    declare -x LD_LIBRARY_PATH="/opt/oracle/11.2.0/client_1/lib:/opt/oracle/oraclebi/server/Bin:/opt/oracle/oraclebi/web/bin"
    Any ideas? I am not sure what step I am missing.
    Thanks!
    Eric

    Can you post the full error log from Delivers please
    You've not told us OS, versions, etc
    http://catb.org/~esr/faqs/smart-questions.html#beprecise

  • JBO-33001: Cannot find the configuration file bc4j.xcfg in the classpath

    We have an application created using Oracle JDeveloper 9i connected to Oracle 10g DB hosted on:
    windows 2000 server with Oracle Application Server 9i (9.0.3.0)
    It was working fine until we transfer our Data center to another location and new netwrok design was implemented including changing IP addresses
    So we deinstalled AS and install again and deployed the war file...
    then , I tried to change this file : bc4j.xcfg (where connection string was stored in) to update the new DB Server IP address
    I got this error :
    JBO-33001: Cannot find the configuration file EumrDB\common\bc4j.xcfg in the classpath
    I tried everything including restarting the server , deploying different version of war files ... Your help is appreciated...

    Hi,
    Did you change the bc4j.xcfg file manually by extracting from the war file and then adding back to war file? Have you tried opening the application in JDeveloper, change the connection, re-deploy to war file and deploy to application server?
    -Arun

  • Cannot open adobe reader files.....because it was not a supported type file.......

    Cannot open adobe reader file............could not open because it was not a supported type file...........or damaged by email.... What support does it need????

    Impossible to say. All we can know is that it is NOT a valid PDF file.
    You could take a look. Try this.
    1. Open the file in Microsoft Word (or NotePad).
    2. If the file is good, use it - it was a Word (or text) file.
    3. Otherwise, look at the first few lines. These will probably be gobbledegook.
    4. Copy and paste the first few lines into your reply, perhaps someone will recognise what the file really is.

  • Rapidwiz error cannot open shared object file: libpthread.so.0 libc.so.6

    Hi,
    We are following Note 238276.1 Migrating to Linux with Oracle Applications Release 11i, trying to install the technology stack (Section 2: Step 4), in a RHEL5 64Bits.
    We have downloaded the startCD (B29029-01) and the TechStack CDs (B29032-01_2of2). When running the ./rapidwiz from startCD, we get following error:
    /tmp/RapidInstall/jre/Linux/1.4.2/bin/jre: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    chmod: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    More info:
    [applmgr@desaebs rapidwiz]$ ldd '/tmp/RapidInstall/jre/Linux/1.4.2/bin/jre'
    linux-gate.so.1 => (0xffffe000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00bed000)
    libdl.so.2 => /lib/libdl.so.2 (0x00be7000)
    libc.so.6 => /lib/libc.so.6 (0x00a9f000)
    /lib/ld-linux.so.2 (0x00a81000)
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libpthread.so.0
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libc.so.6
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libdl.so.2
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/ld-linux.so.2
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ locate linux-gate.so.1
    It seems that linux-gate.so.1 is not present, I'll try to install it, but I'm not sure this can be the real problem.
    Any idea?
    Thanks!
    Alvaro

    Yes, thats correct ...
    The actual situation is:
    -Customer has split configuration: DB 11g in RHEL5x86-64Bits + APPS 11.5.10.2 in Windows2003
    -The target is to have all DB11g and APPS R12 in single node RHEL5x86-64Bits
    We're following Note "Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]" to migrate the APPS server from Windows to Linux, as a middle/temporary step prior to make the Migration to R12.
    We are trying to do it, but we get errors during Section 2.4 "Install the Middle Tier Technology Stack", running the rapidwiz command we get errors, because of R11i is not supported in 64bits platforms (Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1])
    Our bigest doubt now is that we are trying to install 11i techstack into RHEL5 x86-64bits, and we think this is not possible, because of R11i is not supported in 64bits platforms !!!
    That is, could we migrate the APPS server from Windows to Linux x86-64 as a temporary step to begin the upgrate to R12 all in RHEL5x86-84bits, that is full supported on this 64bit platform?
    What possibilities do we have if we can't do this?
    Theese can be some of them:
    1-Migrate apps server from actual windows2003 to Linux 32bit, in other host with 32 bits installed, instead of 64bits, and move here from windows to lilnux 32bits, and the begin the R12migration
    2-Migrate to R12 into actual appserver Windows2003 and then migrate appserver from windows to rhel5-64bits
    I don't like second option, because we want to make the R12 upgrade into Linux, not in windows. We need to eliminate windows platform as soon as we can.
    Thanks in advance ,

  • Libjvm.so: cannot open shared object file

    Hi, I hope I am posting to right forums. I am trying to install tomcat on my linux box and running into an issue ?libjvm.so: cannot open shared object file: Permission denied?
    Here is what I have:
    Linux = Red Hat Linux release 9 (Shrike)
    SDK = java_app_platform_sdk-5_02-linux.bin
    Tomcat = apache-tomcat-6.0.10
    I built jsvc this morning and running following command to get tomcat daemon up,
    ./bin/jsvc -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile ./logs/catalina.err org.apache.catalina.startup.Bootstrap
    I am seeing following error message in Catalina.err file,
    06/03/2007 10:49:24 21247 jsvc.exec error: Cannot dynamically link to /home/rsah/SDK/jdk/jre/lib/i386/client/libjvm.so
    06/03/2007 10:49:24 21247 jsvc.exec error: /home/rsah/SDK/jdk/jre/lib/i386/client/libjvm.so: cannot open shared object file: Permission denied
    06/03/2007 10:49:24 21246 jsvc.exec error: Service exit with a return value of 1
    I looked at the permission for libjvm.so and it appears to be fine. When I run ldconfig ?p I don?t see libjvm.so loaded so definitely there is something going on. I edited /etc/ld.so.conf and added following line
    /home/rsah/SDK/jdk/jre/lib
    But still I don?t see libjvm.so being loaded. I am wondering if one could provide me some pointers.
    libjvm.so located at,
    /home/rsah/SDK/jdk/jre/lib/i386/client
    -rwxrwxrwx 1 root root 5310375 Mar 5 18:20 libjvm.so
    I have set JAVA_HOME = ?/home/rsah/SDK/jdk?
    PS: I tried all above stuffs with sudo permission.
    Thanks!

    I found problem, it was in a configuration file located at bin/jsvc-src/native//Tomcat.sh.
    Thanks

  • Imac is no longer able to open the Configuration file

    Hi ,
    I have an imac ( ilamp) 20' connected to ADSL, via Netopia Router which is connected to the Airport extreme connected to imac, for the PB Aluminum Tiger 10.4.5. we both can connect. PB can print via imac/printer.
    The imac is no longer able to open the Configuration file, when i enter the pswd which is correct, i get the message "The Airport Admin. Utility was unable to read the configuration of the selected base station an error occurred while reading the configuration "
    My Beau updated Airport to V5.7, this is the first time since the update I've tried to access the conf. file for the imac which i have done numerous times prior.
    I have a new base station Ip address 254.128.0 in Airport Utility Admin, on the imac which does not reflect my network settings anywhere, and is not what it use to be, i think, it was one value different than the PB.Base station IP. I do not know how it changed neither one of us changed it.
    I tried using the Airport Setup assistant (imac), I received this message:
    "Appropriate Airport hardware was bot found on this computer,if you recently
    Installed, an Airport card,please shut down your computer$ make sure the card is properly istalled."
    The imac does not have a card, nor do i think it needs one.
    I would like to be able to at least open the configuration file.
    Thank you for reading my post.
    Eme
    Power PC G4 (3.3) iMac♥ Flat Panel 10.3.9 & 15 Alum.PowerBook Tiger   Mac OS X (10.4.4)  

    Hi Kes, a star for the company !
    I made an error on my first post I have a Netopia modem, Airport router.
    And so it remains, i guess that there must be an easy answer somewhere
    that I am missing that I/we should read, some direction to that would be helpful, and I would be very appreciative.
    As I said the password had been set, and it is not an issue of that being forgotten, i wondered if it was changed back to "public" tried, not it.
    particular because everytime the imac wakes one of the folders on ( no one else in office just me and boyfriend and it is his work folder he has a copy on the PB.( the folder on desk top has been clicked on, the one with sensitve info, i have backed the folder up and secure trashed it, just in case some security issue hacking has taken place, thats closing the barn door after the fact.
    Good luck,w/ this Q.
    regards Eme
    Power PC G4 (3.3) iMac ♥ Flat Panel 10.3.9 & 15 Alum.PowerBook Tiger   Mac OS X (10.4.5)  

  • I cannot open this PDF file in Acrobat 8 Pro or in Acrobat Reader on Windows 7 64-bit

    I have a PDF file that I could open on my Windows XP 32-bit laptop in Acrobat 8 Pro or in Acrobat Reader.  I then upgraded to a Windows 7 64-bit laptop.  But now in Win7-64, I cannot open this same file using the same apps (Acrobat 8 Pro & Acrobat Reader XI). 
    When I try to open it in Acrobat 8, it does not load and instead a popup windows appears saying -
    Adobe Updater
    Some components needed to complete this operation are missing but information about them may be available on the Adobe website. Would you like to search the Adobe website for the missing components? 
    And I can choose either the OK or Quit buttons.  When I click OK, a web browser starts and goes to this website -
    http://www.adobe.com/special/adobe_update_manager/?type=Filter&name=FOPN_foweb&version=0.0 .0.0&lang=en_US&os=Windows&osver=6.1.7601&appid=acrobat8pro-en_US&cpu=intel
    This webpage says -
    Adobe Update Manager
    Adobe cannot locate the requested plugin. New plugins will be listed on this page. Currently there are no plugins.
    So now I am stuck, no direction to go.  I am left without any solution from Adobe for Acrobat on this file.
    When I try to open this PDF file in Reader, it does not load and instead a web browser is spawned loading the webpage -
    http://plugin.fileopen.com/Default.aspx?bhcp=1
    This is the FileOpen Plug-in for Adobe Acrobat/Reader, which prompts to -
    Please click OK to download the FileOpen Plug-in Installer for Adobe Acrobat/Reader 
    I click on OK, download and run the Installer file, accept the terms, and installed the FileOpen Client (x64) B928.  Upon completion, it prompts to Finish.  But it does not automatically bring Reader up or try to load the file.  So I try again to load the PDF file into Reader.  But once again, the file does not load and the web browser is spawned loading the same FileOpen Plug-in Installer link.  I click OK again, and start the same FileOpen Client process.  This time, it recognizes that I have FileOpen Client installed, and the window gives me two choices, Repair or Remove.  So since I apparently need this Plug-in, I choose Repair.  The process seems to complete the Repair.  But when I try to load the file, it still brings me back to the FileOpen Plug-in webpage.  So now I am stuck again, and left without any solution from Adobe for Reader on this file. 
    I tried Adobe support.  But apparently Adobe does not support past releases of their products (Acrobat 8), and also does not give free support for the current version of their free products (Reader XI). 
    Can this be fixed? 

    How is Acrobat 8 not fully Windows 7 compatible?  I see discussions on this Adobe Community saying how Acrobat 8 does work on Windows 7 and with 64-bit.  It appears that if Acrobat 8 is updated to the latest version, then this should fix AA8-Win7 issues.  And I am at the latest AA8 version, 8.3.1. 
    And how are Acrobat 8 and Reader XI are not compatible?  I have always had Acrobat and Reader installed on the same PC, without ever having any issues.  And Adobe allows the installation of one after the other.  So apparently Adobe allows them both to exist together.  If they are incompatible, then why would Adobe allow them to exist together? 
    Anyway, I did uninstall the FileOpen Plug-in and the Reader XI, then reinstalled the FileOpen Plug-in.  So now Reader is not installed and only Acrobat 8 is installed.  I then tried to load the PDF file, but I still get the Acrobat 8 error described above. 

  • Cannot open my NEF files in Photoshop CS6 from my new Nikon D800 camera.

    That's it, I Cannot open my NEF files in Photoshop CS6 Camera Raw from my new Nikon D800 camera. What am I doing wrong or what is wrong? I have the plug-in Camera Raw 7. and can open TIFF files but not the NEF files.
    Peace,
    Charles Fennen

    Hi ssprengel,
    to explain the scenario, i am basically a D7000 user and I do post production with Windows computer. But for an assignment I have hired D800, they have provided me their SD memory card. I have used the same memory card while shooting.
    I have transferred the NEF files from the camera using Nikon software. The transfer was successful but i am not able to open the Raw NEF file with ACR. Even my plugins are updated till date.
    The NEF thumbnails are having small lock logo in the bottom left corner. I do not know what does that mean. Like this.
    Kindly let me know what would be the prob? if my RAW files are corrupted kindly let me know how will I recover them?
    Thank you.

  • I am trying to now install a free trial of indesign because despite paying $50+ a month for this supposed service I cannot open an indesign file I've been sent and need to do work on it urgently. I have now signed in again for a free one month trial and i

    i am trying to now install a free trial of indesign because despite paying $50+ a month for this supposed service I cannot open an indesign file I've been sent and need to do work on it urgently. I have now signed in again for a free one month trial and it claims to be downloading but this is not happening at all. I am on a Macbook Air and Abobe for my $600 a year membership you have totally ruined by Friday night. If there's a human being out there at Abode please respond now

    Hi,
    If you have already subscribed to the membership, please follow the help document below:
    https://helpx.adobe.com/creative-suite/kb/trial--1-launch.html
    Regards,
    Sheena

Maybe you are looking for

  • Drag and drop .webloc to desktop - placement question

    Using an iMac with a secondary display... General: • What governs the location of an item dragged-and-dropped on to the desktop? • Is this user-modifiable? Specific: While doing research, browsing the Web, I routinely save links by dragging the favic

  • Adobe Acrobat XI Pro Download HELP!

    My computer was just updated to Microsoft 8. I need to know how to download my Adobe Acrobat XI Pro Subscription back on my system. I thought I was following the correct steps but it's asking for a serial number. Which I don't have

  • H264 made with FFMPEG not read correctly

    So I've found that encoding a video file to an h264 using FFMPEG is creating a file that is missing the first two frames in CC 2014.1.1 This problem only started in the latest version of  CC 2014 and does not present itself CC 2014.0 Here is the comm

  • Elements 12 - can it use dual monitors?

    I've just purchased and installed Elements 12 on my new computer which runs Windows 8.1. I would like to work on my digital scrapbooking page on one monitor and view the elements and papers from digital kits on the secondary monitor. Does anyone know

  • Upgrading BEA-Workhop artifacts to newer versions of the Weblogic server

    Hi, We have a WLI 8.1 stack where we have deployed the artifacts(ears) developed using the BEA Workshop. BEA Weblogic 8.1 SP4 is being used as the Application server currently. We are currently looking out for the possibility to migrate to a newer ve