Listener port  could not be started.

Hello ,
I am using JMS,MDB and IBM MQSeries with Websphere Application server 6.0. i have configured every thigh in WAS like MQQueue connection cactory and MQQueue Destination.
After that , i have configured listener port for the message driven bean. .
configuratin's are :
Application servers > server1 > Message Listener Service > Listener Ports > mdblistener
Name --- mdblistener
Initial State --- Started
Connection factory JNDI name----jms/nb21queueconnectionfactory
Destination JNDI name----jms/nb21queuedestination
when i am starting mdblistener port it's giving following error
Listener port mdblistener could not be started.
The Exception in websphere log file is :
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R javax.management.InstanceNotFoundException: MBeanServer cannot find MBean with ObjectName WebSphere:type=ListenerPort,name=mdblistener,node=nvenkataNode01,process=server1,*
     at mx4j.server.MX4JMBeanServer.findMBeanMetaData(MX4JMBeanServer.java:493)
     at mx4j.server.MX4JMBeanServer.getMBeanInfo(MX4JMBeanServer.java:1318)
     at com.ibm.ws.management.AdminServiceImpl.getMBeanInfo(AdminServiceImpl.java:1026)
     at com.ibm.ws.management.AdminServiceImpl.checkForOpDeprecation(AdminServiceImpl.java:1719)
     at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1670)
     at com.ibm.ws.management.AdminServiceImpl.access$400(AdminServiceImpl.java:100)
     at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:899)
     at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
     at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:817)
     at com.ibm.ws.console.servermanagement.messagelistener.ListenerPortCollectionAction.execute(ListenerPortCollectionAction.java:317)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
     at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at mx4j.server.MX4JMBeanServer.findMBeanMetaData(MX4JMBeanServer.java:493)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at mx4j.server.MX4JMBeanServer.getMBeanInfo(MX4JMBeanServer.java:1318)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.getMBeanInfo(AdminServiceImpl.java:1026)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.checkForOpDeprecation(AdminServiceImpl.java:1719)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1670)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.access$400(AdminServiceImpl.java:100)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:899)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:817)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.console.servermanagement.messagelistener.ListenerPortCollectionAction.execute(ListenerPortCollectionAction.java:317)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
[2/8/06 20:09:04:922 IST] 0000002f SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Any one can help me to over come this problem.
Thanks in advance
venkat

Worked for me, cheers! (I had problems in Mozilla so used IE9)
843844 wrote:
Hello All,
I ran into the exact same issue when configuring WAS 6.0.2, WCS 6.0, MQ 6.0, etc... I will not claim this will resolve everyones issues, but in my case a simple restart of the server was in order, and the MDB started up ok, with the listener port started.
I think it may have something to do with the fact that the "default mode = started" was choosen, but it had not been started yet. But do not quote me on that!
I hope this info helps someone who finds themself in the same situation.
Regards,
Me

Similar Messages

  • SQLServerAgent could not be started (reason: Unable to connect to server '(local)'; SQLServerAgent

    Dear all,
    i have a Windows 2008 Server (X64) with SQL 2005 SP3 and some troubels...
    The SQL works since some week, this week we installed SQL SP3 and change of the local Admin password.
    Yesterday we reboot  the Server, now the SQL Server Agent is unable to start!
    The SQL Server is up and running,
    Errorlog:
    2009-11-06 09:49:52.56 Server      Microsoft SQL Server 2005 - 9.00.4035.00 (X64)
     Nov 24 2008 16:17:31
     Copyright (c) 1988-2005 Microsoft Corporation
     Standard Edition (64-bit) on Windows NT 6.0 (Build 6002: Service Pack 2)
    2009-11-06 09:49:52.56 Server      (c) 2005 Microsoft Corporation.
    2009-11-06 09:49:52.56 Server      All rights reserved.
    2009-11-06 09:49:52.56 Server      Server process ID is 5912.
    2009-11-06 09:49:52.56 Server      Authentication mode is WINDOWS-ONLY.
    2009-11-06 09:49:52.56 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
    2009-11-06 09:49:52.56 Server      This instance of SQL Server last reported using a process ID of 4424 at 11/6/2009 9:43:23 AM (local) 11/6/2009 8:43:23 AM (UTC). This is an informational message only; no user action is required.
    2009-11-06 09:49:52.56 Server      Registry startup parameters:
    2009-11-06 09:49:52.56 Server        -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
    2009-11-06 09:49:52.56 Server        -e C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
    2009-11-06 09:49:52.56 Server        -l C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
    2009-11-06 09:49:52.59 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2009-11-06 09:49:52.59 Server      Detected 4 CPUs. This is an informational message; no user action is required.
    2009-11-06 09:49:52.67 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2009-11-06 09:49:52.71 Server      Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2009-11-06 09:49:53.73 Server      Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2009-11-06 09:49:53.73 Server      Database mirroring has been enabled on this instance of SQL Server.
    2009-11-06 09:49:53.73 spid4s      Starting up database 'master'.
    2009-11-06 09:49:53.86 spid4s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2009-11-06 09:49:53.95 spid4s      SQL Trace ID 1 was started by login "sa".
    2009-11-06 09:49:53.97 spid4s      Starting up database 'mssqlsystemresource'.
    2009-11-06 09:49:53.99 spid4s      The resource database build version is 9.00.4035. This is an informational message only. No user action is required.
    2009-11-06 09:49:54.16 spid9s      Starting up database 'model'.
    2009-11-06 09:49:54.17 spid4s      Server name is 'VIE-EU-ARC-02'. This is an informational message only. No user action is required.
    2009-11-06 09:49:54.19 Server      The certificate was successfully loaded for encryption.
    2009-11-06 09:49:54.19 Server      Server is listening on [ 'any' <ipv6> 1433].
    2009-11-06 09:49:54.19 Server      Server is listening on [ 'any' <ipv4> 1433].
    2009-11-06 09:49:54.19 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSSQLSERVER ].
    2009-11-06 09:49:54.19 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\sql\query ].
    2009-11-06 09:49:54.19 Server      Server is listening on [ ::1 <ipv6> 1434].
    2009-11-06 09:49:54.19 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2009-11-06 09:49:54.19 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2009-11-06 09:49:54.31 Server      SQL Server is now ready for client connections. This is an informational message; no user action is required.
    2009-11-06 09:49:54.33 spid15s     Starting up database 'AdventureWorks'.
    2009-11-06 09:49:54.33 spid16s     Starting up database 'EnterpriseVaultDirectory'.
    2009-11-06 09:49:54.33 spid14s     Starting up database 'Test'.
    2009-11-06 09:49:54.33 spid12s     Starting up database 'AdventureWorksDW'.
    2009-11-06 09:49:54.33 spid17s     Starting up database 'EnterpriseVaultMonitoring'.
    2009-11-06 09:49:54.33 spid13s     Starting up database 'msdb'.
    2009-11-06 09:49:54.33 spid23s     Starting up database 'EVVSExchangeVaultStore_2'.
    2009-11-06 09:49:54.33 spid22s     Starting up database 'EVVSGVIE_2_2'.
    2009-11-06 09:49:54.33 spid24s     Starting up database 'EVVSJournalVaultStore_3'.
    2009-11-06 09:49:54.33 spid19s     Starting up database 'EVVSVIEIT_1'.
    2009-11-06 09:49:54.33 spid21s     Starting up database 'ReportServerTempDB'.
    2009-11-06 09:49:54.33 spid20s     Starting up database 'ReportServer'.
    2009-11-06 09:49:54.33 spid18s     Starting up database 'EVVSGVIEIT_1_1'.
    2009-11-06 09:49:54.56 spid9s      Clearing tempdb database.
    2009-11-06 09:49:54.61 spid19s     CHECKDB for database 'EVVSVIEIT_1' finished without errors on 2009-10-28 18:06:14.107 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.65 spid23s     CHECKDB for database 'EVVSExchangeVaultStore_2' finished without errors on 2009-11-04 18:05:33.960 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.71 spid24s     CHECKDB for database 'EVVSJournalVaultStore_3' finished without errors on 2009-11-04 18:05:51.793 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.75 spid16s     CHECKDB for database 'EnterpriseVaultDirectory' finished without errors on 2009-11-04 18:06:38.103 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.83 spid17s     CHECKDB for database 'EnterpriseVaultMonitoring' finished without errors on 2009-11-04 18:06:18.570 (local time). This is an informational message only; no user action is required.
    2009-11-06 09:49:54.99 spid4s      Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) has completed. This is an informational message only. No user action is required.
    2009-11-06 09:49:55.55 spid9s      Starting up database 'tempdb'.
    2009-11-06 09:49:55.68 spid4s      Recovery is complete. This is an informational message only. No user action is required.
    2009-11-06 09:49:55.68 spid12s     The Service Broker protocol transport is disabled or not configured.
    2009-11-06 09:49:55.68 spid12s     The Database Mirroring protocol transport is disabled or not configured.
    2009-11-06 09:49:55.72 spid12s     Service Broker manager has started.
    Only the SQL Server Agent is unable to start,
    Eventlog:
    Log Name:      Application
    Source:        SQLSERVERAGENT
    Date:          06.11.2009 10:09:52
    Event ID:      103
    Task Category: Service Control
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      vie-eu-arc-02.global.domain
    Description:
    SQLServerAgent could not be started (reason: Unable to connect to server '(local)'; SQLServerAgent cannot start).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SQLSERVERAGENT" />
        <EventID Qualifiers="16384">103</EventID>
        <Level>2</Level>
        <Task>2</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2009-11-06T09:09:52.000Z" />
        <EventRecordID>8486</EventRecordID>
        <Channel>Application</Channel>
        <Computer>vie-eu-arc-02.global.domain</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Unable to connect to server '(local)'; SQLServerAgent cannot start</Data>
      </EventData>
    </Event>
    SQLAgent.out Logfile:
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Client unable to establish connection [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Shared Memory Provider: No process is on the other end of the pipe. [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [298] SQLServer Error: 233, Client unable to establish connection [SQLSTATE 08001]
    2009-11-06 10:09:52 - ! [382] Logon to server '(local)' failed (DisableAgentXPs)
    2009-11-06 10:09:53 - ? [098] SQLServerAgent terminated (normally)
    Additional the SQL Server Management Studio is unable to logon to the Server:
    TITLE: Connect to Server
    Cannot connect to vie-eu-arc-02.
    ADDITIONAL INFORMATION:
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=233&LinkId=20476
    The local Admin Password was reset to the "original" (after install) one.
    Any ideas how to fix the problem?

    Dear all,
    the encryption was NO on all protocols.
    Because no additional ideas available, i uninstalled the SQL Server on friday.
    At the Re-Install Process i got again an error:
    [Microsoft][SQL Native Client]Shared Memory Provider: No process is on the
    other end of the pipe .
    The install process failed.
    On google i found the same problem in an other thread:
    http://groups.google.com/group/microsoft.public.sqlserver.connect/browse_thread/thread/dbec4a9a271f69a6/7cd22694da3a6062?lnk=st&q=%22Shared+Memory+Provider%3A+No+process+is+on+the+other+end+of+the+pipe%22&rnum=2&hl=en#7cd22694da3a6062
    ++++++
    During the installation process of SQL Server 2005, Setup complains it cannot
    connect to the database service for server configuration. The error was:
    [Microsoft][SQL Native Client]Shared Memory Provider: No process is on the
    other end of the pipe .
    I have checked that the pipe exists (\\.\pipe\SQLLocal\MyInstance), but
    everytime the installer attempts the connecting the pipe is closed by the
    server and another is reopened. That's why the Client says there is no
    process on the other end of the pipe.
    I have re-installed 'everything', tried connections via TCP, but nothing
    works.
    I have made a small application to connect to the pipe and noticed that
    there are 3 instances of the pipe running, one that I am connecting to, and 2
    listening pipes. If I write to 'my' pipe SQL server disconnects the pipe and
    reopens another too. The difference is that SQL server writes an error
    message in the log file. No such luck when the Native client is doing the
    same.
    What more can I do?
    ++++++
    and an answer
    ++++++
    I finaly found the problem to be the certificate used.
    I noticed that a certificate was added to the machinekeys just recently.
    (in C:\Documents and Settings\All Users\Application
    Data\Microsoft\Crypto\RSA\MachineKeys)
    I renamed it to another name and re-installed sql server.
    I noticed that sql server ERRORLOG complained about certificate that it
    couldn't load and the generation of a self-generaed certificate (see below)
    "2005-12-10 21:01:02.30 Server      The server could not load the
    certificate it needs to initiate an SSL connection. It returned the following
    error: 0x8009030d. Check certificates to make sure they are valid.
    2005-12-10 21:01:02.49 Server      A self-generated certificate was
    successfully loaded for encryption."
    Now the installation succeeded
    ++++++
    With Windows 2008 it was really a challange to get access to this folder (!!!)
    After clearing the folder the ReInstall of SQL Server works fine.
    Now the SQL Server & the SQL Server Agent works again.
    The problem was anything with encryption, old certs & files.
    I don't think that everyone can afford reinstalling SQL server.
    I finaly found the problem to be the certificate used.
    I noticed that a certificate was added to the machinekeys just recently.
    (in C:\Documents and Settings\All Users\Application
    Data\Microsoft\Crypto\RSA\MachineKeys)
    I think this is what the following blog was saying , a problem with certification
    http://blogs.msdn.com/sql_protocols/archive/2006/07/26/678596.aspx
    Cheers
    Please mark as answer if you think this answers your questions

  • Error jcontrol.exe could not be start

    Hi Expert,
    I have an issue regarding SMD server can't start or stop. the color of SMD server in SAP MMC is Red, and in the process list : jcontrol.exe | could not be start. and here is the developer trace log :
    trc file: "..\usr\sap\SMD\J98\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 3044
    system name : SMD
    system nr.  : 98
    started at  : Fri Aug 20 10:06:56 2010
    arguments       :
           arg[00] : ..\usr\sap\SMD\J98\..\exe\jcontrol.exe
           arg[01] : pf=..\usr\sap\SMD\J98\..\SYS\profile\SMD_J98_[host]
    JStartupReadInstanceProperties: read instance properties [..\usr\sap\SMD\J98\profile\smd.properties]
    -> ms host    :
    -> ms port    : 36
    -> OS libs    : ..\usr\sap\SMD\exe
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : ..\usr\sap\SMD\J98\profile\smd.properties
    Instance properties
    -> ms host    :
    -> ms port    : 36
    -> os libs    : ..\usr\sap\SMD\exe
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    Worker nodes
    -> [00] smdagent             : ..\usr\sap\SMD\J98\profile\smd.properties
    [Thr 3052] Fri Aug 20 10:06:56 2010
    [Thr 3052] *** WARNING => Key profile parameters not set ..\usr\sap\SMD\J98\..\SYS\profile\DEFAULT.PFL:
    j2ee/scs/host=
    j2ee/scs/system= [jcntrxx.c    1459]
    [Thr 3052] *** WARNING => Can't open default profile [..\usr\sap\SMD\J98\..\SYS\profile\DEFAULT.PFL] for migration [jcntrxx.c    1460]
    [Thr 3052] JControlExecuteBootstrap: jcontrol runs in 6.20 compatible mode
    [Thr 3052] JControlExecuteBootstrap: jcontrol runs in 6.20 compatible mode
    [Thr 3052] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 3252] JControlRequestFunc: Thread 3252 started as listener thread for np messages.
    [Thr 3052] INFO: Invalid property value [shutdownMethod=com.sap.smd.agent.launcher.SMDAgentLauncher.shutdown]
    [Thr 3052] [Node: SMDAgent] java home is set by profile parameter
         Java Home: C:\j2sdk
    [Thr 3052] JStartupICheckFrameworkPackage: can't find framework package ..\usr\sap\SMD\exe\jvmx.jar
    JStartupIReadSection: read node properties [smdagent]
    -> node name          : SMDAgent
    -> node type          : server
    -> node id            : 1
    -> node execute       : yes
    -> java path          : C:\j2sdk
    -> java parameters    : -DP4ClassLoad=P4Connection
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 128M
    -> init heap size     : 128M
    -> root path          : ..\SMDAgent
    -> class path         : ..\..\exe\jstartupapi.jar;..\..\exe\jstartupimpl.jar;lib\patch_7.01.6.0.20100125105844\launcher\smdagentlauncher.jar
    -> OS libs path       : ..\usr\sap\SMD\exe
    -> main class         : com.sap.smd.agent.launcher.SMDAgentLauncher
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : ..\usr\sap\SMD\exe\jstartup.jar;..\usr\sap\SMD\exe\jvmx.jar
    -> parameters         : run jcontrol
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 58981
    -> shutdown timeout   : 20000
    [Thr 3052] JControlConnectToMS: jcontrol runs in 6.20 compatible mode without message server
    [Thr 3052] *** ERROR => Critical error, can't start node SMDAgent (rc=-1) [jcntrxxi.c   647]
    [Thr 3052] JControlICheckProcessState: no more running processes (total:1)
    [Thr 3052] JControlMainLoop: no processes are running -> terminate jcontrol
    [Thr 3052] Fri Aug 20 10:07:02 2010
    [Thr 3052] JControlCloseProgram: started (exitcode = 0)
    [Thr 3052] JControlCloseProgram: good bye... (exitcode = 0)
    Please Help.
    Thx,
    Glenn

    Hi Ashish,
    Thx for your reply. Here is log of SMDAGENT (Last Line) :
    [Thr 8576] Wed May 05 09:54:33 2010
    [Thr 8576] JLaunchIStartFunc: end of main method (rc = 0)
    [Thr 5420] JLaunchIExitJava: exit hook is called (rc = -11112)
    [Thr 5420] **********************************************************************
    *** ERROR => The Java VM terminated with a non-zero exit code.
    *** Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    *** for additional information and trouble shooting.
    [Thr 5420] JLaunchCloseProgram: good bye (exitcode = -11112)
    Thx,
    Glenn

  • The OracleDBConsoleORAHAS service could not be started.

    Dear All,
    I installed Oracle10g on Windows XP system successfully but when I am going to start the dbconsole it gives the following error.
    C:\oracle10g\product\10.2.0\db_1\BIN>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://MOHAMMAD-HASHIM.ROSHAN.AF:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleOR
    AHAS service is starting.
    The OracleDBConsoleORAHAS service could not be started.
    A service specific error occurred: 1.
    More help is available by typing NET HELPMSG 3547.
    Can anybody help me out from this?
    Thanks in Advance
    Hashim

    Check the following:
    - You must to add your hostname in your etc/hosts file of this way
    127.0.0.0 hostname.domain hostname
    - Check the availability of the port 1158. For this check
    telnet hostname 1158
    - Check the log files of dbconsole. Normaly exists a log directory in this location
    ORACLE_HOME\sysman
    - Check that the listener and database is up
    Regards

  • Volumes could not be started.

    OS: Mac Os X 10.4.11
    Xsan: 1.4.2
    There are three logic volumes (RAIDL1, RAIDL2 andRAIDL3) created by Xsan, RAIDL1 and RAIDL3 could be started normally, but RAIDL3 could not. The followings are the error log:
    [0511 10:51:53.447000] 0x1801000 (Debug) sigwait handler starting
    [0511 10:51:53] 0xa000ed88 (Info) Server Revision 2.7.201 Build 7.40 Built for Darwin 8.0 Created on Thu Oct 11 19:05:39 PDT 2007
    [0511 10:51:53] 0xa000ed88 (Info)
    Configuration:
    DiskTypes-4
    Disks-4
    StripeGroups-2
    ForceStripeAlignment-1
    MaxConnections-75
    ThreadPoolSize-128
    StripeAlignSize-256
    FsBlockSize-4096
    BufferCacheSize-32M
    InodeCacheSize-8192
    RestoreJournal-Disabled
    RestoreJournalDir-None
    [0511 10:51:53] 0xa000ed88 (Info) Self (192.168.0.180) IP address is 192.168.0.180 .
    [0511 10:51:53.455119] 0xa000ed88 (Debug) No fsports file - port range enforcement disabled.
    [0511 10:51:53] 0xa000ed88 (Info) Listening on TCP socket 192.168.0.180:64082
    [0511 10:51:53] 0xa000ed88 (Info) Node [0] [192.168.0.180:64082] File System Manager Login.
    [0511 10:51:53] 0xa000ed88 (*FATAL*) PANIC: /Library/Filesystems/Xsan/bin/fsm "Inodeinit_preactivation: InodeInode version mismatch! expected-0x203 or 0x204, received-0x76777776
    " file inode.c, line 5696
    [0511 10:51:53] 0xa000ed88 (*FATAL*) PANIC: aborting threads now.
    Huge useful data is stored in this volume, please help!!!

    There have been about four previous posts for the same error. It looks like those may hp you. You can find those by using the search function on the right and search the iPad forum for:
    "session could not be started"
    Use the quote marks.

  • Oracle Management Server could not be started while installing 12c

    Hello All,
    I'm trying to installing the Oracle 12cR2 on OEL6 32 bit over Oracle Virtual Box.
    The installation went smooth but at 79% of the installation, it throws me error as the OMS server is down and it could not be started.
    I tried to started the services manually by "./emctl start OMS" but no luck.
    2013-01-04 10:45:45,956 [main] INFO wls.OMSController main.204 - Executing command:start
    2013-01-04 10:45:46,186 [main] ERROR oms.StatusOMSCmd processStatusOMS.321 - Connection exception when trying to hit OMS page. OMS is down
    2013-01-04 10:45:46,186 [main] INFO commands.BaseCommand statusOMS.377 - statusOMS finished with result: 8
    2013-01-04 10:45:46,186 [main] INFO commands.BaseCommand execute.64 - currStatus is 8
    2013-01-04 10:45:46,186 [main] INFO commands.BaseCommand startOMS.162 - admin start is false
    2013-01-04 10:45:46,187 [main] INFO commands.BaseCommand startOMS.163 - is service is false
    2013-01-04 10:45:46,217 [main] INFO commands.BaseCommand getEnvProps.446 - Setting trust store system properties: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.222 - wlst command is /u01/app/oracle/12c/oms/oracle_common/common/bin/wlst.sh /u01/app/oracle/12c/oms/oms/bin/startOMS.py
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.223 - Executing the wlst command for startOMS...
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.227 - optional admin start is false
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.228 - optional pbs_only start is false
    2013-01-04 10:45:46,218 [main] INFO commands.BaseCommand startOMS.229 - optional console_only start is false
    2013-01-04 10:45:46,824 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>CLASSPATH=/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.http_client_11.1.1.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_cert.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_core.jar:/u01/app/oracle/12c/oms/modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adfscripting.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/mdswlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/auditwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/igfwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jps-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jrf-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/sslconfigwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/wsm-wlst.jar
    2013-01-04 10:45:46,825 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:46,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>PATH=/u01/app/oracle/12c/oms/wlserver_10.3/server/bin:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/bin:/u01/app/oracle/12c/oms/jdk16/jdk/jre/bin:/u01/app/oracle/12c/oms/jdk16/jdk/bin:/u01/app/oracle/12c/oms/oms/bin:/u01/app/oracle/12c/oms/oms/jdk/bin:/u01/app/oracle/12c/oms/oms/perl/bin:/u01/app/oracle/12c/oms/wlserver_10.3/server/bin:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/bin:/u01/app/oracle/12c/oms/jdk16/jdk/jre/bin:/u01/app/oracle/12c/oms/jdk16/jdk/bin:/u01/app/oracle/product/11.2.0/db_1/bin:/usr/sbin:/usr/lib/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/oracle/bin:/bin:/usr/bin
    2013-01-04 10:45:46,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:46,829 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Your environment has been set.
    2013-01-04 10:45:46,829 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:46,830 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>CLASSPATH=/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/12c/oms/jdk16/jdk/lib/tools.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/weblogic.jar:/u01/app/oracle/12c/oms/modules/features/weblogic.server.modules_10.3.5.0.jar:/u01/app/oracle/12c/oms/wlserver_10.3/server/lib/webservices.jar:/u01/app/oracle/12c/oms/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/oracle/12c/oms/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/12c/oms/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.http_client_11.1.1.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_cert.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.osdt_11.1.1/osdt_core.jar:/u01/app/oracle/12c/oms/modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/12c/oms/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adfscripting.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/lib/mdswlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/auditwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/igfwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jps-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/jrf-wlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap_help.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ossoiap.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/sslconfigwlst.jar:/u01/app/oracle/12c/oms/oracle_common/common/wlst/resources/wsm-wlst.jar:/u01/app/oracle/12c/oms/utils/config/10.3/config-launch.jar::/u01/app/oracle/12c/oms/wlserver_10.3/common/derby/lib/derbynet.jar:/u01/app/oracle/12c/oms/wlserver_10.3/common/derby/lib/derbyclient.jar:/u01/app/oracle/12c/oms/wlserver_10.3/common/derby/lib/derbytools.jar::
    2013-01-04 10:45:49,040 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:49,041 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Initializing WebLogic Scripting Tool (WLST) ...
    2013-01-04 10:45:49,041 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:53,993 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Welcome to WebLogic Server Administration Scripting Shell
    2013-01-04 10:45:53,994 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:53,994 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Type help() for help on available commands
    2013-01-04 10:45:53,994 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:54,138 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>nm home is /u01/app/oracle/12c/oms/gc_inst/NodeManager/emnodemanager
    2013-01-04 10:45:54,139 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>is_admin_host is TRUE
    2013-01-04 10:45:54,140 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>admin_start is FALSE
    2013-01-04 10:45:54,140 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>admin_only_start is NONE
    2013-01-04 10:45:54,921 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Connecting to Node Manager ...
    2013-01-04 10:45:55,158 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:55 AM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    2013-01-04 10:45:56,789 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,800 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,805 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,810 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,812 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,816 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,820 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,828 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:56,831 [Thread-1] INFO commands.BaseCommand run.554 - <OUT><Jan 4, 2013 10:45:56 AM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    2013-01-04 10:45:57,120 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Successfully Connected to Node Manager.
    2013-01-04 10:45:57,122 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of node manager:
    2013-01-04 10:45:57,123 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2013-01-04 10:45:57,123 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>current status of EMGC_ADMINSERVER:
    2013-01-04 10:45:57,125 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,125 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>RUNNING
    2013-01-04 10:45:57,126 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,126 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>current status of EMGC_OMS1:
    2013-01-04 10:45:57,127 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,127 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:45:57,128 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:57,129 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Starting server EMGC_OMS1
    2013-01-04 10:45:57,129 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Starting server EMGC_OMS1 ...
    2013-01-04 10:45:58,359 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Error Starting server EMGC_OMS1: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_OMS1'
    2013-01-04 10:45:58,362 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>new status of EMGC_OMS1:
    2013-01-04 10:45:58,368 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,369 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:45:58,369 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,370 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>wait until EMGC_OMS1 becomes RUNNING
    2013-01-04 10:45:58,373 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,373 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:45:58,374 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:45:58,375 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:08,399 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:08,411 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:08,413 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:08,413 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:08,414 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:18,401 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:18,439 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:18,442 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:18,448 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:18,450 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:28,449 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:28,460 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:28,461 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:28,462 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:28,463 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:38,471 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:38,478 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:38,479 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:38,480 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:38,482 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:48,485 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:48,501 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:48,501 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:48,502 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:48,502 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:46:58,504 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:46:58,514 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:58,518 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:46:58,530 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:46:58,531 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:08,535 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:08,553 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:08,555 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:08,561 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:08,564 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:18,623 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:18,630 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:18,630 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:18,631 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:18,631 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:28,641 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:28,650 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:28,654 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:28,655 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:28,655 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:38,644 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:38,653 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:38,653 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:38,656 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:38,659 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:48,668 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:48,677 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:48,679 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:48,680 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:48,681 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:47:58,687 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:47:58,697 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:58,697 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:47:58,698 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:47:58,699 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:08,704 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:08,715 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:08,715 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:08,717 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:08,718 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:18,724 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:18,731 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:18,733 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:18,734 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:18,735 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:28,740 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:28,750 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:28,750 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:28,751 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:28,752 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:38,760 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:38,795 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:38,796 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:38,796 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:38,797 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:48,799 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:48,808 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:48,808 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:48,810 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:48,811 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>sleep for 10 seconds...
    2013-01-04 10:48:58,815 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of EMGC_OMS1:
    2013-01-04 10:48:58,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:58,826 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>FAILED_NOT_RESTARTABLE
    2013-01-04 10:48:58,827 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>
    2013-01-04 10:48:58,832 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>timed out waiting for EMGC_OMS1 to be RUNNING
    2013-01-04 10:48:58,833 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>status of node manager:
    2013-01-04 10:48:58,835 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2013-01-04 10:48:58,840 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>1
    2013-01-04 10:48:58,854 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>Successfully disconnected from Node Manager.
    2013-01-04 10:48:58,857 [Thread-1] INFO commands.BaseCommand run.554 - <OUT>END
    2013-01-04 10:48:58,859 [Thread-2] INFO commands.BaseCommand run.554 - <ERR>END
    2013-01-04 10:48:58,945 [main] INFO commands.BaseCommand processCmd.487 - wlst process is finished
    2013-01-04 10:48:58,952 [main] INFO commands.BaseCommand processCmd.489 - wlst process exited with code 1
    2013-01-04 10:48:58,953 [main] INFO commands.BaseCommand processCmd.491 - wlst outstream joined
    2013-01-04 10:48:58,953 [main] INFO commands.BaseCommand processCmd.493 - wlst errstream joined
    2013-01-04 10:48:58,955 [main] INFO commands.BaseCommand processCmd.499 - process exited with code 1
    2013-01-04 10:48:58,958 [main] INFO commands.BaseCommand startOMS.241 - Starting WebTier...
    2013-01-04 10:48:59,136 [main] INFO util.EmctlUtil logp.251 - Output messages of the command :
    opmnctl stopall: opmn is not running.
    2013-01-04 10:48:59,138 [main] INFO util.EmctlUtil logp.251 - error messages of the command :
    2013-01-04 10:49:05,838 [main] INFO util.EmctlUtil logp.251 - Output messages of the command :
    opmnctl startall: starting opmn and all managed processes...
    2013-01-04 10:49:05,843 [main] INFO util.EmctlUtil logp.251 - error messages of the command :
    2013-01-04 10:49:05,845 [main] INFO commands.BaseCommand startOMS.252 - WebTier Successfully Started
    2013-01-04 10:49:05,855 [main] ERROR oms.StatusOMSCmd processStatusOMS.321 - Connection exception when trying to hit OMS page. OMS is down
    2013-01-04 10:49:05,855 [main] INFO commands.BaseCommand statusOMS.377 - statusOMS finished with result: 8
    2013-01-04 10:49:05,856 [main] INFO commands.BaseCommand startOMS.307 - startOMS finished with result: 1
    2013-01-04 10:49:05,864 [main] ERROR oms.StatusOMSCmd processStatusOMS.321 - Connection exception when trying to hit OMS page. OMS is down
    2013-01-04 10:49:05,963 [main] INFO commands.BaseCommand statusOMS.377 - statusOMS finished with result: 8
    2013-01-04 10:49:05,965 [main] INFO commands.BaseCommand startOMS.312 - retCode is 8
    Please suggest me over this issue.
    regards,
    rohit
    http://dbarohit.blogspot.in/

    Have you found a resolution to this issue?
    I am receiving almost the identical error message in my newly installed 12c OEM when trying to start the OMS.
    I have tried a variety of shutdown/restart sequences for the repository database, listener, oms and agent and have gotten nowhere.
    My installation was performed on Windows Server 2008 R2 with Oracle RDBMS 11.2.0.2, just to post some basic environment info.
    Any information would be appreciated.
    Thanks,
    Dan

  • Upgraded to latest 10.8.2, iTune 10.7 and IO6 and iTunes will not backup because session could not be started with my iPad3 and iPhone 4

    Since the upgrade, I have been hounded by error messages that my iPad and iPhone cannot be backed up to iTunes because a session could not be started, then a following error message that iTunes could not sync inforimation to iPad/iPhone because a connection could not be established.
    Now I have gone throught various discussions and have done - rebooted both Mac computer and iPad/iPhone; changed USB cables/ports; deleted iPod cache; reset settings to both iPad/iPhone; tried syncing over wifi; and removed contents of lockdown folder.  And after all this, the error messages just keep rebounding back.
    So apart from doing a system and/or iTune re-install, is there any assistance from Apple about this?
    This is very un-Apple and reading the Windows section of this discussion, people are not happy.  Oh, I'm not happy too...

    I wonder if the disk being referred to is actually your iPod which is not plugged in. Maybe something has stuck thinking the iPod should be there.
    Try completely removing all the iTunes related programs according to this method.
    http://support.apple.com/kb/HT1923
    Restart you PC and see if startup improves.
    If it doesn't improve you need to consider the possibility that there is something else going on.
    If The problem goes away, hopefully a fresh install will be OK.

  • Error starting DBConsole. DBConsole could not be started successfully

    Hello All.
    How to fix the following failure on Windows XP SP2.
    Oracle application server 10g release 2 (1.2.0.2)
    1-SEVERE: Error starting DBConsole. DBConsole could not be started successfully
    2-Configuration assistant "Single Sign-On Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Mar 31, 2006 1:33:03 PM oracle.sysman.emcp.EMConfig updateReposVars
    INFO: Updating file C:\oracle\infra10g1202\sysman\emdrep\config\repository.variables ...
    Mar 31, 2006 1:33:18 PM oracle.sysman.emcp.EMConfig addPortEntries
    INFO: Updating file C:\oracle\infra10g1202\install\portlist.ini ...
    Mar 31, 2006 1:33:18 PM oracle.sysman.emcp.EMConfig updateEmdProps
    INFO: Updating file C:\oracle\infra10g1202\sysman\config\emd.properties ...
    Mar 31, 2006 1:33:20 PM oracle.sysman.emcp.EMConfig updateConfigFiles
    INFO: targets.xml file is updated successfully
    Mar 31, 2006 1:33:20 PM oracle.sysman.emcp.EMConfig updateEmomsProps
    INFO: Updating file C:\oracle\infra10g1202\sysman\config\emoms.properties ...
    Mar 31, 2006 1:33:21 PM oracle.sysman.emcp.EMConfig updateConfigFiles
    INFO: emoms.properties file is updated successfully
    Mar 31, 2006 1:33:37 PM oracle.sysman.emcp.EMConfig copyOC4JDir
    WARNING: Error copying OC4J config files from C:\oracle\infra10g1202\oc4j\j2ee\OC4J_DBConsole to C:\oracle\infra10g1202\oc4j\j2ee\OC4J_DBConsole_srdb-pc05.tamer.com_as10gdb
    Mar 31, 2006 1:33:37 PM oracle.sysman.emcp.EMConfig startOMS
    INFO: Starting the DBConsole ...
    Mar 31, 2006 1:38:38 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting DBConsole. DBConsole could not be started successfully
    Configuration assistant "Oracle Database Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Single Sign-On Configuration Assistant":
    Parameters passed to ssoca : param0:config param1:C:\oracle\infra10g1202 param2:cn=orcladmin param3:***** param4:AMERICAN_AMERICA.WE8MSWIN1252 param5:http param6:srdb-pc05.tamer.com param7:7777 param8:en
    Fri Mar 31 13:45:16 EST 2006
    Parameters received by ssoca : param0:config param1:C:\oracle\infra10g1202 param2:cn=orcladmin param3:***** param4:AMERICAN_AMERICA.WE8MSWIN1252 param5:http param6:srdb-pc05.tamer.com param7:7777 param8:en
    Content of ssoca config file is :
    -- listing properties --
    config_sso_oid=true
    config_lang=true
    config_sso_seed=true
    config_targets_xml=true
    config_ssoupg=true
    config_dad=true
    config_em_integ=true
    ACTION by SSOConfigAssistant :
    C:\oracle\infra10g1202\bin\sqlplus orasso/*****@"cn=as10gdb,cn=oraclecontext"
    @C:\oracle\infra10g1202\sso\admin\plsql\sso\ssoseedi.sql http srdb-pc05.tamer.com 777
    SQL*Plus: Release 10.1.0.4.2 - Production on Fri Mar 31 14:45:19 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> Connected.
    SQL> SQL> exit;
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options
    ACTION by SSOConfigAssistant :
    C:\oracle\infra10g1202\bin\sqlplus orasso/*****@"cn=as10gdb,cn=oraclecontext"
    @C:\oracle\infra10g1202\sso\admin\plsql\sso\ssooidd.sql srdb-pc05.tamer.com 636 "cn=orcladmin" ***** Y
    SQL*Plus: Release 10.1.0.4.2 - Production on Fri Mar 31 14:45:24 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> Connected.
    SQL> Creating OID entries for SSO
    Error code : 1
    Error message: User-Defined Exception
    LDAP error : 28862: UnKnown Error Encountered
    ERROR: deleting application entry
    Error code: 1
    Error message: User-Defined Exception
    ERROR: creating SSO users and groups in OID
    PL/SQL procedure successfully completed.
    *** Refreshing WWC OID cache....***
    declare
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "ORASSO.WWSEC_OID", line 1199
    ORA-06512: at "ORASSO.WWSEC_OID", line 1328
    ORA-06512: at "ORASSO.WWSEC_OID", line 2498
    ORA-06512: at "ORASSO.WWSEC_OID", line 2528
    ORA-06512: at "ORASSO.WWSEC_OID", line 1606
    ORA-06512: at "ORASSO.WWSEC_OID", line 1755
    ORA-06512: at "ORASSO.WWSEC_OID", line 2133
    ORA-06512: at line 8
    No errors.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options
    ERROR : Exception while configing SSO DAD :
    java.sql.SQLException: Io exception: JNDI Package failurejavax.naming.CommunicationException: Request: 1 cancelled
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:286)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:327)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.security.sso.SSOConfigAssistant.configDAD(SSOConfigAssistant.java:1473)
         at oracle.security.sso.SSOConfigAssistant.ssoConfig(SSOConfigAssistant.java:1270)
         at oracle.security.sso.SSOConfigAssistant.main(SSOConfigAssistant.java:217)
    Please fix the error reported in the stack trace above and re-run SSO Config Tool.
    Repository API Raised Exception : oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server ldap://srdb-pc05.tamer.com:389/. Base Exception : javax.naming.CommunicationException: simple bind failed: srdb-pc05.tamer.com:389 [Root exception is java.net.SocketException: Socket closed]
    oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server ldap://srdb-pc05.tamer.com:389/. Base Exception : javax.naming.CommunicationException: simple bind failed: srdb-pc05.tamer.com:389 [Root exception is java.net.SocketException: Socket closed]
         at oracle.ias.repository.directory.DirectoryReader.connect(DirectoryReader.java:124)
         at oracle.ias.repository.IASSchema.getColocatedDBConnect(IASSchema.java:657)
         at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:767)
         at oracle.ias.repository.SchemaManager.getDBConnect(SchemaManager.java:406)
         at oracle.security.sso.SSOConfigAssistant.configTargetsXML(SSOConfigAssistant.java:1847)
         at oracle.security.sso.SSOConfigAssistant.updateTargetsXML(SSOConfigAssistant.java:1786)
         at oracle.security.sso.SSOConfigAssistant.ssoConfig(SSOConfigAssistant.java:1280)
         at oracle.security.sso.SSOConfigAssistant.main(SSOConfigAssistant.java:217)
    Please fix the error reported in the stack trace above and re-run SSO Config Tool.
    Setting the AS product version value in targets.xml to be "10.1.2.0.2".
    Calling method getASTargetInfo.
    getASTargetInfo: oracleHome = "C:\oracle\infra10g1202".
    getASTargetInfo: iasName = "infra10g1202.srdb-pc05.tamer.com".
    getASTargetInfo: iAS Target Type = "oracle_ias".
    getASTargetInfo: StatusURL value = "http://srdb-pc05.tamer.com:7777".
    Retrieved SSO protocol, host, and port info from targets.xml.
    The values are: "http://srdb-pc05.tamer.com:7777".
    The following values will be used to configure the sso_server target entry in targets.xml.
    Protocol: "http".
    Hostname: "srdb-pc05.tamer.com".
    Port: "7777".
    C:\oracle\infra10g1202\jdk\bin\java
    -cp
    C:\oracle\infra10g1202\lib\xmlparserv2.jar;C:\oracle\infra10g1202\sysman\webapps\emd\WEB-INF\lib\emd.jar;C:\oracle\infra10g1202\sysman\webapps\emd\WEB-INF\lib\log4j-core.jar;C:\oracle\infra10g1202\lib\emSDK.jar
    -DORACLE_HOME=C:\oracle\infra10g1202
    oracle.sysman.emSDK.conf.TargetInstaller
    addtarget
    C:\oracle\infra10g1202\sso\sso_server_target2add.xml
    Configuring SSO languages with the following language code:
    us
    Language us is already installed.
    About to execute java call using emConfigInstall.jar.
    Here are the arguments:
    C:\oracle\infra10g1202\jdk\bin\java
    -DORACLE_HOME=C:\oracle\infra10g1202
    -jar
    C:\oracle\infra10g1202\jlib\emConfigInstall.jar
    consolesn
    C:\oracle\infra10g1202\sso\conf\consoleConfigSNSegment.xml
    Finished executing the call.
    Child Process has exited.
    SSO Configuration Assistant failed.
    Configuration assistant "Single Sign-On Configuration Assistant" failed

    I am getting a similar error in iAS 10g R2 on Windows 2003 64-bit. Did you solve your problem? Am I better off using Windows 2003 32-bit instead?
    Edited by: jkrich on Apr 7, 2011 8:33 PM

  • Gateway could not be started

    Hello Expert,
    Could you please let me know what things needs to be taken care for getting the gateway on track.
    My dev_disp look
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      10
    sid        IDF
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    185
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        7592
    Wed Oct 07 16:44:39 2009
    kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (10 7592) [dpxxdisp.c   1285]
         shared lib "dw_xml.dll" version 185 successfully loaded
         shared lib "dw_xtc.dll" version 185 successfully loaded
         shared lib "dw_stl.dll" version 185 successfully loaded
         shared lib "dw_gui.dll" version 185 successfully loaded
         shared lib "dw_mdm.dll" version 185 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3910
    Wed Oct 07 16:44:44 2009
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0092.qqq.nxst) took 5 seconds
    Wed Oct 07 16:44:55 2009
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 11 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5418]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >MB5SAP1002_IDF_10                       <
    DpShMCreate: sizeof(wp_adm)          22784     (1752)
    DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000F0B0050, size: 6607008)
    DpShMCreate: allocated sys_adm at 000000000F0B0050
    DpShMCreate: allocated wp_adm at 000000000F0B21F0
    DpShMCreate: allocated tm_adm_list at 000000000F0B7AF0
    DpShMCreate: allocated tm_adm at 000000000F0B7B50
    DpShMCreate: allocated wp_ca_adm at 000000000F65B3D0
    DpShMCreate: allocated appc_ca_adm at 000000000F6611D0
    DpShMCreate: allocated comm_adm at 000000000F663110
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F6E9DA0
    DpShMCreate: allocated gw_adm at 000000000F6E9E20
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F6E9E50
    DpShMCreate: allocated wall_adm at 000000000F6E9E60
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    mm.dump: set maximum dump mem to 96 MB
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1692]
    ***LOG Q0K=> DpMsAttach, mscon ( MB5SAP1002) [dpxxdisp.c   12429]
    DpStartStopMsg: send start message (myname is >MB5SAP1002_IDF_10                       <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 185
    Release check o.K.
    Wed Oct 07 16:44:57 2009
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Wed Oct 07 16:45:35 2009
    *** ERROR => gateway (pid 3372) died [dpxxdisp.c   16420] *
    DpGwCheck: appc_adm.stat = 2
    h1 *** DP_FATAL_ERROR => Gateway could not be started - I better exit now h1
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    [DpWpDied] W0 lives  (PID:3516  HANDLE:420)
    killing W0-3516 (SIGUSR2)
    killing W12-13908 (SIGUSR2)
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Oct 07 16:45:45 2009
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Wed Oct 07 11:15:45 2009
    ========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    6
    2000
    350
    350
    --------++++--
    +
    DIA
    0
    7
    2000
    93
    93
    --------++++--
    +
    UPD
    0
    1
    2000
    1
    1
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    1
    2000
    18
    18
    --------++++--
    +
    SPO
    0
    2
    2000
    3
    3
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          284
    wake_evt_udp_now     0
    wake events           total   449,  udp   439 ( 97%),  shm    10 (  2%)
    since last update     total   449,  udp   439 ( 97%),  shm    10 (  2%)
    Workprocess Comm. Area Blocks               Wed Oct 07 11:15:45 2009
    =============================
    Slots: 300, Used: 0, Max: 3
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Oct 07 16:45:50 2009
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >MB5SAP1002_IDF_10                       < (normal)
    DpJ2eeDisableRestart
    read msgserver-list from MBUF
    DpMBufMod: name [MB5SAP1002_IDF_10                       ], types 191 state 3 (0x0 0x0 0x0 0x0)
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 0/300/13
    LOCK WP ca_blk 0
    make DISP owner of wp_ca_blk 0
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 285)
    MBUF server state SHUTDOWN
    DpModState: change state ACTIVE -> SHUTDOWN
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    AdCvtRecToExt: opcode 21 (AD_RZL_STRG), ser 0, ex 0, errno 0
    AdCvtRecRzlStrgToExt TY 32, NL 20, VO 0, VL 40, NA SAPMSSY6_LB        
    AdCvtRecRzlStrgToExt VAL MB5SAP1002_IDF_10                      
    eyec AD-EYECATCH   vers 1   type AD_REQUEST   rec_size 104   rec_no 1
    R# Op S# Ex Er  |  Data
    +------
    0 21  0  0  0  | 
    AdCvtRecToInt: opcode 21 (AD_RZL_STRG), ser 0, ex 0, errno 0
    AdCvtRecRzlStrgToInt TY 32, NL 20, VO 0, VL 40, NA SAPMSSY6_LB        
    AdCvtRecRzlStrgToInt VAL MB5SAP1002_IDF_10                      
    AdCvtRecToExt: opcode 21 (AD_RZL_STRG), ser 0, ex 1, errno 0
    AdCvtRecRzlStrgToExt TY 32, NL 20, VO 0, VL 40, NA SAPMSSY6_LB        
    AdCvtRecRzlStrgToExt VAL MB5SAP1002_IDF_10                      
    eyec AD-EYECATCH   vers 1   type AD_REPLY     rec_size 104   rec_no 1
    R# Op S# Ex Er  |  Data
    +------
    0 21  0  1  0  | 
    DpTriggerAutoabap: trigger auto abap (only load balance)
    DpTriggerAutoabap: add to ad storage : >SAPMSSY6_LB         <  >MB5SAP1002_IDF_10                       <
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 286)
    DpModState: change server state from ACTIVE to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    [[DpWpDied] W12 died  (PID:13908  HANDLE:356)
    Stop icman
    killing process (8668) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of icman
    [DpProcDied] Process died  (PID:8668  HANDLE:428)
    DpStartStopMsg: send stop message (myname is >MB5SAP1002_IDF_10                       <)
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Wed Oct 07 16:45:57 2009
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12775]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 348 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 348 (pos=2)
    SiSelNRemove: removed sock 348
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/13
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 289)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 348
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 7592) [dpxxdisp.c   10973]
    Good Bye .....
    I have also enter the parameter to ignore the gateway error rdisp/xxxx . It worked fine. But now i am updating the spam and getting RFC communication error and does not work due to gateway issue.
    dev_rd
    trc file: "dev_rd", trc level: 1, release: "700"
    Wed Oct 07 16:44:55 2009
    ***LOG S00=> GwInitReader, gateway started ( 3372) [gwxxrd.c     1757]
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    183
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3372
    gateway runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    gateway (version=700.2008.06.23)
    gw/local_addr : 0.0.0.0
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    ***LOG Q0I=> NiIBindSocket: bind (10013: WSAEACCES: Permission denied) [nixxi.cpp 3227]
    ERROR => NiIBindSocket: SiBind failed for hdl 0 / sock 584
        (SI_EPORT_INUSE/10013; I4; ST; 0.0.0.0:3310) [nixxi.cpp    3227]
    LOCATION    SAP-Gateway on host MB5SAP1002 / sapgw10
    ERROR       service '0.0.0.0:3310' in use
    TIME        Wed Oct 07 16:44:55 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -4
    MODULE      nixxi.cpp
    LINE        3227
    DETAIL      NiIBindSocket
    SYSTEM CALL bind
    ERRNO       10013
    ERRNO TEXT  WSAEACCES: Permission denied
    COUNTER     1
    ERROR => GwInitService: GwListen failed, rc: -4 [gwxxrd.c     10415]
    ***LOG S10=> GwInitReader, GwInitService () [gwxxrd.c     1985]
    ERROR => ShmDelete: Invalid shared memory Key=21. [shmnt.c      719]
    ERROR => ShmCleanup: ShmDelete failed for Key:21. [shmnt.c      793]
    ***LOG S0V=> GwStopGateway, gateway stopped () [gwxxrd.c     14652]
    Any idea of the cause and how do I rectify it.
    Thanks
    Prash

    I checked on the server with the following command
    C:\>niping -c -H MB5SAP1002 -L 3600 -D 1000
    Wed Oct 07 19:53:21 2009
    ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [
    nixxi.cpp 2823]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 880
        (SI_ECONN_REFUSE/10061; I4; ST; 10.204.86.7:3298) [nixxi.cpp    2823]
    ERROR => NiTClientLoop: NiHandle (rc=-10) [nixxtst.cpp  2839]
    ERROR       partner '10.204.86.7:3298' not reached
    TIME        Wed Oct 07 19:53:21 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1

  • Server Instance IntegratedWebLogicServer could not be started

    While selecting any JSPX and then run, the server instance could not be started. tried installing Jdeveloper again, with all data removed from earlier installations. but still process is exiting with starting server instance.
    Error log-
    *** Using port 7101 ***
    C:\Users\Gaurav\AppData\Roaming\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \Oracle\Middleware\jdk160_14_R27.6.5-32 was unexpected at this time.
    Process exited.
    Regards,
    Devesh

    Tried the same on vista but dint help out.
    set CLASSPATH=
    set CLASS_PATH=
    removed C:\Users\Gaurav\AppData\Roaming\JDeveloper
    restarted jdev
    facing the same issue.
    Can reinstall be of any help. I want to remove every trace of Jdev from system and then reinstall it, but dont know how, everytime it finds some trace of the earlier installations.
    Regards,
    Devesh

  • J2EE Server could not be started - Error -11113

    HI,
         J2EE Server could not be started - Error -11113.
           My system configuration:
          Solution Manager 7.0
          Windows server 2003 32-bit
          ABAP Stack is working fine.
         1.After SGEN in client 001 all the users like J2EE_ADMIN,J2EE_Guest,Slddsuser,SAPJSF etc were deleted.
         2.I have manually create all the users and assigned the respective roles.
         3.Even now i face a same problem as JAVA Server (Server0) dies while starting framework.
    Please find the specific problem in the log of DEV_SERVER0
    [Thr 7968] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 7968] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 8104] JLaunchRequestFunc: Thread 8104 started as listener thread for np messages.
    [Thr 6456] WaitSyncSemThread: Thread 6456 started as semaphore monitor thread.
    [Thr 7968] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 7968] CPIC (version=700.2009.02.11)
    [Thr 7968] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 7968] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\SM2\DVEBMGS70\exe\jvmx.jar
    [Thr 5636] Wed May 18 08:45:59 2011
    [Thr 5636] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 5636] Wed May 18 08:46:00 2011
    [Thr 5636] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 5636] JLaunchISetClusterId: set cluster id 701470150
    [Thr 5636] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 5636] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 6748] Wed May 18 08:46:30 2011
    [Thr 6748] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 6748] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 6748] JLaunchCloseProgram: good bye (exitcode = -11113)
    This below log files belong to server0.log
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:194)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:83)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:156)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:80)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:415)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:84)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:58)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:147)
         ... 5 more
    #1.5 #000BCDCBCF4F001F0000000C00001AA80004A38454DADAA1#1305688661484#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_31##0#0#Error#1#/System/Server#Plain###Core service security failed. J2EE Engine cannot be started.#
    #1.5 #000BCDCBCF4F001F0000000E00001AA80004A38454DADE18#1305688661484#/System/Server/Critical##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_31##0#0#Fatal#1#com.sap.engine.core.Framework#Plain###Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.#
    Kindly help me in this issue and do let me know if any informations are needed.
    Regards
    Gopinath M.L

    Hi,
    Which UME user you are talking about i checked in config tool where there is no user in UME.
    Kindly advice how to create a UME User if not available to start the server.
    Note: Http://servername;57000/ is says that dispatcher working but not connect to JAVA Server.
    Regards
    Gopinath M.L

  • The OracleXETNSListener service could not be started.

    I have just installed OracleXE but the listener wont start. This is the message I get when trying to start the server:
    C:\SVV\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    The OracleXETNSListener service is starting.
    The OracleXETNSListener service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.
    C:\SVV\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\SVV\oraclexe\app\oracle\product\10.2.0\server\BIN>
    Any good ideas??

    Hi Jer
    There is no listener.log in that folder, I assume it is because it is initialized the first time the listener starts. The only file in the directory is sqlnet.log, it contains this information:
    Fatal NI connect error 12641, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 05-SEP-2006 16:32:13
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12641
    TNS-12641: Authentication service failed to initialize
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Also after reading a lot of posts on this forum, I have tried to write:
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 07-SEP-2006 08:02
    :13
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Message 1053 not found; No message file for product=NETWORK, facility=TNSTNS-125
    57: Message 12557 not found; No message file for product=NETWORK, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=NETWORK, facility=TNS
    TNS-00527: Message 527 not found; No message file for product=NETWORK, facility=TNS
    Maybe this can cast some more light on the situation??

  • Emctl start oms gives: WebTier Could Not Be Started

    Hi All,
    GridControl has crashed, restart:
    $ cat /etc/oratab
    POEMGC:/oracle/app/oracle/product/11.1.0/db_1:N
    *:/oracle/Oracle/Middleware/oms11g:N
    *:/oracle/Oracle/Middleware/agent11g:N
    $ cd /oracle/Oracle/Middleware/oms11g
    $ ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Could Not Be Started
    Error Occurred: WebTier Could Not Be Started
    Please check /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    WARNING: Limit of open file descriptors is found to be 2048.
    For proper functioning of OMS, please set "ulimit -n" to be at least 4096.
    Fixed the open file restriction (HP-UX srnpi1 B.11.23 U ia64). But after that:
    $ emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Could Not Be Started
    Error Occurred: WebTier Could Not Be Started
    Please check /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log gives:
    2011-07-19 09:22:22,527 [main] DEBUG wls.OMSController main.171 - Log location is /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2011-07-19 09:22:22,531 [main] INFO wls.OMSController startOMS.495 - admin start is false
    2011-07-19 09:22:22,531 [main] INFO wls.OMSController startOMS.496 - is service is false
    2011-07-19 09:22:22,555 [main] INFO wls.OMSController getEnvProps.354 - Setting trust store system properties: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/urandom
    2011-07-19 09:22:22,556 [main] INFO wls.OMSController startOMS.517 - Starting WebTier...
    2011-07-19 09:22:22,561 [main] INFO util.WebTierUtil execCmd.134 - Running the command: /oracle/Oracle/gc_inst/WebTierIH1/bin/opmnctl stopall
    2011-07-19 09:22:23,950 [main] INFO util.WebTierUtil getProcessResult.196 - opmnctl cmd output: opmnctl stopall: stopping opmn and all managed processes...
    2011-07-19 09:22:23,951 [main] INFO util.WebTierUtil getProcessResult.204 - opmnctl cmd error:
    2011-07-19 09:22:23,952 [main] INFO util.WebTierUtil getProcessResult.208 - opmnctl cmd exited with code 0
    2011-07-19 09:22:23,956 [main] INFO util.WebTierUtil execCmd.134 - Running the command: /oracle/Oracle/gc_inst/WebTierIH1/bin/opmnctl startall
    2011-07-19 09:22:35,327 [main] INFO util.WebTierUtil getProcessResult.196 - opmnctl cmd output: opmnctl startall: starting opmn and all managed processes...
    opmnctl startall: opmn failed to start.
    2011-07-19 09:22:35,329 [main] INFO util.WebTierUtil getProcessResult.204 - opmnctl cmd error:
    2011-07-19 09:22:35,329 [main] INFO util.WebTierUtil getProcessResult.208 - opmnctl cmd exited with code 2
    2011-07-19 09:22:35,330 [main] INFO wls.OMSController startOMS.533 - WebTier Could Not Be Started
    2011-07-19 09:22:35,332 [main] ERROR wls.OMSController main.262 - OMSController failed for start oms
    2011-07-19 09:22:35,334 [main] ERROR wls.OMSController main.263 - OMSController Error: WebTier Could Not Be Started
    java.lang.Exception: WebTier Could Not Be Started
    at oracle.sysman.emctl.wls.OMSController.startOMS(OMSController.java:534)
    at oracle.sysman.emctl.wls.OMSController.main(OMSController.java:217)
    Checked all logs I could find, Googled, Metalinked, etc. I can not find an error which gives me a clue what to do. Any tips ? Where would you start ? What would you check ?
    Regards and thanks,
    Bas

    $ touch /tmp/now
    $ cd /oracle/Oracle/Middleware/oms11g
    $ cd bin
    $ ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Could Not Be Started
    Error Occurred: WebTier Could Not Be Started
    Please check /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    $ find $ORACLE_HOME -type f -newer /tmp/now
    $ find /oracle -type f -newer /tmp/now
    /oracle/.sh_history
    /oracle/Oracle/Middleware/agent11g/sysman/emd/agntstmp.txt
    /oracle/Oracle/Middleware/agent11g/sysman/log/emagent.trc
    /oracle/Oracle/Middleware/agent11g/sysman/log/emagentfetchlet.log
    /oracle/Oracle/Middleware/agent11g/sysman/log/emagentfetchlet.trc
    /oracle/Oracle/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    /oracle/Oracle/gc_inst/WebTierIH1/diagnostics/logs/OPMN/opmn/opmn.log
    /oracle/Oracle/gc_inst/WebTierIH1/config/OPMN/opmn/.formfactor
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_cjq0_10368.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_cjq0_10368.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j001_23518.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j001_23518.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23516.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23516.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_m000_23535.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_m000_23535.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j002_23615.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j002_23615.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j003_23617.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j003_23617.trm
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23640.trc
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/POEMGC_j000_23640.trm
    /oracle/app/oracle/diag/tnslsnr/srnpi1/listener/trace/listener.log
    /oracle/app/oracle/diag/tnslsnr/srnpi1/listener/alert/log.xml
    /oracle/app/oracle/flash_recovery_area/POEMGC/control02.ctl
    /oracle/app/oracle/flash_recovery_area/POEMGC/flashback/o1_mf_714tw673_.flb
    /oracle/app/oracle/flash_recovery_area/POEMGC/redo03.log
    /oracle/app/oracle/oradata/POEMGC/system01.dbf
    /oracle/app/oracle/oradata/POEMGC/undotbs01.dbf
    /oracle/app/oracle/oradata/POEMGC/control01.ctl
    /oracle/app/oracle/oradata/POEMGC/redo03.log
    /oracle/app/oracle/oradata/POEMGC/mgmt.dbf
    /oracle/control.local/POEMGC/control00.ctl
    Ignoring:
    .sh_history
    /oracle/Oracle/Middleware/agent11g/*
    /oracle/app/oracle/diag/rdbms/poemgc/POEMGC/trace/ (ASYNC_CONFIG errors)
    /oracle/app/oracle/diag/tnslsnr/srnpi1/listener/*
    /oracle/app/oracle/flash_recovery_area/POEMGC/*
    /oracle/app/oracle/oradata/POEMGC/*
    /oracle/control.local/POEMGC/control00.ctl
    /oracle/Oracle/gc_inst* seems interesting:
    emctl.log: gives same message as in the beginning of this thread.
    .formfactor: some random string, 29 bytes ?
    opmn.log: ends with:
    [2011-07-19T14:33:16][opmn][TRACE:1][667][OPMN]Request 2 Started.  Command: /stop
    [2011-07-19T14:33:16][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 2 Completed. Command: /stop
    [2011-07-19T14:33:16][opmn][NOTIFICATION:1][676][OPMN][code:pm-internal]OPMN server stopped.  Request handling disabled.
    [2011-07-19T14:33:16][opmn][TRACE:1][667][OPMN][code:pm-requests]Request 3 Started.  Command: /shutdown
    [2011-07-19T14:33:16][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 3 Completed. Command: /shutdown
    [2011-07-19T14:33:46][opmn][NOTIFICATION:1][90][OPMN][code:ons-internal]ONS server initiated
    [2011-07-19T14:33:46][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: /oracle/Oracle/gc_inst/WebTierIH1/config/OPMN/opmn/states
    [2011-07-19T14:33:46][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    Thanks !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • DT messaging system could not be started

    Hi All,
    The system (Solaris 9 CDE) is attempting to access the internet, as it commonly does, but is unable to today. The ethernet port is active, as it was checked with a laptop. Upon rebooting the system, the following message appears after login:
    Action Required
    The DT messaging system could not be started.
    To correct the problem:
    1. Choose [OK] to return to the login screen.
    2. Select the Failsafe Session.
    3. Check to see that the hostname is correct in these locations:
    /etc/src.sh
    /etc/hosts
    /usr/adm/inetd.sec
    4. Check to see any majic cookie related error messages in these locations:
    /var/adm/messages
    $HOME/.dt/errorlog
    Now, "src.sh" and "inetd.sec" do not exist under the above pathnames. Nothing appears to be wrong in the "hosts" file. The "errorlog" says the following:
    dtsession: Unable to start message server - exiting.
    The messages file has some peculiar statements:
    rogers600 bge: [ID 801725 kern.info] NOTICE: bge0: link down (initialised)
    I am very very new to UNIX and Sun, and so any help anyone could provide would be truly appreciated.
    Thanks,
    Ashish

    Well, it seems as if there are many ways to skin a cat. After a great deal of trial & error we found:
    If the DNS entries in the zone file are commented out, even with the DNS configured in resolv.conf, e.g.
    domain xx.xxx.com
    nameserver feef:0:9::53
    and the hosts file is configured properly
    and
    hosts: files dns is correct
    THEN
    the DT login succeeds and DNS look on all other host suceeds--- IF HOWEVER -- the entry in the zone file is reactivated, upon reboot the DT messageing error again appears.
    Finally, we simply copied the hosts file entry in to ipnodes in /etc/inet and that was it!!!!
    e.g,
    ::1 localhost
    feef:0:9::xxxx:xxxx:xxxx:xxxx myname loghost
    In case you are wondering we are running an all IPv6 setup

  • TS2830 Sync for IPod Touch quit working and I get error messages "a session could not be started" and "a connection could not be established" although the IPod appears in ITunes.

    This is a new problem for an IPod Touch  I have had for a year.  The IPod is hooked up by cable and appears in ITunes. I can examine all the content on the IPOD  and I can click "sync".  It goes through to Step 7 and then the error messages occur.  First "a session could not be started with the IPod" and when that dialogue box is closed, the message "a connection could not be established to the IPod." 

    Maybe:
    Sync Session Failed to Start iTouch iOS5: Apple Support Communities
    iphone could not be synced sync session failed to start...: Apple Support Communities

Maybe you are looking for

  • Some fields missing from the Information interface

    On iTunes 12 I can't find the "Description" field that was in the Video page. The field still shows in the list of songs, but it doesn't appear on the new "Information" interface. And I don't think this is the only field missing compared to the previ

  • Can not book from DVD or Single user mode

    Hello, In a bit of a pickle here. I have an ibook g3, 10gb hard drive, 512mb ram, cd/dvd combo drive and an airport card. When i book up the system I get the broken folder icon (the flashing ? mark) I have tried to get the system to boot from a DVD o

  • Print screen button causing project to advance

    I have added some JavaScript to a button in my captivate project using On success > Execute JavaScript > Script Window > window.print() This works fine to print the screen, however, clicking the button also makes the project advance to the next slide

  • How can I assign Boot Camp more GB?

    How can I assign Boot Camp more GB?

  • Flex 2 14 Emblem Falling Off

    I just purchased a Lenovo Flex 2 14 and have had it for less than a week. Within 4 days of it arriving, the emblem on the outside case is lifting off and getting caught on everything. I've seen many posts for other Lenovo models that have had this sa