Deployment failing to staging when try to change sku price

I've just upgraded my env from ATG 10.1.2 to 10.2 and testing a deployment in BCC. Here's what I'm trying to do:
1. Create a new merchandising project from an existing sku
2. Go to the pricelist tab and change prices for the given sku, save, ready for staging deployment.
3. While trying deploying to staging i'm getting the below error
/atg/deployment/DeploymentManager       Required property priceList on item descriptor price is null. Searched for p2480135 on item descriptor priceList. Setting on item p2480135
/atg/deployment/DeploymentManager        item = repositoryMarker:mark53100018 cause = CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:java.lang.IllegalArgumentException: Attempt to set property named priceList (PriceLists_staging:Price:p2480135)  with value = null (class=null).  A null value is not allowed for a required property.
/atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:374)
/atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:568)
/atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:335)
/atg/deployment/DeploymentManager        message = Deployment Failed time = Thu Jan 23 14:25:53 PST 2014  atg.deployment.DeploymentFailure@1896dc9      CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:java.lang.IllegalArgumentException: Attempt to set property named priceList (PriceLists_staging:Price:p2480135)  with value = null (class=null).  A null value is not allowed for a required property.
/atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:374)
/atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:568)
/atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:335)
/atg/deployment/DeploymentManager       Caused by :java.lang.IllegalArgumentException: Attempt to set property named priceList (PriceLists_staging:Price:p2480135)  with value = null (class=null).  A null value is not allowed for a required property.
/atg/deployment/DeploymentManager               at atg.repository.RepositoryItemImpl.setPropertyValue(RepositoryItemImpl.java:233)
/atg/deployment/DeploymentManager               at atg.adapter.gsa.GSAItem.setPropertyValue(GSAItem.java:1567)
/atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.copyRepositoryItemProperties(RepositoryWorkerThread.java:1277)
/atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.deployItem(RepositoryWorkerThread.java:1120)
/atg/deployment/DeploymentManager               at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:362)
/atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:568)
/atg/deployment/DeploymentManager               at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:335)
I turned on the debug logs on DeploymentManager and found that BCC is loading the price and pricelist for the given sku from the catalog, but while updating
, its trying to set the pricelist attribute to null.
debug logs:
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Processing repository item price:p2480135 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p2480135
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Property priceList is required
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Property version is a version property, skipping copy for all items
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Property complexPrice is a reference, skipping copy in first pass
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying properties for item price:p2480135
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Setting required property to dummy item: priceList value: priceList:plist9070002
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: parentSkuId value: null
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: listPrice value: 584.99
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: pricingScheme value: listPrice
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: skuId value: sku6340066
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: productId value: null
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Processing repository item price:p1810001 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p1810001
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying properties for item price:p1810001
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Setting required property to dummy item: priceList value: priceList:plist9070002
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: parentSkuId value: null
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: listPrice value: 649.99
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: pricingScheme value: listPrice
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: skuId value: sku6340066
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: productId value: null
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Processing repository item price:p2300061 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p2300061
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying properties for item price:p2300061
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Setting required property to dummy item: priceList value: priceList:plist9070002
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: parentSkuId value: null
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: listPrice value: 829.99
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: pricingScheme value: listPrice
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: skuId value: sku7830115
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Copying property: productId value: null
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Committing 3 markers, 0 failed markers
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Done committing transaction
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Started new transaction
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Finished for loop, transaction status = 6
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Got 1 thread batch items for deployment: 91000003-auto_rb, owner: HVDIVD01WAB2168:8852, threadName: RepositoryWorkerThread-1(Add-Update Phase)
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Current high water mark: 3 Markers available: 3
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) No more markers available for processing
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Exiting normally
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Add-Update Phase) Active thread count is 0
/atg/deployment/DeploymentManager       Main deployment thread:  Waiting for Add-Update Phase phase to complete for deployment 91000003-auto_rb, polling interval is 750 milliseconds.
/atg/deployment/DeploymentManager       Main deployment thread:  All markers have been written for deployment 91000003-auto_rb. Checking for completion.
/atg/deployment/DeploymentManager       Main deployment thread:  Checking for Add-Update Phase phase to complete for deployment 91000003-auto_rb. Markers remaining for commit: 0. Number of active threads is 1. ThreadCount is 0
/atg/deployment/DeploymentManager       Main deployment thread:  Phase Add-Update Phase now complete for deployment 91000003-auto_rb
/atg/deployment/DeploymentManager       Main deployment thread:  Add-Update Phase took 6 seconds
/atg/deployment/DeploymentManager       Main deployment thread:  Changing phase for deployment 91000003-auto_rb to Reference Update Phase
/atg/deployment/DeploymentManager       Main deployment thread:  Resetting high water marks for deployment 91000003-auto_rb
/atg/deployment/DeploymentManager       Main deployment thread:  Set high water marks to 0 and updated item.
/atg/deployment/DeploymentManager       Main deployment thread:  About to commit transaction for resetting high water marks
/atg/deployment/DeploymentManager       Main deployment thread:  repository high water mark value: 0
/atg/deployment/DeploymentManager       Main deployment thread:  file high water mark value: 0
/atg/deployment/DeploymentManager       Main deployment thread:  Sending deployment message with status Reference Update Phase for deployment 91000003-auto_rb
/atg/deployment/DeploymentManager       Main deployment thread:  Handling message with status=Reference Update Phase
/atg/deployment/DeploymentManager       Main deployment thread:  Starting phase Reference Update Phase
/atg/deployment/DeploymentManager       Main deployment thread:  Starting 1 repository worker threads for 3 repository items and 0 file worker threads for 0 files
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Start deployment worker thread for repository items
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Pushing development line snapshot:74613
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Current high water mark: 0 Markers available: 3
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) New high water mark: 3
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) preparing to create thread batch
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Creating thread batch item for deployment: 91000003-auto_rb, owner: HVDIVD01WAB2168:8852, threadName: RepositoryWorkerThread-1(Reference Update Phase)
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Preloaded 3 items
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Got 3 markers for processing [1 - 3]
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Processing repository item price:p2480135 for deployment 91000003-auto_rb in Add-Update Phase, action is Update Deploying from development line: 74613
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Source item NOT found in preloaded set of items (mBatchItems): PriceLists:price:p2480135
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property parentSkuId is not a reference, skipping copy in second pass
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property listPrice is not a reference, skipping copy in second pass
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property version is a version property, skipping copy for all items
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property pricingScheme is not a reference, skipping copy in second pass
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property skuId is not a reference, skipping copy in second pass
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Property productId is not a reference, skipping copy in second pass
/atg/deployment/DeploymentManager       RepositoryWorkerThread-1(Reference Update Phase) Copying properties for item price:p2480135
/atg/deployment/DeploymentManager       Required property priceList on item descriptor price is null. Searched for p2480135 on item descriptor priceList. Setting on item p2480135
Any help would be appreciated.
Thanks!

Try to boot with a live CD/DVD system and see if you don't have a hardware issue.
If the machine worked for a couple of days and if it works sometimes, that seems a hardware problem to me.
Last edited by berbae (2014-05-03 08:40:22)

Similar Messages

  • Error when try to change a query in RRMX

    Hello,
    I have a query that another developper created and when i try to change it, i receive a error message "Entry not found" in tcode RRMX.
    How can i recover this query and change it? This query is standard.
    Thanks and best regards,
    Maria

    Other possibilities:
    1. Check with oher developer whether he / she can change the query.
    2. May be something is wrong with the query elements itseld; like variable has " illegal" values or something like that.
    Ravi Thothadri

  • Error out when try to change pwd from admin cossole

    hi any one can help me out please
    when i try to change password from admin console im geting the following error.
    <1292536442986> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 3:54:03 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536443026> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:15 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536935373> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:15 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536935412> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536942525> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >
    ####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <> <> <1292536942590> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >

    From the error message,
    "####<Dec 16, 2010 4:02:22 PM CST> <Info> <Configuration Audit> <stluwladev00> <wlsadmin> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <admin> <1292536942590> <BEA-159907> <USER admin INVOKED ON com.bea:Name=ConfigurationManager,Type=weblogic.management.mbeanservers.edit.ConfigurationManagerMBean METHOD haveUnactivatedChanges PARAMS >"
    I see that the changes were undone by this "haveUnactivatedChanges".Please ensure that you have a lock and edit acquired and do the changes again.

  • Error message received when try to change a CSR

    Hi Experts,
    Could you please check the error I am getting when accesssing the CSR. Currently there is a CSR 1222681 in SMS system which when the user tries to operate anything on the CSR, it gives an error, " 403 Access denied" . Problem is seen only for this particular CSR. What do you think is the root cause of this error? Is it somewhat related to certificate?
    Hoping for your immediate.
    Regards,

    Other possibilities:
    1. Check with oher developer whether he / she can change the query.
    2. May be something is wrong with the query elements itseld; like variable has " illegal" values or something like that.
    Ravi Thothadri

  • Try to change acct email & get "Your account changes couldn't be saved."?

    How to change Adobe account email ?
    When try to change email address at /accounts.adobe.com/account, get 'Your account changes couldn't be saved.'
    Thoughts ?

    Same problem here. Very annoying.

  • Server doesn't start when a deploy fails in WSL8.1

    Hi
    I don't know if that is the normal behaviour, but in WL51 when a deploy fails during a server start, only fails that deploy but the server started.
    Here you can see the log
    ####<14-ene-2005 12H15' CET> <Error> <Deployer> <nodoyuna> <PRJINET-DESA11> <Main Thread> <<WLS Kernel>> <> <BEA-149205> <Failed to initialize the application Cn-EJBS due to error weblogic.management.ManagementException: [Deployer:149233]An unexpected error was encountered during the deployment process. - with nested exception:[java.lang.NoClassDefFoundError: es/cajaduero/SF/SFData].java.lang.NoClassDefFoundError: es/cajaduero/SF/SFData at java.lang.ClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.ProtectionDomain;)Ljava.lang.Class;(Unknown Source) at java.security.SecureClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.CodeSource;)Ljava.lang.Class;(SecureClassLoader.java:123) at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:476) at weblogic.utils.classloaders.GenericClassLoader.findClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:181) at java.lang.ClassLoader.loadClass(Ljava.lang.String;Z)Ljava.lang.Class;(Unknown Source) at java.lang.ClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(Unknown Source) at weblogic.utils.classloaders.GenericClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:223) at java.lang.ClassLoader.loadClassFromNative(II)Ljava.lang.Class;(Unknown Source) at jrockit.vm.Classes.defineClass0(ILjava.lang.String;[BII)I(Unknown Source) at jrockit.vm.Classes.defineClass(Ljava.lang.ClassLoader;Ljava.lang.String;[BII)Ljava.lang.Class;(Unknown Source) at java.lang.ClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.ProtectionDomain;)Ljava.lang.Class;(Unknown Source) at java.security.SecureClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.CodeSource;)Ljava.lang.Class;(SecureClassLoader.java:123) at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:476) at weblogic.utils.classloaders.GenericClassLoader.findClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:181) at java.lang.ClassLoader.loadClass(Ljava.lang.String;Z)Ljava.lang.Class;(Unknown Source) at java.lang.ClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(Unknown Source) at weblogic.utils.classloaders.GenericClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:223) at java.lang.ClassLoader.loadClassFromNative(II)Ljava.lang.Class;(Unknown Source) at jrockit.vm.Classes.defineClass0(ILjava.lang.String;[BII)I(Unknown Source) at jrockit.vm.Classes.defineClass(Ljava.lang.ClassLoader;Ljava.lang.String;[BII)Ljava.lang.Class;(Unknown Source) at java.lang.ClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.ProtectionDomain;)Ljava.lang.Class;(Unknown Source) at java.security.SecureClassLoader.defineClass(Ljava.lang.String;[BIILjava.security.CodeSource;)Ljava.lang.Class;(SecureClassLoader.java:123) at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:476) at weblogic.utils.classloaders.GenericClassLoader.findClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:181) at java.lang.ClassLoader.loadClass(Ljava.lang.String;Z)Ljava.lang.Class;(Unknown Source) at java.lang.ClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(Unknown Source) at weblogic.utils.classloaders.GenericClassLoader.loadClass(Ljava.lang.String;)Ljava.lang.Class;(GenericClassLoader.java:223) at java.lang.ClassLoader.loadClassFromNative(II)Ljava.lang.Class;(Unknown Source) at java.lang.Class.getMethods0(II)[I(Unknown Source) at java.lang.Class.findMethods(I)[Ljava.lang.reflect.Method;(Unknown Source) at java.lang.Class.getMethods(I)[Ljava.lang.reflect.Method;(Unknown Source) at weblogic.ejb20.ejbc.VersionHelper.computeCRC(Ljava.lang.String;Ljava.lang.ClassLoader;)J(VersionHelper.java:355)--------------- nested within: ------------------weblogic.management.ManagementException: [Deployer:149233]An unexpected error was encountered during the deployment process. - with nested exception:[java.lang.NoClassDefFoundError: es/cajaduero/SF/SFData] at weblogic.management.deploy.slave.SlaveDeployer.convertThrowable(Ljava.lang.Throwable;)Ljava.lang.Exception;(SlaveDeployer.java:1017) at weblogic.management.deploy.slave.SlaveDeployer.access$500(Lweblogic.management.deploy.slave.SlaveDeployer;Ljava.lang.Throwable;)Ljava.lang.Exception;(SlaveDeployer.java:124) at weblogic.management.deploy.slave.SlaveDeployer$Application.prepare()V(SlaveDeployer.java:2928) at weblogic.management.deploy.slave.SlaveDeployer.prepareAllApplications(Z)V(SlaveDeployer.java:967) at weblogic.management.deploy.slave.SlaveDeployer.resume()V(SlaveDeployer.java:349) at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume()V(DeploymentManagerServerLifeCycleImpl.java:229) at weblogic.t3.srvr.SubsystemManager.resume()V(SubsystemManager.java:131) at weblogic.t3.srvr.T3Srvr.resume()V(T3Srvr.java:966) at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:361) at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)> ...
    ####<14-ene-2005 12H15' CET> <Emergency> <Deployer> <nodoyuna> <PRJINET-DESA11> <Main Thread> <<WLS Kernel>> <> <BEA-149229> <Server PRJINET-DESA11 in cluster PRJINET-DESA-CLUSTER1 is unable to initialize due to failed deployments.> ####<14-ene-2005 12H15' CET> <Error> <Deployer> <nodoyuna> <PRJINET-DESA11> <Main Thread> <<WLS Kernel>> <> <BEA-149601> <The deployment framework was unable to resume accepting requests.> ####<14-ene-2005 12H15' CET> <Emergency> <WebLogicServer> <nodoyuna> <PRJINET-DESA11> <Main Thread> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: [Deployer:149601]The deployment framework was unable to resume accepting requests.[Deployer:149229]Server PRJINET-DESA11 in cluster PRJINET-DESA-CLUSTER1 is unable to initialize due to failed deployments.>
    Thanks in advanced
    regards
    Jaime

    Unfortunately, this is normal behaviour for WLS 8.1.
    I personally find this to be a non-robust design. I have 10-15 apps per domain, why kill the whole domain for one bad deployment? I am going to open a change request with BEA.

  • 1131AG Fails When Physical Location Changes

    I'll keep this as short as possible. I have a couple hundred 1131AG APs deployed with WiSM controllers. Controllers and APs are running 5.1.151.0. The environment has been stable for over a year. We recently had to make some changes which required us to redeploy some of the APs. The APs are located in ceiling tile enclosures. The APs are powered via PoE from 3750s.
    When I moved the first group of APs, several of them failed to come back online in the new locations. The switchports were configured identical and every other aspect was the same except the cable from the AP to the switch and the switch was different, although still a 3750 with the same port config. We ruled out the cable and the switchport after testing. After finding APs that worked correctly, I took the bad APs to a known good drop where we have a temp AP installed. I used the drop to test the failed APs. On every AP I tested, with the assistance of TAC, the problem was the same "Ethernet port failed to initialize". Even after removing the config and restoring the AP to defaults, the ethernet port still would not come up. I left them alone for a while and completed a couple other projects I had and came back to the troubleshooting today (about 3 weeks after the failures). During the 3 week gap, 7 other APs failed with the same symptoms. TAC diagnosed the issue as a hardware failure (Ethernet Port).
    Today I took each AP and powered them up with the same drop I used to test before. Every AP came online, associated to a controller and was working just fine. So I took the AP from the test site, back to the proper location and installed it. It failed again. When checking the CLI, the AP goes into LWAPP discovery. It shows the LWAPP Broadcast to 255.255.255.255, then the Ethernet port goes down, then up, then down, then up, continuously. The LED on the face of the AP cycles orange, green, and red repeatedly. I took the AP to the switch and cabled it to the switch, bypassing the drop and used a different port with the same results. I immediately took the AP downstairs, connected it back to the test drop, consoled in, and watched as it booted, pulled an IP, and immediately associated to the controller. This procedure was followed for every failed AP, all with the same results. Has anyone encountered anything like this?
    Thanks, Myshka

    I was saving the firmware upgrade as a last resort. :) But it's looking like I am going to be left with no other choices. I have a lunch meeting tomorrow with a Cisco engineer and will pick his brain as much as I can. I will post here if I get some good info out of the meeting. If not, code upgrade here I come.

  • When i try to change my screen saver on my Mac 10.7.2 Lion, i hear a clicking noise on my computer and then it gets hung. Please help

    When i try to change my screen saver on my Mac 10.7.2, i hear a clicking noise on my computer and then it gets hung. Please help. Off late my computer is taking too long to open documents etc.

    If you hear a clicking noise, as in mechanical I'd be thinking along the lines of failing hard drive. Especially as you mention other problems.
    Boot from another disk if you have one and do a verify disk or use somethinglike Disk Warrior or Tech Tool.

  • Why do I get the spinning beach ball when I try to change from Events to Photos.  How do I fix it?

    Why do I get the spinning beach ball when I try to change from Events to Photos.  How do I fix it?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • RPM error Message- when try to select Price Changes - Create Price Change

    Hi, can anyone help me with this error message.
    I am getting this error message when I try to open Price Changes -> Create Price Change in RPM.
    Also the same error is thrown when I link codes -> Create Link codes.
    com.retek.platform.exception.RetekNetworkException: Server connection failed and retries were not successful .
    exception id: null
         at com.retek.platform.service.ServiceAccessor.callRemoteMethod(ServiceAccessor.java:383)
         at com.retek.rpm.app.RPMServiceAccessorProxy.remoteTransaction(RPMServiceAccessorProxy.java:24)
         at com.retek.platform.service.ServiceAccessorProxy.invoke(ServiceAccessorProxy.java:52)
         at $Proxy5.resolveRequests(Unknown Source)
         at com.retek.rpm.gui.request.RpmRequestResolver$1.getValue(RpmRequestResolver.java:60)
         at com.retek.platform.client.util.SynchronousWorker$1.run(SynchronousWorker.java:67)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.Worker.post(Worker.java:108)
         at foxtrot.Worker.post(Worker.java:131)
         at com.retek.platform.client.util.SynchronousWorker.runSynchronousTask(SynchronousWorker.java:61)
         at com.retek.platform.client.gui.framework.FrameworkUtil.runSynchronousTask(FrameworkUtil.java:141)
         at com.retek.platform.client.gui.framework.ContentContainerImpl.runSynchronousTask(ContentContainerImpl.java:678)
         at com.retek.platform.client.gui.framework.ContentContainerContextImpl.runSynchronousTask(ContentContainerContextImpl.java:119)
         at com.retek.platform.client.gui.framework.ContentContainerContextImpl.runSynchronousTask(ContentContainerContextImpl.java:112)
         at com.retek.rpm.gui.request.RpmRequestResolver.resolve(RpmRequestResolver.java:87)
         at com.retek.request.RequestManager.doResolve(RequestManager.java:123)
         at com.retek.rpm.gui.request.RpmRequestManager.resolve(RpmRequestManager.java:26)
         at com.retek.rpm.gui.pricechanges.PriceChangePanel.<init>(PriceChangePanel.java:95)
         at com.retek.rpm.gui.pricechanges.PriceChangeCreateWorkflow.doInit(PriceChangeCreateWorkflow.java:34)
         at com.retek.rpm.gui.RPMAbstractPage.init(RPMAbstractPage.java:164)
         at com.retek.platform.client.gui.framework.ContentSessionImpl$1.getValue(ContentSessionImpl.java:138)
         at com.retek.platform.client.util.SynchronousWorker$1.run(SynchronousWorker.java:67)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.retek.platform.exception.RetekNetworkException: java.rmi.RemoteException: EJB Exception: ; nested exception is:
         com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at com.retek.platform.service.EjbServiceLocator$ServiceToEjbAdaptor.invoke(EjbServiceLocator.java:381)
         at $Proxy1.executeCommand(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
         at com.retek.platform.service.ServiceAccessor.callRemoteMethod(ServiceAccessor.java:300)
         ... 28 more
    Caused by: java.rmi.RemoteException: EJB Exception: ; nested exception is:
         com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_EOImpl_1033_WLStub.executeCommand(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.retek.platform.util.ForwardingProxy.invoke(ForwardingProxy.java:252)
         at com.retek.platform.util.ForwardingProxy.invoke(ForwardingProxy.java:194)
         at com.retek.platform.service.EjbServiceLocator$ServiceToEjbAdaptor.invoke(EjbServiceLocator.java:378)
         ... 34 more
    Caused by: com.retek.platform.exception.RetekUnknownSystemException: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at com.retek.rpm.domain.core.service.RPMSessionBeanCommand.execute(RPMSessionBeanCommand.java:94)
         at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb.executeCommand(RPMCommandExecutionServiceEjb.java:114)
         at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_EOImpl.executeCommand(RPMCommandExecutionService_7g9s0b_EOImpl.java:128)
         at com.retek.rpm.app.core.service.RPMCommandExecutionService_7g9s0b_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: com.retek.platform.exception.RetekUnknownSystemException: Error executing service call: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275 [method=com.retek.rpm.app.core.service.RequestBrokerAppService.resolveRequests, params=com.retek.platform.service.ClientContextjava.util.LinkedHashSet]
         at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb$1.doExecute(RPMCommandExecutionServiceEjb.java:100)
         at com.retek.rpm.domain.core.service.RPMSessionBeanCommand.execute(RPMSessionBeanCommand.java:78)
         ... 12 more
    Caused by: com.retek.platform.exception.RetekUnknownSystemException: java.lang.reflect.InvocationTargetException
    exception id: 1304356963275
         at com.retek.rpm.app.core.service.RequestBrokerAppServiceImpl.resolveRequests(RequestBrokerAppServiceImpl.java:93)
         at sun.reflect.GeneratedMethodAccessor495.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
         at com.retek.rpm.app.core.service.RPMCommandExecutionServiceEjb$1.doExecute(RPMCommandExecutionServiceEjb.java:94)
         ... 13 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor556.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:282)
         at com.retek.rpm.app.core.service.RequestBrokerAppServiceImpl.resolveRequests(RequestBrokerAppServiceImpl.java:79)
         ... 18 more
    Caused by: com.retek.platform.persistence.PersistenceException: Hibernate Error
    exception id: 1304356963275
         at com.retek.rpm.domain.core.persistence.PersistenceManagerImpl.find(PersistenceManagerImpl.java:91)
         at com.retek.rpm.domain.core.service.BusinessObjectServiceImpl.find(BusinessObjectServiceImpl.java:49)
         at com.retek.rpm.app.admin.service.SystemOptionsAppServiceImpl.getSystemDefaultsVO(SystemOptionsAppServiceImpl.java:28)
         ... 23 more
    Caused by: net.sf.hibernate.UnresolvableObjectException: No row with the given identifier exists: com.retek.platform.bo.StringObjectId@43, of class: com.retek.rpm.domain.core.bo.DiffTypeImpl
         at net.sf.hibernate.UnresolvableObjectException.throwIfNull(UnresolvableObjectException.java:38)
         at net.sf.hibernate.impl.SessionImpl.internalLoad(SessionImpl.java:1964)
         at net.sf.hibernate.type.ManyToOneType.resolveIdentifier(ManyToOneType.java:69)
         at net.sf.hibernate.type.EntityType.resolveIdentifier(EntityType.java:208)
         at net.sf.hibernate.impl.SessionImpl.initializeEntity(SessionImpl.java:2219)
         at net.sf.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:319)
         at net.sf.hibernate.loader.Loader.doQuery(Loader.java:309)
         at net.sf.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:138)
         at net.sf.hibernate.loader.Loader.doList(Loader.java:1063)
         at net.sf.hibernate.loader.Loader.list(Loader.java:1048)
         at net.sf.hibernate.loader.CriteriaLoader.list(CriteriaLoader.java:118)
         at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:3660)
         at net.sf.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:238)
         at com.retek.rpm.domain.core.persistence.PersistenceManagerImpl.find(PersistenceManagerImpl.java:86)
         ... 25 more
    Thanks
    saima
    Edited by: 856041 on May 2, 2011 10:41 AM

    This is the output i get when i change the getMessage with printStackTrace.
    String getMessage() replaced with printStackTrace:
    G:\studies\Chapter11\MakeDB.java:33: 'void' type not allowed here
                   System.out.println("Could not drop primary key on UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:43: 'void' type not allowed here
                   System.out.println("Could not drop UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:54: 'void' type not allowed here
                   System.out.println("Could not drop Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:64: 'void' type not allowed here
                   System.out.println("Could not drop Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:83: 'void' type not allowed here
                   System.out.println("Exception creating Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:102: 'void' type not allowed here
                   System.out.println("Exception creating Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:119: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:133: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks index: "
    ^
    G:\studies\Chapter11\MakeDB.java:159: 'void' type not allowed here
                   System.out.println("Exception inserting user: "
    ^
    9 errors
    Tool completed with exit code 1

  • Deployment of remotely staged application failed

    Here is my environment setup -
    I have DOMAIN 1 on BOX 1 and DOMAIN 2 on BOX 2.
    They both share the same disk space on BOX 3.
    From BOX1, I staged the deploy of application App1 in DOMAIN 2 which is in offline mode. This application is available in the shared disk space and is available to bot DOMAIN 1 and DOMAIN 2.
    On DOMAIN 2 startup, the application deployment fails with the following error -
    ###<Aug 6, 2009 11:52:19 AM PDT> <Error> <Deployer> <ESS_managed> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1249584739189> <BEA-149205> <Failed to initialize the application 'App1 [Version=V2.0]' due to error weblogic.management.DeploymentException: Exception occured while downloading files.
    weblogic.management.DeploymentException: Exception occured while downloading files
    java.io.IOException: [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "0". Underlying error is: "[DeploymentService:290065]Deployment service servlet encountered an Exception while handling the deployment datatransfer message for request id "0" from server "ESS_managed". Exception is: "Could not find DeploymentMBean for 'App1#V2.0' for deployment request '0'"."
         at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:86)
         at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
    Any idea what could be happening?
    Thanks!
    Harsha

    This was a network issue. When I re-staged the deploy and restarted the server, application deployed successfully.

  • My Excel with PowerPivots acts weird, it hangs when i try to change font color

    Hi 
    I am facing a weird issue using PowerPivot in my workbook, there is a worksheet named Charts in my workbook and all the charts i am using resides in that worksheet. Whenever i try to change the font color in that sheet, my excel's color palette goes blur
    and then everything just freezes and turns black. This problem is happening only with Charts worksheet, when i try to change the color in other sheets, it works just, the problem is only with Charts sheet. File
    size is 16 MB, there are just 10 pivot tables with some calculations and some calculated fields. There are no add-ins other than PowerPivot. 
    Thanks,
    Shanker

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Do you receive any error message?
    Which Excel version are you using?  Excel 2013 or other?
    Which workbook format are you using? XLS or XLSX?
    Are you performing any specific task?
    According to your description, this issue seems only occur with the special worksheet "Charts".
    Firstly, I recommend we copy all of the content to a new/blank Excel file to test.
    If it works fine, this issue might be caused by the "Charts" workbook itself. We'd better check the "Charts" workbook. Or re-build the file with a new workbook.
    If it still makes Excel hang with a new file, this issue might due to the content. Please check the content first.
    Secondly, we could follow below KB to troubleshoot this issue:
    https://support2.microsoft.com/kb/2758592/en-us?wa=wsignin1.0
    Thirdly, if the issue still exists, we may try to collect the Event log and App crash dump file to do advanced troubleshooting.
    Event log:
    http://windows.microsoft.com/en-US/windows7/Open-Event-Viewer
    App crash dump file:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing
    it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\EXCEL.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Excel
    to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • TS2446 itunes will not take my security answers, and when i try to change them it asks me again and it still wont take it, i cant make any purchases. HELP!

    I dont know what to do it wont take my security answers when i answer them correctly, and when i try to change them it askes me for them again and still wont take them, and the worst part is i cant make any purchases. Please help its been going on forever. Btw i just got a new laptop and i synced my iphone with it, and for the First Purchase i have to answer the secutiry questions. See my problem?

          Congratulations on being the next victim of Apple's current SNAFU!      
    If you don't have a rescue email address set, then you're SoL.
    If you do, then reset your info and check in there.
    If not, you'll have to contact iTS, and wait for God knows how long for Apple to complete its pending investigation in this SNAFU.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Skype crashes upon call and when i try to change m...

    Recently (Or not, it's been like a month) I've been having issues with Skype 7.0 or any versions more recent than that. Every time I host or join a call and every time I try to change my profile picture my Skype goes "Not responding" and seconds later my PC freezes. But legit FREEZES: I can't go to start menu, I can't open windows taskmanager, I can't alt + tab, nothing. I have to hard restart my pc.
    I've tried downgrading to 6.14 and that works perfectly. Until I turn off my pc and start it up again because for some weird reason, whenever I start my PC and Skype opens up it's back to 7.0 or 7.3 or 7.4, even with automatic updates turned off. I've updated all my drivers, started my PC with nothing plugged in but the power cord and it's still doing the thing.
    I've been uninstalling Skype and reinstalling 6.14 every day for weeks now, I'm sick of it. 
    I need help. (I've included my DxDiag since I see a lot of support staff ask for it)
    Attachments:
    DxDiag.zip ‏6 KB

    Can you see your Logitech HD Webcam C525 webcam working when testing on this online test site?
    http://www.trust.com/en/faq/webcam

  • Every time I try to replace text on a brochure template, the colors inexplicably change- and when I try and change the color, it doesn't let me- help, very frustrated:)  Please respond in laymen's terms:P

    Hello Everyone,
    I am working with the Green Grocery Newsletter Template, and I am trying to substitute the text.  As an example of my issue, when I highlight the title text and start typing, it turns blue, even though the text color box still shows green.  Actually, any text I try to replace turns blue!  If I try to change the color of my blue text, the text color box shows the new color, but the text on the template is of course, still blue.
    Please help:)! So frustrated and on a deadline.
    Thank you:)!
    Kindra

    Just wondering, when you pull up the inspector, is the writing that is coming up blue a hyperlink (when you click on it, will it take you to a web page or an e-mail)?

Maybe you are looking for

  • After syncing music to ipod shuffle ipad does not turn on today

    after syncing music from itunes to ipod shuffle yesterday (from my computer) now the ipad2 is just on the apple screen

  • Involves Stack, push and pop

    Hi, I have this exercise which I'm not sure how to approach: Evaluate the following expresion, where '+' menas "push the following letter onto the stack," and '-' means "pop the top of the stack and print it": "+U+n+c---+e+r+t---+a-+i-+n+t+y---+ -+r+

  • IPod shuffle wont connect to my MAC

    My shuffle is brand new, but I can't connect to my iBook G4. Everything is updated. iTunes will read it, but tells me that I have to restore it. I have restored it, both through iTunes and the Utility one, and nada. But for some reason, it works with

  • Configuring ssh for kerberos

    Hi , I am using solaris 4.8 as my ssh server , Mac OS x 10.5 as ssh client and Mac OS X server as my KDC. I am newbie in solaris. I have successfully configured password less ssh with the help of GSSAPI authentication for ssh server on mac machine. B

  • How can I save zoom setting for a DOCUMENT so it opens at that setting?

    I find an optimal zoom setting for a document I'd like to use (say 42%) and want the document to open at that setting.  I save the document with File>Save Copy.  However when I open the document, it opens at the DEFAULT zoom setting set in the Prefer