SAMLPOSTProfileServlet failing to initialize and execute

Doing some testing with SAML v1.1 against a Juniper SA SSL VPN. I got it working to a point where, after the IDP login, the SAML assertion is created, and redirects back to the SA.
I had to restart the OpenSSo service because a change a the SAML 1.1 config wasn’t refreshing. After that, the SAMLPOSTProfileServlet fails, which worked before the restart. I restarted the service again and rebooted the server, but same issue.
No changes were made to the service config, no updates installed, only working with the SAML 1.1 config under Federation. No changes to Glassfish, etc.
Any ideas? Any help would be appreciated.
Thanks,
Chris
Browser Error:
HTTP Status 500 -
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from
fulfilling this request.
exception
javax.servlet.ServletException: AMSetupFilter.doFilter
root cause
javax.servlet.ServletException: PWC1244: Servlet execution threw an
exception
root cause
java.lang.NoClassDefFoundError
note The full stack traces of the exception and its root causes are available in
the Sun GlassFish Enterprise Server v2.1.1 logs.
Sun GlassFish Enterprise Server v2.1.1
Glassfish server.log entry: (/opt/glassfish/domains/domain1/logs)
[#|2010-06-24T14:24:40.786-0700|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=14;_ThreadName=httpSSLWorkerThread-443-0;_RequestID=ca4ed648-298b-4050-a90d-009f5783cb0d;|javax.servlet.ServletException: PWC1244: Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:450)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:91)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
at com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.process(SSLReadTask.java:444)
at com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask(SSLReadTask.java:230)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
Caused by: java.lang.ExceptionInInitializerError
at com.sun.identity.saml.servlet.SAMLPOSTProfileServlet.doGet(SAMLPOSTProfileServlet.java:95)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
... 31 more
Caused by: java.lang.NullPointerException
at com.sun.identity.saml.common.SAMLServiceManager.getAttribute(SAMLServiceManager.java:1291)
at com.sun.identity.saml.common.SAMLUtils.<clinit>(SAMLUtils.java:145)
... 35 more
[#|2010-06-24T14:24:40.801-0700|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=httpSSLWorkerThread-443-0;_RequestID=ca4ed648-298b-4050-a90d-009f5783cb0d;|StandardWrapperValve[SAMLPOSTProfileServlet]: PWC1406: Servlet.service() for servlet SAMLPOSTProfileServlet threw exception
java.lang.ExceptionInInitializerError
at com.sun.identity.saml.servlet.SAMLPOSTProfileServlet.doGet(SAMLPOSTProfileServlet.java:95)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:91)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)

If you enable the Debug mode on in OpenSSO and look at the /debug/Federation log file you will see the reason for this error.
For me the issue was due to NumberFormatException. One value for one of the Service Provider was set not sure from where as string instead of number. I deleted the service provider configuration and restarted the server and all is working fine....

Similar Messages

  • I downloaded the 32 bit version of photoshop cc 2014. When trying to install I get the message that installer failed to initialize and that this could be due to a missing file. Has anybody a solution ?

    I downloaded the 32 bit version of photoshop cc 2014. When trying to install I get the message that installer failed to initialize and that this could be due to a missing file. Has anybody a solution>?

    Did you unzip the entire contents of the download zip file onto your hard drive before running the installer?  You need to do that.
    I have installed it myself and it went in just fine.
    -Noel

  • "Installer failed to initialize" and Adobe Support Advisor HELP!

    I have tried downloading a trial of Photoshop Elements 11 and previously a trial of Adobe Photoshop CS6. Each time I get to the step where I launch the installer for the application, a box shows up saying, "Installer failed to initialize. Please download Adobe Suport Advisor to detect the problem."
    I have downloaded the Advisor and it just says, "Inspection could not identify any issues. Please contact Adobe Support for further assistance."

    This is what my PDApp.log file looks like, can you detect what the problem is? None of the information in the troubleshoot page was helpful to me. Thank you!
    Sun Feb 10 11:37:04 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sun Feb 10 11:37:04 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sun Feb 10 11:37:04 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sun Feb 10 11:37:04 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sun Feb 10 11:37:04 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sun Feb 10 11:37:04 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Feb 11 10:42:24 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Feb 11 10:42:24 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Feb 11 10:42:24 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Feb 11 10:42:24 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Feb 11 10:42:24 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Mon Feb 11 10:42:24 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Tue Feb 12 13:19:52 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Feb 12 13:19:52 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Feb 12 13:19:52 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Feb 12 13:19:52 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Feb 12 13:19:53 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Feb 12 13:19:53 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Wed Feb 13 09:04:07 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Wed Feb 13 09:04:07 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Wed Feb 13 09:04:07 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Wed Feb 13 09:04:07 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Wed Feb 13 09:04:07 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Wed Feb 13 09:04:07 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Thu Feb 14 08:38:31 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Thu Feb 14 08:38:31 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Thu Feb 14 08:38:31 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Thu Feb 14 08:38:31 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Thu Feb 14 08:38:31 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Thu Feb 14 08:38:31 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Fri Feb 15 12:29:04 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Fri Feb 15 12:29:04 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Feb 15 12:29:04 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Feb 15 12:29:04 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Feb 15 12:29:04 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Fri Feb 15 12:29:04 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Sat Feb 16 12:43:36 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sat Feb 16 12:43:36 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sat Feb 16 12:43:36 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sat Feb 16 12:43:36 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sat Feb 16 12:43:36 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sat Feb 16 12:43:36 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Sat Feb 16 20:53:44 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sat Feb 16 20:53:44 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sat Feb 16 20:53:44 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sat Feb 16 20:53:44 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sat Feb 16 20:53:44 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Sat Feb 16 20:53:44 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Sat Feb 16 20:53:46 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Sat Feb 16 20:53:51 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Sat Feb 16 20:53:51 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Sat Feb 16 20:53:51 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Sat Feb 16 20:53:56 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Sat Feb 16 20:53:56 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Sat Feb 16 20:53:56 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Sat Feb 16 20:53:56 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Sun Feb 17 10:29:55 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sun Feb 17 10:29:55 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sun Feb 17 10:29:55 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sun Feb 17 10:29:55 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sun Feb 17 10:29:55 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sun Feb 17 10:29:55 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Feb 18 19:36:04 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Feb 18 19:36:05 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Feb 18 19:36:05 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Feb 18 19:36:05 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Feb 18 19:36:05 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Mon Feb 18 19:36:05 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Tue Feb 19 13:31:04 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Feb 19 13:31:04 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Feb 19 13:31:04 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Feb 19 13:31:04 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Feb 19 13:31:04 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Feb 19 13:31:04 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Wed Feb 20 07:35:02 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Wed Feb 20 07:35:03 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Wed Feb 20 07:35:03 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Wed Feb 20 07:35:03 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Wed Feb 20 07:35:03 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Wed Feb 20 07:35:03 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Thu Feb 21 17:51:44 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Thu Feb 21 17:51:44 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Thu Feb 21 17:51:44 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Thu Feb 21 17:51:44 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Thu Feb 21 17:51:44 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Thu Feb 21 17:51:45 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Thu Feb 21 17:51:46 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Thu Feb 21 17:51:49 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Thu Feb 21 17:51:49 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Thu Feb 21 17:51:49 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Thu Feb 21 17:51:53 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Thu Feb 21 17:51:53 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Thu Feb 21 17:51:53 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Thu Feb 21 17:51:53 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Fri Feb 22 10:00:06 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Fri Feb 22 10:00:06 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Feb 22 10:00:06 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Feb 22 10:00:06 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Feb 22 10:00:06 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Fri Feb 22 10:00:06 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Sun Feb 24 14:07:39 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sun Feb 24 14:07:39 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sun Feb 24 14:07:39 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sun Feb 24 14:07:39 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sun Feb 24 14:07:39 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sun Feb 24 14:07:39 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Feb 25 12:41:03 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Feb 25 12:41:03 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Feb 25 12:41:03 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Feb 25 12:41:03 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Feb 25 12:41:03 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Mon Feb 25 12:41:03 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Tue Feb 26 10:03:34 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Feb 26 10:03:34 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Feb 26 10:03:34 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Feb 26 10:03:34 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Feb 26 10:03:34 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Feb 26 10:03:34 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Wed Feb 27 12:48:41 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Wed Feb 27 12:48:41 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Wed Feb 27 12:48:41 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Wed Feb 27 12:48:41 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Wed Feb 27 12:48:41 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Wed Feb 27 12:48:41 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Thu Feb 28 13:17:46 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Thu Feb 28 13:17:46 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Thu Feb 28 13:17:46 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Thu Feb 28 13:17:46 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Thu Feb 28 13:17:46 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Thu Feb 28 13:17:46 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Fri Mar  1 10:57:13 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Fri Mar  1 10:57:13 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Mar  1 10:57:13 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Mar  1 10:57:13 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Mar  1 10:57:13 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Fri Mar  1 10:57:18 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Fri Mar  1 10:57:18 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Fri Mar  1 10:57:23 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(41) ErrorCode(213)
    Fri Mar  1 10:57:23 2013          [ERROR] AAMUpdatesNotifier - Scheduled CFU failed...
    Fri Mar  1 10:57:23 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Fri Mar  1 10:57:23 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Fri Mar  1 10:57:23 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Fri Mar  1 10:57:23 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Fri Mar  1 10:57:23 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Fri Mar  1 10:57:23 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Sun Mar  3 09:27:36 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sun Mar  3 09:27:36 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sun Mar  3 09:27:36 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sun Mar  3 09:27:36 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sun Mar  3 09:27:36 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sun Mar  3 09:27:36 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Mar  4 13:37:28 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Mar  4 13:37:28 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Mar  4 13:37:28 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Mar  4 13:37:29 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Mar  4 13:37:29 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Mon Mar  4 13:37:29 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Tue Mar  5 02:00:06 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Mar  5 02:00:06 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Mar  5 02:00:06 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Mar  5 02:00:06 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Mar  5 02:00:06 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Mar  5 02:00:06 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Wed Mar  6 09:56:39 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Wed Mar  6 09:56:39 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Wed Mar  6 09:56:39 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Wed Mar  6 09:56:39 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Wed Mar  6 09:56:39 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Wed Mar  6 09:56:39 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Wed Mar  6 09:56:39 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Wed Mar  6 09:56:50 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(41) ErrorCode(212)
    Wed Mar  6 09:56:50 2013          [ERROR] AAMUpdatesNotifier - Scheduled CFU failed...
    Wed Mar  6 09:56:50 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Wed Mar  6 09:56:50 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Wed Mar  6 09:56:54 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Wed Mar  6 09:56:54 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Wed Mar  6 09:56:54 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Wed Mar  6 09:56:54 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Thu Mar  7 02:02:40 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Thu Mar  7 02:02:40 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Thu Mar  7 02:02:40 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Thu Mar  7 02:02:40 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Thu Mar  7 02:02:40 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Thu Mar  7 02:02:40 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Fri Mar  8 08:59:24 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Fri Mar  8 08:59:24 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Mar  8 08:59:24 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Mar  8 08:59:24 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Mar  8 08:59:24 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Fri Mar  8 08:59:24 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Fri Mar  8 08:59:24 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Fri Mar  8 08:59:28 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Fri Mar  8 08:59:28 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Fri Mar  8 08:59:28 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Fri Mar  8 08:59:29 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Fri Mar  8 08:59:29 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Fri Mar  8 08:59:29 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Fri Mar  8 08:59:29 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Sun Mar 10 20:21:00 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sun Mar 10 20:21:00 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sun Mar 10 20:21:00 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sun Mar 10 20:21:00 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sun Mar 10 20:21:00 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sun Mar 10 20:21:00 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Mar 11 11:41:43 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Mar 11 11:41:43 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Mar 11 11:41:43 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Mar 11 11:41:43 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Mar 11 11:41:43 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Mon Mar 11 11:41:43 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Tue Mar 12 10:00:55 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Mar 12 10:00:55 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Mar 12 10:00:55 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Mar 12 10:00:55 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Mar 12 10:00:55 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Mar 12 10:00:55 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Wed Mar 13 10:33:06 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Wed Mar 13 10:33:06 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Wed Mar 13 10:33:06 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Wed Mar 13 10:33:06 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Wed Mar 13 10:33:06 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Wed Mar 13 10:33:06 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Thu Mar 14 08:34:05 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Thu Mar 14 08:34:05 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Thu Mar 14 08:34:05 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Thu Mar 14 08:34:05 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Thu Mar 14 08:34:05 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Thu Mar 14 08:34:05 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Fri Mar 15 10:40:15 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Fri Mar 15 10:40:15 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Mar 15 10:40:15 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Mar 15 10:40:15 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Mar 15 10:40:15 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Fri Mar 15 10:40:15 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Sat Mar 16 11:50:05 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sat Mar 16 11:50:05 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sat Mar 16 11:50:05 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sat Mar 16 11:50:05 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sat Mar 16 11:50:05 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sat Mar 16 11:50:05 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Sun Mar 17 12:42:25 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sun Mar 17 12:42:25 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sun Mar 17 12:42:25 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sun Mar 17 12:42:25 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sun Mar 17 12:42:25 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sun Mar 17 12:42:25 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Mar 18 11:04:04 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Mar 18 11:04:05 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Mar 18 11:04:05 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Mar 18 11:04:05 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Mar 18 11:04:05 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Mon Mar 18 11:04:05 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Tue Mar 19 15:08:51 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Mar 19 15:08:51 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Mar 19 15:08:51 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Mar 19 15:08:51 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Mar 19 15:08:51 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Mar 19 15:08:51 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Wed Mar 20 11:29:16 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Wed Mar 20 11:29:16 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Wed Mar 20 11:29:16 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Wed Mar 20 11:29:16 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Wed Mar 20 11:29:16 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Wed Mar 20 11:29:16 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Wed Mar 20 11:29:16 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Wed Mar 20 11:29:18 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Wed Mar 20 11:29:18 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Wed Mar 20 11:29:18 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Wed Mar 20 11:29:18 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Wed Mar 20 11:29:18 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Wed Mar 20 11:29:18 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Wed Mar 20 11:29:18 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Thu Mar 21 12:56:17 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Thu Mar 21 12:56:18 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Thu Mar 21 12:56:18 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Thu Mar 21 12:56:18 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Thu Mar 21 12:56:18 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Thu Mar 21 12:56:18 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Fri Mar 22 12:23:50 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Fri Mar 22 12:23:50 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Fri Mar 22 12:23:50 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Fri Mar 22 12:23:50 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Fri Mar 22 12:23:50 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Fri Mar 22 12:23:53 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Fri Mar 22 12:23:53 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Fri Mar 22 12:23:57 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Fri Mar 22 12:23:57 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Fri Mar 22 12:23:57 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Fri Mar 22 12:23:58 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Fri Mar 22 12:23:58 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Fri Mar 22 12:23:58 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Fri Mar 22 12:23:58 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Sat Mar 23 08:31:13 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sat Mar 23 08:31:13 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sat Mar 23 08:31:13 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sat Mar 23 08:31:13 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sat Mar 23 08:31:13 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sat Mar 23 08:31:13 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Mar 25 18:44:02 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Mar 25 18:44:02 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Mar 25 18:44:02 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Mar 25 18:44:02 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Mar 25 18:44:02 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Mon Mar 25 18:44:05 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Mon Mar 25 18:44:06 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Mon Mar 25 18:44:21 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Mon Mar 25 18:44:21 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Mon Mar 25 18:44:21 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Mon Mar 25 18:44:25 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Mon Mar 25 18:44:25 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Mon Mar 25 18:44:25 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Mon Mar 25 18:44:25 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Tue Mar 26 12:50:26 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Mar 26 12:50:26 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Mar 26 12:50:26 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Mar 26 12:50:26 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Mar 26 12:50:26 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Mar 26 12:50:26 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Wed Mar 27 12:07:19 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Wed Mar 27 12:07:19 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Wed Mar 27 12:07:19 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Wed Mar 27 12:07:19 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Wed Mar 27 12:07:19 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Wed Mar 27 12:07:19 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Thu Mar 28 17:22:18 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Thu Mar 28 17:22:18 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Thu Mar 28 17:22:18 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Thu Mar 28 17:22:18 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Thu Mar 28 17:22:18 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Thu Mar 28 17:22:18 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Sat Mar 30 13:39:24 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sat Mar 30 13:39:24 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sat Mar 30 13:39:24 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sat Mar 30 13:39:24 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sat Mar 30 13:39:24 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sat Mar 30 13:39:24 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Sun Mar 31 17:02:36 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Sun Mar 31 17:02:36 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Sun Mar 31 17:02:36 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Sun Mar 31 17:02:36 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Sun Mar 31 17:02:36 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Sun Mar 31 17:02:36 2013          [INFO] AAMUpdatesNotifier - Notification sent successfully and quiting the application...
    Mon Apr  1 14:51:26 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Mon Apr  1 14:51:26 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Mon Apr  1 14:51:26 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Mon Apr  1 14:51:26 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Mon Apr  1 14:51:26 2013          [INFO] AAMUpdatesNotifier - No AAM Notifier is running so new instance is allowed to run...
    Mon Apr  1 14:51:27 2013          [INFO] AAMUpdatesNotifier - Registering Notification to listen messages from another instance
    Mon Apr  1 14:51:28 2013          [INFO] AAMUpdatesNotifier - Handle Relaunch Notification Action...
    Mon Apr  1 14:51:33 2013          [INFO] AAMUpdatesNotifier - CFU .... StatusCode(21) ErrorCode(0)
    Mon Apr  1 14:51:33 2013          [INFO] AAMUpdatesNotifier - Handle updateUI Notification Action...
    Mon Apr  1 14:51:33 2013          [INFO] AAMUpdatesNotifier - inside getUpdates
    Mon Apr  1 14:51:34 2013          [INFO] AAMUpdatesNotifier - All updates count 1
    Mon Apr  1 14:51:34 2013          [INFO] AAMUpdatesNotifier - All enabled updates count 1
    Mon Apr  1 14:51:34 2013          [INFO] AAMUpdatesNotifier - All filtered application count to display 1
    Mon Apr  1 14:51:34 2013          [INFO] AAMUpdatesNotifier - haveUpdatesToInstall(status) 1 numberOfApplications 1
    Tue Apr  2 11:27:05 2013          [INFO] AAMUpdatesNotifier - Build Version - 2.0.241.0
    Tue Apr  2 11:27:05 2013          [INFO] AAMUpdatesNotifier - Logging Level verbosity Set  to 4
    Tue Apr  2 11:27:05 2013          [INFO] AAMUpdatesNotifier - Application initialization start, Looking for command line arguments
    Tue Apr  2 11:27:05 2013          [INFO] Common.CommandLineParser - Parsing the command line provided. Number of command line arguments is 2
    Tue Apr  2 11:27:05 2013          [INFO] AAMUpdatesNotifier - Another Local Updates Notifer application is running, sending notification...
    Tue Apr  2 11:27:05 2013          [INFO] AAMUpdatesNotifier - Notification sent successf

  • A pop up says that the "... application failed to initialize" and give options to close it or fix it but none work.

    While I working with or surfing with Firefox and I stop working for a few minutes, 2 to 5 min, a pop up show up saying that the "application failed to initialize..." It gives two options, to cancel it or fix it. none of then work, and to make the pop up go away I just click the "X" to close it. It works and puts Firefox back to work. On the upper left corner of the pop up it shows the name of the file as "Firefox.exe" How can I stop this pop up? What is the problem? Thanks for your help,

    That should not happen by just leaving for a time.
    Type '''about:support''' in the address bar and press '''Enter.'''
    Under the main banner, press the button; '''Copy Text To Clipboard.'''.
    Then in the reply box at the bottom of this page,
    do a right click in the box and select '''Paste.'''
    This will show us your system details.
    '''No Personal Information Is Collected.'''
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the
    '''<Shift ''(Mac Options)'' >''' key, and then starting Firefox. Is the problem still there?

  • How to install Photoshop Elements 11 on Macbook Pro 10.8.3 after the installer failed to initialize

    I tried several times to install Photoshop Elements 11 on my new Macbook Pro (10.8.3) but the installer failed to initialize and the Support Advisor inspection could not identify any issue. I went today to the Apple Store to get help and the Genius guy couldn't resolve the problem either. He told me to contact Adobe Support and he gave me an Adobe token number.
    Does anyone knows how can I resolve this problem? Any help would be truly appreciate it!!!
    Thanks a lot!!!

    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation-photoshop-elements- premiere.html

  • How do I resolve "Installation failed to Initialize" message?

    I've used Adobe products for over 20 years. Now I'm truly stuck, and live chat hasn't been helpful at all (no responses to my questions, just instructions ignoring what I'm saying, which is basically that I tried all the suggestions/instructions already, and they didn't work). My OS is Windows 7, Home Professional. I purchased CS5.5 Design Premium on a CD and attempted to install it. The CD seemed to work; the installation started. Then nothing happened for over an hour, so I cancelled the installation and rebooted my machine. Now when I try to install, I receive a message saying that the "Installation failed to initialize" and that I must clink on the link for Support Advisor. When I do this, the Manager finds no errors. I can't find installation logs. Live chat suggested that I change the ODBE (or something like that) file to "old" and then try again. This didn't work. I downloaded the Application Manager. This didn't help, either. Copying the contents of the CD to the desktop didn't get better results. Live chat suggested that I download the trial version and then attempt to use my legitimate serial number. I said this probably wouldn't work either, because the issues from the first CD attempt hadn't been resolved. Nine hours later the trial version finished downloading, and after all that, I got the same failure to initialize message. I replied to my "case file", and, so help me, the same customer rep responded, telling me to download the trial version. In other words, he completely ignored the fact that I'd tried and it didn't work. I've looked on the forum, and there was a discussion about this "failure to initialize", but the discussion was completely in German, which doesn't help me at all. I'm hoping that someone on this forum can help me through this process; this software is mega expensive and should come with better support.

    Jeff,
    My state of mind was such that I didn't dare post any updates until I'd made sure that each component of CS5.5 actually worked. Eureka! Using the new administration account, I was able to get the CD to install the software in less than an hour...which does tell me that there was a problem all along with the first attempt which hung for over an hour. I still don't know what is wrong with the rights on the current account, because I haven't had a problem installing other software, so I don't know how helpful this will be to someone in the future who encounters the same "failed to initialize" message and goes searching through this form for answers.
    Other notes...I did disable all other running programs; didn't do the modified mode this time, though that had been a previous attempt which didn't work (perhaps because I didn't remove some of the files, such as the cache, or rename the ODBE file -- you know more about this than I do). This was part of the frustration with the live chat experience; there was never an identification of the errors (I didn't know about the logs in the temp file, and apparently neither did the live chatter), so we just kept trying and trying without making other changes that I thought should have been addressed before we continued the attempts to install. I did state this many times, but my comments were ignored.
    As per my concern, built upon a comment by a live chatter -- that I couldn't switch between the two administration accounts--, it wasn't a problem, at least in my version of Windows. I went to the shut-down button, selected the arrow to the right, and the first option that appeared in the fly-out panel was "switch users". Completely not a problem.
    For anyone else who encounters the same frustrations that I did, I'd strongly recommend communicating with Jeff...don't know how to thank him enough for helping restore whatever is left of my sanity. Thank you so much, Jeff. Sounds so trite to say that I appreciate your help; I'm an editor, but  I'm at a loss for words that will convey the depth of my gratitude. Now I can address all those projects that have been backlogged while I've fought with the installation.

  • Flash failing to initialize

    Hi
    im trying to install flash player
    im using Windows XP on a 32 bit system
    using firefox
    i download the player successfully, then run it
    it starts to install for a fraction of a second then comes up with a message
    "Adobe Flash Player Installer"
    "installation encountered errors"
    "Failed to initialize"
    and i cant move forward or see what the errors are
    if anyone could help it would be very appreciated

    Think I found answer in another thread.
    It gives alternate location to download for 32 or 64 IE or Firefox. I got message saying Flash installed.
    http://www.adobe.com/products/flashplayer/fp_distribution3.

  • Fails To Initialize

    I have an older Dell Dimension E521.  It recently crashed and I had to restore to factory settings.  I downloaded Adobe Flash Player for Windows XP but when I try to install a message comes up and says "Failed to initialize" and shows a 50% sign.  Any ideas why this would be happening? 
    Thanks

    Download the 32-bit offline installer from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#ins tall_in_a_firewall_proxy_server_environment and save it to disk, then close all browser windows and run the downloaded installer.
    If you need more help, please tell us what web browser you use.

  • Blackberry Media Sync Failed To Initialize - Run With Administrative Privileges

    I've downloaded the Blackberry Desktop Manager (4.7) and everything works fine except for the Blackberry Media Sync which fails to initialize and needs to be run with administrative privileges.  Anyone experience this and how did you correct the administrative privileges situation.  I am using a BB Bold.  TYIA

    BlackBerry Media Sync has just been updated to version 2.0.
    I suggest you download it and see if the issue is solved.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Unknown "Failed to initialize" message on boot-up

    When I reboot my MacPro 12-core with 10.6.8, I receive an unknown dialog displaying an icon and "Failed to initialize". This started happening recently, and there is no identifier as to what is failing to initialize, and I cannot find any references to this particular icon anywhere, or guess what it is.
    If anyone has a clue what this is, or how I could track down what it is, I'd appreciate it!

    Hello,
    Where did you get the installer file from?
    You can try the link below and download and install Dreamweaver CS6.
    During the installation process you would need to select the option to insert Serial number to authenticate.
    Download CS6 products
    Select relevant file as per your operating system.
    Regards
    Vivek

  • The BPM Workspace is loading and failing to initialize the directory.xml

    Hi BPM Specialists,
    I installed BPM along with SOA suit in Windows XP box. Now I am getting failing to initialize directory.xml error and the workspace is not getting loaded.I am not able to locate a directory.xml file in my installed directory. Please let me know what needs to be done.Thanks a lot in adavance.
    Initializing PAPI services...
    <May 3, 2011 1:10:23 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    java.lang.IllegalStateException: directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfiguration(DirectoryConfigurationManager.java:335)
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfigType(DirectoryConfigurationManager.java:313)
    at fuego.directory.provider.Factory.getDirectoryFactory(Factory.java:216)
    at fuego.directory.Directory.startAnonymousSession(Directory.java:211)
    at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
    at fuego.papi.ProcessService.create(ProcessService.java:335)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.initPAPI(ADFWorkspaceEnvironment.java:66)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.initialize(WorkspaceEnvironment.java:113)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.<init>(WorkspaceEnvironment.java:85)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.<init>(ADFWorkspaceEnvironment.java:37)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:51)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    java.lang.IllegalStateException: directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfiguration(DirectoryConfigurationManager.java:335)
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfigType(DirectoryConfigurationManager.java:313)
    at fuego.directory.provider.Factory.getDirectoryFactory(Factory.java:216)
    at fuego.directory.Directory.startAnonymousSession(Directory.java:211)
    at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
    at fuego.papi.ProcessService.create(ProcessService.java:335)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.initPAPI(ADFWorkspaceEnvironment.java:66)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.initialize(WorkspaceEnvironment.java:113)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.<init>(WorkspaceEnvironment.java:85)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.<init>(ADFWorkspaceEnvironment.java:37)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:51)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    java.lang.reflect.InvocationTargetException
    <May 3, 2011 1:10:23 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <WorkSpace failed on Startup.>
    <May 3, 2011 1:10:23 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.bpm.workspace.adf.ADFWorkspaceContextListener failed: oracle.bpm.lang.exception.ProgramException: WorkSpaceWorkSpace failed on Startup..
    oracle.bpm.lang.exception.ProgramException: WorkSpaceWorkSpace failed on Startup.
    at oracle.bpm.lang.exception.ProgramException.wrap(ProgramException.java:54)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:55)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: Critical Error.
    Detail:
    directory configuration runtime fails to initilize with resource: ..\config\directory.xml

    Thanks a lot for you reply.
    I have installed OBPM 11g along with SOA suit.So whenever I am trying to restart the WL server, the log is showing the error where it is not able to initialize the directory.xml.
    Could you please let me know what else can be done?

  • Failed to initialize the application 'TxDS-cgDataSource-nonXA' and etc

    Hi All,
    I am getting these errors while starting the server. I am able to start the server but unable to deploy the cluster on the server. When i see server logs and console i am seeing following errors. Please provide the solution. I double check my datasource files and config file. |All are okay.#
    We have upgarded the Weblogic server and Portal from 9.3.2 to 10.3.4 server and 10.3.2portal. In 9.3.2 we were able to deploy the application but after upgradation we are facing these issues.
    ####<May 5, 2011 12:14:03 PM BST> <Error> <Deployer> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043391> <BEA-149205> <Failed to initialize the application 'TxDS-cgDataSource-nonXA' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: DataSource(TxDS-cgDataSource-nonXA) can't be created with non-existent Pool (connection or multi) (cgJMSPool-nonXA)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:236)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.common.ResourceException: DataSource(TxDS-cgDataSource-nonXA) can't be created with non-existent Pool (connection or multi) (cgJMSPool-nonXA)
         at weblogic.jdbc.common.internal.DataSourceManager.verifyPoolDeployment(DataSourceManager.java:402)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDSConfig(DataSourceManager.java:388)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:233)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<May 5, 2011 12:14:03 PM BST> <Info> <JDBC> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043411> <BEA-001508> <Destroying Connection Pool TxDS-portalFrameworkDS.>
    ####<May 5, 2011 12:14:03 PM BST> <Info> <JDBC> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043411> <BEA-001155> <The following exception has occurred:
    weblogic.common.ResourceException: Unknown Data Source TxDS-portalFrameworkDS
         at weblogic.jdbc.common.internal.ConnectionPoolManager.shutdownConnectionPool(ConnectionPoolManager.java:491)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.shutdownAndDestroyPool(ConnectionPoolManager.java:466)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:283)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<May 5, 2011 12:14:03 PM BST> <Error> <Deployer> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043411> <BEA-149205> <Failed to initialize the application 'TxDS-portalFrameworkDS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: DataSource(TxDS-portalFrameworkDS) can't be created with non-existent Pool (connection or multi) (portalFrameworkPool)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:236)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Edited by: Senthil.jr on 05-May-2011 07:40

    Hi All,
    I am getting these errors while starting the server. I am able to start the server but unable to deploy the cluster on the server. When i see server logs and console i am seeing following errors. Please provide the solution. I double check my datasource files and config file. |All are okay.#
    We have upgarded the Weblogic server and Portal from 9.3.2 to 10.3.4 server and 10.3.2portal. In 9.3.2 we were able to deploy the application but after upgradation we are facing these issues.
    ####<May 5, 2011 12:14:03 PM BST> <Error> <Deployer> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043391> <BEA-149205> <Failed to initialize the application 'TxDS-cgDataSource-nonXA' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: DataSource(TxDS-cgDataSource-nonXA) can't be created with non-existent Pool (connection or multi) (cgJMSPool-nonXA)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:236)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.common.ResourceException: DataSource(TxDS-cgDataSource-nonXA) can't be created with non-existent Pool (connection or multi) (cgJMSPool-nonXA)
         at weblogic.jdbc.common.internal.DataSourceManager.verifyPoolDeployment(DataSourceManager.java:402)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDSConfig(DataSourceManager.java:388)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:233)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<May 5, 2011 12:14:03 PM BST> <Info> <JDBC> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043411> <BEA-001508> <Destroying Connection Pool TxDS-portalFrameworkDS.>
    ####<May 5, 2011 12:14:03 PM BST> <Info> <JDBC> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043411> <BEA-001155> <The following exception has occurred:
    weblogic.common.ResourceException: Unknown Data Source TxDS-portalFrameworkDS
         at weblogic.jdbc.common.internal.ConnectionPoolManager.shutdownConnectionPool(ConnectionPoolManager.java:491)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.shutdownAndDestroyPool(ConnectionPoolManager.java:466)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:283)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<May 5, 2011 12:14:03 PM BST> <Error> <Deployer> <VirtualXP-76934> <portalServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1304594043411> <BEA-149205> <Failed to initialize the application 'TxDS-portalFrameworkDS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: DataSource(TxDS-portalFrameworkDS) can't be created with non-existent Pool (connection or multi) (portalFrameworkPool)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:236)
         at weblogic.jdbc.common.internal.DataSourceManager.checkDataSource(DataSourceManager.java:204)
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:278)
         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)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:59)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:43)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:39)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Edited by: Senthil.jr on 05-May-2011 07:40

  • PE dism error - failed to get and initialize the PE provider

    This all started with: Win 8.1 could not be installed. error code 0X8007003. I ran DISM successfully with the /RestoreHealth flag, but it made no difference to installing Win 8.1. I ran DISM again (successfully) and looked at the log for "fails".
    The repeated fail was:
    2011-06-10 10:12:47, Warning               DISM   DISM Provider Store: PID=2552 Failed to Load the provider: C:\Users\ROSMAR~1\AppData\Local\Temp\0709052E-4C8D-43AD-B837-FB57E1CF832A\PEProvider.dll.
    - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2011-06-10 10:12:47, Info                  DISM   DISM Provider Store: PID=2552 Failed to get and initialize the PE Provider.  Continuing by assuming that it
    is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    How can I fix this? Is this the reason I can't install Win 8.1? Should I be looking at something else to fix whatever is generating error code 0X8007003?
    Thanks.

    WIM format changed in Win 8.1. You need to use the DISM from the ADK from Windows 8.1. Older versions of DISM cannot service drivers or packages for example.

  • Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tri

    Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tried using the CC Cleaner Tool but nothing works? Any solution please. Was new computer and newly purchased CS6 software downloaded 2 days prior to the upgrade.

    make sure you follow all the steps here, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Adobe Premiere and After Effects CS6 installer failed to initialize on Mac Book Air

    Hi everybody,
    I'm trying to install Adobe Premiere and After Effects CS6 for at least a month now.
    I have downloaded the .dmg file at the Adobe Website and it starts to initializing the installer, then a error show up:
    "The installer could not initialize. Download the Adobe Support Advisor."
    There is no Adobe Support Advisor when I clicked on the link. "The Adobe Support Advisor has been discontinued" (http://www.adobe.com/support/loganalyzer/)
    I've tried this many times, but every time being a failure.
    EtreCheck version: 2.1.8 (121)
    Report generated 19 de abril de 2015 16:29:58 BRT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Air (13-inch, Mid 2013) (Technical Specifications)
        MacBook Air - model: MacBookAir6,2
        1 1.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Not upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en0: 802.11 a/b/g/n/ac
        Battery Health: Normal - Cycle count 93
    Video Information: ℹ️
        Intel HD Graphics 5000
            Color LCD 1440 x 900
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 0:0:38
    Disk Information: ℹ️
        APPLE SSD SD0128F disk0 : (121,33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) /  [Startup]: 120.10 GB (11.53 GB free) (Low!)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 120.47 GB Online
    USB Information: ℹ️
        Apple Internal Memory Card Reader
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Library/Application Support/Avast/components/fileshield/unsigned
        [loaded]    com.avast.AvastFileShield (2.1.0 - SDK 10.10) [Click for support]
            /Library/Application Support/Avast/components/proxy/unsigned
        [loaded]    com.avast.PacketForwarder (2.0 - SDK 10.10) [Click for support]
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.16) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.16) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.16) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.16) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [running]    com.avast.update-agent.plist [Click for support]
        [loaded]    com.avast.userinit.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.avast.init.plist [Click for support]
        [loaded]    com.avast.uninstall.plist [Click for support]
        [loaded]    com.avast.update.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.avast.home.userinit.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Aplicativo  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Dropbox    Aplicativo  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.0 - SDK 10.6 [Click for support]
        DirectorShockwave: Version: 12.1.3r153 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        npsf_cef: Version: sf 3.3.2.1 [Click for support]
    Safari Extensions: ℹ️
        Avast Online Security
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 120.10 GB Disk used: 108.57 GB
        Destinations:
            HD Hayra [Local]
            Total size: 499.75 GB
            Total number of backups: 3
            Oldest backup: 2014-09-04 21:52:41 +0000
            Last backup: 2015-01-18 03:21:42 +0000
            Size of backup disk: Excellent
                Backup size 499.75 GB > (Disk size 120.10 GB X 3)
    Top Processes by CPU: ℹ️
            31%    com.avast.daemon
            17%    lsregister
             5%    identityservicesd
             3%    WindowServer
             2%    coreservicesd
    Top Processes by Memory: ℹ️
        147 MB    com.avast.daemon
        103 MB    Spotlight
        77 MB    Dropbox
        73 MB    ocspd
        60 MB    com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
        352 MB    Free RAM
        1.84 GB    Active RAM
        1.47 GB    Inactive RAM
        628 MB    Wired RAM
        1.96 GB    Page-ins
        12 KB    Page-outs
    Diagnostics Information: ℹ️
        Apr 19, 2015, 04:27:45 PM    Self test - passed
        Apr 19, 2015, 02:41:40 PM    /Library/Logs/DiagnosticReports/com.avast.daemon_2015-04-19-144140_[redacted].cpu_resourc e.diag [Click for details]
        Apr 17, 2015, 12:00:21 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/iMovie_2015-04-17-000021_[redacted].cras h
        Apr 16, 2015, 11:59:35 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/iMovie_2015-04-16-235935_[redacted].cras h
        Apr 16, 2015, 11:01:55 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/XPCKeychainSandboxCheck_2015-04-16-23015 5_[redacted].crash
        Apr 16, 2015, 09:39:44 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-04-16-213944_[redacted].cras h

    Hi Thomas,
    Kindly try the below mentioned link.
    Error: "Installer failed to initialize" | Windows
    Thanks,
    Atul Saini

Maybe you are looking for

  • Safari 2.0.1 Crashes on Start-up but is Localized.

    Hello, Safari quits everytime on start-up but I created a test user account and it didnt quit so it seems to be a localized problem. It was working fine even after updating to 2.0.1. I went away for a couple days and when I got back and fired up the

  • Smartforms doubts

    1.HOW TO USE IF CONDITIONS IN SMARTFORMS? 2.HOW TO DRAW BOXES IN SMARTFORMS I TRIED TO DRAW BOX WITH FOLLOWING POSITION  XORIGIN 5 CH YORIGIN 12 LN SIZE WIDTH 15 CH HEIGHT 2 LN BOX FRAME 10 TW INTENSITY 10 DONT KNOW WHY ITS NOT WORKING 3.How can I ma

  • Final cut hd serial code

    I've just moved my macbook over to the imac and upgraded the os t mountain loin. Final cut HD is asking for my serial code but I have lost the box in the process of spring cleaning. I can still access Final cut Hd on the macbook but the imac is askin

  • Mac executable file won't run on Mac

    I am trying to get a mac executable file to run on a mac. It has been authored in Captivate 5.0 PC version. I have tried to run it on a Mac book, about 5 years old and nothing opens at all and same on an old G4. I have had no other opportunity to tes

  • Configure ICAP in ORDS for virus scan

    Hello Every one, Please advice how we can configure ICAP in ORDS for scanning virus. We want to scan a uploaded file for virus and I was told that we can use the ICAP but we don't know how. I appreciate your help. Thanks,