Deployment crash / change done was applying customs skins

I created a new skin to extend fusion.desktop and configure it into my application. After that i got this error when executing in embedded wls.
IntegratedWebLogicServer started.
[Running application iEducation on Server Instance IntegratedWebLogicServer...]
[09:26:21 PM] ---- Deployment started. ----
[09:26:21 PM] Target platform is (Weblogic 10.3).
[09:26:22 PM] Retrieving existing application information
[09:26:23 PM] Running dependency analysis...
[09:26:23 PM] Deploying 2 profiles...
[09:26:24 PM] Wrote Web Application Module to C:\Users\michel\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\iEducation\FlexParameterViewControllerWebApp.war
[09:26:24 PM] Wrote Enterprise Application Module to C:\Users\michel\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\iEducation
[09:26:24 PM] Deploying Application...
<25 févr. 2010 21.26. h CET> <Warning> <Deployer> <BEA-149124> <Failures were detected while initiating deploy task for application 'iEducation'. Error is: '[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.'>
[09:26:25 PM] #### Deployment incomplete. ####
[09:26:25 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
#### Cannot run application iEducation due to error deploying to IntegratedWebLogicServer.
[Application iEducation stopped and undeployed from Server Instance IntegratedWebLogicServer]
<?xml version = '1.0' encoding = 'windows-1252'?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
         version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
  <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
  </context-param>
  <context-param>
    <description>If this parameter is true, there will be an automatic check of the modification date of your JSPs, and saved state will be discarded when JSP's change. It will also automatically check if your skinning css files have changed without you having to restart the server. This makes development easier, but adds overhead. For this reason this parameter should be set to false when your application is deployed.</description>
    <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
    <param-value>true</param-value>
  </context-param>
  <context-param>
    <description>Whether the 'Generated by...' comment at the bottom of ADF Faces HTML pages should contain version number information.</description>
    <param-name>oracle.adf.view.rich.versionString.HIDDEN</param-name>
    <param-value>false</param-value>
  </context-param>
  <filter>
    <filter-name>JpsFilter</filter-name>
    <filter-class>oracle.security.jps.ee.http.JpsFilter</filter-class>
    <init-param>
      <param-name>enable.anonymous</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>
  <filter>
    <filter-name>trinidad</filter-name>
    <filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter</filter-class>
  </filter>
  <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
  </filter>
  <filter-mapping>
    <filter-name>JpsFilter</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
  </filter-mapping>
  <filter-mapping>
    <filter-name>trinidad</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
  </filter-mapping>
  <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
  </filter-mapping>
  <listener>
    <listener-class>oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack</listener-class>
  </listener>
  <listener>
    <listener-class>oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack</listener-class>
  </listener>
  <listener>
    <listener-class>oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack</listener-class>
  </listener>
  <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>
  <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
  </servlet>
  <servlet>
    <servlet-name>BIGRAPHSERVLET</servlet-name>
    <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.graph.GraphServlet</servlet-class>
  </servlet>
  <servlet>
    <servlet-name>BIGAUGESERVLET</servlet-name>
    <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.gauge.GaugeServlet</servlet-class>
  </servlet>
  <servlet>
    <servlet-name>MapProxyServlet</servlet-name>
    <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.geoMap.servlet.MapProxyServlet</servlet-class>
  </servlet>
  <servlet>
    <servlet-name>GatewayServlet</servlet-name>
    <servlet-class>oracle.adfinternal.view.faces.bi.renderkit.graph.FlashBridgeServlet</servlet-class>
  </servlet>
  <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/afr/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>BIGRAPHSERVLET</servlet-name>
    <url-pattern>/servlet/GraphServlet/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>BIGAUGESERVLET</servlet-name>
    <url-pattern>/servlet/GaugeServlet/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>MapProxyServlet</servlet-name>
    <url-pattern>/mapproxy/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/bi/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>GatewayServlet</servlet-name>
    <url-pattern>/flashbridge/*</url-pattern>
  </servlet-mapping>
  <jsp-config>
    <jsp-property-group>
      <url-pattern>*.jsff</url-pattern>
      <is-xml>true</is-xml>
    </jsp-property-group>
  </jsp-config>
</web-app>
<?xml version="1.0" encoding="windows-1252"?>
<trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
  <skin-family>flex</skin-family>
</trinidad-config>
<?xml version="1.0" encoding="UTF-8" ?>
<skins xmlns="http://myfaces.apache.org/trinidad/skin">
  <skin>
    <id>flex.base</id>
    <family>flex</family>
    <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
    <extends>fusion.desktop</extends>
    <style-sheet-name>css/flex-fusion-extension.css</style-sheet-name>
    <!--
    <translation-source>
    </translation-source>-->
    <!--
    <bundle-name>
    </bundle-name>-->
  </skin>
  <skin-addition>
    <skin-id></skin-id>
    <style-sheet-name></style-sheet-name>
    <!--
    <translation-source>
    </translation-source>-->
    <!--
    <bundle-name>
    </bundle-name>-->
  </skin-addition>
</skins>flex-fusion-extension.css
.af_resetButton {
  padding-left: 5.0px;
  padding-right: 5.0px;
  padding-bottom: 3.0px;
}

goto console and click the button "Activate Changes" on the left side. This should resolve your issue.
or
stop the server and search for the .lok file under your server directory.

Similar Messages

  • ViewMenuItem do not appear when applying custom skin on ViewNavigatorApplication

    ViewMenuItems works fine when I don't apply skinClass fo ViewNavigatorApplication, but when I apply custom skin to ViewNavigator, ViewMenuItems doesn't appear.
    Here is my main file
    <?xml version="1.0" encoding="utf-8"?>
    <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.DriveSafeHomeView" applicationDPI="160"
                                 initialize="applyRuntimeStyleSheet()" skinClass="skins.CustomApplicationSkin" >
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                public function applyRuntimeStyleSheet():void {
                    styleManager.loadStyleDeclarations("css/Styles.swf")
                        // skinClass="skins.CustomApplicationSkin"
            ]]>
        </fx:Script>  
    </s:ViewNavigatorApplication>
    Code for CustomApplicationSkin.mxml is
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin name="CustomApplicationSkin"
                    xmlns:fx="http://ns.adobe.com/mxml/2009"
                             xmlns:s="library://ns.adobe.com/flex/spark"
                                       >
            <fx:Metadata>
                        <![CDATA[
                        [HostComponent("DriveSafe")]
                        ]]>
                    </fx:Metadata>
            <s:states>
                        <s:State name="normal" />
                         <s:State name="disabled" />
                     </s:states>
            <s:BitmapImage width="100%" height="100%" source="@Embed('/assets/background.jpg')"/>
            <s:Group id="contentGroup" width="100%" height="100%" minWidth="0" minHeight="0" />
            <s:ViewNavigator id="navigator" width="100%" height="100%" />
    </s:Skin>

    If you create a new custom field you have to wait for the analytics refresh before you can use it in reporting & analytics. The frequency of the refresh differs per environment. You can put VALUEOF(LAST_REFRESH_DT) in a column formula to see when the last refresh has been performed.
    Regards, Tim

  • Hi every one. Speed grade crashed while i was applying a mask

    Hi every one. Speed grade crashed while i was applying a mask and since then crashes straight after lounging it. What can I do ? Or is it a bug?

    Hi I reinstalled it with preferences unticked and it worked again.
    Model Name:    iMac
      Model Identifier:    iMac11,3
      Processor Name:    Intel Core i3
      Processor Speed:    3.2 GHz
      Number Of Processors:    1
      Total Number Of Cores:    2
      L2 Cache (per core):    256 KB
      L3 Cache:    4 MB
      Memory:    4 GB
      Processor Interconnect Speed:    5.86 GT/s
      Boot ROM Version:    IM112.0057.B00
      SMC Version (system):    1.59f2
      Serial Number (system):    W80296DJDB6
      Hardware UUID:    5095972F-34B0-5E84-8BD0-701245D32C2A

  • Applying Custom Skin to the new Space created

    Hi All,
    I am working with Avitek VM sample. I have logged in as an administrator and created a new space in Webcenter Spaces. I have to apply my own corporate branding to the Space I have newly created.
    I have created a skin at runtime and tried to apply that skin to the space created newly, but I couldnot see any changes in the UI.
    It would really helpfull if some one can shed light on the below.
    1. Applying the skin to the space created.
    2. Where would I store the images used in the CSS file, so that they can be applied to the space when I apply the skin.
    I am using Jdev 11.1.1.4 and Webcenter PS3
    Thanks,
    SK.
    Edited by: 900114 on Dec 1, 2011 2:50 AM

    Hi 900114,
    What changes did you make to the skin to add your company brand?
    Cause you should change the page template along with the skin to add any new items to the pages. Also, the logo/icon for any page is dynamic and by default will be the logo that comes with the space templates used to created the space. You can change that in the 'General Settings' for that page.
    Thanks,
    nandavanan

  • Timeline Changes don't apply

    Recently I've come across an issue I've never seen before. I drop a clip into a video track, trim it, change opacity fades and render - works fine.
    Then I tweak the opacity, filters etc., but the render bar doesn't turn orange and my changes won't preview. It still plays back the last rendered version, and any re-rendering or changes won't apply.
    I have to delete the clip, bring it back into the track, and re-render.
    What is up?

    Might simply trash your render files. The tool to do this is in the tools menu.
    Does this happen with every new sequence in every new project now? or?
    What format are you editing, and post the OS, Version of QT and Version of FCP you're running on which Mac?
    Jerry

  • Trying to re-create our 10g custom skin in 11g

    Hi Everyone:
    We had a detailed custom skin and also utilized customized velocity templates that created a specific look and feel to our application in 10g. We used a header.jspx & leftside.jspx that were in the region-metadata.xml file. The JHeadstart team assisted a previous employee with setting all of this up.
    We are trying to convert our applications over from 10g to 11g and think that enhancements such as the "tree" layout will replace needing a leftside.jspx page that listed the menu links along the left side instead of folders across the top. We have gone through the 11g Tutorial and read chapter 19 "Applying Custom Skins to Applications" of the "Web User Interface Developer's Guide for Oracle Application Development Framework". While working on a simple webpage to start with in our application, we registered the custom skin as specified in "Applying Custom Skins to Applications", but things look very different, and I'm trying to get a handle on how to re-apply the look and feel now that this section of our application has been converted to 11g and properly utilize the new features of 11g that weren't available in 10g. To start with, we had a custom Logo on our Application that I would like to show up on the Header of the Application in the same spot where the "Oracle JHeadstart Demo" title is displayed. I am trying to study the custom_labels.vm velocity template, but am not sure where to apply this. The logo is in the form of a .gif file.
    Can someone tell me how to put our custom logo .gif file in the Header where the Oracle JHeadstart Demo title is displayed and have it generated through JHeadstart?
    Starting there can hopefully open up ideas on how to apply the rest of our look and feel utilizing all of the new features of 11g, not just replicating things as they were done in 10g.
    Thanks very much in advance.
    Mary
    UofW

    Hi Steven:
    Great to hear from you, I was hoping you'd reply :)
    I followed your instructions, and also changed the header and footer size attributes (headerGlobalSize & footerGlobalSize) to accommodate our larger .gif Logo. So far, so good. I made these changes in the default layout velocity template - jhsPageTemplate.vm which generates the JhsPageTemplate.jspx page. Starting to work toward the look and feel our users want. However, I was hoping to use the tree layout. I want to institute these changes in the JhsTreeMenuPageTemplate.jspx, but I am unable to find the velocity template that generates the JhsTreeMenuPageTemplate.jspx.
    Could you please tell me where it is?
    Thanks again, and Merry Christmas to you and yours.
    Mary
    UofW

  • How do I apply programmatic skins for completely custom drawn components of a Flex library project?

    Hello folks,
    I am looking for best practices advice when (1) creating
    custom components and (2) styling and skinning.
    I already know how to skin a component part of the Flex
    framework. I can make a class extending ProgrammaticSkin and have
    my component skinned using CSS to link the component with the
    reference to my custom class.
    However what about those cases when you are completely
    creating a component from scratch?
    Imagine a "Freehand Drawing Canvas" component that allows the
    user to draw on it and has some buttons to set color styles, line
    styles, etc., or imagine a "Screen Flow Gallery" component that
    displays visual objects in a fashion similar to Cover Flow in the
    Mac.
    In many components I am aware you may reuse other components
    part of the Flex framework but I am trying to picture an scenario
    where you would need to draw everything yourself because there just
    isn't something to base it upon so you will end up drawing it from
    scratch.
    To learn how instead of building one of those components I
    mentioned previously I decided to start with something simple that
    would illustrate this like a LiteButton component that will behave
    just like the Flex mx.controls.Button but will extend UIComponent
    and be completely custom drawn.
    The component will have a default look and will also be
    style-able and skin-able. I will provide styles for users of the
    component to modify and regarding skinning anyone can create a
    custom ProgrammaticSkin adding its own drawing logic and link it to
    the component via CSS with the ClassReference applied to the skin
    selector.
    So far so good and it's clear what I want to achieve. I
    actually know how to do most of the stuff here but I have one
    single problem.
    Here is my question, where should I put my custom drawing
    logic? If I do it in the updateDisplayList inside the class
    extending UIComponent it works, however I thought that it would be
    a better practice to do it using programmatic skins, that way I
    could provide different skin themes for my component set.
    The problem is that I can't make the programmatic work in
    this scenario. I tried instantiating the custom programmatic skin
    during the updateDisplayList of the LiteButton component and adding
    it to my display object via addChild but that didn't do anything. I
    also tried creating a "default.css" stylesheet and tried to use
    ClassReference as I would normally do to skin an already existing
    component (or composite component as well) but that didn't do
    anything either.
    So how do I apply programmatic skins for completely custom
    drawn components of my Flex library project?
    I could do it inside the updateDisplayList of the LiteButton
    class extending UIComponent but again I would like to provide
    different theme sets for my components so it makes sense using
    programmatic skins.

    "jbucaran" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello folks,
    >
    > I am looking for best practices advice when (1) creating
    custom components
    > and
    > (2) styling and skinning.
    >
    > I already know how to skin a component part of the Flex
    framework. I can
    > make
    > a class extending ProgrammaticSkin and have my component
    skinned using CSS
    > to
    > link the component with the reference to my custom
    class.
    >
    > However what about those cases when you are completely
    creating a
    > component
    > from scratch?
    >
    > Imagine a "Freehand Drawing Canvas" component that
    allows the user to draw
    > on
    > it and has some buttons to set color styles, line
    styles, etc., or imagine
    > a
    > "Screen Flow Gallery" component that displays visual
    objects in a fashion
    > similar to Cover Flow in the Mac.
    >
    > In many components I am aware you may reuse other
    components part of the
    > Flex
    > framework but I am trying to picture an scenario where
    you would need to
    > draw
    > everything yourself because there just isn't something
    to base it upon so
    > you
    > will end up drawing it from scratch.
    This may help with that
    http://livedocs.adobe.com/flex/3/html/help.html?content=skinstyle_3.html
    > To learn how instead of building one of those components
    I mentioned
    > previously I decided to start with something simple that
    would illustrate
    > this
    > like a LiteButton component that will behave just like
    the Flex
    > mx.controls.Button but will extend UIComponent and be
    completely custom
    > drawn.
    >
    > The component will have a default look and will also be
    style-able and
    > skin-able. I will provide styles for users of the
    component to modify and
    > regarding skinning anyone can create a custom
    ProgrammaticSkin adding its
    > own
    > drawing logic and link it to the component via CSS with
    the ClassReference
    > applied to the skin selector.
    >
    > So far so good and it's clear what I want to achieve.
    Actually after
    > playing
    > with the weekend and today I know how to do most of the
    stuff but I have
    > one
    > single problem. So here is my question, where should I
    provide my custom
    > drawing logic? If I do it in the updateDisplayList
    inside the class
    > extending
    > UIComponent it works, however I thought that it would be
    a better practice
    > to
    > do it using programmatic skins, that way I could provide
    different skin
    > themes
    > for my component set.
    These aren't mutually exclusive. When you provide a skin with
    a
    TypeSelector, you have to add it to the display list
    somewhere, and this is
    typically done in updateDisplayList or addChildren. I prefer
    to do it in
    updateDisplayList, because you can then change it if the
    style changes.
    > The problem is that I can't make the programmatic work
    in this scenario. I
    > tried instantiating the custom programmatic skin during
    the
    > updateDisplayList
    > of the LiteButton component and adding it to my display
    object via
    > addChild but
    > that didn't do anything.
    Exactly what did you do?
    > I also tried creating a "default.css" stylesheet and
    > tried to use ClassReference as I would normally do to
    skin an already
    > existing
    > component (or composite component as well) but that
    didn't do anything
    > either.
    I've never had any problem using an approach similar to
    this...but I will
    say that I couldn't see any advantage in creating a
    default.css style sheet,
    since it's not really default in the way that the one that
    comes with Flex
    is. It's much more obvious to anyone using your component
    what's going on
    there if you create a style sheet where they're likely to
    spot it.
    > So how do I apply programmatic skins with the default
    look for custom
    > drawn
    > components?
    It seems like your approach is fine, but maybe you've made a
    mistake in your
    implementation.
    > I could do it inside the updateDisplayList of the
    LiteButton class
    > extending
    > UIComponent but again I would like to provide different
    theme sets for my
    > components so it makes sense using programmatic skins.
    You might want to consider also adding an instance of
    HaloBorder to your
    component. That brings a lot of functionality with it.
    HTH;
    Amy

  • Whenever I try to sync my ipod, it'll say that it's syncing and then "waiting for changes to be applied" when it reaches step 5, then it closes and nothing happens. I don't know what to do :(

    Whenever I try to sync my ipod, it'll say that it's syncing and then "waiting for changes to be applied" when it reaches step 5, then it closes and nothing happens. I don't know what to do

    Hi, There
    What do you mean nothing happends? because after step 5/5 the sync is complete and it should go back to the normal top screen of itunes. Is this what is happning? of is it freezing on step 5?
    Message was edited by: Scott\'y

  • SG 7.1x158 crashes when applying custom look with Premier Dynamic Link

    The sequence opens just fine, and I'm able to create a grade for a selected clip.  However, when I save the custom look and then try to apply it to any other clip, SG crashes.  Odd thing is that I've tried a couple of the example looks and they don't crash.  Crash only occrus when I choose any of the custom looks I've saved. 
    Only workaround I see at this point is to apply the look using Lumetri in Premier, which seems to work just fine.
    Anyone else run into this problem?
    --Ken

    Hi,
    This is a known issue when applying custom looks with masks. We are working in a solution, please keep tuned.
    Thanks,
    Fran

  • Solution: Syncing with my iTunes library an endless headache: Songs don't transfer, or songs transfer and show up as "other," or I get double copies, or "Over Capacity," or stuck on "waiting for changes to be applied."

    iPod Touch 5g, 64GB, iOS 7.1. After my iPod data began showing up "Other," after an abrupt disconnection from iTunes during a sync I've spent the last week trying to fix it only to be thwarted at every attempt.  I've tried resetting and restoring 6 or 7 times now, and all goes well until it gets to copying my library of music over.  What I finally figured out is that 8,000+ songs is too many for iTunes to process all at once for some reason. 
    After several nights of leaving it connected all night I would find that the songs had physically copied and were occupying the ~45 gb of space on my iPod's storage, but were not showing up on my local library, instead listed as "Other" in iTunes and otherwise unusuable, or they would show up, but I'd have ~45 gigs of "Other," 45 gigs of "Audio," and would be "Over Capacity," by 30 gigs or so.  OR it would be "Waiting for Changes to be Applied," for 12+ hours.
    My work around:  In iTunes, under the "Music" / "Sync Music" tab, instead of syncing "Entire Music Library," select "Selected Playlists, Artists, Albums, and Genres."  You will have to indivually select the playlists, artists, albums, or genres and kept each bulk tansfer to <2000 songs at a time.  The easiest way for me to do this was by selecting one genre at a time and copying it over.  I had already taken the time to organize my library into 10 genres, you probably have more than 10.  This is irritating and time consuming, but it's better than resetting my iPod over and over and over again to no avail.
    Waiting for Changes? What iTunes is actually doing when it says it is "Waiting for Changes," or "Waiting for Items to Copy."  iTunes for whatever reason does not reveal the relevent data being processed during a sync (didn't it used to?), but there are a couple ways you can decipher what it is actually up to.  The first option is on the iPod; under Settings>General>iTunes Wi-Fi Sync it will tell you what it is up to during syncing.  The other way on the iPod; under Music>Songs, scroll all the way to the bottom to see where it is at in the process.  What iTunes, iTunes Wi-Fi Sync, and the bottom of the Songs library report are not always in agreement, but seeing all three will give you a better approximation of where you are in the syncing process and whether or not it is hanging.
    This for me was successful as a workaround, but this is not a solution.  Apple needs to fix this crap.  Maybe they just want to make it so difficult to have a physical library of music on the local storage of the iPod that we will just give up and sign up for their Match service.

    ALSO, on the iPod under Settings>General>iTunes Sync, you may need to back out of the "iTunes Wi-fi Sync," and reopen it to get it to update.
    (I use iTunes 11.1.5.5)

  • I just got my replacement phone from Warranty. The phone was on for just 2 hours and it crashed. I was told that motorola knows about this "possible" issue. I got a new sim, hard reset, If it can be done I did it. They are now sending me the same phone ag

    I just got my replacement phone from Warranty. The phone was on for just 2 hours and it crashed. I was told that motorola knows about this "possible" issue. I got a new sim, hard reset, If it can be done I did it. They are now sending me the same phone again. Number 3. I would hope this one doesn't crash but I rather have a different phone so I can enjoy using my account. The phone's most recent error was today. " Unfortunately, the process com.motorola.widget.circlewidget3d" has stopped. At least the error message works and it's polite. I told tech this and they could not answer my question or help me other then "let's do a hard reset" My warranty replacement is coming on Monday. Let's hope this one works. Anyone else havinbg the same problem. it says "such and such as stop working" on all sorts of stuff! Help! I want my iPhone Back!

    I just did a google search on this issue. OMG, I got a ton of videos on this or similar issues. Each one says in some way to clear the cache, reset the data, etc. Why in the world would this continue to happen and they not do a fix that resloves this without having to lose or stop what your doing. This is a very long and constant issue it seems with Android phones as there must have been pages and pages of what I now call "Unfortunately"  So I am going to pray that Verizon helps me  out and gets me away from this issue and helps me go back to iPhone or try the Samsung.

  • Bought PS Elements 12 online this morning, unfortunately my internet connection crashed and download was incomplete, how can i go back? I don't have mail yet from Adobe of my purchase... Getting worried...

    Bought PS Elements 12 online this morning, unfortunately my internet connection crashed and download was incomplete, how can i go back? I don't have mail yet from Adobe of my purchase... Getting worried...

    Go to http://www.adobe.com/downloads and click the Try next to Elements. 
    Once you have the trial installed, use your newly-purchased serial number to register it.

  • Default Group Policy - Custom policies don't apply?

    We have some computers in TEST OU with password lockout after 4 attempts but it doesn't work.  If we disable the Default Group policy in the domain controller then it works.
    With the Default Group Policy enable, we run RSOP.exe and it does show the correct policies was applied but why it still doesn't lock the user accounts after 4 attempts?  There is no password lockout policy in the Default Group Policy.
    Thank you!

    > Local Group Policy
    This is present because someone opened gpedit.msc on the computer and
    configured something in there.
    > Not sure why, local policy applied to Windows 7 computer.  But for both
    > computers, the lockout policy is still not working.
    Because Account policies for domain users can only be changed at the
    Domain level, not at OU level. Account policies at OU level are only
    applied to LOCAL accounts, not to domain accounts.
    If you're running 2008 DFL, you can use FGPP and PSO.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Text changes done to customer master.

    Hi All,
    Can someone tell me, how to check the chnages done to the texts maintained at Customer master.
    Thanks,
    Swathi

    Hi,
    You can see the all changes in customer master in T-code XD04 there you specify the customer number and sales area, there you can see whether any changes carried out in customer text.
    Thank you.

  • My safari 7.1 don´t apply changes, so pop ups and allow indesirables webpages

    my safari 7.1 don´t apply changes, so pop ups and allow indesirables webpages  

    Try downloading and running:
    Adwaremedic: Removes all known adware from your Mac

Maybe you are looking for