HTTP framework not set up

Hi,
I am working on SRM(proxy) to File scenario. HTTP port is not set up for the application servers on SRM system. As a result, i am not able to connect to ESR. This is confirmed by SPROX_CHECK_HTTP_COMMUNICATION. Is there any way i can make it work without HTTP being configured?
Thanks

Hi Jain,
HTTP Destination is Mandatory IN SRM System.With out this destination u r not Communicating XI System.Once u made it u can create Proxy Objects otherwise it won't happens.
Thanks
Ravi

Similar Messages

  • "Object reference not set to an instance of an object." in Visual Studio 2012 Entity Framework Model-First

    Hello
    We're trying to use a Model-First with Entity Framework in Visual Studio, targeting an Oracle XE 11g installation.
    No matter from what angle we're approaching the issue, we always end up with an "Object reference not set to an instance of an object" in Visual Studio:
    First way:
    - Add new ADO.NET Entity Framework Model to a .NET Framework 4.5 project
    - Empty model
    - Add some entities and associations
    - Set Database Generation Workflow to "Generate Oracle Via T4 (TPT).xaml"
    - Set DDL Generation Template to "SSDLToOracle.tt"
    - Generate Database From Model
    - VS asks for DB connection ==> Click "New Connection"
    - Enter the connection properties to the Oracle XE database. "Test Connection" tells me the connection is okay.
    - Click OK. Visual Studio shows the following error message:
    (here's the image if it's not visible: https://dl.dropboxusercontent.com/u/35614983/vs2012_oracle_ef_error.png)
    We also tried to generate the model in VS2010 and then manually transform it to an EF5 / VS2012 model. At the "Generate Database from Model" step, the same error appeared.
    We also tried to generate the model from database (Database-First approach). Same error.
    My configuration:
    - Windows 7 Ultimate 64-bit
    - Installed Oracle client: ODTwithODAC1120320_32bit.zip, so the version is 11.2.0.3.20
    - Visual Studio 2012 Update 3 (11.0.60610.01)
    Thanks for any hints!
    EDIT: I just read that ODP.NET doesn't seem to support Entity Framework 5, so I tried a new project with Entity Framework 4.1, but I get the same errors.
    EDIT 2: On a 32-bit Windows 7 virtual machine, everything works fine. Seems the problem is only there on my 64-bit Windows 7 machine.

    Sorry for the delay on this one. Let me know if you are still seeing this and I will see if we can get more diagnostic info somehow.
    That error is basically an exception fault. It means a bug or a misconfiguration of Oracle Developer Tools. Can you try to reinstall ODT and see if you notice any unusual errors during install.. and see if a reinstall fixes the problem?

  • Error Message "The Remote device or resourse wont accept connection, not set up to accept connection from port https"

    I get this error message when trying to open and log into an online casino "The Remote device or resource wont accept connection, not set up to accept connection from port https".
    I am on a desktop computer my connection to the net is with a USB Virgin Mobile hotspot device.
    I also have issues with some downloads not installing right for instance SKYPE wont work. If the problems are related I don't know
    Thanks

    Starting in Firefox 14, Firefox will guess an address and place it in the address bar (AutoFill feature). If you have ever connected to the site using a secure (HTTPS) connection, then Firefox will try to connect security to the address suggested by the AutoFill feature. To work around this you can:
    * Edit the address to force Firefox to interpret your entry literally. For example, if there is a trailing / you can remove it.
    * Turn off the URL bar AutoFill feature and just use the AutoSuggest drop-down.
    * Clear Firefox's memory of the site so it doesn't default to a secure connection (however, this also removes any bookmarks you have to pages on the site).
    To disable the in-address-bar autofill without losing the suggestions that appear below the bar:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''autofill''' and pause while the list is filtered
    (3) Double-click '''browser.urlbar.autoFill''' to toggle it from true to false. You're done with about:config and you can close this tab.
    "Forget about this site" will clear cache, history, bookmarks, and permissions for the site, and probably any saved certificate. There are two ways to get to this:
    * History > Show All History, right-click an entry for the site > "Forget about this site"
    * Type or paste about:permissions in the address bar and press Enter, then select the site from the list on the left side, and click the "Forget about this site" button on the right side
    Depending on the size of your history and cache, this may lock Firefox up for a minute or two while everything is cleansed.

  • Object reference not set error in SAP.Portal.Framework.Core.PortalWorkerReq

    Hi,
      I am using .Net PDK 1.0. I am often getting the error
    [NullReferenceException: Object reference not set to an instance of an object.]
       SAP.Portal.Framework.Core.PortalWorkerRequest.ReadEntityBody(Byte[] buffer, Int32 size) +119
       System.Web.HttpRequest.GetEntireRawContent() +327
       System.Web.HttpRequest.GetMultipartContent() +57
       System.Web.HttpRequest.FillInFormCollection() +244
       System.Web.HttpRequest.get_Form() +50
       System.Web.UI.Page.GetCollectionBasedOnMethod() +70
       System.Web.UI.Page.DeterminePostBackMode() +128
       System.Web.UI.Page.ProcessRequestMain() +63
    It is very errartic, sometimes the page gets loaded and at times I get this error. Could someone please tell me what causes this error?
    Thanks
    Swetha

    Hi,
       This error occurred in the page where I used the file upload control. The control was working fine before. We tried installing entire PDK again and then applying the hotfix-1, but nothing worked and then I had to use an URL iview to invoke an ASP .Net application just for uploading the files.
    Thanks
    Swetha

  • OamAuthn cookies are not set with encrypted value in https login with FFbro

    we have developed a custom login page which is deployed on oam server itself .
    In custom login page we are passing 3 userinfo like username ,passowrd and request id as part of authentication parameter .
    We have developed our own javascript to pass all these information using ajax call .
    Below are the snippet of ajax method which is posting the data to oam server .
    var uname = $("#username").val();
    var pwd = $("#password").val();
    pwd = pwd.replace( /&/g, '%26' );
    var requestId = $("#request_id").val();
    var oamAuthenticationUrl=$("#oamAuthUrl").val()+'/oam/server/auth_cred_submit';
    var postdata = "username=" + uname + "&password=" + pwd + "&request_id=" + requestId;
    $.ajax( {
    type :'POST', url : oamAuthenticationUrl, data :postdata,
    complete : function (xmlHttp, statusCode) {
    // some code if user login is done successfully ......
    Here we are making login page call using ssl port Like our login page is https://oamserver:14101/.....
    This code is working perfectly fine in internet explorer but in firefox oracle access manager is not setting any value to oamAuthnCookeis.
    I mean before logging and after logging value of oamAuthnCookies remains same like
    LoggedoutContinue .
    Thanks,
    Arun

    This is a known issue of CEP (Common Extensibility Platform, a DLL that supports displaying extensions). Code like “document.cookie” in HTML extension is invalid because CEF (CEP integrated CEF3 to display HTML Extensions) intentionally disables cookies on "file://..." for a variety of reasons.
    However, CEP stores cookies at:
    Windows: "C:\Users\yourusername\AppData\Local\Temp\cep_cookies"
    Mac: "/Users/yourusername/Library/Logs/CSXS/cep_cookies"
    Please let me know if more information is needed, thanks

  • "Object reference not set to an instance of an object" error while accessing document libraries after in place upgrade to SP 2010

    I performed an inplace upgrade on my sharepoint 2007 installation and post the upgrade while trying to browse the document libraries on the site i get the following Error. HAs anyone encountered a similair error?? What could be the cause and resolution
    for this
    Any pointers/solution appreciated.
    Description: An
    unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception
    Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source
    Error: 
    An unhandled exception was generated during the execution of the
    current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack
    Trace: 
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.PrepareContentTypeFilter(SPList list, Hashtable[] excludedTransformers) +682
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.GenerateDocConvScriptBlock(SPWeb web, SPList list) +482
    Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.OnPreRender(EventArgs e) +571
    Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnPreRender(EventArgs e) +78
    System.Web.UI.Control.PreRenderRecursiveInternal() +11032094
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3393
    Version
    Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
    My SharePoint Blog
    http://dhireny.blogspot.com

    How to be in my case??
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.PrepareContentTypeFilter(SPList list, Hashtable[] excludedTransformers) +694
    Microsoft.SharePoint.WebPartPages.ListViewWebPart.GenerateDocConvScriptBlock(SPWeb web, SPList list) +482
    Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.OnPreRender(EventArgs e) +571
    Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnPreRender(EventArgs e) +78
    System.Web.UI.Control.PreRenderRecursiveInternal() +11141054
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Control.PreRenderRecursiveInternal() +223
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3393

  • Object reference not set to an instance of an object. Unable to finish the SQL 2012 installation on a VM Machine

    Hi, My name is Leonard and I am studying SQL. I have downloaded the newest MS SQL 2012 and also MS 2012 Hyper-V. I have set a MS 2012 Hyper-V on a laptop with AMD Turion 64 X2 and 3G of RAM (Planing
    to add more to max at 8G).
    Following the instructions in the free online
    Administering Microsoft SQL Server 2012 Databases” Training Kit, I have set 6 virtual machines as instructed in the Training Kit. While the installation of the MS Server Core 2008 R2 SP1 completed with no
    problem, the same cannot be said for the SQL Server 2012 installation. I have encountered an error that I have not seen anyone address in any of the SQL web forums.
    After running the unattended setup instruction (Setup.exe /qs /ACTION=Install /FEATURES=SQLEngine /INSTANCENAME=MSSQLSERVER
    /SQLSVCACCOUNT="Njowa\Pa$$worD>" /SQLSVCPASSWORD=" Pa$$worD” /SQLSYSADMINACCOUNTS="Njowa\lenny#4!@" /AGTSVCACCOUNT="NT AUTHORITY\Network Service"
     /IACCEPTSQLSERVERLICENSETERMS) this is what I get after a series SQL setup
     initiation windows popups then disappears.
    The following error occurred:
    Object reference not set to an instance of an object.
    Error result: -2147467261
    Result facility Code: 0
    Result error Code: 16387
    Please review the summary.txt log for further details
    My question is: What instance of an object is not properly initialize in the Setup instructions

    Hello,
    Please note that SQL Server requires at least 1 GB of RAM. The operating system (Windows Server) requires 2 GB of RAM (recommended) or 512 MB (minimum). This means any virtual machine that will receive the installation of a SQL Server instance requires 1.5
    or 2 GB at least.
    The behavior of SQL Server setup tells me that the virtual machine does not have enough memory assigned or .NET Framework 3.5 was not enable on Control Panel->Program
    and Features before trying to install SQL Server.
    The following thread is about another possible cause of this error:
    http://social.msdn.microsoft.com/Forums/mr-IN/sqlsetupandupgrade/thread/575d3025-69f5-4152-a473-44496b008811
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Object Reference not set to instance of Object when sub-report on new page

    I have a problem when my sub-report goes onto the second page of the report, with an error message.
    My VB.NET displays a report and sub-report (in the footer) in a CrystalReportViewer:
    - When both are on the first page, both display fine
    - When the sub-report (or at least part) goes to the second page, the report displays OK, but without the subreport. When I go to page 2 of the report - hoping to see the sub-report - an error message is displayed, with title "Crystal Report Windows Forms Viewer" and text "Object Reference not set to an instance of an object".
    This problem occurs both on my development machine in VS and at a user site.
    Am desperate for some ideas please! I have VB.NET in Visual Studio 2010, and SAP Crystal Reports, version for Visual Studio 2010. The program is targeted for .NET Framework 3.5.
    I looked for the HandleException event on my Windows Forms Viewer, as suggested by SAP and Microsoft, but cannot find this. See for [example|http://devlibrary.businessobjects.com/businessobjectsxi/en/en/crystalreports_dotnet_sdk/crystalreports_net_doc/doc/crsdk_net_doc/html/crlrfwindowsformscrystalreportviewerclasshandleexceptioneventtopic.htm]

    Usually, the error is due to the object going out of scope. Placing the object in a session may help. Moving the CR code to page init or page load may help. Looking at samples may help:
    http://wiki.sdn.sap.com/wiki/x/JQBmBQ
    CR Dev help files are here:
    SAP Crystal Reports .NET API Guide     http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip
    SAP Crystal Reports .NET SDK Developer Guide     http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip
    Finally, ensure you are using Service Pack 2 (see the sticky thread at the top of this forum).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • System Partition Not Set. Bcdboot failed! bcdboot.exe

    Hey guys,
    I have an issue that I can't get past, and I've completely run out of ideas.
    I have an SCCM 2012 SP1 server and it has KB2801987 applied.
    From this server, I run a Windows 7 Enterprise x86, and a Windows 7 Enterprise x64 task sequence for bare metal deployment to workstations.
    Everything works perfectly fine, EXCEPT when I deploy the Windows 7 Ent x64 WIM, and I've used bootable USB media.
    PXE Booting a machine, and running the task sequence that deploys Win7x64 = works perfectly.
    Advertising the Win7x64 task sequence to a machine = works perfectly
    Booting from a 32-bit boot usb media, running the Win7x64 task sequence -> downloads the boot(x64) WinPE image, then starts deployment = works perfectly
    Booting from 64-bit boot usb media, running the Win7X64 task sequence = Task Sequence Error (0x8004005).
    I've recreated my USB boot media several times. I've tried different brands/models of USB keys, and I always get the exact same error.
    And this is the same error that always happens in my SMSTS.LOG.  It seems it can't set the boot partition, and fails at the every end of applying the WIM image.  And again, this is ONLY when I use USB boot media for THIS particular task sequence. 
    The exact same TS, WinPE boot image and WIM image work just fine when deployed via any other method.  I guess the only thing I haven't tried yet is to make a bootable CD with the same media to see if I get the same issue.  I will try that as soon
    as I can. 
    But any ideas/help is appreciated.  Thanks guys.
    <![LOG[Expand a string: WinPE]LOG]!><time="14:21:09.154-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:782">
    <![LOG[Executing command line: OSDApplyOS.exe /image:BAC0004C,%OSDImageIndex% "/config:BAC00054,%OSDConfigFileName%" /target:0,2 /runfromnet:False]LOG]!><time="14:21:09.154-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="commandline.cpp:827">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:228">
    <![LOG[Set command line: "OSDApplyOS.exe" /image:BAC0004C,2 "/config:BAC00054,bac_unattend_soe_64.xml" /target:0,2 /runfromnet:False]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:731">
    <![LOG[Found run from net option: 0]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="applyos.cpp:283">
    <![LOG[Not a data image]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:433">
    <![LOG[ApplyOSRetry: ]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:445">
    <![LOG[TSLaunchMode: UFD]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:446">
    <![LOG[OSDUseAlreadyDeployedImage: FALSE]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:447">
    <![LOG[Adding logical drive: C:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1537">
    <![LOG[Adding logical drive: D:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1537">
    <![LOG[Skipping non-local logical drive: E:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1543">
    <![LOG[Skipping non-local logical drive: F:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1543">
    <![LOG[Skipping non-local logical drive: X:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1543">
    <![LOG[The volume D:\ exists and is a local hard drive.]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:557">
    <![LOG[The volume D:\ is using a valid file system.]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:600">
    <![LOG[Windows target partition is 0-2, driver letter is D:\]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="applyos.cpp:491">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="util.cpp:963">
    <![LOG[The machine does not have a local client cache.]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installcommon.cpp:1029">
    <![LOG[ResolveSource flags: 0x00000001]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3265">
    <![LOG[SMSTSPersistContent: . The content for package BAC0004C will be persisted]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3274">
    <![LOG[The package BAC0004C is found locally in the cache D:\_SMSTaskSequence\Packages\BAC0004C]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3301">
    <![LOG[Opening image file D:\_SMSTaskSequence\Packages\BAC0004C\Win7 (x64) - Build and Capture v1.0.wim]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="wimfile.cpp:416">
    <![LOG[Image file BAC0004C version "" will be applied]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:463">
    <![LOG[Starting to apply image 2 from Win7 (x64) - Build and Capture v1.0.wim to D:\]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:671">
    <![LOG[Wiping D:\]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:799">
    <![LOG[Set "D:\_SMSTaskSequence" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:808">
    <![LOG[Set "%OSDStateStorePath%" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:839">
    <![LOG[Set "%_SMSTSClientCache%" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:839">
    <![LOG[Set "%_SMSTSNewClientCachePathToCleanup%" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:839">
    <![LOG[Calculating expected free space.]LOG]!><time="14:21:09.326-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="380" file="installcommon.cpp:232">
    <![LOG[Reporting deletion progress.]LOG]!><time="14:21:09.420-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="380" file="installcommon.cpp:250">
    <![LOG[Skipping D:\System Volume Information for wipe]LOG]!><time="14:21:35.627-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="ccmfile.cpp:983">
    <![LOG[Skipping D:\_SMSTaskSequence for wipe]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="ccmfile.cpp:983">
    <![LOG[Successfully wiped D:\]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:918">
    <![LOG[Applying image to D:\]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:710">
    <![LOG[Applying image 2 to volume D:]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="wimfile.cpp:607">
    <![LOG[Successfully applied image to D:\]LOG]!><time="14:30:47.797-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:730">
    <![LOG[OfflineRegistry::Init("D:\Windows")]LOG]!><time="14:30:47.797-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:168">
    <![LOG[Loading offline registry hive "D:\Windows\system32\config\software" into HKLM\OfflineRegistry1]LOG]!><time="14:30:47.797-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:60">
    <![LOG[Loading offline registry hive "D:\Windows\system32\config\system" into HKLM\OfflineRegistry2]LOG]!><time="14:30:49.830-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:60">
    <![LOG[CurrentControlSet is mapped to ControlSet001]LOG]!><time="14:30:50.124-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:215">
    <![LOG[System root for target OS is D:\Windows, System drive is D:]LOG]!><time="14:30:50.139-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:919">
    <![LOG[OS Version is 6.1]LOG]!><time="14:30:50.155-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:938">
    <![LOG[Successfully loaded a source BCD boot system]LOG]!><time="14:30:50.171-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="bootsystem.cpp:1196">
    <![LOG[SetupNewOS: Loaded source boot system from target volume "D:\"]LOG]!><time="14:30:50.171-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:1013">
    <![LOG[!sBootDevicePath.empty(), HRESULT=80004005 (e:\nts_sccm_release\sms\framework\tscore\bootvolume.cpp,34)]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="bootvolume.cpp:34">
    <![LOG[System partition not set]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="bootvolume.cpp:34">
    <![LOG[Unable to find the partition that contains the OS boot loaders. Please ensure the hard disks have been properly partitioned
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="bootvolume.cpp:62">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:228">
    <![LOG[Set command line: "bcdboot.exe" D:\Windows /l en-US]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:731">
    <![LOG[Executing command line: "bcdboot.exe" D:\Windows /l en-US]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 15299]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="commandline.cpp:1123">
    <![LOG[uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\framework\tscore\bcdbooter.cpp,88)]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="bcdbooter.cpp:88">
    <![LOG[Bcdboot failed! bcdboot.exe D:\Windows /l en-US failed (15299)
    stdout:
    Failure when attempting to copy boot files.
    stderr:
    ]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="bcdbooter.cpp:88">
    <![LOG[TS::Boot::BcdBooter::InstallBootFilesAndConfigBCD (sTargetSystemRoot, this->defaultLanguage, sBootVolume), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1065)]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1065">
    <![LOG[Unloading offline SOFTWARE registry hive]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:270">
    <![LOG[Unloading offline SYSTEM registry hive]LOG]!><time="14:30:52.766-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:284">
    <![LOG[SetupNewOs(&pBootSystem), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1543)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1543">
    <![LOG[Configure(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1721)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1721">
    <![LOG[Installation of image 2 in package BAC0004C failed to complete..
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="installimage.cpp:1732">
    <![LOG[installer.install(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1787)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1787">
    <![LOG[Closing image file D:\_SMSTaskSequence\Packages\BAC0004C\Win7 (x64) - Build and Capture v1.0.wim]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="wimfile.cpp:452">
    <![LOG[Entering ReleaseSource() for D:\_SMSTaskSequence\Packages\BAC0004C]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3616">
    <![LOG[reference count 1 for the source D:\_SMSTaskSequence\Packages\BAC0004C before releasing]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3623">
    <![LOG[Released the resolved source D:\_SMSTaskSequence\Packages\BAC0004C]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3656">
    <![LOG[InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia, g_RunFromNet ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,509)]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:509">
    <![LOG[Process completed with exit code 2147500037]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="commandline.cpp:1123">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="14:30:53.050-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="instruction.cxx:3012">
    <![LOG[Failed to run the action: Apply Operating System.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:53.050-600" date="02-21-2013" component="TSManager" context="" type="3" thread="1084" file="instruction.cxx:3103">
    <![LOG[MP server http://sccm2012svr.domain.local. Ports 80,443. CRL=false.]LOG]!><time="14:30:53.050-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="14:30:53.066-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="14:30:53.066-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: sccm2012svr.domain.local:80 CCM_POST /ccm_system/request]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8956">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=-2147467259]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:807">
    <![LOG[Let the parent group (Install Operating System) decides whether to continue execution]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="instruction.cxx:3212">
    <![LOG[The execution of the group (Install Operating System) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="14:30:53.230-600" date="02-21-2013" component="TSManager" context="" type="3" thread="1084" file="instruction.cxx:2425">
    <![LOG[Failed to run the last action: Apply Operating System. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:53.230-600" date="02-21-2013" component="TSManager" context="" type="3" thread="1084" file="engine.cxx:214">
    <![LOG[MP server http://sccm2012svr.domain.local. Ports 80,443. CRL=false.]LOG]!><time="14:30:53.230-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="14:30:53.252-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="14:30:53.252-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="14:30:53.252-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="14:30:53.268-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="14:30:53.268-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: sccm2012svr.domain.local:80 CCM_POST /ccm_system/request]LOG]!><time="14:30:53.268-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="14:30:53.315-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8956">
    <![LOG[Executing command line: X:\windows\system32\cmd.exe /k]LOG]!><time="14:31:12.004-600" date="02-21-2013" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:857">
    <![LOG[The command completed successfully.]LOG]!><time="14:31:12.004-600" date="02-21-2013" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:939">
    <![LOG[Successfully launched command shell.]LOG]!><time="14:31:12.004-600" date="02-21-2013" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:430">
    http://www.dreamension.net

    I am getting the exact same issue as the original post, however strangely only with one model of computer (HP Compaq 6300 Pro tower desktops).
    We are using SCCM 2012 SP1 but are not using PXE, USB media only.
    Same symptoms, running a deployment task sequence for x64 Windows 7 Enterprise makes it all the way through the Apply OS step which installs a .wim I've captured previously and fails when attempting to copy down the WinPE environment to continue the task
    sequence.
    All boot images have been updated to WinPE 4.0 and have the according driver packs added. My format and partition step creates 1 partition to use the whole drive. We do not use a separate partition for system reserved because our FDE product does not play
    well with encrypting that partition because it is not an active partition.
    Running the initial attempt from an x64 boot key results in failure, but running on an x86 boot key that requires the x64 boot image for deployment will complete. After the initial failure from the x64 key, the machine can't even be deployed from an x86
    boot key because it still fails to write to the partition. No combination of diskpart and format from the command prompt has been able to get it deployed yet.
    Any other ideas or steps to troubleshoot? I'm open to anything because this is hindering our ability to fully migrate to our 2012 environment.

  • Microsoft Visual Studio is unable to load this document: Object reference is not set to an instance of an object

    Hi Everyone,
    Please help me on this issue. I'm a new SSIS User.
    I've installed Sql Server 2005 Developer Edition
    When I create a new SSIS Project in Business Intelligence Development Studio,
    I get the following message:
    "Microsoft Visual Studio is unable to load this document: Object reference is not set to an instance of an object".
    Error loading 'package.dtsx'bject reference is not set to an instance of an object
    When I try to debug the package, I get the below message:
    parameter Component(System.Design) is null.
    I've uninstalled and installed SS 2005 several times, yet the problem persists.
    Please help.
    This is the package.dtsx
    <?xml version="1.0"?><DTS:Executable xmlnsTS="www.microsoft.com/SqlServer/Dts" DTS:ExecutableType="MSDTS.Package.1"><DTSroperty DTS:Name="PackageFormatVersion">2</DTSroperty><DTSroperty DTS:Name="VersionComments"></DTSroperty><DTSroperty DTS:Name="CreatorName">US\kothand1</DTSroperty><DTSroperty DTS:Name="CreatorComputerName">US6051KOTHAND1</DTSroperty><DTSroperty DTS:Name="CreationDate" DTSataType="7">4/8/2008 10:53:39 AM</DTSroperty><DTSroperty DTS:Name="PackageType">5</DTSroperty><DTSroperty DTS:Name="ProtectionLevel">1</DTSroperty><DTSroperty DTS:Name="MaxConcurrentExecutables">-1</DTSroperty><DTSroperty DTS:Name="PackagePriorityClass">0</DTSroperty><DTSroperty DTS:Name="VersionMajor">1</DTSroperty><DTSroperty DTS:Name="VersionMinor">0</DTSroperty><DTSroperty DTS:Name="VersionBuild">0</DTSroperty><DTSroperty DTS:Name="VersionGUID">{FBD98635-EDDE-4F58-9D53-356E8CB653FB}</DTSroperty><DTSroperty DTS:Name="EnableConfig">0</DTSroperty><DTSroperty DTS:Name="CheckpointFileName"></DTSroperty><DTSroperty DTS:Name="SaveCheckpoints">0</DTSroperty><DTSroperty DTS:Name="CheckpointUsage">0</DTSroperty><DTSroperty DTS:Name="SuppressConfigurationWarnings">0</DTSroperty><DTSroperty DTS:Name="ForceExecValue">0</DTSroperty><DTSroperty DTS:Name="ExecValue" DTSataType="3">0</DTSroperty><DTSroperty DTS:Name="ForceExecutionResult">-1</DTSroperty><DTSroperty DTS:Name="Disabled">0</DTSroperty><DTSroperty DTS:Name="FailPackageOnFailure">0</DTSroperty><DTSroperty DTS:Name="FailParentOnFailure">0</DTSroperty><DTSroperty DTS:Name="MaxErrorCount">1</DTSroperty><DTSroperty DTS:Name="ISOLevel">1048576</DTSroperty><DTSroperty DTS:Name="LocaleID">1033</DTSroperty><DTSroperty DTS:Name="TransactionOption">1</DTSroperty><DTSroperty DTS:Name="DelayValidation">0</DTSroperty>
    <DTS:LoggingOptions><DTSroperty DTS:Name="LoggingMode">0</DTSroperty><DTSroperty DTS:Name="FilterKind">1</DTSroperty><DTSroperty DTS:Name="EventFilter" DTSataType="8"></DTSroperty></DTS:LoggingOptions><DTSroperty DTS:Name="ObjectName">Package</DTSroperty><DTSroperty DTS:Name="DTSID">{191D188C-EA6E-46D6-A46A-8C9F3C21C321}</DTSroperty><DTSroperty DTS:Name="Description"></DTSroperty><DTSroperty DTS:Name="CreationName">MSDTS.Package.1</DTSroperty><DTSroperty DTS:Name="DisableEventHandlers">0</DTSroperty></DTS:Executable>
    Thanks
    Best Regards

    No I have not yet. I've applied just the windows updates. I rebooted after the updates, but the problem persists.
    I evern tried importing the .vssettings file from my co-worker's. Also, I tried resetting the user settings
    using "%programfiles%\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /resetuserdata.
    I'm on Windows xp 2002 service pack 2. Sql server 2005 Developer edition.
    Visual Studio info:
    Microsoft Visual Studio 2005
    Version 8.0.50727.762  (SP.050727-7600)
    Microsoft .NET Framework
    Version 2.0.50727 SP1
    Installed Edition: IDE Standard
    Microsoft Visual Studio 2005 Premier Partner Edition - ENU Service Pack 1 (KB926601)  
    This service pack is for Microsoft Visual Studio 2005 Premier Partner Edition - ENU.
    If you later install a more recent service pack, this service pack will be uninstalled automatically.
    For more information, visit http://support.microsoft.com/kb/926601
    SQL Server Analysis Services  
    Microsoft SQL Server Analysis Services Designer
    Version 9.00.1399.00
    SQL Server Integration Services  
    Microsoft SQL Server Integration Services Designer
    Version 9.00.1399.00
    SQL Server Reporting Services  
    Microsoft SQL Server Reporting Services Designers
    Version 9.00.1399.00
    Thanks
    Best regards

  • DB-instance not set to status "online" automatically after the start of DB-service

    Hi,
    I have installed an Oracle server (P4 1,7 GHZ / Win2000 Prof./ Oracle
    version EE 8.1.7). I have created a database but now I have some problems.
    After rebooting the server, the created DB-instance does not start
    autmatically although the service (OracleService [databasename]) is being
    started properly. So I have to launch the instance-manager and launch the
    instance manually. What is even more a problem is that the instance can only
    be started by the Windows user who created the database. If another user is
    logged on the Windows system, the instance cannot be started at all. When
    trying to start the instance, the task is being stopped right at the first
    of the three steps (launch, mount, ...). An exclamation mark appears, but no
    error message at all. I did not find any error log.
    For further tests, I have logged in with another Windows user and created
    another database . The result was the same. The instance was not set to
    "online" automatically and only the Windows user who created the DB was able
    to set the instance online.
    Any help would be appreciated.
    Best regards,
    Christian

    Hello,
    Please note that SQL Server requires at least 1 GB of RAM. The operating system (Windows Server) requires 2 GB of RAM (recommended) or 512 MB (minimum). This means any virtual machine that will receive the installation of a SQL Server instance requires 1.5
    or 2 GB at least.
    The behavior of SQL Server setup tells me that the virtual machine does not have enough memory assigned or .NET Framework 3.5 was not enable on Control Panel->Program
    and Features before trying to install SQL Server.
    The following thread is about another possible cause of this error:
    http://social.msdn.microsoft.com/Forums/mr-IN/sqlsetupandupgrade/thread/575d3025-69f5-4152-a473-44496b008811
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • [svn:fx-trunk] 5812: Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information , so the animation would skip immediately to the end.

    Revision: 5812
    Author: [email protected]
    Date: 2009-03-31 11:34:56 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information, so the animation would skip immediately to the end.
    Bugs: SDK-20356
    QE Notes: spark/effects Mustella tests currently hosed, couldn't run test suite
    Doc Notes: None
    Reviewer: Jason
    Testing: checkintests, Mustella effects tests could not be run (post-rename issues)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20356
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorIns tance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateShaderTr ansitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Rotate3DInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance. as

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • [svn:fx-4.0.0] 14153: Fix getStyle/ setStyle when a module factory is not set and a skin not found RTE.

    Revision: 14153
    Revision: 14153
    Author:   [email protected]
    Date:     2010-02-12 14:18:27 -0800 (Fri, 12 Feb 2010)
    Log Message:
    Fix getStyle/setStyle when a module factory is not set and a skin not found RTE.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25376, SDK-25444
    Reviewer: Alex
    Tests run: checkintests, full Mustella
    Is noteworthy for integration: No.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25376
        http://bugs.adobe.com/jira/browse/SDK-25444
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Ski nnableComponent.as

    Problem Resolved!
              I found out that I had 'http' instead of 'httpd' in the statement where I
              registered my servlet, SqlServlet.
              Now, I am having difficulty with hot deployment. The server is returning
              error 404.
              

  • CS5 Getting Started Guide - Stuck - Framework not found.

    I am using Xcode 3.2.3.
    I am on page 26 of the "Getting started with the Adobe Indesign CS5 Products SDK" guide. I follow the instructions up to point 7 on page 27.
    Then, when I build the project I get the following error: (http://codepad.org/OcB0myiH)
    Ld ../Release/SDK/InDan.sdk.InDesignPlugin/Versions/A/InDan.sdk normal i386
    cd /SDK2/build/mac/prj
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    /Developer/usr/bin/g++-4.0 -arch i386 -dynamiclib -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/SDK2/build/mac/prj/../Release/SDK -L/SDK2/build/mac/prj/../release/packagefolder/contents/macos/libs -L../../../build/mac/release/packagefolder/contents/macos/libs -L/SDK2/build/mac/prj/../debug/packagefolder/contents/macos/libs -L/SDK2/build/mac/prj/../release/packagefolder/contents/macos/libs -L/SDK2/build/mac/prj/libs -F/SDK2/build/mac/prj/../Release/SDK -F../../../build/mac/release/packagefolder/contents/macos -F../../../build/mac/release/packagefolder/contents/Frameworks -F/SDK2/build/mac/prj/../debug/packagefolder/contents/macos -F/SDK2/build/mac/prj/../release/packagefolder/contents/macos -filelist /SDK2/build/mac/prj/build/InDan.build/Default/Release.build/Objects-normal/i386/InDan.sdk .LinkFileList -install_name ./InDan.sdk.InDesignPlugin/Versions/A/InDan.sdk -mmacosx-version-min=10.5 -dead_strip -no_dead_strip_inits_and_terms -Wl,-executable_path -Wl,../../../build/mac/Release/packagefolder/contents/macos/ -framework Carbon -lPublicPlugIn -lPublicPlugIn -lPublicPlugIn -framework InDesignModel -framework InDesignModel -framework InDan.sdk -framework InDan.sdk -single_module -o /SDK2/build/mac/prj/../Release/SDK/InDan.sdk.InDesignPlugin/Versions/A/InDan.sdk
    ld: framework not found InDan.sdk
    collect2: ld returned 1 exit status
    Command /Developer/usr/bin/g++-4.0 failed with exit code 1
    I have been trying to solve it for 5 hours now. It can't be that difficult.
    Can someone help me out please.
    Thanks

    That's an odd looking error to see when creating a new project.
    Did you create the project with Dolly?
    Dolly should have set this up correctly.
    Look in your Xcode project.
    In the Groups & Files section you should have a file:
    ????NoStrip.cpp
    where the ???? is the short name that you provided in Dolly.
    That contains the method DontDeadStrip() that the compiler is looking for.
    If it's not in the project, check your source folder and drag the ????NoStrip.cpp
    into your project.

  • Ld: Framework not found: DropboxSDK

    I am writing a flex application that requires an ios native extension to use the dropbox core sdk. I have downloaded the framework, and added it to my project. The project builds successfully, and I can build an .ane file which i can then add into my flex application. However upon attempting to run the flex project, flashbuilder does not run, complaining that:
        "Error occurred during packing the application:
        ld: framework not found DropboxSDK
        compilation failed while executing : ld64
    I have found many similarly titled posts already, but none of their solutions work.
    Things I have done / ensured:
    1. DropboxSDK.framework is in the root of my project folder.
    2. DropboxSDK.framework has been dragged into the frameworks folder in xcode, with "copy items into destination folder", "create groups for any added folders" and "add to targets" all selected/ticked.
    3. Under Build Phases, Link Binary with Libraries I have got `QuartzCore.framework`, `Foundation.framework`, `UIKit.framework`, `DropboxSDK.framework` and `Security.framework`
    4. Under Build Settings, Framework Search Paths is set to the root of my project (where DropboxSDK.framework is placed).
    5. I have got `#import <DropboxSDK/DropboxSDK.h>` in my extension.h and in any files that reference dropbox functions.
    6. After building my xcode project, i place my libExtension.a in my flex ios/ build folder along with platformoptions.xml and library.swf.
    7. My iosplatformoptions.xml looks like this:
            <platform xmlns="http://ns.adobe.com/air/extension/3.7">
            <description>ExtensionName</description>
            <copyright>2013</copyright>
            <sdkVersion>5.0.0</sdkVersion>
              <linkerOptions>
                <option>-ios_version_min 5.0</option>
                <option>-framework AddressBook</option> <!-- Used elsewhere in ane -->
                <option>-framework DropboxSDK</option>
                <option>-liconv</option>
              </linkerOptions>
            </platform>
    8. I've tried building the ane on both windows and mac.
    I'm sure there must be an option or step that i've missed, but after several hours of searching I can't find it. I'm using xcode 5.0.2, flashbuilder 4.10 air 3.9. Any help appreciated!

    Managed to solve the issue:
    After a lot of research I found that I needed to link adobe flashbuilder to the ios sdk.
    Right-Click on your project in flashbuilder -> Properties -> Flex Build Packaging -> Apple iOS -> Native Extensions Tab.
    There is a text field for the location of the Apple iOS SDK. I found my sdk to at:
        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS7.0.sdk

Maybe you are looking for

  • FOR CUSTOMERS THAT ARE NEW TO THE RAZR / RAZR MAXX

    This is a Quick Help Guide for ones that Have the New Razr /Razr Maxx an it Freezes or Locks Up?   b33 What should I do if my phone freezes or locks up? In the unlikely event that your device becomes unresponsive, try a force reboot. Press and hold t

  • Hierarchy data not display in particular Alignment

    I have created hierarchy on node id  the basis of parent id with group indent of 0.2. Put the other field  in detail field but after running the report it showing data in hierarchical order data (i.e data is not proper alignment).

  • Preventing the creation of direct PO

    Hi there experts, I would like to know if there is some way to prevent the creation of direct PO. I want that the PO is always created with reference to a PR or a contract. Tanks in advance

  • How do i add a second itunes account on my pc

    how do i add a second itunes account on my pc

  • Help With Factory Reset

    I ran over my Blackberry Tour, rendering the screen unusable. I can access the device from Desktop Manager, and I can run exe.Autoloader/factoryreset from the Windows command prompt. However, this does not remove the Verizon phone number from the dev