Applescripts Won't Run in CS5

My applescripts, which worked in CS4, do not work in CS5.
Below is the content of one, which counts the characters in an open document. Instead of running, it opens the script editor. When I click on  the green triangle ("start running the scrpt"), it highlights the line that says "var doc = app.documents.everyItem; //Gets list of all open documents" in orange.
//===============================================================
// Name: CharCountOpenDocs
// Description: Counts all open documents in InDesign
// Modification Log
// 100816~aab~Created script from CharCount.jsx
//===============================================================
var k, h; //K is the counter for all of the documents, H counts each document
var doc = app.documents.everyItem; //Gets list of all open documents
var docList = app.documents.length; //Checks to see how many docs are open if 0 closes
if (docList == 0) { //If there are no open documents, shuts down the script
  alert("There are no open documents.");
  exit();
k = 0; //Sets K to zero before we start counting
for (i = 0; docList > i; i++) { //This loops through all of the open documents one at a time
    var myDoc = app.documents.item(i); //Takes each doc in list and works on it one at a time
    h = 0; // Sets document counter to zero.
    for (var j = 0; myDoc.stories.length > j; j++) { //Loops through each story (text chain)
        h = myDoc.stories[j].characters.length + h //Gets character count of each story
    k = k + h; //Adds this document to the main counter
    //alert("You have " + h + " characters in this document" ) //Throws an alert for each document
alert("You have " + k + " characters in all open documents" ) //Throws final alert for all documents

The line that errors:
var doc = app.documents.everyItem; //Gets list of all open documents
Should be:
var doc = app.documents.everyItem(); //Gets list of all open documents
(Note function-invoking parentheses after "everyItem".)
I don't know how that ever worked in CS4 either without the parentheses. You don't need the line anyway, if this is the entire script; that variable is never used.
Jeff

Similar Messages

  • Applescript won't run as .app but runs fine in AppleScript Editor

    I'm an experienced web developer.. but total applescript noob. so forgive me if this is a silly question.
    I'm calling my script it from Flash via fscommand to launch a PDF using finder, rather than a browser.
    The script works great from AppleScript Editor when i hit run but when saved as a .app it doesn't run.
    any ideas?
    Here's the code:
    property fileName : "my.pdf"
    set myPath to (path to me as string)
    set AppleScript's text item delimiters to ":"
    set the parentFolder to ¬
    ((text items 1 thru -2 of myPath) & "") as string
    set AppleScript's text item delimiters to ""
    try
    set targetFile to alias (the parentFolder & fileName)
    on error
    return quit
    end try
    tell application "Finder"
    open file targetFile
    end tell

    A script application is actually an application bundle - a bundle is a kind of folder that gets treated like a single item (in this case, an application). Getting path to me results in a path that ends with a colon (since it is a folder), so when you try to use text item delimiters to get the container you are actually just stripping off the trailing colon, so the path built for your file won't point to the correct location.
    As previously posted, the Finder can get the container, so you can just do everything in a tell application "Finder" statement:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #DAFFB6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    property fileName : "my.pdf"
    set myPath to (path to me)
    tell application "Finder"
    set the parentFolder to container of myPath
    try
    open file ((parentFolder as text) & fileName)
    end try
    end tell
    </pre>

  • Fireworks and Acrobat won't run CS4 & CS5

    Long story, short version.  I have a brand new iMac, installed CS4 from scratch, and would get the Fireworks error.  Tried, uninstall and reinstall many times.. Said oh well, I want CS5 anyhow, so I bought the upgrade to CS5.  Used the Adobe Cleaner Scripts, removed EVERYTHING.  Installed CS5 Web Pro.  Still both Fireworks and Acrobat don't work.
    Here is my initial thread that has lots of info on error dumps, etc.  Hoping someone here might have some ideas..
    http://forums.adobe.com/thread/771506?tstart=60
    I have called Adobe support and it was awful.. Did not get anywhere and it really seemed to me that they don't like Macs
    Just want to throw an idea out there in case it triggers a thought.  I do have the new Office 2011 on my computer too.  I have disabled duplicate fonts and stuff like that.
    I use fireworks and acrobat all the time, any help would be GREATLY APPRECIATED!!!!!!

    Well like i mentioned and gave the link to my original post in the Fireworks forum.  I just did one test though and maybe that will be more information for someone else.
    I just created a second account on my mac.  I logged out of my main one and then into the new one.  Both worked just fine, so the error pops up when its initializing the user files, and with the new user it works fine. 
    Any ideas as to what might be wrong with my main user account to cause a problem?

  • Action steps that won't run correctly in PSE 7/8/9 (but did in 4 and 6)

    I have a wonderful action that was written to work in PSE 3/4/6.  It won't run in PSE 7/8/9.  After fooling around for a while, I think I understand why.  Adobe changed the way Adjustment Layers are handled.  In earlier versions of Photoshop and Elements, Adjustment Layers threw up a modal dialog box.  That changed so that Adjustment Layers now appear in the Palette Bin as a palette.
    Here a sample of some of the action steps that won't work correctly:
    Make adjustment layer
    Using: adjustment layer
    Type: levels
    Set Selection
    To: none
    Set current layer
    To: layer
    Name:  “Adjustment 1”
    Set current layer
    To: layer
    Mode: luminosity
    Stop
    Message:  “Move gray slider left”
    With Continue
    Set current adjustment layer
    To: levels
    In earlier versions of PS and PSE, the way these steps would work is that a new adjustment layer would be created, the dialog box giving the instruction would open, it would be dismissed by clicking "Continue," and then the "Set current adjustment layer to: Levels" would generate a model adjustment layer dialog box would open up which would let one make the adjustment.
    In newer versions, since Adjustment Layers are handled in the Palette Bin, after dismissing the instructions, the action doesn't stop to allow the user to make change the sliders on the adjustment layer.
    The action runs perfectly in CS4 and CS5 and throws up the levels adjustment modal box as it did in PSE 4 and PSE 6, but the action doesn't throw the modal box in PSE 7/8/9
    Does anyone know of a way to alter the action steps to allow the action to stop to allow the adjustment and then to resume again?

    Adding a new levels adjustment layer on top of the Midtone contrast layer
    should work, just use a clipping mask to restrict the adjustments to the
    areas of the levels adjustment layer below. The histogram will be different, but
    actually testing the action is really the only way to know if that makes any difference.
    Replacing the levels adjustment layer is another option, though it requires a few more steps.
    The following assumes when the action gets to this point,
    the Midtone contrast adjustment layer is the active (selected) layer.
    To record this part of the action:
    1. Duplicate current channel (in the channels panel. drag the Midtone contrast mask
        down to the Create new channel icon at the bottom of the channels panel)
    2. Ctrl+click on the newly created channel (Midtone contrast mask copy)
        This loads the selection of that channel.
    3. Drag the new channel (midtone contrast mask copy) to the trash icon at the bottom
       of the channels panel.
    4. Back in the layers panel, delete the Midtone Contrast adjustment layer.
    5. Go to Layer>New Adjustment Layer>Levels
        This creates a new levels adjustment layer using the selection loaded from
        the duplicated channel and opens the levels dialog.
    To load the RGB (composite) as a selection, Ctrl+click on the rgb in the channels panel
    and the same is true for the red, green and blue channels.
    With layer masks, elements doesn't seem to want to load them as selections in actions,
    so that's the reason for the action steps above.
    MTSTUNER

  • Adobe Photoshop CS6 won't run, problem with Application Manager

    I've now got three Adobo Photoshop CS products on my MacBook Pro, the latest is CS6 which won't run.
    I own Photoshop CS3, I just happen to install the CS5.x suite today, which runs during the trial period (30 day, today is day #1).
    I then see that PSCS6 is out so I install that and get an error dialog.
    Adobe Photoshop CS6
    Adobe Application Manager, required to verify your license, is missing or damaged.
    Please download a new copy of Adobe Application Manager from http://www.adobe.com/go/applicationmanager.
    I go to that URL, run the new application manager and get that same dialog box when I try to run CS6.
    When I did the CS6b install it asked for my Adobe ID/password and I entered that and the install completed. So I'm not sure what's going on.

    Hi, Using OSX Lion...was getting the same AAM errors.
    I hope my "fix" is of help:
    During one installation attempt I noticed that it was using an Adobe Application Manager here:
    ~User/Applications/Adobe/OOBE/PDApp/core/Adobe Application Manager
    It is version 6.0.236.0 and the installer deletes it after the install. The download page only has version 2.
    So during my last install attempt, I grabbed a copy of that OOBE directory -- to catch the support files -- before deletion.
    Did not work in user Applications folder, but when I copied it in the location of AAM 2, it works.
    The full location is as follows (I renamed the original OOBE folder as a back-up):
    HD/Library/Application Support/Adobe/OOBE/PDApp/core/Adobe Application Manager
    Authorization works, and software update seems to...however, uninstall can't use this method.

  • Photoshop Touch won't run on HTC Flyer

    I just ditched my Samsung Galaxy Tab 10.1v (600 Euro's) because Google, Samsung, and Vodafone refuse to release the Android 3.2 update. (It currently runs on Android 3.0.1, and Adobe Touch apps require 3.1.) So I bought me a HTC Flyer (500 Euro's), and again - no luck. The screen size isn't supported. Both systems are tops half a year old, and both of them won't run current apps. This is the last dime I spent on that Android garbage... Please hurry up with the iOS version - I have 3 iPads at work, craving for these apps ! !

    I upgraded from a previous version through the App Store.
    CS5 was previously installed, but I had a hard drive failure, so for these purposes, I was installing it after I installed Mavericks. 
    I just installed the update, but no change.  I will reinstall and will post if I have success. 

  • Action Set renamed - Now actions won't run

    I had a set of actions named "Kevin's Actions" to "Kevin's Actions CS5" (I have both CS5 and CS3 installed.
    However, when I tried to run actions that had references to an action entitled "Kevin's Actions" it wouldn't run. Seeing the problem I tried simply dropped the CS5 and renamed the action set BACK to the original "Kevin's Actions".
    THE PROBLEM: The actions still won't run.
    Is there a way to get them running again? I really don't wan to have to re-creating them ....????
    Thank,
    Kevin

    Hi guys,
    Below are screen shots of the first action in the set,  the First action it calls out and the error message I am receive. I checked spelling, spacing and capitalization and it all seems clean to me???? You'll probably have to enlarge these to see properly:

  • Wacom Install Disk Won't Run

    I just got a new Intuos4 medium tablet for my iMac 3.4 GHz i7 running 10.6.8.  I cannot get the driver install disk to run. 
    Every time I click on the "install" icon, the dock install icon bounces for about15 seconds, the install splash screen half displays and then I get a screen that says "Install quit unexpectedly."  A copy of the first part of the Problem Details report is attached.  I have the whole report if that would help. I don't know what an EXC_BAD_ACCESS (SIGBUS) or a KERN PROTECTION FAILURE MEANS.
    I'm pretty sure it is not the disk (although it could be the disk install software).  I have successfully started the install disk on 4 other Macs (all 64-bit, like this one) running a Leopard, Snow Leopard and Lion. It does choke, however, on my Tiger equipped G5--I just get a white unfilled splash screen, with, of course, no error report.
    It's also not the drive, because the same failure occurs on my iMac from an external drive.  It also occurs if I install all of the (visible) files directly onto the hard drive.
    I've also tried a few programs that use installer scripts (not the "drag to the applications folder" type) -- Photoshop CS5 and Final Cut Studio -- and they start the install process just fine.
    Any clues what's going on?  I know I can probably download what purports to be the latest driver from the wacom site, but I'd rather try to resolve this.  I've had numerous similar problems lately, and I'd like not to create more.
    Any clues?  If it would be more helpful for me to just upload the entire 13 page crash report, let me know.

    Before you posted, I did go to the website and downloaded their latest driver (probably newer than the one the disk says is on it).  I usually do follow that practice.  Like you I've found that web downloads are practically always more up to date than the ones that come packaged with hardware like this.  No faults here; it's just most reputable companies are constantly updating, improving functionality, aligning with sytem updates and getting rid of bugs.
    I'm holding my breath, but the install seemed to have worked, with no apparent problems so far.  I have some Photoshop tasks to tackle over the weekend, so I may know more then.
    I am still deeply concerned about some system issues I haven't resolved, and I really don't have an answer to why this disk won't run the install software on this machine only.  I'm hoping I don't have a deeper problem. 
    Kurt188, thanks for the suggestion about booting into 32-bit mode.  I do have a 2011 Core i7 27 inch iMac.  I tried 32-bit, but I got the same result.

  • Arrange Commands won't run

    Please help! These commands are essential to the way I work in Illustrator - probably for you too. Keyboard shortcut to Arrange Object - Send to Back, Bring to Front, etc. None of these commands will run. What am I doing wrong?
    I can drag the layers in the layers panel but the Arrange commands won't run no matter where I call them from - the Object menu on top, right-click the object itself...or the most useful way, the keyboard shortcuts: CTL+SHIFT+[     etc.
    I'm not using compound paths, no Live Paint, no groups. I'm in Draw Normal mode.
    For what it's worth the Select commands run perfectly fine. CTL+ALT+[  or  CTL+ALT+]  no problems with either of these.
    I'm using the Default Keyboard Shortcuts.
    Win 7 Pro 64-bit, Prod Prem CS5.5. No trouble in CS4...
    THANK YOU.
    [EDIT: Reset preferences (moved AIPrefs, restart) but it did not help.]

    This is what I think and don't get angry at me because I think it is user error.
    I think that you think you can select an object on one layer and send it to the back and it will some how be behind a layer which is below the layer the object resides on.
    It does not work that way.
    It will only send it to the back of objects on the current layer the same goes if you want it to come to the front it will only come to the front of the objects on the current layer.
    I believ it is user error and that it is working fine and there is no need to reinstall.
    Now of course I can be wong about this though you wrote something that indicates this is the case.
    If you understood how it work and it is another problem then you have a conflicting software on your computer can be anything from a font, recent update, new application or utility or even some odd setting in anothe application.
    But the reason no one responded is not one can figure out how to make it not work so they could not help. But I read your post a few times and realized what I think the problem.

  • CS3 installs but won't run

    Ok - not sure if this goes in this section or not.. but it's a technical question.
    My b/f bought me a Dell Laptop last week. It has the recommended minimum of everything adobe says it needs for photoshop CS3 (see below for 1721 specs)
    When I installed it on the laptop - it was slow, but said it installed. But when I go to open up Photoshop, it opens the screen - and then just hangs. After about 5 minutes it says not responding and I close it. Any of the other programs that came with won't even get that far. I click on them and it gives the little "thinking" circle (as I call it.. lol) and then nothing.
    I have read that CS3 has issues with Vista - but their site says the home premium should work. I've also read about 64 bit issues.. but the OS is 32 bit - so it's capable of running 32bit systems... I guess.
    I called adobe yesterday after installing and reinstalling CS3 15+ times... with the same issue. I was on the phone for about 2 hours with them. Basically - they have NO CLUE what it would be since it installs fine and opens with no error messages. I checked the log files and there is nothing in there I see that says any kind of error.
    I have disable windows defender, uninstalled McAfee and google desktop (all are known to cause issues with CS3), I have ALL non MS startup services turned off.. I have turned off the MS users control.. all suggested by the adobe tech.
    I have installed using the run as administrator. Nothing. Created a new admin account and installed on that user and opened on reg admin account. Nothing. (again typical things that correct cs3 install issues)
    The last thing the guy said was that it might be a video issue. I checked and there aren't any issues mentioned and no driver updates listed.
    We tryed installing this on my b/f's laptop. He bought the exact one I have (except his is red.. mine blue.. lol) and it does the EXACT same thing...
    So today we called dell. they say it's a software issue and won't answer any questions for free. Apparently only hardware support is free... But they won't accept this is a hardware conflict with the software..
    errrrr
    Anybody have any clues on this?
    =======================================
    LAPTOP SPECS:
    Inspiron 1721 Notebook: AMD Turion 64 X2 Mobile Technology TL-56 (1MB/1.8GHz) Genuine Windows Vista Home Premium
    Operating System
    Genuine Windows Vista Home Premium
    Memory
    2 GB DDR2 SDRAM 677MHz (2 DIMMs)
    Hard Disk Drive
    120 GB SATA Hard Drive (5400 RPM)
    Video
    ATI RADEON Xpress1270 HyperMemory
    Media Bay
    8X DVD +/- RW w/dbl layer write capability
    Base
    Inspiron 1721 Notebook: AMD Turion 64 X2 Mobile Technology TL-56 (1MB/1.8GHz)
    Bluetooth Wireless
    Bluetooth Wireless Card 355
    Software Upgrade
    Microsoft Works 8.5
    Premium Pack - Advanced Photo+Music: Deluxe Pack + Paint Shop Pro XI
    NoteBook Screen
    17 inch WXGA+ TrueLife Glossy Notebook Screen
    Hardware Upgrade
    No Camera
    6 Cell Primary Battery
    90W AC Adapter
    Network Interface Card
    Dell 1505 Wireless-N

    Rob - thanks for taking a stab at this.
    I have tried installing from the DVD and also from the zip file. the zip file was extracted to the hard drive brfore I ran it - and I ran it as administrator.
    And when it stalls - it gives the (NOT RESPONDING) tag on the window - which usually means that even if I leave it (and I have for up to 20 minutes) - still nothing.
    Here's the update from my dealings with DEll today...
    Dell tech support guy told me that it was a know issue that CS3 WON'T run on Vista and that Adobe is working the issue
    Told them that I knew others that were running it on Vista and it worked fine. They had no answer.
    Then I waited for the Technical support manger to call. This is after expressing my displeasure to the technical supervisor about them trying to pawn this issue off on anyone else but themselves. Why can't they go grab a 1721 off the shelf and replicate the issue and try to figure it out from there?!?!?!
    I used to work on a network helpdesk.. if I tried to pull that crap answer without trying to replicate the issue and AT LEAST try to find an answer.. I wouldn't have lasted very long at all!!!!
    The Tech manager told me to call customer support and ask for an OS swap (from vista to XP) because they don't know what the problem is and so it muct be a Vista compatibility issue
    I call customer support. They say that they no longer will give out XP since it is a step backwards. And to install XP on the machine ourselves (even a liscensed copy) would void the warranty. They suggest I talk to sales about swapping the laptop out with a "more compatible" one. Which isn't a totally bad idea since I really do think it is an AMD/ATI conflict.
    They transfer me to Sales.. ohh - you used the Employee Purchase program.. you need to talk to them.. and they transfer me.
    The EPP people tell me.. ohhhh you didn't actually go through us since you bought it off the Dell Outlet store. So they transfer me.
    The dell outlet store says they will be more than happy to swap me out to an Intel based machine.
    Only catch is the Intels are more expensive. They don't have any for the price we paid for the amd's. Fot about $40 more I can get one with a slower processer, a gig less ram, no dvd writer, but with a 160gb hd. To get compatible to mine - would be about $150 more.
    And they only have silver in the low end, and black or brown in the higher. Not that I really give a s@!t what the color is.. but it brings up the main reason I am sooo pissed abput all of this....
    Why should I have to pay more money, settle on doing without option/features want/need.. just because THEY don't want to take the time to figure out what the real issue is?!?!?! Why isn't it them doing these calls and doing all this troubleshooting.. Why am I being peanilzed for THEM not wanting to do their jobs....
    Told the B/F that I am done with Dell. That I don't want the laptop anymore and I don't want any other one from them. He says he'll pay the extra and get me the other one.. but that isn't the point....
    Not sure what my next move is.

  • How do I install the FM10 licensing fix when Adobe Update Installer won't run?

    Adobe Update Installer won't run so can't install FM10 licensing fix
    This question is Not Answered.(Mark as assumed answered)
    Aug 9, 2013 12:09 PM
           Tags (edit): none (add)  
    Because FM10 began crashing with "fatal" errors whenever I tried to generate a TOC for a small (65 page) book, I researched workarounds and none of them worked. Now that I have delivered a crippled deliverable via Acrobat manipulations, I would like to fix FM. I uninstalled it and reinstalled it, got some updates, and then received the "licensing fix" error that popped up in January. I'm wondering why this fix was included not in the updates. That said, the licensing fix package, first, would not unzip so I downloaded it again. I unzipped it but I got a message that Adobe Updater Installer could not run and after several clicks I found that file. I reinstalled Adoble Update Installer but it still does not run.
    I am running Windows XP and have TCS 3.5.I uninstalled FM and RH but not Acrobat, Captivate, or Photoshop.
    So, now what? Listen to my supervisor who says never use FM again?
    P.S. Why do I have to enter a title for my question and then do it again when this page opens??

    Give Adobe Support a call or contact the TCS team at [email protected] - something in your environment is causing the installer to fail (I'd guess).

  • CS2 won't run

    CS2 won't run, says activation code no longer usable. Been running win7 on this system 3 years. Adobe says it won't activate in win7. Well, it did, and ran just fine. what's up?

    I assume when you say "Adobe says it won't activate in win7" that you talked to customer support....
    A drive change could trigger the need for reactivation.  Did you tell them that you're running from a mirrored drive?
    It sounds to me that they're being aggressive about trying to get you to upgrade when they should still be supporting you with active maintenance of their activation database.
    But unfortunately if you can't get them to adjust their database you're out of luck.
    -Noel

  • I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I have a Windows 2003 Server 64-Bit, and when I upgraded to Firefox 4.0.1 now it won't run, it keeps saying to restart the computer to complete the installation, but I've restarted theserver 4 times, and I still can't use it.

    I ended up putting it in DFU mode.  It's kinda hard to tell it was in DFU mode because nothing showed on the screen, it was just black, but the sounds from the computer helped to tell me it was connected.
    Itunes still didn't recognize the device for whatever reason.
    So I used redsn0w.  I don't know if I can say that on these forums, but considering itunes was worthless at this point I am going to give credit where credit is due.
    Now I am giving itunes a second chance to upgrade to 5.1, if it doesn't work, well, back to redsnow and maybe I will even jailbreak it this time rather than just using the fecovery fix found under extras.

  • How do I roll-back to the previous version of Firefox? An auto update occurred and now one of the programs used at the office (ACT! v6.0 SwiftMail) won't run with the browser.

    The office I work in uses a very old version of ACT!, an accounting package. This package has a component called SwiftPage, an antiquated email system that enables us to email from the ACT DB. SwiftPage runs via the web browser.
    Firefox just did an auto update (that I will have to find out how to turn off) and now SwiftPage won't run as it is not compatible.
    Can I "roll-back" my version of Firefox or do I have to uninstall and try to re-install an older version?
    HELP!

    Try loading and using the add-on from this link: https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Many add-ons do in fact work if you force them to run. The procedure to roll-back is given in this article: [[installing previous versions of firefox]]
    Unfortunately the official Firefox policy is that you downgrade to 3.6 which is supported for a while longer, and not the now unsupported Firefox 4. If after installing and running the ''add-on compatibility reporter'' you still have problems there are ways around the official policy.
    I think it is absurd that Firefox 4 may be used by tens of millions of users one day and a few days later those that upgrade to Firefox 5 should be not only told not to use a now unsupported browser, if they need to revert due to problems, but are actually obstructed in attempts to do so. See also [/questions/840397#answer-205154]

  • FMS won't run on RHEL 6.2 EC2 instance - _defaultRoot__edge1 experienced 1 failure

    I've got a fresh RHEL 6.2 64-bit instance on EC2. I've turned off the firewall and have  installed an FMS 4.5 dev server. In the logs directory I have admin and master logs (only). The admin logs look ok:
    #Fields: date
    time
    x-pid
    x-status
    x-ctx
    x-comment
    2012-02-29
    09:24:26
    1144
    (i)2581173
    FMS detected IPv6 protocol stack!
    2012-02-29
    09:24:26
    1144
    (i)2581173
    FMS config <NetworkingIPv6 enable=false>
    2012-02-29
    09:24:26
    1144
    (i)2581173
    FMS running in IPv4 protocol stack mode!
    2012-02-29
    09:24:26
    1144
    (i)2581173
    Host: ip-10-204-143-55 IPv4: 10.204.143.55
    2012-02-29
    09:24:26
    1144
    (i)2571011
    Server starting...
    2012-02-29
    09:24:26
    1144
    (i)2631174
    Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4
    2012-02-29
    09:24:27
    1144
    (i)2631174
    Listener started ( FCSAdminAdaptor ) : 1111/v4
    2012-02-29
    09:24:28
    1144
    (i)2571111
    Server started (./conf/Server.xml).
    The master logs contain these lines, repeating every 5 seconds:
    2012-02-29
    10:43:17
    1076
    (i)2581226
    Edge (2790) is no longer active.
    2012-02-29
    10:43:17
    1076
    (w)2581255
    Edge (2790) _defaultRoot__edge1 experienced 1 failure[s]!
    2012-02-29
    10:43:17
    1076
    (i)2581224
    Edge (2793) started, arguments : -edgeports ":1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1" -edgename "edge1".
    The FMS install failed, complaining about a missing libcap.so until I installed the libcap.i686 package. The following libcap packages are now installed:
    libcap.i686               
    2.16-5.5.el6    
    @rhui-us-east-1-rhel-server-releases
    libcap.x86_64             
    2.16-5.5.el6    
    @koji-override-0/$releasever
    libcap-ng.x86_64          
    0.6.4-3.el6_0.1 
    @koji-override-0/$releasever
    libpcap.x86_64            
    14:1.0.0-6.20091201git117cb5.el6
    Any help would be most appreciated.
    /Ed.

    I had the same problem on CentOS 6.2 x86_64, albeit not on EC2. It seems that the installer creates a symlink to the i686 libpcap (libcap.so.1 -> /lib/libcap.so.2) and fmsedge won't run with it. Manually removing that symlink and instead linking to the libcap.so.2 in /lib64 solved the problem for me.
    cd /opt/adobe/fms
    rm libcap.so.1
    ln -s /lib64/libcap.so.2 libcap.so.1
    HTH, Jeremy

Maybe you are looking for

  • Error messages and corrupted PDFs

    I was hoping someone in the Abobe Community could help me with a technical probelm I am having.  I frequently scan documents with my Brother or Epson printers and send them as email attachments.  Recently the files are fine when I scan them but when

  • Pages/MS publisher question

    Will pages import a pdf file created in MS publisher or a native MS publisher template?

  • Additional search & display fields rqd for opportunities in IC Winclient

    Hi I have a requirement where i need to add additional search and display fields in the Interaction history in IC Winclient. The search and display fields are for the opportunities search in the Interaction History. As SAP standard we have,but need t

  • Target Node Creation

    Hi, I have to check a condition of a filed in a particular node and if it satisfied need to create the a node in the target with respect to the source node. I tried various combination but ended up in error, please help. Thanks

  • What is the program name to update vbrp and ce1beka tables

    Hi experts,                 when i do vf01 transaction and i press save then the table ce1beka and the table vbrp is updating.How i can find from which program these tables are updating.Is it possible to check in sql trace?.from where the data is com