Encounter an error when create initial full deployment

Hi all,
I initiated a full deployment after configure the deployment agent in the admin console, when the deployment process goes to about 57%, it indicated the following error.
Deployment Status: atg.deployment.common.Resources->ERROR_APPLY : Error Applying
Last Execution Time: 160.672 seconds
Total Execution Time: 160.672 seconds
Deployment Failed 57% atg.deployment.common.Resources->ERROR_APPLY : Error Applying
Error Message:
atg.deployment.common.Resources->DEP_ERR_DISTRIUBTED_EXCEPTION : Deployment '3300003' to target 'tar296' encountered a system level deployment error during data transfer.
Deployment Errors
Error Message Asset Timestamp
Deployment Failed xsku2509_8:clothing-sku 2011-07-01 02:38:44.669
Can someone help me resolving this error? thank you.
here is the error log
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager     item = repositoryMarker:mark505672 cause = atg.deployment.DistributedDeploymentException: Destination item productTranslation:xlatexprod2160 is null
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.repository.RepositoryWorkerThread.deployItem(RepositoryWorkerThread.java:1062)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:334)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:540)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:307)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager     message = Deployment Failed time = Fri Jul 01 01:46:08 CST 2011 atg.deployment.DeploymentFailure@193520d     atg.deployment.DistributedDeploymentException: Destination item productTranslation:xlatexprod2160 is null
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.repository.RepositoryWorkerThread.deployItem(RepositoryWorkerThread.java:1062)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.repository.RepositoryWorkerThread.processMarkerForReferenceUpdatePhase(RepositoryWorkerThread.java:334)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:540)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager          at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:307)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968247     /atg/deployment/DeploymentManager     
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968794     /atg/deployment/DeploymentManager     Unexpected error occurred. DeploymentWorkerThread terminated prematurely.     atg.deployment.DistributedDeploymentException: Exceeded allowable error count (0)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968794     /atg/deployment/DeploymentManager          at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:652)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968794     /atg/deployment/DeploymentManager          at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:307)
**** Error     星期五 七月 01 01:46:08 CST 2011     1309455968794     /atg/deployment/DeploymentManager     
**** Error     星期五 七月 01 01:46:13 CST 2011     1309455973841     /atg/epub/DeploymentServer     ---     atg.deployment.common.DeploymentException: atg.deployment.common.Resources->DEP_ERR_DISTRIUBTED_EXCEPTION : Deployment '3300002' to target 'Production' encountered a system level deployment error during data transfer.
**** Error     星期五 七月 01 01:46:13 CST 2011     1309455973841     /atg/epub/DeploymentServer          at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:306)
**** Error     星期五 七月 01 01:46:13 CST 2011     1309455973841     /atg/epub/DeploymentServer          at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:2238)
**** Error     星期五 七月 01 01:46:13 CST 2011     1309455973841     /atg/epub/DeploymentServer          at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:305)
**** Error     星期五 七月 01 01:46:13 CST 2011     1309455973841     /atg/epub/DeploymentServer          at atg.deployment.server.Deployment.run(Deployment.java:1688)
**** Error     星期五 七月 01 01:46:13 CST 2011     1309455973841     /atg/epub/DeploymentServer          at java.lang.Thread.run(Thread.java:662)
**** Error     星期五 七月 01 01:46:13 CST 2011     1309455973841     /atg/epub/DeploymentServer

Based on what you have pasted, it seems you have hit an error:
/atg/deployment/DeploymentManager item = repositoryMarker:mark505672 cause = atg.deployment.DistributedDeploymentException: Destination item productTranslation:xlatexprod2160 is null
We will need to see the entire log file (possibly with debugging on the concerned repository) to figure out the cause of this issue. But does it work if you cancel the failed deployment, delete and recreate the target with the same topology and run an initial deployment?
If you would like the deployment to continue, you can increase the DeploymentManager.maxFailureCount to allow for the deployment to proceed beyond this single error:
/atg/deployment/DeploymentManager Unexpected error occurred. DeploymentWorkerThread terminated prematurely. atg.deployment.DistributedDeploymentException: Exceeded allowable error count (0)
Nitin

Similar Messages

  • Error when doing a Full deployment: querying transient versioned item type...

    dears,
    the problem i am having happens when a execute a full deployment, there is just te stacktrace below but i have not so far found the root cause. Could anyone please check it have ocurred the same?
    Thanks!
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine --- CONTAINER:atg.commerce.pricing.PricingException; SOURCE:java.lang.IllegalArgumentException: querying transient versioned item type Order Discount is not supported.
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:676)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:777)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:463)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:783)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine Caused by :java.lang.IllegalArgumentException: querying transient versioned item type Order Disco*unt is not supported.
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.adapter.version.VersionView.getQueryBuilder(VersionView.java:101)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:215)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:628)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:673)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:777)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:463)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:783)
    **** Error Qui Nov 21 11:18:05 BRST 2013 1385039885787 /atg/commerce/pricing/OrderPricingEngine
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine --- CONTAINER:atg.commerce.pricing.PricingException; SOURCE:java.lang.IllegalArgumentException: querying transient versioned item type Item Discount is not supported.
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:676)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:777)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:463)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:783)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine Caused by :java.lang.IllegalArgumentException: querying transient versioned item type Item Discount is not supported.
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.adapter.version.VersionView.getQueryBuilder(VersionView.java:101)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:215)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:628)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:673)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:777)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:463)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:783)
    **** Error Qui Nov 21 11:18:08 BRST 2013 1385039888552 /atg/commerce/pricing/ItemPricingEngine
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine --- CONTAINER:atg.commerce.pricing.PricingException; SOURCE:java.lang.IllegalArgumentException: querying transient versioned item type Shipping Discount is not supported.
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:676)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:777)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:463)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:783)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine Caused by :java.lang.IllegalArgumentException: querying transient versioned item type Shipping Discount is not supported.
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.adapter.version.VersionView.getQueryBuilder(VersionView.java:101)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:215)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:628)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:673)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:777)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:463)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:783)
    **** Error Qui Nov 21 11:18:09 BRST 2013 1385039889140 /atg/commerce/pricing/ShippingPricingEngine
    in other environment the stacktrace is:
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer      ---     java.lang.ClassCastException: Unable to cast class atg.repository.content.GroupQueryBuilder to class atg.adpater.gsa.query.Builder.  This means that the repository item descriptor 'promotion' in the repository 'ProductCatalog-ver' is transient but was expected to be persistent.  This can occur when a repository item is removed or renamed and subsequent layers (e.g. liveconfig or localconfig) continue to reference the old repository item name to define caching configuration.  The item becomes transient because the base item descriptordefinition that defines the primary table no longer exists.
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.gsa.GSAItemDescriptor.getBuilder(GSAItemDescriptor.java:10520)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.version.VersionItemDescriptor.getLineFilter(VersionItemDescriptor.java:3622)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.version.VersionItemDescriptor.getLineFilter(VersionItemDescriptor.java:3578)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.version.VersionItemDescriptor.getVersionIDsInLine(VersionItemDescriptor.java:2963)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.version.VersionRepository.getVersionIDsInLine(VersionRepository.java:6396)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.version.VersionRepository.getVersionItemsInLine(VersionRepository.java:6260)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.version.VersionRepository.getVersionItemsInLine(VersionRepository.java:6225)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.adapter.version.VersionRepository.getCurrentVersionItemsInLine(VersionRepository.java:6098)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.versionmanager.impl.DevelopmentLineRepositoryImpl.get(DevelopmentLineRepositoryImpl.java:542)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.versionmanager.impl.DevelopmentLineRepositoryImpl.getCurrentAssetVersions(DevelopmentLineRepositoryImpl.java:319)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.versionmanager.impl.DevelopmentLineRepositoryImpl.getCurrentAssetVersions(DevelopmentLineRepositoryImpl.java:288)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.deployment.server.Deployment.createSourceAssetStates(Deployment.java:5883)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.deployment.server.Deployment.getDeploymentAssetStates(Deployment.java:5826)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.deployment.server.Deployment.getDeploymentMetaData(Deployment.java:2220)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.deployment.server.Deployment.updateStatusWithAffectedDestinations(Deployment.java:2061)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at atg.deployment.server.Deployment.run(Deployment.java:1909)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer              at java.lang.Thread.run(Thread.java:662)
    **** Error      Thu Nov 21 13:24:26 UTC 2013    1385040266635   /atg/epub/DeploymentServer

    Check your datasource configurations, is product catalog repository in publishing instance is pointing to right schema.(Having versioned tables)
    Also, check if promotion repository is up while starting up the server.
    It clearly says that, tables are not found thats why it is not able to consider it as persistent item-descriptor in repository.
    "This means that the repository item descriptor 'promotion' in the repository 'ProductCatalog-ver' is transient but was expected to be persistent.  This can occur when a repository item is removed or renamed and subsequent layers (e.g. liveconfig or localconfig) continue to reference the old repository item name to define caching configuration.  The item becomes transient because the base item descriptordefinition that defines the primary table no longer exists."
    Also check if layering of customcatalog.xml is done properly and it doesnt have any xml errors.
    -Ashish.

  • "Initial column cannot be generated" error when creating a planning book

    Hi,
    I have an error when creating a planning book with the planning book wizard. In the tab "data view", I enter values for the "Visible" and "Input" fields and validate. The following error is generated: "Initial column cannot be generated" and then "Maintain the time for the 'column visible from' field". I tried with different dates, and get the same error.
    I am running SCM 5.0.
    Any help would be greatly apreciated.
    Regards,
    Mikael.

    Hi,
    Generally these error come when we manually enter the value in the Visible and Input column. Instead we should try select value from the Drill down options which gets generated based on the Time Bucket Profile you have selected as input for Planning Horizon.

  • When backing up lightroom 4 catalog, get message "lightroom encountered an error when reading from its preview cache and needs to quit" this occurs during optimization stage of backup

    i upgraded from lightroom 4 to lightroom 5 and installed it on a separate hard drive. Initially had no problems util my computer crashed due to the failure of the drive on which Lightroom 5 was installed. Since having my computer rectified, i am unable to use lightroom 5 getting the message "lightroom encountered an error when reading from its preview cache and needs to quit"
    I can still use lightroom 4, however, i get the same message when i try to backup the catalog. This occurs during the optimisation phase of backup.
    I suspect it is related to Lightroom 5 creating a catalog from the Lightroom 4 files and cannot now locate those files or that they have been corrupted.
    Would appreciate any solutions / suggestions.

    You need to delete your preview cache and have Lightroom rebuild it.   Cache location can be found here.
    https://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    Why And How To Clear Your Lightroom Cache - Lightroom Fanatic

  • With the following warning "ligheroom encountered an error when reading form its preview cache and n

    with the following warning "ligheroom encountered an error when reading form its preview cache and needs to quit.  lightroom will attempt to fix this problem the next time it lanuchse "
    ligheroom progrem 5.4 64-bit is stopped
    i can't use the Lightroom Progrem
    and want to solve the problem As soon as possible

    Delete preview cache - that should solve the problem.
    It's the .lrdata folder in with your catalog, named something like "My Catalog Previews.lrdata".
    Delete entire .lrdata folder, making sure you get the one in the same folder as the catalog you're opening. Do not delete anything else, and if you have something like "My Catalog Smart Previews.lrdata" - that's not it.
    http://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    When Lr comes up, consider initiating whole-catalog building of standard previews (Library -> Previews menu), lest you be "forever" greeted by temporarily gray thumbnails and "loupe loading" indicator in the future..

  • Everytime I open lightroom I get a pop up message saying "Lightroom encountered an error when reading from its preview cache and needs to quit" and it closes. Ive already tried reinstalling, nothing seems to work. Help please!

    Every time I open lightroom I get a pop up message saying "Lightroom encountered an error when reading from its preview cache and needs to quit" and it closes. Ive already tried reinstalling, nothing seems to work. Help please!

    Open the folder containing your catalog. In that folder you will find another folder with the extension .lrdata, and you need to delete that folder. After you do that, Lightroom should start normally and will create a new preview cache.

  • When opening my lightroom 5- It pops up Lightroom encountered an error when reading its preview Cache and needs to quit.... Can someone walk me through the steps!?

    Opening my lightroom 5.. I get a message that Lightroom encountered an error when reading its preview Cacge and needs to quit.
    Can someone walk me through the steps. Im dealing with MAC computer

    Go to the folder containing your catalog and delete the folder with the extension .lrdata. Then start Lightroom, and it will begin creating a new cache file.
    If you need to know where the files are: Preference and other file locations in Lightroom 5

  • Help.."Lightroom encountered an error when reading from its preview cache and needs to quit"..

    Can some one please help me with this error message I keep getting.  I was told to uninstall LR and reinstall it and I am still getting the same error message.  "light room encountered an error when reading from its preview cache and needs to quit"..

    Go to the folder containing your catalog, and delete the folder that ends in .lrdata. Then start Lightroom, and it will create a new preview file, and you should be good to go.

  • Light room will not start comes up with error lightroom encountered an error when reading from its preview cache and needs to quit

    how do i fix this problem
    lightroom encountered an error when reading from it preview cache and needs to quit
    please help

    Rename or delete the lrdata file. Then start Lightroom and it will create a new one, and will begin generating new previews.

  • "Light Room 5.4 Encountered An Error When Reading Its Cache and Needs To Quit" It's happening every time I try to open LR... I'd be grateful for any help.

    Hi! Every time, no matter if I've restarted or powered down, even if it's the only program running, it's the same error. I've checked for any updates for my laptop, made sure it's been defragged weekly, checked system performance... all to no avail. Today is the first issue I've had with LR5.4, and I've been trying to correct it since this morning. I'd be grateful for any and all help. Thank you!

    Did you mean, "Lightroom encountered and error when reading from its preview cache and needs to quit?"
    https://forums.adobe.com/message/6333848
    I've been using LR since 1.0 and never encountered this issue until today. The above procedure for creating a new Preview Cache folder and preview files should fix the issue.

  • SQL serever 2012 Setup has encountered an error when running a windows installer file

    I am trying to install SQL server 2012 Express on a windows 7 PC for 2 days now. I feel like banging my head against the wall.
    I keep getting the following errors here's the full log
    The following error has occurred:
    SQL Server Setup has encountered an error when running a Windows Installer file.
    Windows Installer error message: An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer
    to Help and Support for more information. HRESULT: 0x8007054F. Windows Installer file: C:\Users\Receno\AppData\Local\Temp\SQL Server 2012\Setup\1033_ENU_LP\x64\setup\sqlsupport_msi\SqlSupport.msi Windows Installer log file: C:\Program Files\Microsoft SQL Server\110\Setup
    Bootstrap\Log\20150109_213740\SqlSupport_Cpu64_1_ComponentUpdate_1.log
    Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.2100.60&EvtType=0xDC80C325

    hmmm..so which hotfix do I apply ?
    SQL Server 2012
    All (Global) x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    SQL Server 2012
    All (Global) x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global) x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global) x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global) x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    <input id="chk471373" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    <input id="chk471368" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    <input id="chk471370" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    <input id="chk471371" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    <input id="chk471374" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    <input id="chk471372" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    <input id="chk471369" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    <input id="chk471367" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    <input id="chk471373" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    <input id="chk471368" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    <input id="chk471370" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    <input id="chk471371" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    <input id="chk471374" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    <input id="chk471372" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    <input id="chk471369" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    <input id="chk471367" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_DAC_CU11_2908007_11_0_2424_x64
    <input id="chk471373" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x64
    <input id="chk471368" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x64
    <input id="chk471370" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x64
    <input id="chk471371" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x64
    2012_RTM_RSShrPnt_CU11_2908007_11_0_2424_x64
    <input id="chk471374" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_DAC_CU11_2908007_11_0_2424_x86
    <input id="chk471372" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_SapBI_CU11_2908007_11_0_2424_x86
    <input id="chk471369" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    2012_RTM_PPExcel_CU11_2908007_11_0_2424_x86
    <input id="chk471367" style="margin:0px;padding:0px;" type="checkbox" />
    SQL Server 2012
    All (Global)
    x86
    SQLServer2012_RTM_CU11_2908007_11_0_2424_x86

  • When the system status says icloud is OK but it reports "encountered an error when connecting to the server", where do you report the problem, or how do you connect?

    When the system status says icloud is OK but logon reports "encountered an error when connecting to the server", where do you report the problem, or how do you connect?

    Yes i am hoping staff here will look into things, even if i can not get the speeds back what i previously had for near 6 months it would be nice to know why i can not and why the download has dropped by around 10Mb and why my upload is now inconsistant.
    Ironically the post concerned got edited because i actually posted the full rather silly reply the Indian call centre made babbling on about down rates rather than the uprate i queried with them.
    Bit of a shambles really no real way on BTs web site to contact anyone with regards to broadband issues.
    The form which you kindly suggested and i appreciated your help ended up in the hands of someone who either did not bother to read the query or just had such a poor grasp of English they did not understand the query.
    Pretty pathetic really when BT are the largest telco in the UK. I think ill be taking my broadband business elsewhere regardless at the end of my 18 month contract, while im sure staff here are wonderful and may even yet help me, i do not particularly want to go through the almost like pulling teeth pain of getting any future issue looked at.
    They are great at quickly fixing voice line problems and have a great test on their site. Broadband side of things and support for that though seems a shambles.

  • Error in transporting ODS(Error when creating the export DataSource.......)

    Hi All,
        When I try to transport ODS from dev to quality i m getting the following error.
      <b>DataSource 8XADDR1 does not exist in source system BQ1CLNT355 of version A  
    Error when creating the export DataSource and dependent Objects             
    Error when activating ODS Object XADDR1                                     
    </b>
        <b>XADDR1</b> is my ODS.  <b>BQ1CLNT355</b>  is myself source system. When i checked the connection in the source system tab in Quality,it is ok.
      Please Suggest solution,if any body encountered same problem. It is very urgent for me.
    Regards,
    Ramana.

    Hi
    You generate export datasource once again
    Replicate your source system in qual and then try to transport the ODS and the datamart object 8ODS ....
    Hope this helps
    Reg
    N Ganesh
    assign points if useful***

  • ESS Payslip : Error when creating form

    Hello All,
    I get the following error when i click on
    ESS - Pay Information - Payslip - Payslip Inquiry Service.
    Please help !
    Full Stack Trace
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Error when creating the form
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.reportBapiRet2Error(FcRepFramework.java:525)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcGetForm(FcRepFramework.java:394)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.processFollowingActions(FcRepFramework.java:484)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcExecAction(FcRepFramework.java:378)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.initModel(FcRepFramework.java:292)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFramework.initModel(InternalFcRepFramework.java:256)
         at com.sap.xss.hr.rep.fcrfw.FcRepFrameworkInterface.initModel(FcRepFrameworkInterface.java:136)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface.initModel(InternalFcRepFrameworkInterface.java:198)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface$External.initModel(InternalFcRepFrameworkInterface.java:258)
         at com.sap.xss.hr.rem2.selection.VcRem2Selection.onInit(VcRem2Selection.java:245)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2Selection.onInit(InternalVcRem2Selection.java:249)
         at com.sap.xss.hr.rem2.selection.VcRem2SelectionInterface.onInit(VcRem2SelectionInterface.java:161)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface.onInit(InternalVcRem2SelectionInterface.java:144)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface$External.onInit(InternalVcRem2SelectionInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:564)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1288)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:355)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:548)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:592)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:864)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

    Please check the user language setting in SU01. If no language is defined, the portal will use the browser to set the portal language. The payslip language is defined in feature HRFOR and must match the employee's molga. If the language defined for the employee's payslip is different from the user's, a dump will occur. Try changing the user's language setting.
    Best regards,
    Antonio

  • Error when creating interactive report

    Hi everyone,
    I get the following error when creating any kind or interactive report, one might say is was a huge amount of data, however it hapens whether is is a small or big reporrt.
    ORA-20001: Unable to create modules. ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01658: unable to create INITIAL extent for segment in tablespace APEX_1241314296468143
    I hope that I find help
    best,

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21678/aadm_request.htm#sthref51
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

Maybe you are looking for

  • Nokia OVI Maps - Free Navigation

    Nokia OVI Maps - Free Navigation Mobile navigation for everyone, the Ovi Maps takes you where you want to be and shows you what you want see, with navigable maps for over 70 countries worldwide. All this with only one click. And it's all free. - Free

  • Calendar Data Picker bug or problem

    Hi all i am having a problem with the calendar component. here the context: tool: Sun Java Studio Creator 2 framework: Java Server Faces i put several components, on the page, and several buttons. i insert code in the button action of every button on

  • I have 0 songs in my iCloud/iTunes Match account and it says exceeded limit. How do I fix?

    Hard drive crashed and when I loaded my local songs back into iTunes it wouldn't recognize my library. So I deleted all songs from iCloud to start anew. Now it will not allow me to add anything into my iTunes Match account.   I have deleted the libra

  • Home sharing keeps cutting out on i tunes ever since the new March install - is there a fix for this?

    does anyone have a solution regarding the constant fading out of home sharing with i tunes - I have reinstalled my remote app on my I Touch as well as in I tunes and I still have to constantly tun home sharing off and then re log back in - as soom as

  • Differences between photoshop and Flickr

    Hi everyone,     There is my problem : I modify my picture in Photoshop CS4 and save it in Jpeg to the max quality. When I transfert my picture in Flickr, I loose some saturation, the colors are less vivid. I'd like to know if I do something wrong. T