Flex4  E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\... WHY

HI,
I have migrated from flex 4 beta to Flex 4 version and when i run my application ,i see some run time errors pointing to E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\...
Strange why.......
Any help pls...
V

I could see the below error message why?
ArgumentError: Error #2004: One of the parameters is invalid.
    at flash.display::Graphics/drawRoundRect()
    at spark.primitives::Rect/draw()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\primitives \Rect.as:459]
    at spark.primitives.supportClasses::StrokedElement/updateDisplayList()[E:\dev\4.0.0\framewor ks\projects\spark\src\spark\primitives\supportClasses\StrokedElement.as:143]
    at spark.primitives.supportClasses::GraphicElement/http://www.adobe.com/2006/flex/mx/internal::doUpdateDisplayList()[E:\dev\4.0.0\frameworks\ projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3828]
    at spark.primitives.supportClasses::GraphicElement/validateDisplayList()[E:\dev\4.0.0\framew orks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3812]
    at spark.components::Group/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\sp ark\components\Group.as:956]
    at spark.skins::SparkSkin/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spark\src\spa rk\skins\SparkSkin.as:191]
    at mx.skins.spark::SparkSkinForHalo/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\spa rkskins\src\mx\skins\spark\SparkSkinForHalo.as:118]
    at mx.skins.spark::ButtonSkin/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\sparkskin s\src\mx\skins\spark\ButtonSkin.mxml:66]
    at mx.core::UIComponent/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\framework\src \mx\core\UIComponent.as:8531]
    at mx.managers::LayoutManager/validateClient()[E:\dev\4.0.0\frameworks\projects\framework\sr c\mx\managers\LayoutManager.as:932]
    at mx.core::UIComponent/validateNow()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core \UIComponent.as:7631]
    at mx.controls::Button/http://www.adobe.com/2006/flex/mx/internal::viewSkinForPhase()[E:\dev\4.0.0\frameworks\pro jects\framework\src\mx\controls\Button.as:1963]
    at mx.controls::Button/http://www.adobe.com/2006/flex/mx/internal::viewSkin()[E:\dev\4.0.0\frameworks\projects\fr amework\src\mx\controls\Button.as:1869]
    at mx.controls::Button/commitProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\ controls\Button.as:1615]
    at mx.core::UIComponent/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:7772]
    at mx.managers::LayoutManager/validateProperties()[E:\dev\4.0.0\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:572]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:700]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at ModuleInfoProxy/moduleEventHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\mo dules\ModuleManager.as:1168]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at ModuleInfo/readyHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\modules\Modul eManager.as:812]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::FlexModuleFactory/update()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\cor e\FlexModuleFactory.as:433]
    at mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\4.0.0\frameworks\projects\framework\s rc\mx\core\FlexModuleFactory.as:582]
    at mx.core::FlexModuleFactory/docFrameListener()[E:\dev\4.0.0\frameworks\projects\framework\ src\mx\core\FlexModuleFactory.as:126]

Similar Messages

  • CSXSInterface "E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:12528"

    Hi,
    I am working on the following code, but I got odd errors. These errors mention "E:\" drive, but my computer does not have it. I tried Flex 4 SDK 3.5, 4.1 and 4.5 Beta versions, all of them created these errors. Any ideas or suggestions? Thanks.
    public function onCreationComplete():void
         CSXSInterface.instance.evalScript("PhotoshopPersistent");
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("Mk  ").toString());
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("Opn ").toString());
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("Cls ").toString());
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("slct").toString());
         ExternalInterface.addCallback("PhotoshopCallback", PhotoshopCallback);
         var windowSize:WindowGeometry = new WindowGeometry(0,0,238,138);
         CSXSInterface.instance.requestStateChange(StateChangeEvent.WINDOW_RESIZE, windowSize);
         var result:SyncRequestResult = CSXSInterface.instance.getHostEnvironment();
         var hostData:HostEnvironment = result.data;
         var skinInfo:AppSkinInfo = hostData.appSkinInfo;
         var defaultColor:String = skinInfo.panelBackgroundColor.color.rgb;
         setStyle("backgroundGradientColors", [defaultColor, defaultColor]);
         setStyle("fontFamily", skinInfo.baseFontFamily);
         setStyle("fontSize", skinInfo.baseFontSize);
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at A/onCreationComplete()[D:\Projects\A\ApplicationPlugins\PhotoshopCS5Win32\Panels\A\src\A. mxml:28]
    at A/___A_Application1_creationComplete()[D:\Projects\A\ApplicationPlugins\PhotoshopCS5Win32 \Panels\A\src\A.mxml:2]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core \UIComponent.as:12528]
    at mx.core::UIComponent/set initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:759]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]

    Hi,
    I am working on the following code, but I got odd errors. These errors mention "E:\" drive, but my computer does not have it. I tried Flex 4 SDK 3.5, 4.1 and 4.5 Beta versions, all of them created these errors. Any ideas or suggestions? Thanks.
    public function onCreationComplete():void
         CSXSInterface.instance.evalScript("PhotoshopPersistent");
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("Mk  ").toString());
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("Opn ").toString());
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("Cls ").toString());
         CSXSInterface.instance.evalScript("PhotoshopRegisterEvent", charToInteger("slct").toString());
         ExternalInterface.addCallback("PhotoshopCallback", PhotoshopCallback);
         var windowSize:WindowGeometry = new WindowGeometry(0,0,238,138);
         CSXSInterface.instance.requestStateChange(StateChangeEvent.WINDOW_RESIZE, windowSize);
         var result:SyncRequestResult = CSXSInterface.instance.getHostEnvironment();
         var hostData:HostEnvironment = result.data;
         var skinInfo:AppSkinInfo = hostData.appSkinInfo;
         var defaultColor:String = skinInfo.panelBackgroundColor.color.rgb;
         setStyle("backgroundGradientColors", [defaultColor, defaultColor]);
         setStyle("fontFamily", skinInfo.baseFontFamily);
         setStyle("fontSize", skinInfo.baseFontSize);
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at A/onCreationComplete()[D:\Projects\A\ApplicationPlugins\PhotoshopCS5Win32\Panels\A\src\A. mxml:28]
    at A/___A_Application1_creationComplete()[D:\Projects\A\ApplicationPlugins\PhotoshopCS5Win32 \Panels\A\src\A.mxml:2]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core \UIComponent.as:12528]
    at mx.core::UIComponent/set initialized()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:1627]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:759]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]

  • When I try to export from iMovie '11 I get repeated messages that the project is too big. Why? Is there a workaround? (I have already cut a 40-minute movie into three chunks...)

    When I try to export from iMovie '11 I get repeated messages that the project is too big. Why? Is there a workaround? (I have already cut a 40-minute movie into three chunks... the first exported to iDVD ok, but the next one of 15 minutes balked for the same reason -- too long...)

    I wish I had a mac :-P 
    Sadly, this is Windows machine so I dont have a non-iOS version of iMovie.  I have 2 ideas left.  The first is xfering the project to my iPhone 4 and trying to export it there (if that works, awesome but geez apple the iPad 2 is way more powerful than the iphone 4.. youd think I wouldnt even have to attempt this).  The 2nd idea is to start at the end of my movie and delete clips and sounds backwards, trying to export each time to find whatever clip is causing the issue (when the movie was 5 minutes it mixed no probem, so I only need to go that far).
    Wish me luck? 
    Also, is anyone else besides me and the 5 dudes in the other threads having this issue??  Speak up, guys - Apple cant a fix a problem they dont know about.

  • Why does the project show src.shared. project-name

    I am using eclipse IDE.
    The project was created not by me. This project (P) has 3 other projects in its project structure.
    src.shared.<project-i> (where i = 1 to 3)
    What does this mean?
    If am re-creating the above project(P), by adding the 3 jar files for the 3 projects {src.shared.<project-i> (where i = 1 to 3)}
    Will this work?
    Thanks for reading.
    I am a newbie.

    I am using eclipse IDE.This is a Java Programming forum. Your question has practically nothing to do with Java programming.
    You should ask your question in an Eclipse forum.
    Locking this thread.

  • Premiere pro 5.5 stops working when playing a sequence, saving a project or closing,any ideas why?

    I can open a project, import files or other projects, but when I want to play the sequence the program stops working and closes. When I try to save the project or close the program I get a "software not responding" message.
    I hope someone can help me with this as I cannot work on any projects.
    thanks.

    Hi john,
    thanks for taking the time to help me. I have updated the software and rendered the files and now I am able to play them, but still neither the sequence nor the clip play/show on the corresponding screens, I can only hear the audio file. I also continue having problems when saving the project, the software stops working and I get the "non responding" error from microsoft.
    As you suggested, and I have to say I am pretty much a dummy with the codecs and alike, I installed the mediainfo and run one of the files.
    This is the info that appears on the screen
    I am not getting any error messages from Premiere, so I am kind of stock. If you need other info let me know.
    Thanks for your help and patience.
    Arantza
    Date: Mon, 23 Apr 2012 09:12:15 -0600
    From: [email protected]
    To: [email protected]
    Subject: premiere pro 5.5 stops working when playing a sequence, saving a project or closing,any ideas why?
        Re: premiere pro 5.5 stops working when playing a sequence, saving a project or closing,any ideas why?
        created by John T Smith in Premiere Pro CS5, CS5.5, & CS6 - View the full discussion
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037What is a CODEC... a Primer http://forums.adobe.com/thread/546811What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037.Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing.For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/enFor Mac http://mediainspector.massanti.com/.http://blogs.adobe.com/premiereprotraining/2011/02/red -yellow-and-gree n-render-bars.html.If you have a red line over the timeline after importing a video and before adding any effects... your project is wrong for your video... read above about codecs.Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project.H.264 will NOT work inside an AVI http://forums.adobe.com/thread/854115.More information needed for someone to help... click these links and provided the requested information-http://forums.adobe.com/message/4200840-http://forums.adobe.com/thread/416679.For CS5 and later, the easy way to insure that your video and your project matchSee 2nd post for picture of NEW ITEM process http://forums.adobe.com/thread/872666
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4354727#4354727
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4354727#4354727. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Premiere Pro CS5, CS5.5, & CS6 by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Dev vs. Prod: Proper Project Structure

    I'm just learning the "proper" way of structuring projects and would like to know the convention for managing items like Log4j paths, Connection URLs for Tomcat, etc.
    How do you NOT have to go and change everything by hand. Is there some way to flip a bit (change a flag. etc) in a "one-place-to-move-to-Prod" type of way.
    Thanks in advance for any insight.

    There are a couple of ways:
    Pass the 'run-level' or 'environment' you are in to Tomcat (via a -D command switch) and then inspect the run-level/environ via ServletContext. Alternatively, you can have separate startup shell scripts for each environment. Either way, you are simply trying to pass the environment to the Servlet's init() method.
    Create a properties/configuration file. Organize your settings by run-level (say, using elements in a XML configuration file or a prefix if using a standard properties file). Then, read-in the settings appropriate to a given run-level. The above can be made a lot easier if you use something like Jakarta Commons Configuration.- Saish

  • Looking for Flex devs for a non-profit project

    Hello,
    I'm looking for Flex developers [both knowing Flex or wanting
    to learn it] willing to work on a non-profit project within
    www.supcom-live.com.
    The project is very interesting, long-term and will be
    rewarding in the future.
    We are using PHP, Typo3 and vBulletin therefore those skills
    are desired, but there is nothing one can't be learnt. Java
    programming is possible but we would need to build an API.
    Please contact me for more information.

    Hi,
    Are you still looking for Java programmers? Can we participate in your work offline? I am in France now. Tell me what exactly you need? I am 5yers experienced in Java technlogy.
    Reply back to [email protected]
    Regards,
    Murthy

  • VB6 - can't save a project with flash.ocx control - why won't Adobe fix?

    After a full day of research, this seems to be an ongling problem for at least a year now.   VB6 developers who have gone in to do maintenance on their applications that call flash.ocx are finding that they can no longer save their projects because of some change that was introduced by Adobe in the release following flash10e.ocx.  In another post here http://forums.adobe.com/message/2931807#2931807 a work around is given of uninstalling flash and installing any version on or before 100452.  Because the applications still run fine until the developer tries to make a change and save the VB6 project, the scope of this problem has probably not been fully realized.  For this reason, this issue will likely only gain momentum in the future.
    I spent the morning contacting several people at Adobe and I discovered the only way apparently to get support for this issue is to open a "web case".   From further research, what I understand a "web case" costs around $200 and with that price there is nothing telling me what comes with a "web case".  I mean, if I were to buy one, would the problem be fixed or would they research it and say "I am very sorry but we are not going to fix that".   If there is a guarantee that the problem will be fixed, then can Adobe establish a pool where the $200 cost can be shared by everyone who has the issue?   That couldn't be more than a buck or two each because if you google this problem "System Error &H80004005 using flash.ocx" you will find about 5 pages of people reporting the problem.
    Microsoft reports that a System Error &H80004005 error can normally be fixed by chaning the OCX in this manner:
    http://support.microsoft.com/kb/223152
    Sounds like Adobe made a slight change to the flash.ocx in the release following 100452 that removed the couple of definitions descibed by Microsoft in the URL above.  All of Microsoft's suggestions for the developer using the bad OCX call fail (simply adding a line to the OCX:
    InitCommonControls(void)
    , however, since the problem (and the answer) is locked deep inside the flash.ocx source code, only Adobe can resolve it.  Let's hope someone reads this and takes action.   In advance - please and thank you Adobe.

    There's little chance anyone from Adobe will see your posting here, though they do on occasion find their way here for reasons unknown.  What you might try is to submit a bug report.  Going that route at least puts it into a system that requires it to be processed... whether or not the processing will lead to a solution that helps you is indeterminable from this end.
    Adobe - Wishlist & Bug Report
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • If I move a picture from one project to another in aperture why doesn't the jpeg change folders if all my pictures are referenced?

    I started importing all my pictures into Aperture and have been debating whether to use a managed or referenced library.  I'm leaning toward referenced, but before import everything that way, I do a couple of "test drives".
    In Aperture, I moved a photo from one project to another expecting that the jpeg in finder would move from the original folder to the new one, but it didn't.  Anyone know why?  Is there a way to make this happen?  Is it bad that I want this to happen?  Should I just use a managed library.  I like having control of the actual files (thus wanting to go with a referenced library).
    Any thoughts?
    Mark

    In Aperture, I moved a photo from one project to another expecting that the jpeg in finder would move from the original folder to the new one, but it didn't. 
    Mark, Aperture does not store the originals organized by project, but by the date of the Import Session. So moving an image to a different project will not change, were the original file is stored.
    This has a big advantage for backing up the originals. If they never move or change, you do not have to backup the originals other than directly after importing, if your library is referenced. And even incremental backups of a managed library are quicker.
    Is there a way to make this happen?
    You can always use the command "File > Relocate" to move the original files anywhere you want.
    Is it bad that I want this to happen?  Should I just use a managed library.  I like having control of the actual files (thus wanting to go with a referenced library).
    If it is bad, will depend on why you want to have control of your originals. If you just want to know where they are, it is o.k., or if you don't have enough space on the drive with the library and need to split the library across several drives. But it would be bad to move, edit, or access the referenced originals in any way. Let Aperture do the handling,  or you will be risking broken references.
    Aperture has several buil-in ways to show you the original: The "M" key will switch the Browser to the original, "File > Export > Original" will give you an exact copy of the original, or you can relocate the file to another folder.  I simply open the aperture Library in iPhoto, when I want to view my managed originals. iPhoto has a command "File > Reveal in Finder > Original" that will show you also the managed originals in the "Masters" folder inside the Aperture/iPhoto Library package.
    You may want to have a look at Terence Devlin's User Tip:                  How do I access my Photos in Aperture?
    Regards
    Léonie

  • LightSwitch is still looking for an entity property that no longer exists in any project file. How and why?

    I recently performed an across-the-board rename in my LightSwitch application and development database. (No worries, always backups.) I know that directly editing the .lsml files (Client.lsml, Common.lsml, Server.lsml) isn't supported - you must be careful.
    That said I've been able to use find and replace within these files with great success for simple refactoring ... until now.
    I renamed "WcsNum" on my Job entity to "JobNum".
    I have a data grid whose entities include a relationship to "Job" and display a couple of Job's properties, all very typical. Now whenever I open the screen with the data grid and it's populated with one or more entities that have a reference to a
    job, I receive this:
    The property 'WcsNum' does not exist on type 'LightSwitchApplication.Implementation.Job'. Make sure to only use property names that are defined by the type.
    The spooky thing is, the text WcsNum no longer exists anywhere in my entire project. I've used Agent Ransack to search my entire project directory including the main LightSwitch project, my WCF RIA Services project, and any related files.
    I've even exported my database schema (and data) to scripts and searched those for it -- nothing.
    I've tried "Clean Solution", as well as manually deleting every obj, bin, and GeneratedArtifacts directory in both projects. There are no remaining occurrences of this reference, I don't know where it's getting it from.
    I also tried deleting the settings from %UserProfile%\Documents\Microsoft\LightSwitch\Settings, which I regularly clear anyway to discard manual column sizes.
    As I'm typing this I'm searching the contents of every file on my entire computer for "WcsNum", in case there's some other local cache that needs cleared. Feasible with a solid state drive.
    If I can't find it this way, it must be stored differently, or within a binary format that Agent Ransack doesn't recognize as ANSI/Unicode.

    For the first question, in Solution Explorer, you'll find a folder under the LightSwitch project called "Data Sources". But here's the bit you might be missing. You have to switch to back to
    Logical View, if for some reason you've switched to File View. You won't see the data sources if you're in
    File View. And seeing as you've got Luminous Tools installed, if you have made the toolbar visible, then you have a button to do it all for you "Show Data Sources". Then you simply right-click the data source that is your RIA
    Service, then select Update Data Source. I hope that makes it a bit clearer for you?
    As for not seeing a Rebuild Project command, you might be looking in the actual LightSwitch menu. What I've done is only put commands in there that directly relate to LightSwitch. Any others will appear in one of two groups in the context menu underneath
    the LightSwitch menu. Rebuild Solution, Rebuild Project, & Cancel Build, should all be together. If you still can't find it, let me know. Any images of what you're seeing on the screen would be very helpful for me to know what to advise you.
    Yann -
    LightSwitch Central
    Luminous Tools for LightSwitch (a FREE productivity extension)
    FREE Themes, Controls, Types and Commands
    Please click "Mark as Answer", if any reply answers your question.
    Please click "Vote as Helpful", if you find any reply helpful.
    By doing this you'll help others to find answers faster.

  • After recent updates, stage lights project up my screen. Why?, After recent updates, stage lights project up my screen. Why?

    I recently allowed my automatic updates to be installed and after the computer restarted, i now have "stage lights" that seem to project up my screen from the bottom and fade up to the top. You can see them no matter what window you are in - even while viewing the desktop. The updates that were installed are AIRPORT UTILITY version 5.5.3, REMOTE DESKTOP CLIENT UPDATE version 3.5.1, CANON PRINTER SOFTWARE UPDATE version 2.6, iPHONE SDK COMPATIBILITY UPDATE version 1.0, MAC OS X UPDATE COMBINED version 10.6.8 v1.1, and iTUNES version 10.4.1.
    Of all of these updates, what in the world would cause this to happen on my computer?!
    Please help!
    Danielle
    **user of a 2008 MACBOOK PRO**

    Couple of expirements you can try:
    1. Reset smc and pram.
    2. If resets don't work try a safe boot.

  • Mig7 project Debugging with ILA core - Timing Error in implementation

    Hello,
    I am designing a core which has only performing read/write operations to/from DDR3 SDRAM with MIG7 IP core. I am synthesizing and implementing without any problem if I have no ILA core present in the project. After adding the ILA core I am having errors at implementation (Route Design). I used Set up Debug wizard while creating cores and .xdc file.
    After several trials I have seen 2 types of errors:
    [Drc 23-20] Rule violation (PDRC-29) MMCM_adv_ClkFrequency_clkin1 - The calculated frequency value, 0.000 MHz, of the CLKIN1_PERIOD attribute on the MMCME2_ADV site MMCME2_ADV_X1Y1 (cell tranceiver/u_mig_7series_0_mig/u_ddr3_infrastructure/gen_mmcm.mmcm_i) is outside the allowed range (10.000 - 933.000 MHz). Please change the CLKIN1_PERIOD attribute value in order to be within the allowed range for this device.
    [Drc 23-20] Rule violation (PDRC-34) MMCM_adv_ClkFrequency_div_no_dclk - The computed value 500.000 MHz (CLKIN1_PERIOD, net CLK) for the VCO operating frequency of the MMCME2_ADV site MMCME2_ADV_X1Y0 (cell dbg_hub/inst/USE_DIVIDER.U_GT_MMCM) falls outside the operating range of the MMCM VCO frequency for this device (600 - 1440 MHz). The computed value is (CLKFBOUT_MULT_F * 1000 / (CLKINx_PERIOD * DIVCLK_DIVIDE)). Please adjust either the input period CLKINx_PERIOD (10.000000), multiplication factor CLKFBOUT_MULT_F (5.000000) or the division factor DIVCLK_DIVIDE (1), in order to achieve a VCO frequency within the rated operating range for this device.
    [Vivado_Tcl 4-16] Error(s) found during DRC. Router not run.
    In xdc file I have changed two parameters:
    set_property C_CLK_INPUT_FREQ_HZ 200000000 [get_debug_cores dbg_hub] -- it was 300000000 before as default
    set_property C_ENABLE_CLK_DIVIDER true [get_debug_cores dbg_hub] -- it was false
    I added xdc file and error description in the attachments.
    I could not find any solution.
    Best regards, Ali

    I guess I have solved the problem, if it is a problem.
    In the description of the property, C_CLK_INPUT_FREQ_HZ,  it says that "this property is only used when C_ENABLE_CLK_DIVIDER property is set true". However when I set true it gives clock frequency error as I have given in the error description.
    Then I have set C_ENABLE_CLK_DIVIDER property to false and then tried with that. And everything gone well. The project is working as I intented.
    I guess there is a mistake in the explanation or I just misunderstood the sentence.
    Thanks for the previous replays.

  • While publishing an iMovie project iMovie unexpectedly shuts down, why?

    While publishing a project in iMovie, iMovie uexpectedly shuts down. Why?

    I've been having this problem with iMovie for a few months now, all of a sudden something has happened to my iMovie. It seems to happen only when I insert Picture In Picture option(s) in a slideshow. When exporting the completed Project to Quicktime it crashes. This also happens if I try to Finalize the Project or Share the Project via Vimeo or YouTube. There are a lot of folks out there experiencing this problem, some are finding solutions - I'm not.

  • All Project Across Organizations List View- Why some projects read only?

    Hello all !
    I sign on as administrator in SSE and on All Project Across Organizations List View :
    Screen: Projects Screen (ePS)
    View: All Project Across Organizations List View
    Business Object: Project
    Applets: Applet[0]: Project List Applet; Applet[1]: Project Entry Applet;
    Business Components: BusComp[0]: Project; BusComp[1]: Project;
    Why some projects are read-only?
    Best regards,
    Lev

    Hi Rebecca,
    This is just a sample project.  I am not the original author of this project.  I just recreated the project, but I have a few problems. 
    1) when I create the project I am not able to retrieve all the rows for that 2nd event unlike the original project.  I cannot figure out why the project crashes when I try to retrieve more than 50-60 rows for the 2nd event.
    problem 2) this project was architected using legacy EF (EF4).  I have to remove all the .tt files in the designer and select "Generate legacy Code" in the edmx file and save.  This is so I can use ObjectContext. 
    Eventually, I want to recreate this sample project using DBContext for the edmx. 
    If you could figure out what the problem is when I replace the service reference in the FullClient, that would be very nice.
    Rich P

  • When I drag and drop videos onto my imovie project, I only get audio. why?

    I am editing for the first time, when I drop the clip into imovie5 I only get sound. What am I doing wrong?

    What kind of clip? What video codec??

Maybe you are looking for