Upgrading to WLS 12.1.3 only to hit metro-default.xml not found issue

Application is happily deployed and working in WLS 12.1.2 and in WebSphere 8.5.5. Recently tried to upgrade to WLS 12.1.3 and we get the following. Any thoughts?
Aug 01, 2014 9:45:21 AM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized
INFO: WSSERVLET12: JAX-WS context listener initializing
Aug 01, 2014 9:45:21 AM [com.sun.xml.ws.assembler.MetroConfigLoader]  <init>
SEVERE: MASM0001: Default configuration file [ metro-default.xml ] was not found
<Aug 1, 2014 9:45:21 AM GMT> <Error> <com.sun.metro.assembler> <BEA-000000> <MASM0001: Default configuration file [ metro-default.xml ] was not found>
Aug 01, 2014 9:45:21 AM com.sun.xml.ws.transport.http.servlet.WSServletContextListener parseAdaptersAndCreateDelegate
SEVERE: WSSERVLET11: failed to parse runtime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
at com.sun.xml.ws.assembler.MetroConfigLoader.init(MetroConfigLoader.java:142)
at com.sun.xml.ws.assembler.MetroConfigLoader.<init>(MetroConfigLoader.java:119)
at com.sun.xml.ws.assembler.TubelineAssemblyController.getTubeCreators(TubelineAssemblyController.java:122)
at com.sun.xml.ws.assembler.MetroTubelineAssembler.createServer(MetroTubelineAssembler.java:173)
at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:193)
at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:337)
at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:332)
at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:164)
at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:577)
at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:560)
at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.parseAdapters(DeploymentDescriptorParser.java:303)
at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.parse(DeploymentDescriptorParser.java:179)
at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.parseAdaptersAndCreateDelegate(WSServletContextListener.java:131)
at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:152)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:678)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
at weblogic.servlet.internal.EventsManager.executeContextListener(EventsManager.java:243)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:200)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:185)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1838)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2876)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1661)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:823)
at weblogic.application.internal.ExtensibleModuleWrapper$StartStateChange.next(ExtensibleModuleWrapper.java:360)
at weblogic.application.internal.ExtensibleModuleWrapper$StartStateChange.next(ExtensibleModuleWrapper.java:356)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:138)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:216)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:211)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:73)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:24)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:226)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:418)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:210)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:118)
at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:78)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.glassfish.hk2.utilities.reflection.ReflectionHelper.invoke(ReflectionHelper.java:1017)
at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:388)
at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:430)
at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)
at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)
at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)
at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)
at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)
at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:548)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
<Aug 1, 2014 9:45:21 AM GMT> <Error> <com.sun.xml.ws.server.http> <BEA-000000> <WSSERVLET11: failed to parse runtime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
at com.sun.xml.ws.assembler.MetroConfigLoader.init(MetroConfigLoader.java:142)
at com.sun.xml.ws.assembler.MetroConfigLoader.<init>(MetroConfigLoader.java:119)
at com.sun.xml.ws.assembler.TubelineAssemblyController.getTubeCreators(TubelineAssemblyController.java:122)
at com.sun.xml.ws.assembler.MetroTubelineAssembler.createServer(MetroTubelineAssembler.java:173)
at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:193)
Truncated. see log file for complete stacktrace
>
<Aug 1, 2014 9:45:21 AM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.xml.ws.transport.http.servlet.WSServletContextListener failed: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found.
com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.parseAdaptersAndCreateDelegate(WSServletContextListener.java:141)
at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:152)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:678)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
Truncated. see log file for complete stacktrace
Caused By: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
at com.sun.xml.ws.assembler.MetroConfigLoader.init(MetroConfigLoader.java:142)
at com.sun.xml.ws.assembler.MetroConfigLoader.<init>(MetroConfigLoader.java:119)
at com.sun.xml.ws.assembler.TubelineAssemblyController.getTubeCreators(TubelineAssemblyController.java:122)
at com.sun.xml.ws.assembler.MetroTubelineAssembler.createServer(MetroTubelineAssembler.java:173)
at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:193)
Truncated. see log file for complete stacktrace
>

I have the exact same issue after upgrade from 12.1.2 to 12.1.3:
<Sep 9, 2014 1:25:46 PM CEST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: weblogic.management.DeploymentException: com.sun.xml.ws.transport.http.servlet.WSServletException: WSS
ERVLET11: failed to parse runtime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] wa
s not found
        at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:140)
        at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:216)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:211)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
        Truncated. see log file for complete stacktrace
Caused By: weblogic.management.DeploymentException: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse r
untime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
        at weblogic.servlet.internal.WebAppServletContext.initContainerInitializer(WebAppServletContext.java:1397)
        at weblogic.servlet.internal.WebAppServletContext.initContainerInitializers(WebAppServletContext.java:1331)
        at weblogic.servlet.internal.WebAppServletContext.initContainerInitializers(WebAppServletContext.java:1317)
        at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1834)
        at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2876)
        Truncated. see log file for complete stacktrace
>
<Sep 9, 2014 1:25:46 PM CEST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/con
sole.portal?_nfpb=true&_pageLabel=AppDeploymentsControlPage.>
<Sep 9, 2014 1:26:14 PM CEST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/con
sole.portal?_nfpb=true&_pageLabel=AppDeploymentsControlPage.>
<Sep 9, 2014 1:26:45 PM CEST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application "workBe
nchWeb".>
<Sep 9, 2014 1:26:45 PM CEST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: weblogic.management.DeploymentException: com.sun.xml.ws.transport.http.servlet.WSServletException: WSS
ERVLET11: failed to parse runtime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] wa
s not found
        at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:140)
        at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:216)
        at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:211)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
        Truncated. see log file for complete stacktrace
Caused By: weblogic.management.DeploymentException: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse r
untime descriptor: java.lang.IllegalStateException: MASM0001: Default configuration file [ metro-default.xml ] was not found
        at weblogic.servlet.internal.WebAppServletContext.initContainerInitializer(WebAppServletContext.java:1397)
        at weblogic.servlet.internal.WebAppServletContext.initContainerInitializers(WebAppServletContext.java:1331)
        at weblogic.servlet.internal.WebAppServletContext.initContainerInitializers(WebAppServletContext.java:1317)
        at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1834)
        at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2876)
        Truncated. see log file for complete stacktrace
>

Similar Messages

  • After upgrading a domain I am getting .....config.xml not found error

    upgraded domain from 10.3.0 to 10.3.2
    while upgrading one message was..
    "no servers are detected under this directory"
    and now after my upgrade is successfully done its showing me that "the config.xml not found"...

    If you live near an Apple Store, make a Genius Bar appointment to have the computer tested. Supposedly there is no charge for testing. Use 2nd link if not near an Apple Store or aren’t in the US.       Hardware Repair - Keeping Confidential Data Safe
    Genius Bar Reservation US
    Authorized Service Provider

  • Upgrading to 11.1.1.2, registry.xml not found and oracle_common not found

    We are running OFM 11.1.1.1, with the OID component only (and no weblogic domain). We're trying to upgrade to 11.1.1.2, and when running the ant master-patch-schema command, we're getting the following errors:
    validate-file-exists:
    [echo] Error: ** file location /ora01/app/oracle/product/middleware/Oracle_IDM1/registry.xml is not found
    validate-file-exists:
    [echo] Error: ** dir location /ora01/app/oracle/product/middleware11g/oracle_common is not found
    Has anyone seen this before?
    TIA,
    Eileen
    Edited by: EileenRoach on Sep 29, 2010 5:03 PM

    I worked through this issue with the assistance of Oracle Support. What we ended up doing was the following:
    1) Install (do not configure) the 11.1.1.2.0 verion
    2) patchMaster.properties should have these values filled in:
    patchMaster.Componentlist=OID
    patchMaster.Schemaurl=jdbc:oracle:thin:@<hostname>:<port>:<sid>
    patchMaster.Schemauser=SYS AS SYSDBA
    patchMaster.Schemaprefix=ODS
    patchMaster.Mwhomenew=/ora01/app/oracle/product/middleware11g
    patchMaster.Mwhomeold=/ora01/app/oracle/product/middleware
    patchMaster.Oracleinstancenewlist=/ora01/app/oracle/product/middleware11g/asinst_1
    patchMaster.Oracleinstanceoldlist=/ora01/app/oracle/product/middleware/instances/asinst_1
    patchMaster.Oraclehomenew=/ora01/app/oracle/product/middleware11g/Oracle_IDM1
    patchMaster.Oraclehomeold=/ora01/app/oracle/product/middleware/Oracle_IDM1
    patchMaster.Loglevel=debug
    patchMaster.ValidationErrorContinue=true
    The ValidaitonErrorContinue=true basically means ignore errors and continue -- so we ignored the files not found errors.
    3) run the 'ant master-patch-schema' command
    4) run the 'ant master-patch-oinstance' command
    5) copy the wallets folder and files (the ewallet.p12 and cwallet.sso files did not get migrated)
    6) Modify environment variables and custom start up scripts for new middleware and instance home directories

  • Database upgrade from 7.5 to 7.6.0.12 - AK Catalog information not found:00

    I just upgraded a database to 7.6.0.12. The catalog of the upgraded database is corrupt for one user. When I try to view the triggers defined for the user I get this message :
    General error;-9205 POS(1) System error: AK Catalog information not found:0000000000000000007200
    SELECT * FROM "DOMAIN"."TRIGGERS"
    All other entities, tables, sequences, procs appear to be valid. Another user's entities are all present and correct, including triggers.
    How can I repair the catalog to allow me to recreate the missing triggers?

    Hi again Joe,
    with the help of the vtrace you provided, we found out the TABID of the involved table: 0x000000000000051E
    We now need to find out which table it is:
    SELECT SCHEMANAME, TABLENAME FROM TABLES WHERE TABLEID = x'000000000000051E'
    After finding out the relevant table, there are two options:
    1. delete the triggers for this table
    or
    2. copy the table in a new table, delete the old table and rename the new table to the old table:
    CREATE TABLE <schema>.<new_table> AS SELECT * FROM <schema>.<old_table>
    DROP TABLE <schema>.<old_table>
    RENAME TABLE <schema>.<new_table> TO <schema>.<old_table>
    This all (point 1 AND 2) should preferably be done within a transaction, so it can be rollbacked, should anything go wrong.
    Please note that in point 2 that all given privileges, defined views and indexes no longer apply or exist, these have to be regiven/recreated.
    It might thus be a good idea to check if there are views defined using the table <schema>.<old_table> BEFORE following the steps of point 2.
    Regards,
    Roland

  • Cannot bring up saved page, complete or HTML only, if disconnected from internet: "Server not found"

    I right clicked, chose "Save Page As...", chose both HTML Only and Complete on 2 different tries. When I tried to bring the page back up when disconnected from the internet network, I receive the "Server Not Found" error page. I shouldn't have to be connected to bring a saved page back up. I've not had this happen before, and it has only happened w/ a particular page, but one which is perfectly normal. What might be the explanation and solution? Thank you.
    Jeff Bowrs

    I would start with seeing if the Web Browser on the G4 can get to 192.168.0.1 which should be the web server (Set Up pages) on the router.
    If that does not work I would double check the cable (Use another).
    If you can I would connect two computers together and see if the Self Assigned IP (169.xxx.xxx.xxx) works to eliminate the Ethernet Card.
    You have no connection to the Internet.
    You need to sort out where it is breaking down.
    As other devices seem to get on the 'Net then it would appear to be:-
    The Ethernet Port on the routing device.
    The Cable itself.
    The Card or Port on the Mac
    10:56 PM Wednesday; August 25, 2010

  • WINDOWS UPGRADE FROM V8 TO V8.1 ONLY THE EDIT PORTION WILL OPEN NOT THE ORGANIZER

    Uninstalled PSE12 and reinstalled it over 15 times. Win8.1.  Had system checked out by Dell.  Adobe live support in non-existent.  Editor works fine but no reference to the Organizer, not even on the shortcut.. I Even tried the trial version.  Everything was working since Sept 2013  then stopped about 4 weeks ago or so. In Jan 2014 upgraded win8 to win8.1  .  Where is tech support login function? Will not buy PSE13 till PSE12 works..

    So are you saying you don't have an Organizer icon in the Editor or that when you click it nothing happens?
    This is on Windows 8.1 Update 1:

  • HT1338 after upgrading to Mountain Lion the HP printer drivers for my C4680 are not found on the Mac store (per my Mac Book)

    My computer cannot install a printer after I upgraded to Mountain Lion. I have downloaded the HP printer drivers from the Mac Store. I click on add printer on Print and scan, the printer is connected via USB. I get a message that the drivers on not on Mac Store and cannot be installed.

    True, not part of the list.
    An older printer? You can only try contacting HP. Note that Apple is only the "distributor" of these drivers; HP as the vendor develops them. Or not...

  • Upgrade Acrobat X standard to X pro get error 1334 "convertxf.exe" not found on install

    Have operational Acrobate X Standard software already on my PC using Windows XP
    upgraded to Acrobate X Pro, dowloaded with no problems, During install encountered the following error:
    Error 1334. The file
    "convertxf.exe, 715C03BA_A57B_4264_80D9_38D98029F5A7"
    cannot be installed because the files cannot be found in cabinet file
    'Data 1.cab'. This could indicate a network error, an error reading
    from the CD-ROM, or a problem with this package.
    The Data 1. Cab file look to me to be orignally down loaded with the Acrobate X standard. I have re-downloaded Acrobate X standard and re-installed I still have the same problem. I have also re-down loaded and re-installed Acrobate X Pro, same problem.
    Any suggenstions? 

    Are you able to remove Acrobat 10 Standard using the Programs & Features control panel?

  • Upgrading iTunes for Windows 7.4.3.1 to 7.5 - Quicktime not found?

    My version of iTunes (7.4.3.1) works fine, as does QuickTime (v7.2) independent of iTunes. Yet, running the download for iTunes 7.5 results in an error message that installation cannot continue as QuickTime is needed. I downloaded the update a second time, with the same result.
    Checking for updates to QuickTime yields the message that my software is up to date.
    Anyone else encounter this issue? Have a resolution?

    Did the installer at some point ask for a reboot and you didn't reboot? If you don't reboot when it asks you to, I believe that the two Quicktime files in C:\Windows\System32 are not being correctly deleted as part of the uninstall of the previous version of Quicktime.
    Try manually uninstalling Quicktime from the Add or Remove Program Control Panel (XP) or the Programs and Features Control Panel (Vista). Rebooting and manually deleting the two Quicktime files, QuickTime.qts and QuickTimeVR.qtx, in C:\Windows\System32 -- unless you're running a 64 bit OS, in which case they will be in C:\Windows\SysWOW64. (See it really helps me when you fill out the configuration information at the bottom of the post.) And then re-running the iTunes installer.

  • After upgrading to IOS 7, I can only transfer songs to my iPhone 5 that I bought on iTunes. Cannot xfer songs I burned from CD.

    After upgrading to IOS 7, I can only transfer songs to my iPhone 5 that I bought on iTunes. I cannot transfer songs I burned from CD. When I drag them to my phone in iTunes, my phone appears to be updating, but the songs don't show up there.
    I'm using IOS 7.1.2 and iTunes 11.3.0.54. WIndows 7.
    Thanks.

    This has worked for many folks according to the feedback I have gotten:
    Un-sync all your music to remove it from the device, then restart (hold down the home button along with the sleep/wake button until you see the apple, then let go). Now re-sync your music.

  • After upgrading to windows 7, HP CP1215 only prints in black and white !! any Idea any one??

    After upgrading to windows 7, HP CP1215 only prints in black and white !! any Idea any one??
    Connected to a Dell 1525 laptop via usb cable

    Unplug the printer, and uninstall it. Then download the Windows 7 CP1215 plug and play driver package from www.hp.com. Install the printer using that package.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • HT201412 after upgrading to newer iOS version 6 only my iphone 4 got turned off.

    hi ,
    after upgrading to newer iOS version 6 only my iphone 4 got turned off. it could not turned.. contacted apple store they tried all the option .. solution was replace with other iphone4 by paying £119, Which is really not the new one, its refurbished one..

    So what's your question?

  • I have completed the upgrade to OS X Yosemite on my MacBook 5,4 only to find that iPhoto will not open. Can anyone help me please.l

    just completed the upgrade to os x Yosemite on my MacBook 5,4 only to find that iPhoto will not open. It came up with a message that I go to the app store and upgrade to the latest version of iPhoto , however the App Store also refuses to open. I would really appreciate  any help. Thank you

    Hi Terence
    I have the same problem after installing yosemite. When I want to update it give the following message..
    This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled.
    Should I contact apple directly?
    Thanx for your time

  • I upgraded from snow leopard to mavericks only to find that my backup files of all my CS3 indesign, illustrator, photoshop wo't run, how do I uninstall mavericks and get my old system back

    I upgraded from snow leopard to mavericks only to find that my backup files of all my CS3 indesign, illustrator, photoshop wo't run, how do I uninstall mavericks and get my old system back.  I retired from graphics a few years back but still have old clients I do work for and maintain files for.  Would not have upgraded if I had known of the incompatability.

    You did not due any due dilligence to investigate if your legacy apps would run, you should upgrade your apps. However if you feel you have to downgrade back to SL then click
    https://discussions.apple.com/docs/DOC-6162
    for directions.

  • HT1551 upgraded to new software - now I only see settings & computers tab

    upgraded to new software - now I only see settings & computers tab
    I don`t see all the other icons.
    Please help.
    Charl

    Check your Apple TV is connected to the internet and that your iTunes store location is set correctly.
    Try restarting the Apple TV by removing ALL the cables for 30 seconds, or resetting it using the reset option under general. You should also try restarting your router.

Maybe you are looking for

  • How to increase the number of access to a list

    Hi, I have a list with many numbers, for example [234, 235, 236, 237 .....]. If I want access to  the first value of the list I can use for example the command: "put MyList [1]" and I get 234. Now I need to have a script that increases the number in

  • Rating scale and text

    I am using the rating scale and want to include a text field for additional information.  Ideally I'd like the scale with the text field to the right but otherwise it could go underneath.  However, I don't want to have to keep repeating the scale.  A

  • OO ABAP MATERIAL NEEDED

    pls send me OO ABAP material and some example programs.

  • RM06IBI0 Batch-Input record info Unicode

    help me, launching the program standards RM06IBI0, I get this error : Errore run-time        CONVT_CODEPAGE Eccezione              CX_SY_CONVERSION_CODEPAGE Data e ora             17.04.2009 10:55:09 At the conversion of a text from codepage '4110' t

  • Iphone backup of contacts and pictures

    Please forgive my ignorance. I backed up my iphone 3G to my laptop.  It says it's done but where did it backup to? Is it readable? I am mostly concerned about my contacts and pictures and I want to verify the backup for that warm fuzzy feeling.  Plea