Add user to start Windows service

Hi,
I could like to add a domain account to start a Windows service.
Is this account need to be added to local administrators group ?
Since service can't be run this moment (not yet add to admin group).
Thanks

Hi La.WiLL.i.Am,
The permission request you must ask your software vendor for the further help, it based on your software requirement, but if you want to configuration this option on DC you
must make sure the service account must has the Local logon permission, you can refer the following KB to know how to configure it .
Grant a Member the Right to Logon Locally
https://technet.microsoft.com/en-us/library/ee957044(v=ws.10).aspx
I’m glad to be of help to you!
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Starting Windows service.

    Hi
    when i m trying to start the instance of windows services the i m getting the following error.
    oradim -startup -sid SoilTest -starttype srvc,inst
    DIM-00011:The specified service does not exist
    o/s-error:<os 5>Access is denied
    what this exactly mean?Whether it creates problem to create a database on server?
    Regards
    Varsha.

    Login an as administraot or user has administrator to start the service
    One thing you can do
    type
    C:>service.msc
    servicee window will open
    right click you service name ORACLESERVICESoiltest
    Properties---LogonTab---click this account
    enter your username and password..
    And see whther it works or not...
    May breach your company policy so please check with your admins...
    This may work but not guranteed if you dont have the privilges then cant

  • Error 193: 0xc1 when starting windows service

    Hello,
    I see there is another related question, however I do not understand what 'dependent services' are and cannot check these.
    I am trying to start MySql service and I receive the error 
    Windows could not start the MySql56 service on the local computer.
    Error 193:0xc1
    I should also note that when I start windows, I receive this message:
    There is a file or folder called "c:\Program" which could cause certain applications to not function correctly. Renaming it to "c:\Program1" would solve this problem
    I don't know if these issues are related.
    Thank you.

    Hello Susie,
    Thank you for your reply. 
    Yes, MySql is running as a windows service. C: has been scanned and threats removed.
    This difficulty occurred after trying to reset a forgotten root password after installing MySql for
    the first time.
    I will continue to try other methods of removing the error, but if you or others have other suggestions
    I would appreciate it.
    I thought that a system restore/reinstall might work, but it did not.
    Thank you again,
    Melle

  • Using non-administrator user to start/stop services

    We have Crystal Report Server (BOE XI) running on Windows platform.
    Our customer's policy dictates that operator ID are to be use to manage starting/stopping of Crytal Report Server. The operator ID has no administrator rights and it has no access to the Microsoft Management Console.
    Would it be possible to use non-administrator ID to start/stop Crystal Report Server services? Appreciate if anyone could share on the configuration.
    Thank you.

    salafrance wrote:A simple way would be to write a small C program to run systemctl setuid root.
    So perhaps like this?
    #include <stdlib.h>
    #include <unistd.h>
    int main(void)
    execl("/usr/bin/systemctl", "systemctl", "start", "calibre", NULL);
    return(EXIT_SUCCESS);
    compiled it, then "chown root:root test", "chmod u+s test" and it worked.
    But is this safe? I have absolutely no knowledge about potential security issues...
    I also have thought about periodically restarting calibre, but on the Raspberry Pi, with it's slow ARM, the start takes ages and the processor is completely busy with that task for some minutes.
    And that's the reason why I also want to avoid starting an entire second systemd session... Or is this not that resource intensive?

  • How to get logged in user name from windows service c#

    i use the below code to get logged in user name.
    private string GetLoggedInUser()
    string userName = "";
    if (System.Security.Principal.WindowsIdentity.GetCurrent() != null)
    userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
    return userName;
    just do not understand why it is not giving a logged in user name rather it is return data in this format
    NT AUTHORITY\SYSTEM but i want to get user name.
    i try to run my service as Local Service and local system account but in every case i am getting this string
    NT AUTHORITY\SYSTEM instead of logged in user name.
    so please guide me what to change in code. thanks

    System is the account the service is running under.
    There can be none or many interactive users be logged in. What if none or multiple are logged in? Which one are you referring to then?
    Armin

  • Windows service start and stop automatically

    i'm trying to start windows service, which i installed via running beasvc with parameters. everything used to work fine, but yesterday somthing broke up: i press the start button in the control panel, service tries to start, but then it stops and the following message appears: "Weblogic 9.0 Workspace Service service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service." sometimes it stops right after starting without giving any messages.
    any ideas what's wrong with it&

    If I run from a cmd box it shows a successful start, however when I look at the services through the MMC it is not started. Basically, it starts successfully and then immediately shuts off stating the message in the original post. This is after and only after I apply sp7 for BEA 7. If I roll the server back to just v 7, I don't have a problem. I have downloaded V7 twice, and I get the same result. I have followed the install instructions to a T and still the same result. I have also tested removing the user created pages, and I get the same exact error telling me either it's a generic error or, SP7 has issues. The only reason we are rolling to SP7 is because of a security issue, but for the time being we have locked down the firewall. Any other suggestions? I have had my Maximo Administrator contact BEA, and MRO about this problem (Maximo is the only system we use web logic for) and they default to the answer that it is a java issue. That V7 is not supported above java 1.3.xxx which is bull because we were running version 1.4, due to a security issue with JVM 1.3 and all worked well. I have replicated the install with JVM 1.3xxx for BEA 7 sp 7, and that did not solve the problem either. Sorry for the long post I just wanted to try to get all the info out.
    Thank you for you time and consideration
    Tanner

  • Starting oracle weblogic server as windows Service

    hi dear friends,
    i am working with oracle Weblogic server 10.3 and oracle Jdeveloper 11g
    i have an Ear file and deployed it on weblogic server and that work truly
    now,i want to start my server with windows Services
    for this goal i read some of the documents and created a windows service for my server
    when i started windows Service of the server just console of weblogic is start
    when i used debug mode for checking errors
    i saw bottom errors:
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\NEWORA~1\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Jul 26, 2009 9:09:32 AM IRDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\NEWORA~1\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Jul 26, 2009 9:09:33 AM IRDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jul 26, 2009 9:09:33 AM IRDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 26, 2009 9:09:34 AM IRDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'requestEar' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
    Truncated. see log file for complete stacktrace
    >
    how do solve their?

    hi
    i used your recommendation and set %WL_HOME%\common\bin\*commEnv.cmd to my path
    in this case when i am starting service of my server from windows Service console
    and then checked Deployment Files on my server
    i saw my EAR File could not start and it state was failed
    when i started from weblogic console
    it had error deploying time
    that error was :
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was: Locale not recognized
    how do i solve it
    regards
    aghaluie

  • Windows service of WWI server doesn't start

    Hello all,
    I'm installing a WWI generation server (EHSWWI32_26-20000084 on a Windows Server 2008 R2(SP1)) for ECC 6.0.
    Now I have a problem with starting windows service.
    I installed WWI in the following path.
      E:\EHS\WWI
    Word version is 2003.
    The installation (CGSADM) is finished without problem, and the management server works fine.
    But service EHS_WWISRV, which is a service of wwi generation server, fails to start with following messages.
    <event log 1>
    The initialization process for the EHS_WWISRV_ST1_ST1_01 service failed.  Switching Desktop for Word failed!
    <event log 2>
    WWI started at: 08/03/11 10:48:37 as PID: 1132
    Initialisation........start
    Working dir is: E:\EHS\WWI
    Current PATH is: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\EHS\WWI
      Attaching service to desktop winsta0 / default
        session: 0
        window station: Service-0x0-e34639$, desktop: Default
    Error opening window station winsta0
    Windows-Error 5 in SetDesktop/OpenWindowStation: (null)
    Error setting window station winsta0
    Windows-Error 6 in SetDesktop/SetProcessWindowStation: (null)
    Error Attaching service to desktop winsta0 / default
    I have no idea what "Switching Desktop for Word failed!" means.
    Does anybody know how to fix the error?
    Thank you in advance for your support.
    Regards,
    Kazuma

    I could fix the error.
    SAP Note 580586 helped me.
    WWIUSER wasn't a member of the administrators group, and that caused the error.
    Thanks all.

  • SPUserCodeV4(Windows Service) what account to run this service

    Hi I'm getting the feared:
    The server farm account should not be used for other services.
    Service:
    SPUserCodeV4(Windows Service)
    Any recommendations on what account type i can use for this service? Just a normal domain user?
    My windows service (SharePoint User Code Host) is actually disabled. Not needed here.
    br
    Bjorn

    It is best practice to use unique service accounts for each service app.  Service accounts are just domain user accounts that are registered in SharePoint as service accounts in order to manage their password changes.
    Start here: 
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=237
    I trust that answers your question...
    Thanks
    C
    http://www.cjvandyk.com/blog |
    LinkedIn | Facebook |
    Twitter | Quix Utilities for SharePoint |
    SharePoint Admin Nav Console (SPANC)

  • Build and deploy windows service

    I want to build windows service application through build definition and deploy it through Release Management.
    Build definition creates _PublishedWebsites and no exe is created.
    I believe Create service component in Release Management requires path (BinPath) where exe is located.
    How can I achieve this? Please guide.

    Hi N-SHAH,
    I'd like to know whether you have build you windows service project successfully using TFS Build, and what's the version of TFS and Team Explorer(accompany with VS) you're using. If you cannot build the project successfully, please check the build
    log. Make sure you can build before the deployment using Release Management. I use TFS 2013 Update 2 and have a try to build windows service project with TFS Build and it builds fine, the execution file can be generated normally.
    When use Release Management for the deployment, you can create a Release template. Then set the build definition to the one that can build your project. And also configure path to package to point to drop location, add needed tools of "windows
    service" to your release template to make it available for your deployment. Check this
    page for more informatino about Release Management tools. And this
    page for more info about Automate deployments with Release Management. And this
    link
    might help for managing your release.
    If you don't want to use Release Management, you can also use TFS Build to deploy your windows service project. Check this
    link for more information. Or using MSBuild and then integrate with TFS Build to do the deployment,
    here
    is the related process.
    Best regards, 
    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.

  • Cannot start Analysis Services 2008 service

    Hi!
    I have Sql Server 2008 R2 and Analysis Services 2008. I could use it without problems for few days, but today, when I stop analysis service with Sql Server Configuration Manager and tried to start it again, it gives me error message: "The request failed
    or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details". The msmdsrv.log file doesnt have any entries related to this error.
    Both Sql Server and AS are installed on my local machine and log on as LocalSystem.
    My system is XP sp3 professional.

    Here are some details from Detail.txt file (during installation):
    2010-07-09 09:45:56 AS: Action: (Utility) Change Start Mode for service - 'MSSQLServerOLAPService'
    2010-07-09 09:45:56 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:45:56 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:45:56 Slp: Sco: Attempting to get service start mode for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:45:56 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Invoking QueryServiceConfig Win32 API for buffer size
    2010-07-09 09:45:56 Slp: Invoking QueryServiceConfig Win32 API with AllocHGlobal buffer
    2010-07-09 09:45:56 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:45:56 Slp: Sco: Returning service start mode Automatic
    2010-07-09 09:45:56 AS: Result: (Utility) Success
    2010-07-09 09:45:56 AS: Action: Detecting Instance Name
    2010-07-09 09:45:56 AS: Result: MSSQLSERVER
    2010-07-09 09:45:56 AS: Action: (Utility) Starting Windows Service - 'MSSQLServerOLAPService'
    2010-07-09 09:45:56 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:45:56 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:45:56 Slp: Sco: Attempting to get service status for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:45:56 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Invoking QueryServiceStatus Win32 API
    2010-07-09 09:45:56 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:45:56 Slp: Sco: Returning service status Stopped
    2010-07-09 09:45:56 AS: Data: Original Service Status=Stopped
    2010-07-09 09:45:56 Slp: Sco: Attempting to start service with wait MSSQLServerOLAPService, timeout 300
    2010-07-09 09:45:56 Slp: Sco: Attempting to start service with wait MSSQLServerOLAPService, start parameters , timeout 300
    2010-07-09 09:45:56 Slp: Sco: Attempting to start service MSSQLServerOLAPService, start parameters
    2010-07-09 09:45:56 Slp: Sco: Attempting to start service MSSQLServerOLAPService
    2010-07-09 09:45:56 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:45:56 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:58 Slp: Sco: Service MSSQLServerOLAPService started
    2010-07-09 09:45:58 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:58 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:45:58 Slp: Sco: Service MSSQLServerOLAPService start request issued... Sleeping 1 second before next check
    2010-07-09 09:45:59 Slp: Sco: Attempting to get service status for service MSSQLServerOLAPService
    2010-07-09 09:45:59 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:45:59 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:59 Slp: Invoking QueryServiceStatus Win32 API
    2010-07-09 09:45:59 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:45:59 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:45:59 Slp: Sco: Returning service status StartPending
    2010-07-09 09:45:59 Slp: Sco: Service MSSQLServerOLAPService start request issued... Sleeping 1 second before next check
    2010-07-09 09:46:00 Slp: Sco: Attempting to get service status for service MSSQLServerOLAPService
    2010-07-09 09:46:00 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:46:00 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:00 Slp: Invoking QueryServiceStatus Win32 API
    2010-07-09 09:46:00 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:00 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:46:00 Slp: Sco: Returning service status StartPending
    2010-07-09 09:46:00 Slp: Sco: Service MSSQLServerOLAPService start request issued... Sleeping 1 second before next check
    2010-07-09 09:46:01 Slp: Sco: Attempting to get service status for service MSSQLServerOLAPService
    2010-07-09 09:46:01 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:46:01 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:01 Slp: Invoking QueryServiceStatus Win32 API
    2010-07-09 09:46:01 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:01 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:46:01 Slp: Sco: Returning service status StartPending
    2010-07-09 09:46:01 Slp: Sco: Service MSSQLServerOLAPService start request issued... Sleeping 1 second before next check
    2010-07-09 09:46:02 Slp: Sco: Attempting to get service status for service MSSQLServerOLAPService
    2010-07-09 09:46:02 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:46:02 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:02 Slp: Invoking QueryServiceStatus Win32 API
    2010-07-09 09:46:02 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:02 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:46:02 Slp: Sco: Returning service status StartPending
    2010-07-09 09:46:02 Slp: Sco: Service MSSQLServerOLAPService start request issued... Sleeping 1 second before next check
    2010-07-09 09:46:03 Slp: Sco: Attempting to get service status for service MSSQLServerOLAPService
    2010-07-09 09:46:03 Slp: Sco: Attempting to open SC Manager
    2010-07-09 09:46:03 Slp: Sco: Attempting to open service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:03 Slp: Invoking QueryServiceStatus Win32 API
    2010-07-09 09:46:03 Slp: Sco: Attempting to close service handle for service MSSQLServerOLAPService
    2010-07-09 09:46:03 Slp: Sco: Attempting to close SC Manager
    2010-07-09 09:46:03 Slp: Sco: Returning service status StopPending
    2010-07-09 09:46:03 Slp: Sco: Service status is StopPending. StartPending status expected
    2010-07-09 09:46:03 AS: Warning: Exception: (Utility) Service 'MSSQLServerOLAPService' start request failed.
    2010-07-09 09:46:03 AS: Result: (Utility) Error
    2010-07-09 09:46:03 AS: Exception: Service 'MSSQLServerOLAPService' start request failed.
    2010-07-09 09:46:03 AS: Result: Error
    2010-07-09 09:46:03 AS: Exception:The service could not be started. Reason: Service 'MSSQLServerOLAPService' start request failed.
    2010-07-09 09:46:03 AS: Result: Error
    2010-07-09 09:46:03 Slp: Configuration action failed for feature Analysis_Server_Full during timing ConfigNonRC and scenario ConfigNonRC.
    2010-07-09 09:46:03 Slp: The service could not be started. Reason: Service 'MSSQLServerOLAPService' start request failed.
    2010-07-09 09:46:03 Slp: The configuration failure category of current exception is ConfigurationFailure
    2010-07-09 09:46:03 Slp: Configuration action failed for feature Analysis_Server_Full during timing ConfigNonRC and scenario ConfigNonRC.
    2010-07-09 09:46:03 Slp: System.ApplicationException: The service could not be started. Reason: Service 'MSSQLServerOLAPService' start request failed.
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPrivate.HandleServiceStartUp()
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPrivate.Install_Startup(Dictionary`2 actionData, PublicConfigurationBase spcb)
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPrivate.InstallImpl(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcb)
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPrivate.Install(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent)
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.PrivateConfigurationBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, ConfigBaseAction action, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent)
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SqlFeatureConfigBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, ConfigBaseAction action, Dictionary`2 actionData, PublicConfigurationBase spcbCurrent)
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
    2010-07-09 09:46:03 Slp: at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
    2010-07-09 09:46:03 Slp: Exception: System.ApplicationException.
    2010-07-09 09:46:03 Slp: Source: Microsoft.SqlServer.Configuration.ASExtension.
    2010-07-09 09:46:03 Slp: Message: The service could not be started. Reason: Service 'MSSQLServerOLAPService' start request failed..
    2010-07-09 09:46:03 Slp: Watson Bucket 1
    Original Parameter Values
    2010-07-09 09:46:03 Slp: Parameter 0 : SQL Server 2008 R2@RTM@
    2010-07-09 09:46:03 Slp: Parameter 1 : Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPrivate.HandleServiceStartUp
    2010-07-09 09:46:03 Slp: Parameter 2 : Microsoft.SqlServer.Configuration.AnalysisServices.ASConfigurationPrivate.HandleServiceStartUp
    2010-07-09 09:46:03 Slp: Parameter 3 : System.ApplicationException@-2146232832
    2010-07-09 09:46:03 Slp: Parameter 4 : System.ApplicationException@-2146232832
    2010-07-09 09:46:03 Slp: Parameter 5 : ASConfigAction_install_postmsi
    2010-07-09 09:46:03 Slp: Parameter 6 : INSTALL@CONFIGNONRC@ANALYSIS_SERVER_FULL
    2010-07-09 09:46:03 Slp:
    Final Parameter Values
    2010-07-09 09:46:03 Slp: Parameter 0 : SQL Server 2008 R2@RTM@
    2010-07-09 09:46:03 Slp: Parameter 1 : 0x3C261FB9
    2010-07-09 09:46:03 Slp: Parameter 2 : 0x3C261FB9
    2010-07-09 09:46:03 Slp: Parameter 3 : 0xD448CDD2
    2010-07-09 09:46:03 Slp: Parameter 4 : 0xD448CDD2
    2010-07-09 09:46:03 Slp: Parameter 5 : ASConfigAction_install_postmsi
    2010-07-09 09:46:03 Slp: Parameter 6 : 0xB1F3EAA6

  • BSOD when starting MSMQ service as domain user Windows server 2012

    Hi
    We have a problem with a server getting BSOD when we start a service related to MSMQ. We get the attempted execute of noexecute memory BSOD whenever we start the service as a User on the domain. When we start the service as a system local it starts without
    problem. I got the crashdump here:
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Microsoft (R) Windows Debugger Version 6.3.9600.17298 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\170\120314-11828-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 8 Kernel Version 9200 MP (4 procs) Free x64
    Product: Server, suite: TerminalServer SingleUserTS
    Built by: 9200.16912.amd64fre.win8_gdr.140502-1507
    Machine Name:
    Kernel base = 0xfffff800`48476000 PsLoadedModuleList = 0xfffff800`48742aa0
    Debug session time: Wed Dec  3 14:41:01.892 2014 (UTC + 1:00)
    System Uptime: 0 days 0:04:09.904
    Loading Kernel Symbols
    Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long.
    Run !sym noisy before .reload to track down problems loading symbols.
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck FC, {7f982e340e0, 791000010fdb1025, fffff8800485a5e0, 80000005}
    Probably caused by : mqac.sys ( mqac!ACCreateQueue+a77 )
    Followup: MachineOwner
    1: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY (fc)
    An attempt was made to execute non-executable memory.  The guilty driver
    is on the stack trace (and is typically the current instruction pointer).
    When possible, the guilty driver's name (Unicode string) is printed on
    the bugcheck screen and saved in KiBugCheckDriver.
    Arguments:
    Arg1: 000007f982e340e0, Virtual address for the attempted execute.
    Arg2: 791000010fdb1025, PTE contents.
    Arg3: fffff8800485a5e0, (reserved)
    Arg4: 0000000080000005, (reserved)
    Debugging Details:
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT_SERVER
    BUGCHECK_STR:  0xFC
    PROCESS_NAME:  mqsvc.exe
    CURRENT_IRQL:  0
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) amd64fre
    TRAP_FRAME:  fffff8800485a5e0 -- (.trap 0xfffff8800485a5e0)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=000007f982e0c950 rbx=0000000000000000 rcx=0000005dff1fecd0
    rdx=0000005dff34e988 rsi=0000000000000000 rdi=0000000000000000
    rip=000007f982e340e0 rsp=fffff8800485a778 rbp=fffff8800485ab80
     r8=fffffa800e623980  r9=0000000000000521 r10=fffffa800ec547a0
    r11=0000000000000006 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl nz na pe nc
    000007f9`82e340e0 ??              ???
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from fffff80048661ef1 to fffff800484d0540
    STACK_TEXT:  
    fffff880`0485a408 fffff800`48661ef1 : 00000000`000000fc 000007f9`82e340e0 79100001`0fdb1025 fffff880`0485a5e0 : nt!KeBugCheckEx
    fffff880`0485a410 fffff800`48588980 : fffff880`0485a5e0 ffffd8e9`9e6056e2 fffffa80`0ec547a0 00000000`00000000 : nt! ?? ::FNODOBFM::`string'+0x33f2d
    fffff880`0485a450 fffff800`4850aabd : fffff880`0485a500 00000000`c0000016 fffffa80`0e603b00 fffffa80`0e623980 : nt! ?? ::FNODOBFM::`string'+0x33e85
    fffff880`0485a4a0 fffff800`484cdfee : 00000000`00000008 00000000`00000000 00000000`00000000 fffff880`0485a5e0 : nt!MmAccessFault+0x3ed
    fffff880`0485a5e0 000007f9`82e340e0 : fffff880`00dc5297 fffffa80`0ec54770 00000000`00000000 fffff8a0`011ce7c0 : nt!KiPageFault+0x16e
    fffff880`0485a778 fffff880`00dc5297 : fffffa80`0ec54770 00000000`00000000 fffff8a0`011ce7c0 fffff980`00000000 : 0x000007f9`82e340e0
    fffff880`0485a780 fffff880`00dc60d7 : 00000000`00000000 0000005d`ff34e988 00000000`00000000 00000000`00000000 : mqac!ACCreateQueue+0xa77
    fffff880`0485a7f0 fffff800`488ab127 : fffffa80`0e5ed520 fffffa80`0d50ecf0 00000000`00000521 00000000`00000000 : mqac!ACDeviceControl+0x62b
    fffff880`0485a890 fffff800`488c02f6 : 00000000`00000000 fffff8a0`00000080 00000000`00000000 00000000`00000000 : nt!IopXxxControlFile+0x7e5
    fffff880`0485aa20 fffff800`484cf553 : 00000000`00000000 00000000`0000000c fffff6fb`7dbed078 fffff6fb`7da0ff30 : nt!NtDeviceIoControlFile+0x56
    fffff880`0485aa90 000007f9`8a702c1a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
    0000005d`ff34e928 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x000007f9`8a702c1a
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    mqac!ACCreateQueue+a77
    fffff880`00dc5297 85c0            test    eax,eax
    SYMBOL_STACK_INDEX:  6
    SYMBOL_NAME:  mqac!ACCreateQueue+a77
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: mqac
    IMAGE_NAME:  mqac.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  5010abc2
    IMAGE_VERSION:  6.2.9200.16384
    BUCKET_ID_FUNC_OFFSET:  a77
    FAILURE_BUCKET_ID:  0xFC_mqac!ACCreateQueue
    BUCKET_ID:  0xFC_mqac!ACCreateQueue
    ANALYSIS_SOURCE:  KM
    FAILURE_ID_HASH_STRING:  km:0xfc_mqac!accreatequeue
    FAILURE_ID_HASH:  {d1daca31-6256-358c-65b5-69af54392880}
    Followup: MachineOwner

    Hi,
    For BugCheck FC, it indicates that an attempt was made to execute non-executable memory. For more details,
    please refer to following article.
    Bug Check 0xFC: ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY
    à
    whenever we start the service as a User on the domain
    . When we start the service as a system local it starts without problem
    Did you mean that just use a standard domain user account to start the service, then encounter the issue? If
    configure Log on as Local System account, will no BSOD issue occurred? Just a confirmation, thanks for your understanding.
    Please check if you install all necessary Windows Updates on the server.
    In addition, as you know, troubleshoot this kind of kernel crash issue, we need to analyze the crash dump file to narrow down the root cause of the issue. However, it is
    not effective for us to debug the crash dump file here in the forum. If this issues is a state of emergency for you. Please contact Microsoft Customer Service and Support (CSS) via telephone so that a dedicated Support Professional can assist with your request.
    To obtain the phone numbers for specific technology request, please refer to the web site listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;OfferProPhone#faq607
    Hope this helps.
    Best regards,
    Justin Gu

  • HT1926 What do I do with the error..."Service 'Apple Mobile Device' (Apple Mobile Device) failed to start.  Verify that you have sufficient privileges to start system services."  This is on my Window desktop.  Removed/reinstall still get this. Help? Retri

    I was getting an update and it would not load so I tried to uninstall and reinstall.  Now when it reinstalls it gets to the end and it comes up with the following error message.
    Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services.
    This is on my desktop that I have had for a number of years that has had itunes for a number of years.  I have an two ipods and an ipad associated with the itunes account.  Now I can not get it to go past this message.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Unable to start Admin Server as a windows service

    I installed Admin Server as a windows service and when I started it, I got the below errors. Do you have any ideas?
    I'm using SOA Suite 11.1.1.2.0 and WL 10.3.2 on Windows
    Thanks,
    [Mon Mar 15 11:16:19 2010] [initLog] initializing logger
    [Mon Mar 15 11:16:19 2010] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Mon Mar 15 11:16:19 2010] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Mon Mar 15 11:16:19 2010] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Mon Mar 15 11:16:19 2010] [I] [initLog] TIME based log rotation is ON
    [Mon Mar 15 11:16:19 2010] [I] [trigger] First rotation due in 45820 secs
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] About to execute CreateThread()
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszCmdLine = -jrockit -Xms128m -Xmx256m -Xverify:none -classpath "C:\ORACLE~1\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORACLE~1\MIDDLE~1\JROCKI~1.5-3\lib\tools.jar;C:\ORACLE~1\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\ORACLE~1\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\ORACLE~1\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\ORACLE~1\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\ORACLE~1\MIDDLE~1\JROCKI~1.5-3\jre\lib\rt.jar;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;" -Dweblogic.Name=AdminServer -Dweblogic.management.username= -Dweblogic.ProductionModeEnabled= -Djava.security.policy="C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy" weblogic.Server
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszJavaHome = C:\ORACLE~1\MIDDLE~1\JROCKI~1.5-3
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszExecDir = C:\Oracle11112\Middleware\user_projects\domains\soadev_domain
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszOldPath = C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszNewPath = C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\bin;C:\ORACLE~1\MIDDLE~1\JROCKI~1.5-3\jre\bin;C:\ORACLE~1\MIDDLE~1\JROCKI~1.5-3\bin;C:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszDelay = 0
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszStopClass = []
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszLog = [C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\AdminServerSvc.log]
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] Thread created successfully
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszHost = []
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] lpszPort = []
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Mon Mar 15 11:16:19 2010] [I] [ServiceStart] waiting for multiple events
    [Mon Mar 15 11:16:19 2010] [I] [StartJVM] Parsing JVM Arguments
    [Mon Mar 15 11:16:19 2010] [I] [StartJVM] Initializing JVM
    [Mon Mar 15 11:16:20 2010] [I] [RunJavaApp] Loading class - weblogic.Server
    [Mon Mar 15 11:16:20 2010] [I] [RunJavaApp] Locating method "public static void main([]String)" in main class
    [Mon Mar 15 11:16:20 2010] [I] [RunJavaApp] Building arguments for main class
    [Mon Mar 15 11:16:20 2010] [I] [RunJavaApp] Invoking main class
    <Mar 15, 2010 11:16:22 AM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.5-32_o-121899-1.6.0_14-20091001-2107-windows-ia32 from BEA Systems, Inc.>
    <Mar 15, 2010 11:16:23 AM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
    <Mar 15, 2010 11:16:27 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 15, 2010 11:16:27 AM PDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 15, 2010 11:16:27 AM PDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Mar 15, 2010 11:16:27 AM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\AdminServer.log00005. Log messages will continue to be logged in C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\AdminServer.log.>
    <Mar 15, 2010 11:16:27 AM PDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    <Mar 15, 2010 11:16:34 AM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 15, 2010 11:16:41 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:41 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:41 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:41 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:41 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:41 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    java.lang.ClassNotFoundException: oracle.ias.cache.Startup
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:41 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:43 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 15, 2010 11:16:43 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 15, 2010 11:16:47 AM PDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\tmp\_WL_user\FMW Welcome Page Application_11.1.0.0.0\cb7uge\fmw-welcome.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    <Mar 15, 2010 11:16:47 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'FMW Welcome Page Application [Version=11.1.0.0.0]' due to error weblogic.application.ModuleException: Failed to load webapp: '/'.
    weblogic.application.ModuleException: Failed to load webapp: '/'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:378)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:391)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         Truncated. see log file for complete stacktrace
    >
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    <Mar 15, 2010 11:16:47 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'em' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:140)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:47 AM PDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@11450347[app:DMS Application module:dms.war path:/dms spec-version:2.5 version:11.1.1.1.0] oracle.dms.wls.DMSServletFilter.
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:47 AM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'DMS Application [Version=11.1.1.1.0]'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:47 AM PDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@12124116[app:wsil-wls module:/inspection.wsil path:/inspection.wsil spec-version:2.5] oracle.dms.wls.DMSServletFilter.
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:47 AM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'wsil-wls'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\soadev_domain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\soadev_domain.log00004. Log messages will continue to be logged in C:\Oracle11112\Middleware\user_projects\domains\soadev_domain\servers\AdminServer\logs\soadev_domain.log.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Mar 15, 2010 11:16:48 AM PDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "Audit Loader Startup Class", java.lang.ClassNotFoundException: oracle.security.audit.ajl.loader.JEEAuditLoader
    java.lang.ClassNotFoundException: oracle.security.audit.ajl.loader.JEEAuditLoader
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:253)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
         at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
         Truncated. see log file for complete stacktrace
    >
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:a01:1b5:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:0:100:7f:fffe:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:4b5:ea73:59f2:2e1a:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.1.1.181:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 15, 2010 11:16:48 AM PDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "soadev_domain" running in Development Mode>
    <Mar 15, 2010 11:16:48 AM PDT> <Warning> <Server> <BEA-002611> <Hostname "mycomputer.abc.com", maps to multiple IP addresses: 10.1.1.100, bf80:0:0:0:3gr:kdab:43f3:2e1a%10>
    <Mar 15, 2010 11:16:49 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Mar 15, 2010 11:16:49 AM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>

    Hi,
    If you see your logs, you server has actually started in "RUNNING" mode. Its only throwing lot of "ClassNotFoundException" because I guess they classes are not available in classpaths. If you know the "jar" which contains which are being complained, copy the jar files to "DOMAIN_HOME/lib" which is simple way to add jars to classpath.
    <Mar 15, 2010 11:16:49 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Mar 15, 2010 11:16:49 AM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    Thanks.
    Vijay Bheemineni.

  • Add User for Native PDF Conversion fails on Windows 2008 for WebSphere

    I'm installing LiveCycle ES3 Generator on Windows 2008 R2 server with WebSphere 8.  When I try to add users for the Native PDF conversion as part of the generator configuration I get an error.  I've included the installer log error and some of the related WebSphere logs below.  Anyone have any sugestions?
    Configuration Manager Install log:
    [2013-03-11 10:03:35,834], WARNING, Thread-11, com.adobe.pdfg.lcm.configure.users.AddPDFGAdminUserTask, Error while adding user to PDFG :ALC-DSC-005-000: com.adobe.idp.dsc.DSCNotSerializableException: Not Serializable
    Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329)
              at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:139)
              at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
              at java.lang.reflect.Method.invoke(Method.java:611)
              at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
              at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
              at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
              at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
              at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
              at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
              at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
              at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
              at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
              at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
              at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1214)
              at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:774)
              at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:456)
              at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java: 178)
              at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:125)
              at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:92)
              at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
              at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 192)
              at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)
              at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:86)
              at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 192)
              at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:926)
              at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java :1023)
              at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:87)
              at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:895)
              at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
              at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)
              at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:458)
              at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.jav a:522)
              at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java: 311)
              at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:282)
              at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConn ectionInitialReadCallback.java:214)
              at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitia lReadCallback.java:113)
              at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:165)
              at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
              at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
              at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
              at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
              at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
              at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
              at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)
    Caused by: ALC-PDG-80000-000: com.adobe.pdfg.exceptions.ConfigException: ALC-PDG-080-000-Connection to failed service.
              at com.adobe.pdfg.config.PDFGConfigServiceImpl.validateUserCredentials(PDFGConfigServiceImpl .java:494)
              at com.adobe.pdfg.config.PDFGConfigServiceImpl.updateUserAccountsSettings(PDFGConfigServiceI mpl.java:870)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
              at java.lang.reflect.Method.invoke(Method.java:611)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              ... 71 more
    Caused by: java.lang.IllegalStateException: Connection to failed service.
              at com.adobe.service.ResourcePooler.allocateResource(ResourcePooler.java:96)
              at com.adobe.service.ConnectionFactoryManagerPeer.getConnectionResourceFromPool(ConnectionFa ctoryManagerPeer.java:79)
              at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactor yManagerPeerImpl.java:103)
              at com.adobe.service.ConnectionFactoryRmiAdapter.getConnection(ConnectionFactoryRmiAdapter.j ava:54)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
              at java.lang.reflect.Method.invoke(Method.java:611)
              at com.ibm.rmi.util.ProxyUtil$4.run(ProxyUtil.java:609)
              at java.security.AccessController.doPrivileged(AccessController.java:280)
              at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:606)
              at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1177)
              at $Proxy35.getConnection(Unknown Source)
              at com.adobe.service._ConnectionFactoryRemote_Stub.getConnection(_ConnectionFactoryRemote_St ub.java:59)
              at com.adobe.pdfg.config.PDFGConfigServiceImpl.getColorProfileService(PDFGConfigServiceImpl. java:1252)
              at com.adobe.pdfg.config.PDFGConfigServiceImpl.validateUserCredentials(PDFGConfigServiceImpl .java:487)
              ... 77 more
              at com.adobe.idp.dsc.provider.impl.base.AbstractResponseHolder.handleException(AbstractRespo nseHolder.java:150)
              at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkBindingStubUtil.deSerializeResponse( SoapSdkBindingStubUtil.java:132)
              at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatche r.java:132)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.pdfg.lcm.configure.users.AddPDFGAdminUserTask.run(AddPDFGAdminUserTask.java:76)
              at java.lang.Thread.run(Thread.java:619)
    Systemout
    [3/11/13 10:03:35:744 EST] 000000de ProcessResour A   ALC-BMC-001-505: Service ColorProfileSvc: Starting native process with command line "C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\ColorProfileSvc\\ColorPr ofileService.exe"  -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd000000010000000000000460000102bd0000000b4851324b38454945323500bd0000bdbd0000001f4c4d424 9000000154773e3aa001500050442522d3700080100000000000000bd0000000a000000010000001400bdbdbd0 501000100000000000101000000000049424d0a0000000800bd00011600000100000026000000020002bdbd494 24d04000000050005020102bdbdbd0000001f0000000400bd0003000000200000000400bd00010000002500000 00400bd000300000021000002d80001bdbd000000060002bdbd000000240000001e00bd00260002bdbd0000000 10000000b31302e312e32302e353400bd24bb00400000bdbd0000000806062b1200021e0200000028040100080 6062b1200021e020000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000042bdbd000000240000001e00bd00660042bdbd000000010000000b31302e312e32302e35340 0bd24ba00400000bdbd0000000806062b1200021e02000000280401000806062b1200021e02000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000002bdbd000000240 000001e00bd00260002bdbd000000010000000b31302e312e32302e353400bd24bb00400000bdbd00000008060 6678102010101000000280401000806066781020101010000001864656661756c7457494d46696c65426173656 45265616c6d000000000000000000000000000000000042bdbd000000240000001e00bd00660042bdbd0000000 10000000b31302e312e32302e353400bd24ba00400000bdbd00000008060667810201010100000028040100080 6066781020101010000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000002bdbd000000240000001e00bd00260002bdbd000000010000000b31302e312e32302e35340 0bd24bb00400000bdbd0000000806062b1200021e06000000280401000806062b1200021e06000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000042bdbd000000240 000001e00bd00660042bdbd000000010000000b31302e312e32302e353400bd24ba00400000bdbd00000008060 62b1200021e06000000280401000806062b1200021e060000001864656661756c7457494d46696c65426173656 45265616c6d0000000000000000000000000000000049424d21000000ba00bd00010000bdbd0000001057494d5 57365725265676973747279000000002149424d20576562537068657265204170706c69636174696f6e2053657 276657200bdbdbd00000008382e352e302e300000000007352f312f313200bd0000000a676d313231382e30310 0bdbd000000452863656c6c293a4851324b3845494532354e6f6465303143656c6c3a286e6f6465293a4851324 b3845494532354e6f646530313a28736572766572293a7365727665723100bdffff0001bdbd000000140000000 800bd00b6400224ba   -AppServer websphere
    [3/11/13 10:03:35:787 EST] 000007c2 ProcessResour W   ALC-BMC-001-024: Service ColorProfileSvc: Process ProcessResource@93771607(name=ColorProfileService.exe,pid=0) terminated abnormally with error code {3}
    [3/11/13 10:03:35:794 EST] 000000de ProcessResour A   ALC-BMC-001-505: Service ColorProfileSvc: Starting native process with command line "C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\ColorProfileSvc\\ColorPr ofileService.exe"  -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd000000010000000000000460000102bd0000000b4851324b38454945323500bd0000bdbd0000001f4c4d424 9000000154773e3aa001500050442522d3800080100000000000000bd0000000a000000010000001400bdbdbd0 501000100000000000101000000000049424d0a0000000800bd00011600000100000026000000020002bdbd494 24d04000000050005020102bdbdbd0000001f0000000400bd0003000000200000000400bd00010000002500000 00400bd000300000021000002d80001bdbd000000060002bdbd000000240000001e00bd00260002bdbd0000000 10000000b31302e312e32302e353400bd24bb00400000bdbd0000000806062b1200021e0200000028040100080 6062b1200021e020000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000042bdbd000000240000001e00bd00660042bdbd000000010000000b31302e312e32302e35340 0bd24ba00400000bdbd0000000806062b1200021e02000000280401000806062b1200021e02000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000002bdbd000000240 000001e00bd00260002bdbd000000010000000b31302e312e32302e353400bd24bb00400000bdbd00000008060 6678102010101000000280401000806066781020101010000001864656661756c7457494d46696c65426173656 45265616c6d000000000000000000000000000000000042bdbd000000240000001e00bd00660042bdbd0000000 10000000b31302e312e32302e353400bd24ba00400000bdbd00000008060667810201010100000028040100080 6066781020101010000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000002bdbd000000240000001e00bd00260002bdbd000000010000000b31302e312e32302e35340 0bd24bb00400000bdbd0000000806062b1200021e06000000280401000806062b1200021e06000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000042bdbd000000240 000001e00bd00660042bdbd000000010000000b31302e312e32302e353400bd24ba00400000bdbd00000008060 62b1200021e06000000280401000806062b1200021e060000001864656661756c7457494d46696c65426173656 45265616c6d0000000000000000000000000000000049424d21000000ba00bd00010000bdbd0000001057494d5 57365725265676973747279000000002149424d20576562537068657265204170706c69636174696f6e2053657 276657200bdbdbd00000008382e352e302e300000000007352f312f313200bd0000000a676d313231382e30310 0bdbd000000452863656c6c293a4851324b3845494532354e6f6465303143656c6c3a286e6f6465293a4851324 b3845494532354e6f646530313a28736572766572293a7365727665723100bdffff0001bdbd000000140000000 800bd00b6400224ba   -AppServer websphere
    [3/11/13 10:03:35:839 EST] 000007c5 ProcessResour W   ALC-BMC-001-024: Service ColorProfileSvc: Process ProcessResource@99362d6c(name=ColorProfileService.exe,pid=0) terminated abnormally with error code {3}
    SystemErr
    [3/11/13 10:03:35:778 EST] 000007c2 SystemErr     R system exception1096024066
    [3/11/13 10:03:35:778 EST] 000007c2 SystemErr     R Unknown Exception in doFlush()
    [3/11/13 10:03:35:778 EST] 000007c2 SystemErr     R AdobeServer::Logger: flusher terminated abnormaly
    [3/11/13 10:03:35:829 EST] 000007c5 SystemErr     R system exception1096024066
    [3/11/13 10:03:35:830 EST] 000007c5 SystemErr     R Unknown Exception in doFlush()
    AdobeServer::Logger: flusher terminated abnormaly

    I today finished installing on W2R2+WebSphere 8 LC ES4 with a similar error on XMLForm.exe. This link worked for me and my error was similar. 
    http://blogs.adobe.com/livecycle/2012/05/livecycle-xmlforms-native-process-and-websphere-g lobal-security.html

Maybe you are looking for

  • Embedding interactive swf into a Tumblr post?

    Hi everyone, This is my first post/question. I'm trying to figure out if I can embed an interactive swf (with basic AS3 Code Snippets added to movie clips) into a Tumblr post. I found this post which explains how to use Dropbox as a repository for th

  • Can I bind multiple field values to a single field?

    Here's the scenario:  I have a form with 2 pages.  On the first page, there are three fields for a person's first, middle, and last name.  On the second page, there's a field that just says "Name".  I want the user to fill out the first, middle and l

  • Event filter question Nachi Worm ICMP Echo Request (2156)

    The intent is to only see this alert when the source is my IP space. Is it possible to create 2 seperate event filters for this sig? I'd like one sig to filter events when my IP space when it is the destination and the other would allow alerts when m

  • User ftpuser has no access authorization for computer(FTP_CONNECT)

    Hi Gurus i am getting error like this  "User ftpuser has no access authorization for computer" when i am trying to ftp_connect.i did use before this 'HTTP_SCRAMBLE' but still not getting output .i searched SDN its says answred but no solution.can any

  • 0xE800003

    PLEASE HELP! I have a Ipod touch 32G and PC (windows 7) I cant get Itunes to see my Ipod. I have updated the Ipod and Itunes but still comes up with this message: Itunes could not connect to this iPod because an unknown error occurred (0xE800003) Any