SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8090]]

Hi Experts,
Configurting SSL  with Tomcat on AIX 7.1 for Opentext ( IXOS) Archive Server 10.50, following the install guide.
Can not connect SSL port 8090 , but can connect via  http 8080, getting following error
INFO: Initializing ProtocolHandler ["http-bio-8090"]
SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8090"]
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8090]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8090]]
INFO: Initializing ProtocolHandler ["http-bio-8090"]
edited server.xml file as below:
commented following line:
<!--<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" /> -->
inserted  following lines
  <Service name="Catalina">
<Connector port="8090"
protocol="HTTP/1.1"
scheme="https"
secure="true"
SSLEnabled="true"
maxThreads="150"
sslProtocol="SSL"
clientAuth="false"
keystoreFile="/otex/certificates/XXX.jks"
keystorePass="**********"
keyAlias="myalias"
/>
<!-- Define a blocking Java SSL Coyote HTTP/1.1 Connector on port 8090 -->
<Connector protocol="org.apache.coyote.http11.Http11Protocol"
           port="8090" />

Hi Abu,
Hope you follow all in the configuration part as mentioned in the below link
http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html
Also check with the AIX team, if there is any particular prerequisite of patch requires for SSL configuration part. As per my personal exp I always find tomcat is more favorable in windows environment .
Regards,
Rafikul

Similar Messages

  • OpenMQ 4.4 in GlassFish 3 Preview: "Failed to initialize bridge service"

    In the current Preview version of GlassFish V3 which includes OpenMQ 4.4 b 6, I have configured Stomp bridge in the file
    glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\props\config.properties :
    imq.bridge.admin.user=admin
    imq.bridge.admin.password=admin
    imq.bridge.activelist=stomp
    imq.bridge.enabled=true
    If I start GlassFish in NetBeans, the log file in glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\log shows an exception stack trace related to the bridge manager, it seems like the Stomp bridge can not be loaded as the result of this error.
    It looks like I have to add the imgbridgemgr.jar to the domain classpath?
    [16/Jul/2009:20:27:47 CEST] Using built-in file-based persistent store: E:\Programme\glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\
    [16/Jul/2009:20:27:47 CEST] [B1318]: Initialize bridge service manager
    [16/Jul/2009:20:27:47 CEST] WARNING [B2216]: Failed to initialize bridge service manager:
    java.lang.NoClassDefFoundError: com/sun/messaging/bridge/service/BridgeCmdSharedResources
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:677)
         at org.glassfish.internal.api.ConnectorClassFinder.findClass(ConnectorClassFinder.java:53)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:854)
         at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:412)
         at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:219)
         at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:341)
         at com.sun.messaging.jms.ra.LifecycleManagedBroker.start(LifecycleManagedBroker.java:329)
         at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:300)
         at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter$1.run(ActiveJmsResourceAdapter.java:318)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.startResourceAdapter(ActiveJmsResourceAdapter.java:314)
         at com.sun.enterprise.connectors.ActiveOutboundResourceAdapter.init(ActiveOutboundResourceAdapter.java:117)
         at com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl.init(ActiveInboundResourceAdapterImpl.java:86)
         at com.sun.enterprise.connectors.ActiveRAFactory.instantiateActiveResourceAdapter(ActiveRAFactory.java:130)
         at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:99)
         at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:282)
         at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:412)
         at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:351)
         at com.sun.enterprise.connectors.service.ConnectorService.loadDeferredResourceAdapter(ConnectorService.java:226)
         at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:1056)
         at com.sun.enterprise.connectors.inbound.ConnectorMessageBeanClient.getActiveResourceAdapter(ConnectorMessageBeanClient.java:243)
         at com.sun.enterprise.connectors.inbound.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:153)
         at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:196)
         at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:115)
         at org.glassfish.ejb.startup.EjbApplication.loadContainers(EjbApplication.java:183)
         at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:160)
         at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:57)
         at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:152)
         at org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:174)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:282)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:172)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:247)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$4.execute(CommandRunnerImpl.java:419)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:434)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:521)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:137)
         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:313)
         at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:180)
         at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:165)
         at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100)
         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:208)
         at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:746)
         at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:655)
         at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:905)
         at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:161)
         at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:136)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
         at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
         at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
         at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
         at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: com.sun.messaging.bridge.service.BridgeCmdSharedResources
         at com.sun.enterprise.loader.EJBClassLoader.findClassData(EJBClassLoader.java:727)
         at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:617)
         at org.glassfish.internal.api.ConnectorClassFinder.findClass(ConnectorClassFinder.java:53)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         ... 62 more

    After copying the files imqbridgemgr.jar, imqjmsbridge.jar and imqstomp.jar to the folder glassfish-v3\glassfish\lib\install\applications\jmsra, the stomp bridge log file says "Starting StompServer TCP transport on port 7672".
    17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer init
    INFO: StompServer log domain: imq.bridge.stomp
    17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer init
    INFO: StompServer log file: E:\Programme\glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\bridges\stomp\stomp%g.log
    17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer start
    INFO: Starting StompServer TCP transport on port 7672
    17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer start
    INFO: StompServer has been started successfully.
    To make sure that the message queue works without Stomp, I used a messagedriven bean, which receives messages sent from a servlet to a queue. (see below). However, a Stomp client can not send messages to this queue. With netstat I found that port 7672 is not open, while the servlet is working fine.
    Maybe something is wrong in my web application test code?
    * Message driven bean
    package de.betabeans;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.MessageDriven;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    @MessageDriven(mappedName = "jms/TOOL.DEFAULT", activationConfig = {
    @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
    @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
    public class NewMessageBean implements MessageListener {
    public NewMessageBean() {
    System.out.println("created MessageBean");
    public void onMessage(Message message) {
    System.out.println("reveived message");
    public class NewServlet extends HttpServlet {
    @Resource(mappedName="jms/TOOL.DEFAULTFactory")
    private ConnectionFactory connectionFactory;
    @Resource(mappedName="jms/TOOL.DEFAULT")
    private Queue queue;
    * Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
    * @param request servlet request
    * @param response servlet response
    * @throws ServletException if a servlet-specific error occurs
    * @throws IOException if an I/O error occurs
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    try {
    response.setContentType("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter();
    Connection connection = connectionFactory.createConnection();
    Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
    MessageProducer messageProducer = session.createProducer(queue);
    Message message = session.createTextMessage();
    messageProducer.send(message);
    messageProducer.close();
    connection.close();
    System.out.println("Message sent");
    try {
    /* TODO output your page here*/
    out.println("<html>");
    out.println("<head>");
    out.println("<title>Servlet NewServlet</title>");
    out.println("</head>");
    out.println("<body>");
    out.println("<h1>Servlet NewServlet at " + request.getContextPath() + "</h1>");
    out.println("</body>");
    out.println("</html>");
    } finally {
    out.close();
    } catch (JMSException ex) {
    Logger.getLogger(NewServlet.class.getName()).log(Level.SEVERE, null, ex);
    // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code.">
    * Handles the HTTP <code>GET</code> method.
    * @param request servlet request
    * @param response servlet response
    * @throws ServletException if a servlet-specific error occurs
    * @throws IOException if an I/O error occurs
    @Override
    protected void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    processRequest(request, response);
    * Handles the HTTP <code>POST</code> method.
    * @param request servlet request
    * @param response servlet response
    * @throws ServletException if a servlet-specific error occurs
    * @throws IOException if an I/O error occurs
    @Override
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    processRequest(request, response);
    * Returns a short description of the servlet.
    * @return a String containing servlet description
    @Override
    public String getServletInfo() {
    return "Short description";
    }// </editor-fold>
    }

  • Failed to initialize the application 'soa-infra' for SOA suite 11g

    Hello experts!
    Having followed the steps in http://www.packtpub.com/article/installation-configuration-oracle-soa-suite-11g-1,
    upon starting the cmd scripts, I received among others the following error message:
    <BEA-149205> <Failed to initialize the application 'soa-infra' due to error java.lang.NoSuchMethodError: weblogic.application.ApplicationLifecycleEvent.getDeploymentOperation()Lweblogic/application/DeploymentOperationType;.
    java.lang.NoSuchMethodError: weblogic.application.ApplicationLifecycleEvent.getDeploymentOperation()Lweblogic/application/DeploymentOperationType;
         at oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener.preStart(JpsApplicationLifecycleListener.java:76)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:277)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:194)
         at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:57)
         at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:279)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         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.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.NoSuchMethodError:
    I have searched but only to find a change permissions hint which did not work for me. SOA 11g - SOA-INFRA is not starting
    Any helping hand available?
    Thank you very much in advance!
    The fuller log follows:
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <WebLogicServer> <Hera> <> <main> <> <> <> <1270482051581> <BEA-000214> <WebLogic Server "soa_server1" version:
    WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56 EDT 2009 1227385 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Notice> <Log Management> <Hera> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1270482051644> <BEA-170019> <The server log file C:\Oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\logs\soa_server1.log is opened. All server side log events will be written to this file.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Log Management> <Hera> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1270482051644> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Diagnostics> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051691> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Store> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051753> <BEA-280050> <Persistent store "WLS_DIAGNOSTICS" opened: directory="C:\Oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\data\store\diagnostics" writePolicy="Disabled" blockSize=512 directIO=false driver="wlfileio2">
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "t3" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "http" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "https" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051831> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051847> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051847> <BEA-002622> <The protocol "admin" is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051847> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <RJVM> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051862> <BEA-000570> <Network Configuration for Channel "soa_server1"
    Listen Address          :8001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051878> <BEA-002609> <Channel Service initialized.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Socket> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051878> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    >
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Socket> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051941> <BEA-000436> <Allocating 5 reader threads.>
    ####<5 Απρ 2010 6:40:51 μμ EEST> <Info> <Socket> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482051942> <BEA-000446> <Native IO Enabled.>
    ####<5 Απρ 2010 6:40:52 μμ EEST> <Info> <IIOP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482052098> <BEA-002014> <IIOP subsystem enabled.>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053408> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053704> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053751> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_VFJSY8asFO+H8NVntiPFSkiIk0o=>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053923> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<5 Απρ 2010 6:40:53 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482053985> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Top".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.DomainRealmScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.RegistryScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PKITypeScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLTypeScope".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLPartner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Credential".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.CredentialMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLEntry".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054001> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLAssertingParty".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLRelyingParty".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PasswordCredential".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.UserPasswordCredential".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PasswordCredentialMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.ResourceMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PKIResourceMap".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054016> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSCertRegEntry".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSCredMapCollectionInfo".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSPolicyCollectionInfo".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSRoleCollectionInfo".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLAuthorizationPolicy".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLRoleAssignmentPolicy".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Endpoint".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Partner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054032> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SPPartner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054048> <BEA-000000> <Parsing class "com.bea.common.security.store.data.IdPPartner".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054048> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SAML2CacheEntry".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054048> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SchemaVersion".>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054453> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054469> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054578> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server soa_server1 for security realm myrealm.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Notice> <Security> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054578> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <Server> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054750> <BEA-002622> <The protocol "[snmp, https, t3, cluster-broadcast-secure, ldaps, cluster-broadcast, ldap, http, iiop, admin, t3s, iiops]" is now configured.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <XML> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054750> <BEA-130036> <Initializing XMLRegistry.>
    ####<5 Απρ 2010 6:40:54 μμ EEST> <Info> <messaging.interception> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482054765> <BEA-400000> <Initializing message interception service>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <Store> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055015> <BEA-280050> <Persistent store "_WLS_soa_server1" opened: directory="C:\Oracle\Middleware\home_11gR1\user_projects\domains\domain1\servers\soa_server1\data\store\default" writePolicy="Direct-Write" blockSize=512 directIO=true driver="wlfileio2">
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001135> <Initializing the JDBC service.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001137> <Initialization complete.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001138> <Resuming the JDBC service.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JDBC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055249> <BEA-001140> <Resume complete.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <Connector> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055264> <BEA-190000> <Initializing J2EE Connector Service>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <Connector> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055280> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055327> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055342> <BEA-040090> <Deployed 8 default connection factories.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMS> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055374> <BEA-040306> <JMS service is active now.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055389> <BEA-101128> <Initializing HTTP services.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055405> <BEA-101135> <soa_server1 is the default Web server.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055405> <BEA-101052> <[HttpServer (defaultWebserver) name: soa_server1] Initialized>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <HTTP> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055405> <BEA-101129> <Initializing the Web application container.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: Logging service enabled.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Configuration Helper instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Task Manager instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC security service instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Outbound routing service instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WTC> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055420> <BEA-180046> <INFO: TC Transaction service instantiated!>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebService> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055436> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebService> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055436> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <JMX> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055467> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://192.168.1.2:8001/jndi/weblogic.management.mbeanservers.runtime .>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055483> <BEA-000256> <Invoking oracle.jrf.wls.JRFStartup.main(null)>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055514> <BEA-000256> <Invoking oracle.security.jps.wls.JpsWlsStartupClass.main(null)>
    ####<5 Απρ 2010 6:40:55 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482055530> <BEA-000256> <Invoking oracle.core.ojdl.weblogic.ODLConfiguration.main(null)>
    ####<5 Απρ 2010 6:40:56 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1270482056684> <BEA-000256> <Invoking oracle.jrf.AppContextStartup.main(null)>
    ####<5 Απρ 2010 6:40:56 μμ EEST> <Info> <WebLogicServer> <Hera> <soa_server1> <[ACTIVE] E

    Thank you for your reply!
    The tutorial emphasizes that I need jdk 1.6 update 11 in order to setup.
    The newer release of wl server comes with jsk 1.6 update 14.
    When I tried to run:
    setup -jreLoc C:\Oracle\Middleware\home_11gR1\jdk160_14
    no setup screen appeared.
    Next, I setup stand alone jdk 1.6 update 11 and add it to path,
    but setup -jreLoc C:\Program Files\Java\jdk1.6.0_11 failed too, since no setup screen appeared
    So I uninstalled version 10.3.2, installed 10.3.1 to follow exactly the tutorial specs.
    Does one has to pay oracle consulting, in order to have an installation of soa suite up and running for development?
    Edited by: Nick Aiva on Apr 6, 2010 11:27 AM

  • MessageBrokerService failed to initialize

    I edited my server.xml to open up the https port, then Blaze threw this exception at initialization.
    I want to use Custom authentication for my application.  Is my server.xml set up correctly?  I tried it with vanilla tomcat, it worked perfectly.
    I also tried editing catalina.policy to include the Trace class, it didn't work.
    Thanks.
    **** MessageBrokerServlet failed to initialize due to runtime exception:   Error: java.lang.ExceptionInInitializerError
    at flex.messaging.config.FlexConfigurationManager.getConfigurationParser(FlexConfigurationMa nager.java:163)
    at flex.messaging.config.FlexConfigurationManager.getMessagingConfiguration(FlexConfiguratio nManager.java:68)
    at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:115)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1155)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4045)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4351)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission trace.config read)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
    at java.lang.System.getProperty(Unknown Source)
    at flex.messaging.util.Trace.<clinit>(Trace.java:49)
    ... 30 more
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Note:  A "Server" is not itself a "Container", so you may not
         define subcomponents such as "Valves" at this level.
         Documentation at /docs/config/server.html
    --><Server port="8005" shutdown="SHUTDOWN">
      <!--APR library loader. Documentation at /docs/apr.html -->
      <Listener SSLEngine="on" className="org.apache.catalina.core.AprLifecycleListener"/>
      <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
      <Listener className="org.apache.catalina.core.JasperListener"/>
      <!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html -->
      <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"/>
      <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"/>
      <!-- Global JNDI resources
           Documentation at /docs/jndi-resources-howto.html
      -->
      <GlobalNamingResources>
        <!-- Editable user database that can also be used by
             UserDatabaseRealm to authenticate users
        -->
        <Resource auth="Container" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory" name="UserDatabase" pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase"/>
      </GlobalNamingResources>
      <!-- A "Service" is a collection of one or more "Connectors" that share
           a single "Container" Note:  A "Service" is not itself a "Container",
           so you may not define subcomponents such as "Valves" at this level.
           Documentation at /docs/config/service.html
       -->
      <Service name="Catalina">
        <!--The connectors can use a shared executor, you can define one or more named thread pools-->
        <!--
        <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
            maxThreads="150" minSpareThreads="4"/>
        -->
        <!-- A "Connector" represents an endpoint by which requests are received
             and responses are returned. Documentation at :
             Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
             Java AJP  Connector: /docs/config/ajp.html
             APR (HTTP/AJP) Connector: /docs/apr.html
             Define a non-SSL HTTP/1.1 Connector on port 8080
        -->
        <Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>
        <!-- A "Connector" using the shared thread pool-->
        <!--
        <Connector executor="tomcatThreadPool"
                   port="8080" protocol="HTTP/1.1"
                   connectionTimeout="20000"
                   redirectPort="8443" />
        -->         
        <!-- Define a SSL HTTP/1.1 Connector on port 8443
             This connector uses the JSSE configuration, when using APR, the
             connector should be using the OpenSSL style configuration
             described in the APR documentation -->
        <Connector SSLEnabled="true" clientAuth="false" keystoreFile="keystore" keystorePass="changeit"
           maxThreads="150" port="8443" protocol="HTTP/1.1" scheme="https"
           secure="true" sslProtocol="TLS"/>
        <!-- Define an AJP 1.3 Connector on port 8009 -->
        <Connector port="8009" protocol="AJP/1.3" redirectPort="8443"/>
        <!-- An Engine represents the entry point (within Catalina) that processes
             every request.  The Engine implementation for Tomcat stand alone
             analyzes the HTTP headers included with the request, and passes them
             on to the appropriate Host (virtual host).
             Documentation at /docs/config/engine.html -->
        <!-- You should set jvmRoute to support load-balancing via AJP ie :
        <Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">       
        -->
        <Engine defaultHost="localhost" name="Catalina">
          <!--For clustering, please take a look at documentation at:
              /docs/cluster-howto.html  (simple how to)
              /docs/config/cluster.html (reference documentation) -->
          <!--
          <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
          -->      
          <!-- The request dumper valve dumps useful debugging information about
               the request and response data received and sent by Tomcat.
               Documentation at: /docs/config/valve.html -->
          <!--
          <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
          -->
          <!-- This Realm uses the UserDatabase configured in the global JNDI
               resources under the key "UserDatabase".  Any edits
               that are performed against this UserDatabase are immediately
               available for use by the Realm.  -->
           <!--
          <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase"/>
           -->
           <Realm className="org.apache.catalina.realm.MemoryRealm"/>
          <!-- Define the default virtual host
               Note: XML Schema validation will not work with Xerces 2.2.
           -->
          <Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true" xmlNamespaceAware="false" xmlValidation="false">
            <!-- SingleSignOn valve, share authentication between web applications
                 Documentation at: /docs/config/valve.html -->
            <!--
            <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
            -->
            <!-- Access log processes all example.
                 Documentation at: /docs/config/valve.html -->
            <!--
            <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
                   prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/>
            -->
          <Context docBase="BlazeServer" path="/BlazeServer" reloadable="true" source="org.eclipse.jst.jee.server:BlazeServer"/></Host>
        </Engine>
      </Service>
    </Server>

    Of course not. The application is using nokia api
    stuff. This wil obviously not run on a Siemens
    device/emulator.
    You'll have to port the application to either pure
    MIDP code, or to the siemens api on order to make it
    work.Siemens SX1 and many SonyEricsson phones implement the Nokia UI API.

  • [Solved] Failed to initialize the NVIDIA kernel module

    Hi all,
    I've just made the jump to arch and have a fresh install. I'm having trouble getting the nvidia drivers to work. I am currently using the nouveau drivers without issue.
    The method I am using - after much trial - is:
    - uninstall nouveau and mesa lib
    - install nvidia package
    - remove nouveau module entry in mkinitcpio.conf
    - run `mkinitcpio -p linux`
    - edit .conf in xorg.conf.d with minimal required settings. Currently:
    Section "Device"
    Identifier "device0"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    I have installed the linux-headers package and tried reinstalling nvidia again
    Card:
    01:00.0 VGA compatible controller: NVIDIA Corporation GF106 [GeForce GTS 450] (rev a1)
    Kernel:
    3.12.6-1-ARCH
    My Xorg.0.log looks like:
    [ 3.979]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 3.979] X Protocol Version 11, Revision 0
    [ 3.979] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 3.979] Current Operating System: Linux arch.tempera 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    [ 3.979] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    [ 3.979] Build Date: 13 December 2013 03:11:42PM
    [ 3.979]
    [ 3.979] Current version of pixman: 0.32.4
    [ 3.979] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 3.979] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.979] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 4 21:29:46 2014
    [ 3.980] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3.980] (==) No Layout section. Using the first Screen section.
    [ 3.980] (==) No screen section available. Using defaults.
    [ 3.980] (**) |-->Screen "Default Screen Section" (0)
    [ 3.980] (**) | |-->Monitor "<default monitor>"
    [ 3.981] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 3.981] (**) | |-->Device "device0"
    [ 3.981] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3.981] (==) Automatically adding devices
    [ 3.981] (==) Automatically enabling devices
    [ 3.981] (==) Automatically adding GPU devices
    [ 3.984] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 3.984] Entry deleted from font path.
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.984] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 3.984] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.984] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.984] (II) Loader magic: 0x7fec20
    [ 3.984] (II) Module ABI versions:
    [ 3.984] X.Org ANSI C Emulation: 0.4
    [ 3.984] X.Org Video Driver: 14.1
    [ 3.984] X.Org XInput driver : 19.1
    [ 3.984] X.Org Server Extension : 7.0
    [ 3.985] (--) PCI:*(0:1:0:0) 10de:0dc4:19da:1184 rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 3.986] Initializing built-in extension Generic Event Extension
    [ 3.986] Initializing built-in extension SHAPE
    [ 3.986] Initializing built-in extension MIT-SHM
    [ 3.986] Initializing built-in extension XInputExtension
    [ 3.986] Initializing built-in extension XTEST
    [ 3.986] Initializing built-in extension BIG-REQUESTS
    [ 3.986] Initializing built-in extension SYNC
    [ 3.986] Initializing built-in extension XKEYBOARD
    [ 3.986] Initializing built-in extension XC-MISC
    [ 3.986] Initializing built-in extension SECURITY
    [ 3.986] Initializing built-in extension XINERAMA
    [ 3.986] Initializing built-in extension XFIXES
    [ 3.986] Initializing built-in extension RENDER
    [ 3.986] Initializing built-in extension RANDR
    [ 3.986] Initializing built-in extension COMPOSITE
    [ 3.986] Initializing built-in extension DAMAGE
    [ 3.986] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3.986] Initializing built-in extension DOUBLE-BUFFER
    [ 3.986] Initializing built-in extension RECORD
    [ 3.986] Initializing built-in extension DPMS
    [ 3.986] Initializing built-in extension X-Resource
    [ 3.986] Initializing built-in extension XVideo
    [ 3.986] Initializing built-in extension XVideo-MotionCompensation
    [ 3.986] Initializing built-in extension XFree86-VidModeExtension
    [ 3.986] Initializing built-in extension XFree86-DGA
    [ 3.986] Initializing built-in extension XFree86-DRI
    [ 3.986] Initializing built-in extension DRI2
    [ 3.986] (II) LoadModule: "glx"
    [ 3.989] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4.075] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4.075] compiled for 4.0.2, module version = 1.0.0
    [ 4.075] Module class: X.Org Server Extension
    [ 4.075] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 4.076] Loading extension GLX
    [ 4.076] (II) LoadModule: "nvidia"
    [ 4.076] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4.082] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4.082] compiled for 4.0.2, module version = 1.0.0
    [ 4.082] Module class: X.Org Video Driver
    [ 4.083] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 4.083] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4.083] (++) using VT number 7
    [ 4.090] (II) Loading sub module "fb"
    [ 4.090] (II) LoadModule: "fb"
    [ 4.090] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4.091] (II) Module fb: vendor="X.Org Foundation"
    [ 4.091] compiled for 1.14.5, module version = 1.0.0
    [ 4.091] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.091] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 4.091] (II) Loading sub module "wfb"
    [ 4.091] (II) LoadModule: "wfb"
    [ 4.091] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4.092] (II) Module wfb: vendor="X.Org Foundation"
    [ 4.092] compiled for 1.14.5, module version = 1.0.0
    [ 4.092] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.092] (II) Loading sub module "ramdac"
    [ 4.092] (II) LoadModule: "ramdac"
    [ 4.092] (II) Module "ramdac" already built-in
    [ 4.093] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4.093] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4.093] (==) NVIDIA(0): RGB weight 888
    [ 4.093] (==) NVIDIA(0): Default visual is TrueColor
    [ 4.093] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4.094] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4.095] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
    [ 4.095] (EE) NVIDIA(0): system's kernel log for additional error messages and
    [ 4.095] (EE) NVIDIA(0): consult the NVIDIA README for details.
    [ 4.095] (EE) NVIDIA(0): *** Aborting ***
    [ 4.095] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 4.095] (II) UnloadModule: "nvidia"
    [ 4.095] (II) UnloadSubModule: "wfb"
    [ 4.095] (II) UnloadSubModule: "fb"
    [ 4.095] (EE) Screen(s) found, but none have a usable configuration.
    [ 4.095] (EE)
    Fatal server error:
    [ 4.095] (EE) no screens found(EE)
    [ 4.095] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 4.095] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4.095] (EE)
    [ 4.107] (EE) Server terminated with error (1). Closing log file.
    The only entry I found in `dmesg | grep nvidia` related to nvidia-drm, and seemed to say it was loaded successfully. I didn't save the exact entry and i've reinstalled nouveau now so that I could post this.
    Any help much appriciated. I've been at this for a while. Learning a lot in the process!
    Last edited by gnibbler (2014-01-04 22:31:49)

    Success! Several days of trying various things and I finally give in and make a post to this forum. One more attempt - which was only really so that I could add modprobe info to this post - and it works.
    I had at some stage installed the driver xf86-video-nv, and this may have been causing the clash. I un-installed it, and followed the procedure above to reinstall nvidia.
    I think the main hang up I'd had is that I had not been rebuilding my kernel image with mkinitcpio after installing nvidia during my previous attempts.
    I hope some info in here helps some other stuck archer.
    Edit: Thanks graysky. I had found the right nvidia driver using the arch wiki and followed this advice to remove the nouveau hook. Much appriciated.
    Last edited by gnibbler (2014-01-04 22:35:00)

  • [SOLVED] Bumblebee: Failed to initialize GPU with Lenovo ThinkPad W530

    SOLVED: See post #20
    After years, I decided to come back to the wonderful distro, Arch and back to the forums. Yay!
    However, I installed Arch to my new laptop - Lenovo ThinkPad W530 and it uses NVIDIA Quadro K1000M alongside Intel graphics with Optimus technology. Arch is running fine, but I cannot run applications through optirun and I get:
    [exitium@rambutan ~]$ optirun -vv nvidia-settings
    [ 485.536478] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 485.536909] [DEBUG]optirun version 3.2.1 starting...
    [ 485.536922] [DEBUG]Active configuration:
    [ 485.536927] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 485.536931] [DEBUG] X display: :8
    [ 485.536934] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 485.536938] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 485.536941] [DEBUG] Accel/display bridge: auto
    [ 485.536945] [DEBUG] VGL Compression: proxy
    [ 485.536948] [DEBUG] VGLrun extra options:
    [ 485.536952] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [ 485.536972] [DEBUG]Using auto-detected bridge virtualgl
    [ 485.537190] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 485.537204] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 485.537209] [DEBUG]Socket closed.
    [ 485.537223] [ERROR]Aborting because fallback start is disabled.
    [ 485.537229] [DEBUG]Killing all remaining processes.
    As seen, it says "Failed to initialize the NVIDIA GPU". I have tried different solutions found from these forums and several other places but none of them have worked - the problem remains same. Does anyone have idea how I could fix this? I read somewhere else that there could be issues with newest nvidia drivers - is this possible?
    bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00:0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    Thank you in advance!
    Last edited by Exitium (2013-12-18 11:29:54)

    Hi!
    Exactly the same issue here. Notebook -> Thinkpad W530
    Currently running on:
    linux 3.11.3-1
    nvidia 325.15-8
    nvidia-utils 325.15-1
    bbswitch 0.7-14
    Error:
    username@hostname ~ $ optirun -vv nvidia-settings
    [  839.449203] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [  839.449495] [INFO]Configured driver: nvidia
    [  839.449729] [DEBUG]optirun version 3.2.1 starting...
    [  839.449774] [DEBUG]Active configuration:
    [  839.449817] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [  839.449836] [DEBUG] X display: :8
    [  839.449856] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [  839.449875] [DEBUG] Socket path: /var/run/bumblebee.socket
    [  839.449890] [DEBUG] Accel/display bridge: auto
    [  839.449909] [DEBUG] VGL Compression: proxy
    [  839.449936] [DEBUG] VGLrun extra options:
    [  839.449953] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [  839.449996] [DEBUG]Using auto-detected bridge virtualgl
    [  839.450294] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
    [  839.450344] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
    [  839.450373] [DEBUG]Socket closed.
    [  839.450398] [ERROR]Aborting because fallback start is disabled.
    [  839.450419] [DEBUG]Killing all remaining processes.
    dmesg output:
    [   81.162604] bbswitch: enabling discrete graphics
    [   81.396637] pci 0000:01:00.0: power state changed by ACPI to D0
    [   81.396663] thinkpad_acpi: EC reports that Thermal Table has changed
    [   81.483200] nvidia: module license 'NVIDIA' taints kernel.
    [   81.483205] Disabling lock debugging due to kernel taint
    [   81.488096] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [   81.488289] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    [   81.488294] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  325.15  Wed Jul 31 18:50:56 PDT 2013
    [   81.665938] nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
    [   81.670434] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670528] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670594] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670659] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670723] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.670960] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.671192] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   81.671258] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.879826] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.905471] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [   85.905479] NVRM: os_pci_init_handle: invalid context!
    [   85.905481] NVRM: os_pci_init_handle: invalid context!
    [   85.905486] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [   85.905490] NVRM: os_pci_init_handle: invalid context!
    [   85.905491] NVRM: os_pci_init_handle: invalid context!
    [   85.930135] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930442] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930719] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.930990] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931258] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931526] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.931794] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932062] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932329] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932595] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.932862] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933129] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933396] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933662] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.933942] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934197] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934452] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934706] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.934960] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935215] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935469] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935722] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.935976] ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130517/nsarguments-95)
    [   85.940508] NVRM: RmInitAdapter failed! (0x25:0x28:1157)
    [   85.940517] NVRM: rm_init_adapter(0) failed
    xorg.conf.nvidia:
    Section "ServerLayout"
        Identifier  "Layout0"
        Option      "AutoAddDevices" "false"
        Option      "AutoAddGPU" "false"
    EndSection
    Section "Device"
        Identifier  "DiscreteNvidia"
        Driver      "nvidia"
        VendorName  "NVIDIA Corporation"
    #   If the X server does not automatically detect your VGA device,
    #   you can manually set it here.
    #   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    #   as you see in the commented example.
    #   This Setting may be needed in some platforms with more than one
    #   nvidia card, which may confuse the proprietary driver (e.g.,
    #   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
        BusID "PCI:01:00:0"
    #   Setting ProbeAllGpus to false prevents the new proprietary driver
    #   instance spawned to try to control the integrated graphics card,
    #   which is already being managed outside bumblebee.
    #   This option doesn't hurt and it is required on platforms running
    #   more than one nvidia graphics card with the proprietary driver.
    #   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    #   If this option is not set, the new Xorg may blacken the screen and
    #   render it unusable (unless you have some way to run killall Xorg).
        Option "ProbeAllGpus" "false"
        Option "NoLogo" "true"
        Option "UseEDID" "false"
        Option "UseDisplayDevice" "none"
    EndSection
    bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=nvidia
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    #         bbswitch - new in BB 3, recommended if available
    #       switcheroo - vga_switcheroo method, use at your own risk
    #             none - disable PM completely
    # https://github.com/Bumblebee-Project/Bu … PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

  • 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

  • Firefox.exe +application error +the application failed to initialize properly (0x0150004) +click on OK to terminate the application.

    Win XP Home SP2
    Installed Firefox, but receive the following error message:
    firefox.exe +application error +the application failed to initialize properly (0x0150004) +click on OK to terminate the application.
    Have uninstalled and reinstalled several times, but same message. Firefox won't even open.

    Usually someone has been down the track before and occasionally they post some useful details which may help others to investigate and/or eliminate factors in their particular case.
    This AccessibleMarshal.dll error seems to have a long history --- posts from 2006 with early Firefox versions had issues similar to yours.
    There is a link and an excerpt below which could be worth checking in your case,
    particularly since it mentions the problem would occur on a clean install (no previous instance of Firefox on the system and Windows before Vista --??)
    Have a look here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=712960
    and the post to read:
    '''Mark Banner (:standard8) 2011-12-22 12:55:21 PST'''
    "Created attachment 583905 [details] [diff] [review]
    Add the Win32 redistributable directory to the mozconfigs"
    "Somehow we missed shipping the Win32 Redistributables from Visual C++. We didn't detect this as it would only show on Windows versions less than Vista, and you'd probably only see it if you had a completely clean install, and you didn't have the dlls installed elsewhere (as it appears my XP system does)."
    "If you're seeing this then you want to copy the following files from a Firefox installation:
    Microsoft.VC80.CRT.manifest
    msvcm80.dll
    msvcp80.dll
    msvcr80.dll
    The patch I'm attaching updates our configuration files to specify the Win32 redistribution directory, which will then cause the build system to include the files in the build."
    .... ends....
    The earlier 2006 instances also had the same issue in some cases:
    forums.frontmotion.com/viewtopic.php?f=10&t=393
    Hope this progresses the search and resolution.
    Cheers

  • ITunes will not work - QT fails to initialize

    Like many others here, I've had problems ever since downloading itunes 5. When I try to launch iTunes, I get an error stating "QT failed to initialize. Error# -2095. Please make sure QT is properly installed."
    I've tried removing QT using add/remove programs (I thought I would remove it and start with a new download), but when its gets to the end of the removal process, I get "QT failed to initialize. Error# 63441. Please make sure QT is properly installed" then "Error 1402.Could not open Key: HKEYLOCALMACHINE\SOFTWARE\Apple Computer, Inc\QuickTime\installed File Types\3g2,3gp2. Verify that you have sufficient access to that key."
    I've read thru a number of the posts and tried several of the fixes but nothing seems to work. I cannot launch iTunes because QT doesn't work, but I can't launch QT to try to fix the problem.
    Any ideas?

    hi Gina!
    okay ... some of the kinkier errors i've seen lately have seemed to be associated with Windows Installer problems ... so let's try giving the first 5 methods on this document a shot:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;555175
    keep us posted. (it will keep you up in public view at the very least ...)
    it may also be worth putting in a post at "Quicktime for Windows". it can help if you provide a reference link back to this thread too. there's instructions on how to do that given here:
    sysop, "Stylize Your Posts (The Editor)", 09:41am Aug 4, 2000 CDT
    Meghan somehow managed to untangle herself from one of these. not precisely sure how. it may be worth checking in with her:
    Meghan Moorlach, "itunes has encountered a problem. help please?" #34, 11:22am Sep 22, 2005 CDT
    ... view all ... afraid it's kind of messy in there ...
    love, b

  • Exception : LDAPAttributeHelper failed to initialize

    Hi,
    I am using S1 Identity server 6.0 for identity management installed with a new Directory server on a win2000 server box. The application to be protected is deployed S1AS 7.0 & S1 Policy Agent 2.1 in URL_POLICY operation mode on a seperate box.
    The requirement is, I need user attribures from identity session to a jsp in the apllication server. For this, I confifured the AmAgent.properties file as
    com.sun.am.policy.amFilter.ldapattribute.mode = REQUEST_ATTRIBUTE
    com.sun.am.policy.amFilter.ldapattribute.map[uid] = USER_NAME
    when i tried to acces that jsp the system throws the exception as
    StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
    javax.servlet.ServletException: AmAgentFilter: An exception has occured
    at com.sun.identity.agents.filter.AmAgentFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:265)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    ----- Root Cause -----
    [AgentException Stack]
    com.sun.identity.agents.arch.AgentException: LDAPAttributeHelper failed to initialize
    at com.sun.identity.agents.common.LDAPAttributeHelper.<init>(Unknown Source)
    at com.sun.identity.agents.common.CommonFactory.newLDAPAttributeHelper(Unknown Source)
    at com.sun.identity.agents.filter.AmFilter.<init>(Unknown Source)
    at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
    at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
    at com.sun.identity.agents.filter.AmFilterManager.getAmFilterInstanceForModeConfigured(Unknown Source)
    at com.sun.identity.agents.filter.AmAgentFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:265)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    com.iplanet.sso.SSOException: LDAP authentication failed.
    at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:111)
    at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:311)
    at com.sun.identity.agents.common.LDAPAttributeHelper.<init>(Unknown Source)
    at com.sun.identity.agents.common.CommonFactory.newLDAPAttributeHelper(Unknown Source)
    at com.sun.identity.agents.filter.AmFilter.<init>(Unknown Source)
    at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
    at com.sun.identity.agents.filter.AmFilterManager.getAmFilter(Unknown Source)
    at com.sun.identity.agents.filter.AmFilterManager.getAmFilterInstanceForModeConfigured(Unknown Source)
    at com.sun.identity.agents.filter.AmAgentFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(A
    Please help me out in resolving this issue..
    Thanks a lot....
    -Madhu

    Have you tried changing the parameter in the Assets/Databank "Save Path" from "Relative to current script" to "Relative to a repository"?
    Regards, Ian.

  • Itunes: Application Failed to Initialize properly

    I'm not sure what is going on with my computer. I tried to open my Itunes and I receive the following error: Application failed to initialize properly (0Xc0000005).
    So I tried to download Itunes from the Apple site. It downloads, however, when I try to install it I get the following error message: 1608 unable to create InstallDriver Instance, return code 2147287015
    Can someone help me work through these problems? All my songs are still in the folder, I just can't get into Itunes so I can update my Ipod, which is 30mg (if that helps!)
    Thank you in advance. Have a great day.

    Perform a Thorough & Complete Uninstall and Reinstall of iTunes/QuickTime
    (Compiled from the collective wisdom of toonz and Da Gopha)
    If you want to guarantee a successful upgrade and be proactive about minimizing potential install issues, do the following:
    1. Completely Backup your music and iTunes library files.
    2. Virus check / spyware scan your machine. Use several quality programs to completely scan your PC – all drives. EWIDO seems to be one used by many here. Free at: http://www.ewido.net/en/
    3. Completely remove / uninstall the current version of iTunes and QuickTime from your system.....
    3a. - Turn off all security software such as Norton, McAfee, SpySweepers, any TSRs, etc. (exit via the system tray)
    3b. - Do a Stepwise clean uninstallation of iTunes
    3c. - Then download and install the Microsoft Installer Cleanup Utility
    .....And make sure iTunes is really gone.
    4. Delete the contents of your temp folder: C:\Documents and Settings\<username>\Local Settings\Temp
    5. Reboot the PC
    6. Turn off all security software such as Norton, McAfee, SpySweepers, any TSRs, etc. (exit via the system tray)
    7. Start with the QuickTime standalone installer. Download it and save it to your hard drive. Then run it from the PC (not directly from on-line)
    8. Reboot the PC
    9. Turn off all security software such as Norton, McAfee, SpySweepers, any TSRs, etc. (exit via the system tray)
    10. Completely download the latest iTunes Installer. Save it to your PC. Then run it from the saved location of your PC
    11. Reboot the PC
    12. Open iTunes and enjoy
    The majority of problems out there on the discussion boards are caused by viruses or other system corruption — sometimes self-inflicted by the user (i.e. - people who turn off necessary Windows services) — or out of date drivers. You may want to consider this if your PC falls into one of these categories.

  • Pop-up 'Another instance is running. Configuration system failed to initialize.'

    Hello - my system kept 'freezing' when a pop-up saying, ' Silverlight Plug-in has crashed' with options to repair or close. No matter what I did, t happened several times an hour, as well as the page and pointer freezing just as frequently. Often the only solution was to turn off the computer with the on/off button. Someone at work told me to delete the plug-in and I did and the problem stopped for a few days. Now, the plug-in has reappeared on the notebook, but less frequently, and the a/n pop-up comes on when I start the notebook. I suspect this action is related to what I unsuccessfully deleted. My screen and pointer are freezing less often. I appreciate opinions on how to correct this darned annoying problem.

    Hi Steve,
    >>Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    For this issue, I would recommend you try to uninstall/reinstall the VSTO runtime. The link below might be useful to you:
    #Customization could not be loaded because the application domain could not be created.
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d8204b2f-d5c7-42b3-b339-d2d37d43652d/customization-could-not-be-loaded-because-the-application-domain-could-not-be-created?forum=vsto
    If the method above do not work, I will recommend you install the excel add-in in the developing machine with the USB to check whether it could work correctly.  If it could not install correctly, I assume that there might be something wrong when you
    publish, and could you share us the steps you published? If it works correctly, I assume that it caused by the environment of another pc, it would be helpful if you could share us the screen shoot about details error message.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • RD Connection broker failed to initialize

    We have an RD farm with two session hosts and a gateway that has been working. It has been in use for several months and I don't think anything was changed. I was informed that it stopped working and I do see evidence of this. I've been troubleshooting and
    see that the hosts both left the farm last week with this error message:
    Log Name:      Microsoft-Windows-TerminalServices-SessionBroker-Client/Operational
    Source:        Microsoft-Windows-TerminalServices-SessionBroker-Client
    Date:          7/19/2013 3:06:42 PM
    Event ID:      1283
    Task Category: Connection Broker Client terminate
    Level:         Information
    Keywords:      
    User:          NETWORK SERVICE
    Computer:      server08.domain.com
    Description:
    Remote Desktop Services successfully left a farm on the Connection Broker server gate.domain.com.
    Since then whenever someone connects we get three events in a row in the same log:
    Event ID:      1301
    Task Category: RD Connection Broker Client processes request from a user
    User:          NETWORK SERVICE
    Computer:      server08.domain.com
    Description:
    Remote Desktop Connection Broker Client received request for redirection. 
    User : DOMAIN\ddawson 
    RDP Client Version : 5
    Event ID:      1296
    Task Category: RD Connection Broker Client processes request from a user
    Computer:      server08.domain.com
    Description:
    Remote Desktop Connection Broker Client failed while getting redirection packet from Connection Broker.
    User : DOMAIN\ddawson 
    HRESULT = 0x88150002
    Event ID:      1306
    Task Category: RD Connection Broker Client processes request from a user
    Computer:      server08.domain.com
    Description:
    Remote Desktop Connection Broker Client failed to redirect the user DOMAIN\ddawson. 
    HRESULT = 0x88150002
    I'm not sure which direction to go. I've confirmed that the session hosts are both in local group "Session Broker Computers" on our Session Broker. On each host I've removed them from the farm and put them back in. When I do that I get the error:
    Event ID:      1284
    Task Category: Connection Broker Client start up
    Computer:      server08.domain.com
    Description:
    Remote Desktop Connection Broker Client failed to initialize while joining the Connection Broker on server gate.domain.com.
    HRESULT = 0x80070534
    I've read the articles telling me to test connectivity. These computers are all on the same physical network and I can RDP and PING back and forth between them all. What can I try next?

    Hi,
    Please check if this article could help.
    Event ID 1284 — RD Connection Broker Communication
    http://technet.microsoft.com/en-us/library/ee890933(v=ws.10).aspx
    Thanks.
    Best Regards
    Jeremy Wu

  • Failed to initialize emitter

    Hi,
    After deploying application on new tomcat server birt started to throw new exception:
    org.eclipse.birt.report.engine.api.EngineException: Failed to initialize emitter.
    at org.eclipse.birt.report.engine.emitter.EmitterUtil.getOuputStream(EmitterUtil.java:82)
    at org.eclipse.birt.report.engine.emitter.wpml.AbstractEmitterImpl.initialize(AbstractEmitterImpl.java:208)
    at org.eclipse.birt.report.engine.emitter.docx.DocxEmitterImpl.initialize(DocxEmitterImpl.java:47)
    at org.eclipse.birt.report.engine.emitter.wpml.DocEmitter.initialize(DocEmitter.java:71)
    at org.eclipse.birt.report.engine.api.impl.EngineTask.initializeContentEmitter(EngineTask.java:2320)
    at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:118)
    at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77)
    at ru.ntik.services.richclient.managedbeans.ReportBean.createProtocol(ReportBean.java:81)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.el.parser.AstValue.invoke(AstValue.java:191)
    at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
    at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:153)
    at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
    at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:769)
    at javax.faces.component.UICommand.broadcast(UICommand.java:300)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)
    at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81)
    at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
    at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:409)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:744)
    Caused by: java.io.FileNotFoundException: /usr/share/tomcat6/clich/Reports/1438927990595.docx (Отказано в доступе)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
    at org.eclipse.birt.report.engine.emitter.EmitterUtil.getOuputStream(EmitterUtil.java:77)
    ... 39 more
    Help please, I have no idea what to do, same application already works on another two servers.
    Eugene.

    Is the output path/document you were trying to create " /usr/share/tomcat6/clich/Reports/1438927990595.docx"?
    Based on the stack trace, my first guess is in the new environment the output path does not exist and/or you do not have the proper permissions for that path.

  • Configuration system failed to initialize

    Getting error when I try to install an excel addin that I have published.
    Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    To publish the addin I  use the publish option on the build menu of VS2013.
    Specify the location to publish this application:  F:\publish   where F: is a USB drive.
    What is the default installation path on end user computers:  From a CD-ROM or DVD-ROM
    Then I take the USB drive to another PC, double click on setup.exe in the USB drive and get the "configuration system failed to initialize" error.  I copy the entire publish directory to the C: drive of the target system and get the same error.
    What am I doing wrong? 
    thanks,

    Hi Steve,
    >>Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    For this issue, I would recommend you try to uninstall/reinstall the VSTO runtime. The link below might be useful to you:
    #Customization could not be loaded because the application domain could not be created.
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d8204b2f-d5c7-42b3-b339-d2d37d43652d/customization-could-not-be-loaded-because-the-application-domain-could-not-be-created?forum=vsto
    If the method above do not work, I will recommend you install the excel add-in in the developing machine with the USB to check whether it could work correctly.  If it could not install correctly, I assume that there might be something wrong when you
    publish, and could you share us the steps you published? If it works correctly, I assume that it caused by the environment of another pc, it would be helpful if you could share us the screen shoot about details error message.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

Maybe you are looking for

  • Error message for  Unable to connect (BIB-16633)

    Dear All I use Oracle Jdeveloper10g (win32), Oracle database10g or 9i (win32 ver). But Failure to connect to OLAP service. Can anyone give me what is the error message for BIB-16633. Would be really grateful if you could give me a solution as soon as

  • (New thread) HP SimpleSave md1000h External Hard Drive - Can't Access Files,

    New thread on same old unaswered issues from others. My desktop crashed.  It  needs new harddrive. I religiously backup my info everyweek on my simplesave md1000h However, before I buy a new computer or replace the harddrive on my old computer, I wan

  • Clear cache report file directory

    i have notice taht after execute a report (pdf file in cache directory of report server) the file remain in this directory, and if anyone change the objectid(n) cab view the report of an other person. This is thery dangerous : i ask if it is possibil

  • Some components make tomcat throw exceptions

    Hi, When i add for example 'table' or 'calendar' components on the page and run the app in tomcat it gives me exceptions. Anyone knows why it does not work? Thanks guys. P.S. I have copied jstl.jar and standard.jar to tomcat dir. Exception Details: o

  • Multi table delete

    Hello, I have a scenario in which I have three tables I want to delete rows from simultaneously. They do not all have the same key, but two will share a like value, and then two others will share a like value, For instance, table one and table two bo