Library file added to libs getting error

When I add the google code library files flexlib.swc and libravis.swc to libs folder on my flex builder three and then if i run the application
The new dialogue window named "Errors in WorkSpace" showing some
Information as follows
Errors exist in required project(s):
Serious
Proceed with launch?
with proceed and Cancel button
I have mentioned here that i am using the library files from google code so there must be error somewhere else. help me run this thanx in advance

I have done the problem view I am getting the error as
Unable to load SWC flexlib.swc
after that I have selected project>clean all project... even after that it is showing the same load error of flex.swc....
here is more discussedform of qn in the google group forum: http://groups.google.com/group/flexvizgraphlib/browse_thread/thread/d3a6689ace154640

Similar Messages

  • The iTunes Library file cannot be saved unknown error occurred (-54)

    Anyone seen this before and can it be fixed
    The iTunes Library file cannot be saved unknown error occurred (-54)

    adamwineguy wrote:
    I was having this issue as well, after doing two things: updating iTunes yesterday, and installing and running ClamXav, a Mac antivirus tool.
    I have now fixed the issue, first I made sure that I had the proper permissions for iTunes and it's library folders. Then I completely removed ClamXav and all its related files and restarted iTunes.  Now I no longer get this error when adding new media to iTunes or updating apps, and the library file saves fine.  For some reason I think it was related to the antivirus software.
    I think it was a coincidence as ClamXav only modifies permissions on the files it installs and none of those are anywhere near your iTunes folders, but I'm glad you got it working.

  • Trying to log into firefox but keep getting firefox is in offline mode and can't browse the web, I've unchecked the work offline in the file menu but still get error message...

    trying to log into firefox but keep getting firefox is in offline mode and can't browse the web, I've unchecked the work offline in the file menu but still get error message...

    The work offline option can be found from Firefox button -> Web developer or from the menubar toolbar -> Work offline (Or at least thats what happens in Windows).
    Have you any other reason for being offline; router off, firefox not dialing up or whatever. Or is security software or a firewall blocking firefox, or a network connection, or firefox setting etc set wrongly.
    See also
    *[[cannot connect after upgrading firefox]]
    *[[options window - advanced panel]]
    * [[error loading web sites]]

  • Unable to combine files on acrobat 8 getting error message "no PDF file was created beacuse Acrobat encountered an unidentified error"

    unable to combine files on acrobat 8 getting error message "no PDF file was created beacuse Acrobat encountered an unidentified error" Please help

    A lot of the time the files can not be combined because of incompatible fonts, or at least font sets that could not be resolved. Maybe that will give you some direction to look at.

  • How can I get help for ADE downloads from the public library.   I am suddenly getting error messages

    How can I get help for ADE downloads from the public library.  It worked for years and now I am getting error messages.   I cannot find any practical help

    If you are trying to open the book on a device, try using the latest DL Reader on Android and iOS
    https://play.google.com/store/apps/details?id=com.datalogics.dlreader&hl=en

  • How to set Tomcat server to read library files from webapps \lib

    I am trying to put all the web apllication used library files into their own directories instead of puting at the <tomcat-home>\common\lib\
    but it doesnt seem to be working, the server keep telling me that
    the library file could not found, what action should i take to let the server know that my library files is in the <tomcat-home>\webapps\<webapp>\lib?
    thank

    What library files are you referring to here?
    Things like struts.jar or jstl.jar used in a web app? They should be fine in WEB-INF/lib
    Or things like database drivers?
    In order to use connection pooling the database driver has to be in /common/lib, because the server needs to access that code.
    Have you tried putting them in /shared/lib?
    That makes files accessible to all web apps, but not to the server.

  • I have an iphone 3gs it wouldn't restore i was getting error 3194, i followed some advice i found here turned it off went into dfu added some numbers to the host file but i still get error 3194 and now my phone wont turn on. it was never jailbroken as far

    It was never jailbroken as far as i know and im not very computer literate, any help would be greatly appreciated

    Has it ever gotten wet?..   I'd make an appointment with Genius bar at an Apple store, there's something majorly wrong that a simple 'reset' isn't going to fix...
    Sorry...

  • Not able to extract performance data from .ETL file using xperf commands. getting error "Events were lost in this trace. Data may be unreliable ..."

    Not able to extract  performance data from .ETL file using xperf commands.
    Xperf Commands:
    xperf –i C:\TempFolder\Test.etl -o C:\TempFolder\BootData.csv  –a process
    Getting following error after executing above command:
    "33288636 Events were lost
    in this trace. 
    Data may be unreliable
    This is usually caused
    by insufficient disk bandwidth for ETW lo
    gging.
    Please try increasing the minimum
    and maximum number of buffers
    and/or
                    the buffer size. 
    Doubling these values would be a good first at
    tempt.
    Please note, though, that
    this action increases the amount of me
    mory
                    reserved
    for ETW buffers, increasing memory pressure on your sce
    nario.
    See "xperf -help start"
    for the associated command line options."
    I changed page size file but its does not work for me.
    Any one have idea, how to solve this problem and extract ETL file data.

    I want to mention one point here. I have total 4 machines out of these 3 machines above
    commands working properly. Only one machine has this problem.<o:p></o:p>
    Hi,
    I consider that you can try to use xperf to collect the trace etl file and see if it can be extracted on this computer:
    Refer to following articles:
    start
    http://msdn.microsoft.com/en-us/library/windows/hardware/hh162977.aspx
    Using Xperf to take a Trace (updated)
    http://blogs.msdn.com/b/pigscanfly/archive/2008/02/16/using-xperf-to-take-a-trace.aspx
    Kate Li
    TechNet Community Support

  • Generating exe file for fdk script : getting error

    we trying to convert FM file to PDF using FDK asynchrouns script. we are getting below error while running attched script to crete exe file .
    Error "the application has faield to start because icuu32.dll was not found . re- installing the application may fix this problem"
    Script :
    #define DONT_REDEFINE // Console app needs native types
    #define WBUFLEN 512
    #include "fdetypes.h"
    #include "futils.h"
    #include "fapi.h"
    #include "fstrings.h"
    #include <windows.h>
    #include <ddeml.h> //not required
    #include <stdarg.h> //not required
    int main(int argc, char **argv)
    StringT opt_progid;
    CLSID pclsid;
    LPOLESTR progStr;
    HRESULT res;
    F_ObjHandleT docId;
    // Get the process name.
    if(argc == 2)
    opt_progid = F_StrCopyString((StringT)argv[1]);
    else {
    fprintf(stderr, "You must provide a process name.");
    return(1);
    // Convert the process name into a GUID
    progStr = (OLECHAR*)malloc( WBUFLEN*sizeof(wchar_t) );
    if(0 == MultiByteToWideChar(CP_ACP, 0,
    (char *)opt_progid, -1,
      progStr, WBUFLEN )) {
    fprintf(stderr, "failed to allocate\n");
    return(1);
    if (progStr[0] == '{') // hex-codes within brackets
    res = CLSIDFromString(progStr, &pclsid);
    else
    res = CLSIDFromProgID(progStr, &pclsid);
    if(res == S_OK)
    F_ApiWinConnectSession(NULL, NULL, &pclsid);
    if (!F_ApiAlive()) {
    fprintf(stderr, "No connection: %s\n", opt_progid);
    return 1;
    // Print the name of the current document.
    docId = F_ApiGetId(0, FV_SessionId, FP_ActiveDoc);
    if (docId) {
    StringT docname = F_ApiGetString(FO_Session, docId,
                                                       FP_Name);
    fprintf(stderr, "Current document: %s\n", docname);
    F_ApiDeallocateString(&docname);
    } else
    fprintf(stderr, "No active document\n");
    return 0;
    we have got below steps from one of adobe person :
    Steps. 
    can you please explaine clearly The above steps  and how can we generate PDF for a FM file without manual intervention .
    the actual requirement is :
    1) Goto installed location of FM and launch framemaker with specified process id.
    eg : $Installdir\FrameMaker.exe /progid:MyProcess
    2) Build the asynchronous client exe\dll with the help from attached sample client.
    3) Goto the location where client exe is copied and then run with specified FM process id.
    eg : asynch_script.exe MyProcess
    To resolve few dependencies, you can also copy the client exe to installed location of FM. So the above step in that case would be
    $Installdir\ asynch_script.exe MyProcess
    Hi All , We are going for upgrade of  Frame maker 8 which is on unix system  to FM 10 or 11. We are using Framemaker mainly for renditions, i.e to convert the fm documents to PDF. To convert fm document to PDF we are using the below mentioned command line utility available in FM 8.(on unix). /opt/app/frame8.0/bin/fmprint -i -p Sample.fm.fmtpl Sample.fm Currently the the fm file which need to converted to PDF and the FM 8(installed) are available on the same unix system ,so we were able to initiate/use the command line utility of FM 8. The rendition of the FM to PDF is On -Demand.( We are not running any batch activities/ bulk renditions).We are rendering the document as soon as the document  is available. As we upgrade the FM to newer versions which would be installed on the Windows machine as Frame maker 10 or 11 will not support unix plat form, so can you please let us know which option is better to use i.e we want to convert fm file to PDF using java program without any manual intevention . we came to know that about FDK and extend scripts but we are very new to those !! could you please any one can provide us ways and provide us sample codes/scripts to convert FM file to PDF !! and please let us know which one is better client / server version to do this .
    please heklp us as it is very important

    Ramesh
    I am not clear which platform that you are asking this question for. Here is an answer for Windows.
    The icuuc32.dll is one of several unicode support libraries. These files are usually included in same directory as FrameMaker.exe (e.g. c:\Program Files\Adobe\FrameMaker11).
    If your asynchronous client is located in any other directory than this directory, icuuc32.dll will not be found when your asynchronous client starts. You need to set your Windows environment "Path" variable to include it's location (e.g. c:\Program Files\Adobe\FrameMaker 11). The "Path" will be searched when your asynchronous client starts and these files should then be found.
    with Windows Vista (I think Windows 7 in the same) the "Path" is set in Control Panel | System | Advanced System Settings | Environment Variables. I would suggest adding C:\Program Files\FrameMaker11 to the "Path" in the system variables.
    There will be several files in this directory that your asynchronous client needs to start.
    Hope this helps

  • I am trying to convert a whole lot of MP3 files and I keep getting error -50, on some of the tracks, but a significant percentage of them.

    I have several thousand mp3 files I'd like to convert to AAC, to allow Itunes Match to have a better chance at actually getting a pozitive match.
    Howver, after doing maybe 30 or so files I get an error - Error occured converting the file "<track Name>". An unknown error occurred (-50).
    Any ideas anyone?
    Itunes 10.6.3 (25) 64 Bit
    OSX 10.8 (12A269)
    Model Name:          iMac
      Model Identifier:          iMac12,2
      Processor Name:          Intel Core i5
      Processor Speed:          3.1 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          6 MB
      Memory:          16 GB
      Boot ROM Version:          IM121.0047.B1F
      SMC Version (system):          1.72f5

    Doing a quick Google search with this search criterea "iTunes An unknown error occurred (-50)" found several types of situations for that error code. I suggest you use the same search critera in a search and see if anything applies.
    An Apple article found Here has to do with downloading music from iTunes. I assume that does not apply to you, but may be worth looking at.

  • Cs6 Bridge will not open files in Photoshop cs6, get error message pasted below

    Windows cannot find C:/Program Files (x86)/Adobe/Adobe Photoshop CS3/Photoshop.exe
    I installed Photoshop CS6 Upgrade (64bit and 32Bit) to my PC which ran CS5 Extended.  When I deleted CS5, Bridge
    stopped opening files, whether I double clicked on the file or did Open with:  I get the same error message.

    By uninstalling CS5 you have corrupted file associations.  THey want to open in CS5 now and it is not on machine.
    You can either unistall CS6, do a script cleaner, and reinstall.
    Or you can change an entry in the registry.  Here is instructions from a previous post.
    I installed Photoshop CS6, then found CS5 was still there. I thought, hey, I don't need CS5 anymore, so I uninstalled CS5. then I found out that Photoshop was no longer available in 'Open with' when right-clicking an image...
    So I went into the Registry, HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\open\command, and changed the (Default) from "C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Photoshop.exe" "%1" to "C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe" "%1" (so changed CS5 to CS6) - and now I see 'Adobe Photoshop CS6' in my 'Open with' list when right-clicking an image...

  • How to open pdf files on computer while getting error message?

    I can not open pdfs on my computer that I was priorly able to open. This includes files I have scanned in, email attachments, and files I have converted to pdfs. I keep getting an error message in Adobe saying that it is not a supported file type or the the file has been damaged. Please help!

    What is your operating system?  Reader version?
    Can you open such a PDF in a text editor, then copy and paste the first few lines here in the forum?

  • EPub file that works elsewhere getting error in iTunes producer, error items-9000

    I'm trying to upload an epub file to iBookstore with iTunes Producer. It's an epub file that's uploaded elsewhere with no problems. I am getting this error message ERROR ITMS-9000: "Unable to analyse: chap07.html" at Book (MZItmspBookPackage). Would appreciate any help.. thanks

    Just did a little research. You must publish your book from iBooks Author if you have media files in it. That arror code means that there is a file type error. If you upload using iBooks Author then that code should go away.
    Here is a link to another post that may help you:
    https://discussions.apple.com/docs/DOC-3605

  • Cannot sync PDF files with Tungsten E2 get error code 2a13

    Hello,
     I am new to this forum, so please tell me if I am doing something incorrectly.
    When I try to sync some PDF files, roughly 50KB - 65KB to an SD Card, I get the following errors:
    Failed to install any files to card(s)
    Duration: 0.1 seconds
    Failed to install 1 file(s)
    Error: the following file(s) could not be installed to the SecureDigital SD card because there is no application on your handheld to open these files. If you have recently instlled such an application, please run that application and then peform a HotSyncoperation.
    I would like to make it clear that  I have installed Adobe Reader for Palm OS from my installation CD that came with my handheld.
    I also get the error message:
    Protocol error: the path leading up to the file name does not exist. 2A13.
    Everything else works and syncs beautifully. Music, games, programs. It is PDF files that will not go to my handheld.
    Any help would be appreciated.
    Kind Regards,
    Mike
    Post relates to: Tungsten E2

    In other words, using Adobe Reader for Palm, you must load .pdf files into the desktop Adobe Reader for Palm application first.  Then the desktop software converts the .pdf file so that it can be opened and viewed using the handheld Adobe Reader for Palm application.  Even then, it is a lousy application which will frequently throw a fit over some .pdf files.
    If what you are trying to do is Hotsync native (i.e. unconverted) .pdf files to your card, it won't work.  You would need to use an application which can read native .pdf files.  The ones I know of include PalmPDF (freeware) or the newer version of Documents To Go.
    Post relates to: None
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • When i am trying to extract Dimension into .txt file. I am getting error.

    Hi All,
    When i am trying to extract the Essbase Dim into .txt file, i am getting below error.
    Please find the details.
    V10.1.3.5.0 and MySql server as database.
    com.sunopsis.sql.c: com.sunopsis.jdbc.file.FileDriver
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.t(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.connect(SnpsConnection.java)
         at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:662)
    Please help me in this issue.
    Regards,
    Krish
    Edited by: 897734 on Dec 20, 2011 2:40 AM

    If you think a file doesn't exists when you think it should, you can use code like this to print out what files are there:
    import java.io.*;
    public class Periscope {
        public static void check(File file) {
            if (file.exists()) {
                System.out.println("file exists: " + getPath(file));
                System.out.println();
                System.out.println("DUMP:");
                System.out.println();
                dump(file, "");
            } else {
                System.out.println("file does not exist: " + getPath(file));
                goUp(file);
        static void goUp(File file) {
            File parent = file.getAbsoluteFile().getParentFile();
            if (parent == null) {
                System.out.println("file does not have a parent: " + getPath(file));
            } else {
                check(parent);
        static void dump(File file, String indent) {
            System.out.println(indent + getPath(file));
            File[] children = file.listFiles();
            if (children != null) {
                indent += "    ";
                for(File child : children) {
                    dump(child, indent);
        static String getPath(File file) {
            try {
                return file.getCanonicalPath();
            } catch (IOException e) {
                e.printStackTrace();
                return file.getName();
        public static void main(String[] args) {
            check(new File("foo.bar"));
    }

Maybe you are looking for

  • Entry DE  does not exist in table T005E

    Dear all I create Plan ( module PP ) when i input values in field Country " DE "  is error . " Entry DE does not exist in table T005E " .Plz help me   Thanks and Regard ,    Lan nguyen

  • Quantity Credit memo

    Hi, Below is our vendor return process: MIGO, GR- 10 pcs MIRO, IV - 10 pcs MIGO, Vendor return (type movement 122) - 2 pcs MIRO, Credit memo - 2pcs My problem is when I create the credit memo, no matter it references to PO or return delivery, it stil

  • Help needed with the Apple firewall.

    Back before I upgraded to Leopard when I set the firewall to stealth and then had grc.com scan my iMac G5 - well it was invisible according to grc. Fully stealthed. Now when I do the same thing it shows that ports 135-139, 445 and 593 are slealthed,

  • Disk that came with TC

    I'm an idiot here but here goes anyway. My son says he installed our new Time Capsule. I looked around and saw it had an installation disk. I asked him if he used it and (unbelievable part here) he said he absolutely could not remember. It looks to m

  • Keyboard shortcut for "Flag"

    I am using Aperture with my MBP and MAC mini. I want to flag pictures, and aperture say that the keyboard shortcut is "Shift + 7". That is / This is not working. Can anybody tell me what is wrong with this shortcut?