Unable to enable diagnostics for a WorkerRole on Cloud Services

Hi, 
I have problems with deployment of a package to Azure CloudServices, it contains one Worker Role, that is the log which I'm getting when I deploy it with diagnostics enabled:
6:05:29 PM - Applying Diagnostics extension.
6:05:50 PM - Preparing deployment for [...] - 2/9/2015 6:05:27 PM with Subscription ID '[...]' using Service Management URL 'https://management.core.windows.net/'...
6:05:50 PM - Connecting...
6:05:50 PM - Verifying storage account '[...]'...
6:05:51 PM - Uploading Package...
6:05:57 PM - Creating...
6:06:30 PM - Created Deployment ID: [...].
6:06:30 PM - Instance 0 of role WorkerRole is stopped
6:06:30 PM - Starting...
6:06:46 PM - Initializing...
6:06:46 PM - Instance 0 of role WorkerRole is creating the virtual machine
6:07:49 PM - Instance 0 of role WorkerRole is starting the virtual machine
6:09:22 PM - Instance 0 of role WorkerRole is in an unknown state
6:10:23 PM - Instance 0 of role WorkerRole is busy
Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:10:04Z]
6:10:54 PM - Instance 0 of role WorkerRole is busy
Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:10:04Z]
6:11:24 PM - Instance 0 of role WorkerRole is restarting
Details: Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:11:01Z]
6:13:27 PM - Instance 0 of role WorkerRole is busy
Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:13:05Z]
6:15:30 PM - Instance 0 of role WorkerRole is busy
Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:15:09Z]
6:17:33 PM - Instance 0 of role WorkerRole is restarting
Details: Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:17:16Z]
6:19:35 PM - Instance 0 of role WorkerRole is busy
Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:19:25Z]
6:21:38 PM - Instance 0 of role WorkerRole is busy
Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:21:29Z]
What could be the reason for this failure? Are there ways to get more precise information about those exceptions?

Hi ,
How did you enable this feature in your project? I recommend you could refer to this documents:
https://msdn.microsoft.com/en-us/library/azure/dn482131.aspx
Regards,
Will
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Unable to enable logging for AD connector

    I cant enable log for my AD connector because when i set environment variable
    WLS_REDIRECT_LOG = F:\MyMachine\middleware\user_projects\domains\base_domain1\servers\oim_server1\logs\oim_server1-diagnostic-1.log
    and restart server its starts logging everything in the oim_server1-diagnostic-1.log... even it ask the username and password in this log file....
    Any Solution will be appreciated

    The configuration file for OJDL is logging.xml, which is located at the following path:
    DOMAIN_HOME/config/fmwconfig/servers/OIM_SERVER/logging.xml
    Here, DOMAIN_HOME and OIM_SERVER are the domain name and server name
    specified during the installation of Oracle Identity Manager.
    e.g. /home/ofmuser/fusion/Middleware/user_projects/domains/oimdomain/config/fmwconfig/servers/oim_server1
    <?xml version="1.0" encoding="UTF-8"?>
    <logging_configuration>
    <log_handlers>
    <log_handler name='adcs-handler' level='[LOG_LEVEL]' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='logreader:' value='off'/>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/logs/LOGFILE_NAME.log'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='locale' value='en'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <logger name="OIMCP.ADCS" level="TRACE:32" useParentHandlers="false">
    <handler name="adcs-handler"/>
    <handler name="console-handler"/>
    </logger>
    replace LOG_LEVEL as TRACE:32
    replace LOGFILE_NAME with proper name
    first part put in log_handler
    and the second part put into logger section
    regards,
    nayan
    Edited by: Nishith Nayan on Jan 17, 2012 11:00 PM

  • Diagnostics Data for Virtual Machine and Cloud service

    Hi,
    We have an azure cloud account, contains Virtual Machine(Windows) with worker role and one Web Role. In this setup, we need to collect diagnostics data of virtual machine and cloud service. How to enable the diagnostics data in our setup and How to retrive
    the data
    I have read the below link says diagnostics data stores in WAD Table. How to read the data from table? Is there any query available.
    Or can we get this data from REST API. We need the perfomance data of every 5 min . Please help me to solve this.
    http://msdn.microsoft.com/en-us/library/azure/hh411534.aspx
    Thanks & Regards
    Rathidevi

    Hi,
    You can configure Azure diagnostics by using Visual Studio. Azure diagnostics captures system data and logging data on the virtual machines and virtual machine instances that run your cloud service and brings transfers that data into your storage account.
    References :-
    http://msdn.microsoft.com/en-us/library/azure/dn186185.aspx
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-diagnostics/
    Regards,
    Mekh.

  • Unable to login from IE to Azure hosted cloud service

    Hi 
    We have hosted cloud service on azure and not able to login with the existing users in it.
    While if we add SSL to the same service we can able to login to the site. 
    Will you please let us know what is the issue cause? Is azure restrict to login? 
    Do we need to add some code changes for the IE login?
    We have faces same problem on our local server but have resolved by installing patch from microsoft link "http://www.microsoft.com/en-in/download/details.aspx?id=39257"
    So please help us.
    Thanks,
    Rohit Jagtap.

    Hi,
    As you said, you have face the same problem on local server, so I think this issue is more related to your application, as far as I know, it is nothing to do with azure.
    To resolve this issue, I think the detail error message is necessary, I suggest you use diagnostics to log errors, refer to
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-diagnostics/ for more details, or use remote debug to find issue, see more at:
    http://blogs.msdn.com/b/cie/archive/2014/01/24/windows-azure-remote-debugging.aspx
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to connect to VM's in new cloud service via express route

    We have changed our express route setup, initially we had an express route via London, but we have added a second one via Amsterdam and removed the one via London. All existing and new vm's in the different vnet's have connection to our local datacenter,
    but as soon as we create vm's in a new cloud service the published routes don't seem to be picked up and the machine are only reachable in their local vnet on azure.
    Does anyone have an idea where to look, it looks like the route publishing does not seem to work correctly, but it is strange that new vm's in existing cloud service do work correctly. BGP peering and vnet have been provided access via the expressroute and
    all have status provisioned.

    Hi Syed,
    When I try to connect to a new vm via rdp or try to do a tracert to the machine (with firewall turned off on the vm) I don't get a response (traffic is routed via the express-route correctly). If I do a tracert to an ip on the on premise network
    from the vm in question the trace is directed to internet instead of to the on premise network via the express route.
    the new cloud services were created in the same region as the working cloud services and the vm's are also in the same vnet/subnet as the working vm's. If I delete a vm (keeping the disks) from a new cloud service and redeployed it in an existing cloud service
    I can reach it again via the internal ip.
    We have checked the route publishing and the correct routes are published to the express route/vnet.
    When I check the provisioning of the vnet's via get-azurededicatedcircuitlink all the vnet's in question are listed as provisioned.
    I'll try to remove the bpgrouting for the original expressroute this evening to see if that helps.
    kind regards
    Xander

  • Need advice for starting a Managed Cloud Service for Small Businesses

    I hope this is in the right forum.  I have done a lot of research and searching but havent found anything that specifically answers, in total, what I am wanting to accomplish.  I live in a small town and want to start a Managed Cloud Services for
    small to small-medium business in my area (2-30 users for each business).  I want to market this to have businesses replace their in-house server(s) to virtual ones I would host in a local Data Center with my own equipment that I would maintain.  I
    am just starting off so I don't have any clients I do this for currently, but I get asked about this frequently.  I want to run a 2012 R2 Domain Controller and a Hyper-V 2012 R2 server.  The virtual servers I will host are going to be for AD, RDS,
    FTP, and files.  Software examples that people are going to be using these virtual servers for are Quickbooks, Sage Accounting, Remote Desktop or RemoteApp, custom CRM or small database software, Office 2013, etc.  No Exchange currently but will
    probably configure something for that in the future (maybe run 1-3 virtually for now if someone asks, but will only do it if the user base is fairly small ~under 10 users).  I only have 1 static IP to work with over a 100Mbps connection up and down.
    For hardware, I am figuring something along the lines of this:
    (1) 1U, single CPU w/2-4 cores, 8GB, 2x73GB SAS 10k RAID 1, Dual PSU, running Windows Server 2012 R2
    Domain Controller
    (1) 2U, 2x 8-core Xeon ~2.6Ghz, 80GB RAM, 8x600GB SAS 15k in Raid 10 for Storage (VHDX files, etc), RAID 1 small Basic drives (or USB stick) for OS, Dual PSU, Quad GB Nic which I can use for load balancing/teaming, Hyper-V
    2012 R2
    Hyper-V Virtual Server
    (1) GB Unmanaged Network Switch & (1) Cisco 5510 Firewall
    Most of my questions are about the best way to configure this.  I am planning on managing my Hyper-V from the physical Domain Controller server.  Each virtual server will have RDS & (possibly) AD services on a single server.
    1) I want to replicate the physical Domain Controller.  Should I get another server or just virtualize the replica in Hyper-V?  I understand that if the Hyper-V goes down, so does my DC replica.
    2) Should I use my Domain Controller to manage ALL users on each virtual Server, by creating separate Organizational Units for each business?
    3) Should I setup my domain controller with Hyper-V management and then each Virtual Server I setup be a separate domain (Ex. mydomain.local, business1.local, business2.local, etc)?  Each one has no connection to any
    other, completely seperate.  Or should I do subdomains (business1.mydomain.local).
    4) What I have read is that Subdomains are a pain to manage with user rights, etc.  I want to keep each server complete separated from one another over a network connection, I suppose the VLan through Hyper-V options
    do this?  I dont want wondering users to stumble upon another businesses files (I know they would probably be prompted with a login for that business/domain).
    5) For each virtual server, I want to create and have an HTTP subdomain point to that server from my domain name. (Ex: business1.mydomain.com, business2.mydomain.com, etc.)  I want them to be able to have access to
    only their RemoteApps or be able to type that address in their Remote Desktop program as the host name.  This would be for viewing the RemoteApp login page and RemoteApps for that business over HTTP/S through a browser.
    6) If I do not have separate DC's in each virtual and my main DC manages each one, is their a way to connect up each companies RemoteApps using a single site that only shows what they are assigned to based upon their login?
    (Ex. http://login.mydomain.com which then shows that user what they are assigned on their own virtual server)
    7) Since each business will use the same ports for RemoteApp (443) & RDC (3389 unless I change it), how would I setup the subdomains to point to their correct server and not overlap for mess with any of the other servers
    since its all over 1 static WAN IP for all servers.  Thats why I figured setting up IIS subdomains would solve this.
    8) For backups or Hyper-V replication, is it better to have software that backs up the ENTIRE Hyper-V server (Acronis Advanced Backup for Hyper-V) as well as replication or just backups?  Or should I do separate file
    backup on each virtual with a replica?  Can a replica be a slower server since its just a backup? (Ex. 1x 8 core, 80GB, 8x600GB 10k SAS)
    9) For the servers that will be using FTP, can I again rely on the subdomains to determine which server to connect to on port 21 without changing each FTP servers ports?  I just want each business/person to type in
    the subdomain for their business and it connect up to their assigned FTP directory over port 21.
    10) If the physical DC manages DNS for all Virtual servers, can I forward sub domain requests to the proper virtual server so they connect to the correct RemoteApp screen etc.  Again all I have is 1 IP.
    I hope all of these questions make sense.  I just want every business to be independent of each other on the Hyper-V, each on their own virtual server, all without changing default ports on each server, each server running RDS, (possibly) AD, (a few) FTP,
    and all over a common single WAN IP.  Hoping subdomains (possibly managed through IIS on the physical DC) will redirect users to their appropriate virtual server.

    If you really want to run your own multi-tenant service provider cloud, Microsoft has defined the whole setup needed.
    They call it Infrastructure as a Service Product Line Architecture.  You can find the full documentation here -
    http://blogs.technet.com/b/yuridiogenes/archive/2014/04/17/infrastructure-as-a-service-product-line-architecture.aspx
    There are several different ways of configuring and installing it.  Here is a document I authored that provides step-by-step instructions for deploying into a Cisco UCS and EMC VSPEX environment -
    http://www.cisco.com/c/dam/en/us/td/docs/unified_computing/ucs/UCS_CVDs/ucs_mspc_fasttrack40_phase1.pdf
    This document contains the basic infrastructure required to manage a private cloud.  I will soon be publishing a document to add the Windows Azure Pack components onto the above configuration.  That is what would more easily provide a multi-tenant
    experience with a Azure look and feel.  It is not Azure, but the Azure pack is a series of applications, some of which came from Azure, the provides Azure-like capabilities only in a service provider type of environment.
    Whether you use my document or not (which has actually corrected errors found in the Microsoft documentation), you should take a look at it to see what it takes to put something like this up, if you are really serious about it.  It is not a small undertaking. 
    It requires a lot of moving pieces to be coordinated.  Yes, my document is designed to scale to a large environment, but you need the components that are there.  No need re-inventing the wheel.  Microsoft's documentation is based on a lot of
    real hands on experience of their consulting organization that has been doing this for customers for years.  This one is also know as Fast Track 4.  I've done 2 (2008 R2) and 3 (2012), also and it just keeps getting more complicated based on customer
    demands and expectations.
    Good luck!
    . : | : . : | : . tim

  • Enable Diagnostics for WebLogic Startup

    Hi
    I am using the Integrated WLS within JDeveloper Studio 11.1.1.5.
    I am trying to diagnose a problem where the WLS is deploying an application at startup that is failing. I would like to get low level diagnostics during startup to enable me to debug the problem. Currently I am only seeing the stack that throws the error which is not sufficient.
    Currently only 'Warning' and 'Notice' level statements are being written to the log files/console.
    I have tried the following none of which have affected the level of messages displayed in the log files/console:
    1) Add additional debugging Java options to the ADF Fusion Applications project I am starting the WLS from under 'Project Properties --> Run/Debug/Profile --> Launch Settings --> Java Options'. I have tried adding various WLS debug switches which have had no effect i.e. '-Dweblogic.debug.DebugDeployment=true -Dweblogic.debug.DebugDeploy=true'
    2) Add debugging Java options above to Integrated WLS Launch Settings under 'Application Server Properties --> Launch Settings --> Java Options'.
    3) Added debugging Java options above directly to startWebLogic.cmd script.
    4) Enable all weblogic debug flags from the WLS console under 'Summary of Servers >DefaultServer >Summary of Servers >DefaultServer>Debug'.
    5) Changed WLS startup scripts to enable environment variable 'debugFlag'. This results in the JAVA_DEBUG variable being set to '-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=%DEBUG_PORT%,server=y,suspend=n -Djava.compiler=NONE'.
    5) Set the log level to FINEST for all 'weblogic*' classes in the Oracle Diagnostic Logging Configuration.
    Surely there's a simple way of getting more diagnostics out of WebLogic during the startup phase?
    Any assistance greatly appreciated.
    Thanks

    Hi,
    It seems you did lot of things here but missed to make server logging in debug mode. As you have already enabled debuggers from admin console now go to servers > logging and change server logging to debug for all. This will help print the debug statements too.
    For diagnostic you can enable it from admin console, but remember logging will be done in WLDF archive files that can be read using WLST only using WLST command - exportDiagnosticDataFromServer.
    ## rank the answer if it is helpful.. ;) ##
    Thanks,
    Ranjan
    Edited by: Ranjan K on Apr 12, 2013 5:59 AM

  • Unable to Enable iCal for users

    Having a little trouble here getting iCal server to work. I believe I have everything set up correctly in DNS. I can successfully dig both directions on the server. changeip also comes back correctly.
    I have set up iCal server with the correct host name (sever1.example.com), and enabled SSL.
    The service is active.
    The issue comes in when I attempt to enable the calendar service for any user. I check the enable box in Workgroup Manager, but only get "No calendar host selected" to in the menu.
    The iCal Server manual mentions something about creating an SRV record in DNS, but if that is really needed, I don't completely understand the steps to create it.
    Any suggestions?

    Workgroup Manager 10.6.2 (361.2.1) no longer presents information relating to calendaring in the Advanced tab.
    Workgroup Manager 10.5.5 (319.2.2) (in Server Admin Tools 10.5.7) and
    Workgroup Manager 10.6 (361.1.1) continue to display the option to enable calendaring.
    MacOSXServerUpdCombo10.6.2.dmg comprises MacOSXServerUpdCombo10.6.2.pkg — no separate package for Server Admin Tools. I guess that standalone installers (for 10.5.x and 10.6.x.) for fixed versions of Server Admin Tools will appear in due course.

  • Unable to Enable VSC for Data Drive

    On a brand new Windows2008 R2 server I receive this error when trying to enable Volume Shadow Copy:
    Failed to create the storage area association
    Error 0x8004231d:
    the specified shadow copy storage association is in use and so can't be deleted
    the server has a 65GB C: drive for the OS, a 3,000GB data drive and a 350GB Drive reserved for VSC recovery points. When I try to enable VSC and set the target to the shadow drive it always fails with this error. What is wrong and how can I fix it quickly

    Hi,
    Have a try on one of below steps:
    run “vssadmin resize shadowstorage /for=c: /on=d: /maxsize=2500mb”
    This will set Partition D: for Storage area for Partition C: with size limit of 2500mb (The number can be changed by reqirement) 
    OR
    Run vssadmin delete shadowStorage /for=C: /on=C:
    Run vssadmin add shadowstorage /for=C: /on=D: /maxsize=2500mb
    Note: If Volume Shadow Copy back to work, any step above will delete snapshots.
    Shaon Shan |TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Unable to enable Archive for user

    We recently migrated from Exchange 2007 to 2013, the next step is to start using the archive feature available in 2013. However, one of the test users is presenting a problem, when I try to enable archiving I get this
    Mailbox 'User Name' can't be archive-enabled because it has a managed folder mailbox policy assigned. Archives are supported only with a retention policy, the messaging records management (MRM) feature introduced in Exchange 2010.
    We did not use Exchange 2010 at any point, so I don't understand where this could be coming from.
    I found multiple articles talking about this in Exchange 201, and a number of responses saying run this
    Set-Mailbox user -ManagedFolderMailboxPolicy $null
    When I tried running it, I got this result
    A parameter cannot be found that matches parameter name 'ManagedFolderMailboxPolicy'.
    + CategoryInfo : InvalidArgument: (:) [Set-Mailbox], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Set-Mailbox
    + PSComputerName : server.domain.com
    Can anyone advise how I resolve this? I have a feeling I am going to come across this on multiple users...

    Try:
    Set-Mailbox <user> -RemoveManagedFolderAndPolicy $true
    https://technet.microsoft.com/en-us/library/bb123981%28v=exchg.150%29.aspx
    If it fails, drop the $true.  I haven't used this switch before, so I don't know off hand if it needs the value or not.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • Bulk-enabling users for the Office 365 Messaging Service

    Is it possible to bulk-assign the Office 365 Messaging Service for Unity users after they are migrated to Office 365 from our on-premises Exchange environment instead of manually going into the Cisco Unity Connection Administration tool and performing these steps?
    4.1) Edit the user account in the Cisco Unity Connection Administration
    4.2) From the Edit drop-down menu, select Unified Messaging Accounts
    4.3) Click Add New
    4.4) Select the Office 365 messaging service you created
    4.5) Have it use the corporate email address unless it doesn't actually match the email address for the user on Office 365.
    4.6) Save
    I am hoping something can be done with the Bulk Administration Tool.... :).

    Yep its possible with BAT, i would export the users out. Modify the CSV to only reflect the users that you need, and make sure you have the 'serviceDisplayName' column populated and use the CSV to update it. The BAT column names can be found here: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/10x/administration/guide/10xcucsagx/10xcucsagappb.html

  • Best Option For Business Single User Cloud Service

    We have one marketing person that will be using Photoshop and Illustrator. We currently are running CS3 on Windows 7 Pro 64-bit and wish to upgrade to the cloud service. Which plan would be the best suited?

    Hi Unique_Screen_Name,
    Please refer the link: http://www.adobe.com/in/products/creativecloud/buying-guide.html.
    Regards,
    Romit Sinha

  • How to enable diagnostics in cloud services and virtual machine

    Hi All,
    I need to enable diagnostics  for cloud services and virtual machine in our
    cloud environment. I referred the below link.
    https://convective.wordpress.com/2014/06/27/using-azure-monitoring-services-api-with-azure-cloud-services/
    Installed azure SDK 2.5 and cloud services instance is not displayed for cloud services in Visual studio 2013. Please provide the steps to enable at run time. 
    1) How to enable this diagnostics at run time.
    2) How to enable event logs for cloud and Virtual machine
    3) How to get the event log data's from REST API.
    Please help to resolve this.
    Thanks.
    Regards,
    Rathidevi

    hi Rathidevi,
    In addition, you could enable diagnostics feature on VM from this blog:
    http://azure.microsoft.com/blog/2014/09/02/windows-azure-virtual-machine-monitoring-with-wad-extension/
    Please refer to it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What are Azure limitations for Websockets in Cloud Services (web and worker role)?

    A WebSocket Server should be built on Azure platform with OnPrem connections and have questions regarding limitations for Websockets in Azure Cloud Services - web and worker roles.
    Websockets can be configured for Web Sites and limitations are understood, but Azure Websites is not an option. 
    Nevertheless it is planned to run a web service (without UI - no web site) as a Cloud service which has secure websocket (WSS) connections to OnPrem machines. Websocket protocol is enabled for IIS8 on Cloud services web and worker roles. Azure Service Bus Relay
    is not an option.
    Questions:
    1) Are Websockets supported for Azure Cloud services web and worker roles? we assume yes
    2) What are potential limitations from Azure side to support concurrent Websocket connections? We are aware that CPU, memory etc are limitations, but are there additional limitations from MS Azure side? 
     

    Hi,
    As I know, azure cloud service web and worker role support Websockets, users can connect to the role via the special endpoint, if we use Azure cloud service, I think we can monitor the metrics such as CPU, memory, etc... and scale our cloud service via these
    metrics to keep the websockets working, refer to
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-scale/ for more information about how to scale a cloud service.
    Regards

  • I've paid for and activated the cloud software I need, yet I am repeated asked to "Activate or start my trail software"

    I've paid for and activate adobe cloud services. Yet I am repeatedly asked to activate or start my trail software.
    This is getting extremely annoying, especially in combination with having to repeatedly sign in for software updates.
    I don't want to have to sign into my account everytime I need to use photoshop, illustrator, on indesign!
    I also feel like I should not have to sign in for software updates. I only work on one computer.
    I want my software updates to take care of themselves, beside security pop ups asking me to grant Adobe software permission to make changes on my computer.
    I most especially don't want to be asked every time I use the software if i want to "activate" or start a trial of the software! Besides the annoying time suck, it makes me feel like I am not a valued customer, if every time I use my software it can't remember if I paid for it or previously activated it.

    Inarinainari please reinstall the Adobe Application Manager by utilizing the steps listed at Error "Failed to Install" Creative Cloud Desktop application - http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html.  The Adobe Application Manager has been rolled into the Creative Cloud Desktop application which is why the referenced document refers to the Creative Cloud Desktop application as opposed to the Adobe Application Manager.  Since you are running Mac OS 10.6.8 it is not possible for you to run this later version.

Maybe you are looking for

  • Where is "open file" in PDF Portfolio?

    How do I get back Open File in the top right corner of a PDF Portfolio I created in Acrobat X?

  • Ways to Get Resources in EJB

    Ways to Get Resources in EJB 3_ source: http://javahowto.blogspot.com/2006/06/5-ways-to-get-resources-in-ejb-3.html Use resource injection with runtime info mapping. For example, package com.foo.ejb; import javax.ejb.Remote; @Remote public interface

  • CCB-MDM Integration | Acknowledgement Message for Initial Sync Reqeust

    Hi All, We are intergrating the CCB-MDM and loaded the contact information to MDM env, but there is no acknowledgement message fired from the MDM. And verified that the +ve, -ve Acknowledgement algorithms are not plugged in to "*D1-InitialSyncRequest

  • Oracle Error :: ORA-27140  attach to post/wait facility failed

    Hi Guys... I have a problem when I connect to my database... I get the error mentioned above... What might be the problem? Please help!!!!!!!!!!!!!!!

  • Ken Burns affect driving me crazy.

    Every still picture I import has the Ken Burns affect. I highlight all the stills and even after changing the preferences to 'fit', I still get the ken burns affect on all my stills. Shouldn't the default be 'fit' instead of Ken Burns? Especially sin