ConnectionBean fail with stress test. please assist.

I am using the following to get connected to database.
package com.db;
import java.util.*;
import java.io.*;
import java.sql.*;
import javax.servlet.http.*;
public class ConnectionManager implements HttpSessionBindingListener
  private Connection connection;
  private Statement statement;
  private String driver = "";
  private String dbURL = "";
  private String login = "";
  private String password = "";
static public void main(String[] args)
      ConnectionManager cm = new ConnectionManager();
  } // main
public ConnectionManager()
       Properties Prop = new Properties();
       try {
          InputStream configStream = getClass().getResourceAsStream("/config/database.properties");
               Prop.load(configStream);
          configStream.close();
           } catch(IOException e) {
                  System.out.println("Error: Cannot laod configuration file ");
       driver =Prop.getProperty("driver");
       dbURL = Prop.getProperty("dbURL");
        login = Prop.getProperty("login");
        password = Prop.getProperty("password");
public void setDriver (String sDriver)
   if (sDriver != null)
       driver = sDriver;
public String getDriver ()
   return driver;
public void setDbURL (String sDbURL)
    if (sDbURL != null)
     dbURL = sDbURL;
public String getDbURL()
   return dbURL;
public void setLogin (String sLogin)
   if (sLogin != null)
      login = sLogin;
public String getLogin()
   return login;
public void setPassword (String sPassword)
   if (sPassword != null)
      password = sPassword;
private String getPassword()
   return password;
private void getConn ()
   try
      Class.forName(driver);
      connection = DriverManager.getConnection(dbURL,login,password);
      statement=connection.createStatement();
   catch (ClassNotFoundException e)
      System.out.println("ConnectionManager: driver unavailable");
      connection = null;
   catch (SQLException e)
      System.out.println("ConnectionManager: driver not loaded");
      connection = null;
public Connection getConnection()
   if (connection == null)
      getConn();
   return connection;
public void commit() throws SQLException
    connection.commit();
public void rollback() throws SQLException
    connection.rollback();
public void setAutoCommit(boolean autoCommit)
    throws SQLException
    connection.setAutoCommit(autoCommit );
public ResultSet executeQuery(String sql) throws SQLException
    if (connection == null || connection.isClosed())
        getConn();
    return statement.executeQuery(sql);
public int executeUpdate(String sql) throws SQLException
    if (connection == null || connection.isClosed())
        getConn();
    return statement.executeUpdate(sql);
public void valueBound(HttpSessionBindingEvent event)
    System.err.println("ConnectionBean: in the valueBound method");
    try
      if (connection == null || connection.isClosed())
        connection = DriverManager.getConnection(dbURL,login,password);
        statement = connection.createStatement();
    catch (SQLException e)
      e.printStackTrace();
      connection = null;
public void valueUnbound(HttpSessionBindingEvent event)
    close();
public void close()
   try
       if ( connection != null
            || !connection.isClosed())
        connection.close();
   catch (SQLException e)
      e.printStackTrace();
}This is what I use to test this code:
<%@ page import="java.sql.*" %>
<%@ page import="java.text.*" %>
<%@ page import="java.util.*"%>
<%@ page import="java.io.*" %>
<p>
Testing DBConnection Bean. <p>
<%
String sql="SELECT * FROM BS_PERSON" ;
com.db.ConnectionManager CM = new com.db.ConnectionManager();
ResultSet rset = CM.executeQuery(sql);
while (rset.next()) {
   out.println(rset.getString("PERSON_USERCODE") + "<br>");
%>When I stress test it, the code perform well for a while and then throw the following on Tomcat:
ConnectionManager: driver not loaded
ConnectionManager: driver not loaded
ConnectionManager: driver not loaded
Is there anything I could improve?
For application that has many database read/write, is there any open source connection program that uses connection pooling?
Thank you.

Thank you for the prompt response.
Yes. the code works and the data set gets return when I execute the code. It only fail with stress test after say 150-160 hits.
I have put in the printStack Trace and got the following:
ConnectionManager: driver not loaded
java.sql.SQLException: ORA-00020: maximum number of processes (150) exceeded
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
     at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
     at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:407)
     at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:259)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
     at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
     at java.sql.DriverManager.getConnection(DriverManager.java:512)
     at java.sql.DriverManager.getConnection(DriverManager.java:171)
     at com.db.ConnectionManager.getConn(ConnectionManager.java:106)
     at com.db.ConnectionManager.executeQuery(ConnectionManager.java:154)
     at org.apache.jsp.dbconnection_jsp._jspService(dbconnection_jsp.java:76)
Could it be that I didn't specifically close the connection? How could I go about doing it?
Thank you.

Similar Messages

  • Unmarshal fails with OTD Tester

    Sorry to bother you again with another JCAPS-question, but I would like to know how to troubleshoot these kind of error messages. I tried to test my deployment dpData_Conversion_for_IP but it failed with an unmarshal error..now I have seen this error before and I know that other folks fixed it for me the last couple of times, but I'd like to learn on how to address an issue like this.
    When I ran the otdtester I receive an error message like:
    There was an error during unmarshal.
    "...00100001\r\n"<POS>"L113218807..." failed input match, after RecordGroup[1]: left over 3086 bytes at end of data
    When I enable Verbose Mode I get the following detailed output (see attachment) which basically tells me at te end that there are so many bytes of data left that could not be matched. Does it mean that my file I present to unmarshal contains more data than I told it to expect? How would you normally fix an issue like this? I looked at the source file and the otd and the field lengths do add up: the header ends at position 163 and the line items at position 125
    Do the line item lines need to be adjusted (the number of times they repeat?)
    My custom input otd used to work fine until last week then I made some changes to the EDI-mapping, but I didn't alter the field length, or the number of fields, so then it should not have any effect.
    Below you will find the output in Verbose Mode:
    [ parse #0 ]
    [ parse 'root', pos=0, end=292, mandatory  ]
    [ parse group, count=0, order=0, must ]
    [ parse #1 ]
    [ parse 'RecordGroup', pos=0, end=292, mandatory  ]
    [ parse group, count=0, order=0, must ]
    [ parse #2 ]
    [ parse 'Header', pos=0, end=292 ]
    [ parse group delim, Fog#25 ]
    [ - push local delim list ]
    [ - iteration #0 ]
    [ parse 'RecType', pos=0, end=292 ]
    [ parse fixed, Fog#3, count=0 ]
    [ - match EXACT "H1" ]
    [ - matched data 0 to 2: "H1" ]
    [ - parse: result=1 ]
    [ - parse: 'RecType' , done=false, pos=2, end=292, last=EOD ]
    [ parse 'PackListNumber', pos=2, end=292 ]
    [ parse fixed, Fog#4, count=0 ]
    [ - matched data 2 to 22: "5160448             " ]
    [ - parse: result=1 ]
    [ - parse: 'PackListNumber' , done=false, pos=22, end=292, last=EOD ]
    [ parse 'SequenceNumber', pos=22, end=292 ]
    [ parse fixed, Fog#5, count=0 ]
    [ - matched data 22 to 27: "00001" ]
    [ - parse: result=1 ]
    [ - parse: 'SequenceNumber' , done=false, pos=27, end=292, last=EOD ]
    [ parse 'StockNoticeNumber', pos=27, end=292 ]
    [ parse fixed, Fog#6, count=0 ]
    [ - matched data 27 to 47: "51604480000100000000" ]
    [ - parse: result=1 ]
    [ - parse: 'StockNoticeNumber' , done=false, pos=47, end=292, last=EOD ]
    [ parse 'CurrentDate', pos=47, end=292 ]
    [ parse fixed, Fog#7, count=0 ]
    [ - matched data 47 to 67: "                    " ]
    [ - parse: result=1 ]
    [ - parse: 'CurrentDate' , done=false, pos=67, end=292, last=EOD ]
    [ parse 'SequenceNumber2', pos=67, end=292 ]
    [ parse fixed, Fog#8, count=0 ]
    [ - matched data 67 to 72: "00001" ]
    [ - parse: result=1 ]
    [ - parse: 'SequenceNumber2' , done=false, pos=72, end=292, last=EOD ]
    [ parse 'RecvStoreNumber', pos=72, end=292 ]
    [ parse fixed, Fog#9, count=0 ]
    [ - matched data 72 to 89: "0000280942       " ]
    [ - parse: result=1 ]
    [ - parse: 'RecvStoreNumber' , done=false, pos=89, end=292, last=EOD ]
    [ parse 'SchedSendDate', pos=89, end=292 ]
    [ parse fixed, Fog#10, count=0 ]
    [ - matched data 89 to 98: "080808   " ]
    [ - parse: result=1 ]
    [ - parse: 'SchedSendDate' , done=false, pos=98, end=292, last=EOD ]
    [ parse 'CreationDate', pos=98, end=292 ]
    [ parse fixed, Fog#11, count=0 ]
    [ - matched data 98 to 107: "080808   " ]
    [ - parse: result=1 ]
    [ - parse: 'CreationDate' , done=false, pos=107, end=292, last=EOD ]
    [ parse 'CreationTime', pos=107, end=292 ]
    [ parse fixed, Fog#12, count=0 ]
    [ - matched data 107 to 113: "031229" ]
    [ - parse: result=1 ]
    [ - parse: 'CreationTime' , done=false, pos=113, end=292, last=EOD ]
    [ parse 'BillOfLadingNumber', pos=113, end=292 ]
    [ parse fixed, Fog#13, count=0 ]
    [ - matched data 113 to 133: "5160448             " ]
    [ - parse: result=1 ]
    [ - parse: 'BillOfLadingNumber' , done=false, pos=133, end=292, last=EOD ]
    [ parse 'ASN', pos=133, end=292 ]
    [ parse fixed, Fog#14, count=0 ]
    [ - matched data 133 to 136: "ASN" ]
    [ - parse: result=1 ]
    [ - parse: 'ASN' , done=false, pos=136, end=292, last=EOD ]
    [ parse 'TRANSACTION_ID', pos=136, end=292 ]
    [ parse fixed, Fog#15, count=0 ]
    [ - matched data 136 to 163: "ASN08080851604480..." ]
    [ - parse: result=1 ]
    [ - parse: 'TRANSACTION_ID' , done=false, pos=163, end=292, last=EOD ]
    [ - retry parent delimiter ]
    [ - retry failed: overshoot, del=164, pos=0 ]
    [ - parse: result=0 ]
    [ - for #2: count=-1 ]
    [ - parse: result=0 ]
    [ - parse: 'RecordGroup' , done=false, pos=0, end=292, last=EOD ]
    [ - for #1: count=0 ]
    [ - parse: result=1 ]
    [ - parse: 'root' , done=false, pos=0, end=292, last=EOD ]
    [ - for #0: count=1 ]

    Hey, I got some help from the open-esb users forum. See below.
    Mike,
    After modifying the xsd (adding match, removing scavenger, moving delimiter
    level to the top, removing 2 FILLER2 fields, etc.) and modifying the data a
    bit (padding spaces to each detail record to a total 392 bytes excluding
    CR&LF), I am able to parse the data. Please refer to the attached zip
    including input, xsd, output XML, and parse log.
    Any further questions, please let me know.
    Thanks!
    Lixin
    Open ESB Community
    http://open-esb.org
    -----Original Message-----
    From: [email protected] mailto:[email protected]
    Sent: Friday, October 17, 2008 2:05 PM
    To: [email protected]; 'Mike A Reynolds'
    Subject: RE: Custom Encoders Questions
    Mike,
    There are a number of problems I have found so far as I start looking into
    the provided xsd meta and input data:
    (1) The header element is also delimited by CR&LF. I see you have put
    delimiters for the detail and trailer elements, but the header element
    misses to be delimited.
    (2) CR&LF can be expressed as "\r\n" or "\x0D\x0A", but not "\n\r". I see
    you have "\n\r" in your xsd file which is wrong.
    (3) You said header record has 82 bytes, detail has 382 bytes and trailer
    has 91 bytes. But I've found a few mismatches:
    In your input data file, the header record has 80 bytes + CR+LF = 82
    bytes, but your xsd meta definition gives header total byte count of 81
    (without CR+LF), which mismatches the expected 82 bytes. You'll need to
    correct this in order for the parsing to work. (For me, I have to remove the
    "filler2" field in order to get the header parsed.)
    In your input data file, each detail record has 350+CR+LF = 352 bytes,
    which contradicts the expected 382 bytes. I haven't added up the total bytes
    in your xsd meta file, but I suspect they have mismatches.
    Similar mismatch may also exist for the detail record, but I haven't got
    chance to sum the total.
    (4) The header, detail and trailer records all have first byte ("H", "D" or
    "T") as record type. You must specify the "RECORD_TYPE" field to match the
    character "H", "D" or "T", respectively by putting the character in the
    "Match" field and selecting "Alignment" to "exact", meaning exact match.
    I see these characters were mistakenly put in the scavenger fields
    instead. Please correct this.
    After you modify your xsd meta encoding information based on above, you
    should be able to parse the input data.
    Let me know if there are any questions,
    Regards
    Lixin
    Open ESB Community
    http://open-esb.org
    -----Original Message-----
    From: [email protected]
    mailto:[email protected] On
    Behalf Of Mike A Reynolds
    Sent: Thursday, October 16, 2008 3:11 PM
    To: [email protected]
    Subject: Custom Encoders Questions
    I am trying to create a customer encoder for a batch file
    consistes of a header record of 82 bytes, several detail records of 382
    bytes and one trailer record of 91 bytes
    HACCUMULATED BENEFIT TRANSACTION FILE 20080801 20080825 0
    0
    D ar3531 ar3531 ar3531 ar3531000
    55887027260 30.000 30 5098765 20080804 000T114 120080806
    82820P30000001024511 25.00 0.00 25.00 0.00 25.00
    25.00 0.00 0.00 0.00 0.00 0.00T
    TACCUMULATED BENEFIT TRANSACTION FILE 20080801 20080825
    2894 0 0
    (See attached file: accumLoad.xsd)
    It seems to not like having multiple record formats and dies after reading
    the header. How can I tell the encoder to filter on the RECORD_TYPE so that
    it picks up the different formats.
    Best Regards,
    Michael Reynolds
    Senior Solutions Engineer - Architecture and Engineering

  • Logical Test (/SAPAPO/OM03) fails with liveCache-test on LCA incorrect mess

    Hi All,
    On SCM 5.0 instance, when running logical test transaction (/n/SAPAPO/OM03), I get the following message at the end of the test:
    liveCache-test on LCA incorrect.
    There is no shortdump or any database errors I can see. Please advice.
    Many Thanks,
    Regards,
    Nisch

    Hello Nisch,
    You are running SCM 5.0 system, therefore you are SAP customer. Please create the SAP ticket concerning this issue => we could logon via OSS and check the status of your system.
    -> If you are running the SCM 5.0 installation, you have to follow the liveCache installation guide and finish all post installation steps, run //om13 -> checks , click on the info box of the red semaphores u2026
         Review the system logs in /nsm21.
         Then you could run /SAPAPO/OM03, it is the test Program for liveCache and LCA, in the liveCache relevant client.
         If it's failed & you don't know the reason of the failure => create the SAP ticket to the component 'BC-DB-LCA'.
    Thank you & best regards, Natalia Khlopina

  • Code using PreparedStatement.executeUpdate failing in stress test

    Hello,
    I've just recently learned how to use J-Meter and have been performing tests on my programs. One of which performs the following:
    1. Read user data using a simple SELECT password FROM users where userid = 'xxx'
    2. When authenticated, runs an immediate update using value binding via PreparedStatement.executeUpdate() which is really just updating the lastlogin column of the same table with the current date.
    My application servlet is running on Glassfish and uses a jdbc connection pool defined on it. The problem is that at about 200 concurrent executions per second of the process described above, PreparedStatement.executeUpdate() returns 0 instead of 1 at around 20% of the time. The Glassfish server is on a Sunfire X2100 platform running solaris 10 and has 2 gb ram, while the database on the other end is a Oracle 10G R2 on a PC clone Pentium 4 with 512mb ram also running on Solaris 10.
    This failure rate is too high so what can I do to reduce it?
    Thanks in advance,
    - Owen

    Owen_Ilagan wrote:
    Hello,
    200 per second? That's a pretty decent load. Well, I was told that that was the acceptable load for the same app running on a standard pentium 4 machine I don't see how you can talk about "acceptable load" for a given piece of hardware without taking into consideration what the application is doing. A read-mostly web app will be very different from one that's transaction and/or computation intensive.
    so I would like to get better performance from this Sunfire X2100. Unless of course that figure is wrong... I've just recently started learning to scale my java applications and figuring out how to fine-tune the servers my programs would be running on. I think this is a good article:
    http://www.javaworld.com/javaworld/jw-06-2006/jw-0619-tuning.html?page=1
    I don't know where that setting is on Glassfish so its on default. Is there an optimal setting for it? I run JMeter on a different machine. Good - your clients aren't competing for memory with the server that way.
    Again, I dont seem to recall seeing a setting like that on Glassfish. The current pool setting is at Initial size 8, maximimum size of 32. I already tried increasing it to 200+ but there was no noticeable improvement so I set it back to 32. That's sufficient. You don't need 1 connection per user because of the pool. I use 5:1 as a rule of thumb.
    Threads in my worker pool? Hmmm, let me just clarify that I'm running a rather simple web servlet application using the 1.5 SDK and its not a full-blown EE application. Doesn't matter. There is one thread per incoming request. If the worker thread pool is exhausted the requests are queued up. There's an optimal setting for that, too.
    Well, I dont run into any SQL errors so there is no stack trace to log. Huh? You mean your PreparedStatement can return 0 and not have an exception?
    What happens if you try to UPDATE a user record that isn't in the database? Is that possible?
    When PreparedStatement.executeUpdate() is called, it returns 0 instead of 1. I did put the call inside a try-catch to handle java.sql.SQLExceptions but its not throwing one.Interesting. See question above.
    I hope so.Difficult, but you sound like you're doing a rigorous job.
    %

  • SQL Server Agent job fails with error : The package execution returned DTSER_FAILURE (1).

    Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 10:00:01 AM Error: 2014-08-15 10:00:07.20
    Code: 0xC0047062 Source: Data Flow Task LEAN [6761]
    Description: Teradata.Client.Provider.TdException: [Teradata Database] [3006] Logons are disabled.
    at Teradata.Client.Provider.WpMessageManager.CheckForError()
    at Teradata.Client.Provider.WpMessageManager.ProcessResponse()
    at Teradata.Client.Provider.WpLogonManager.Action()
    at Teradata.Client.Provider.WpSession.ManagerAction(WpMessageManager manager, UtlStopwatchWrapper watch, Int32 connectionTimeout)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout, String password)
    at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout)
    at Teradata.Client.Provider.Connection.Open(UtlConnectionString connectionString, UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.CreateConnection(UInt32 timeout)
    at Teradata.Client.Provider.ConnectionPool.GetConnectionFromPool(Object owningObject)
    at Teradata.Client.Provider.ConnectionFactory.GetConnection(Object owningObject, UtlConnectionString connStr)
    at Teradata.Client.Provider.TdConnection.Open()
    at Microsoft.SqlServer.Dts.Runtime.ManagedHelper.GetManagedConnection(String assemblyQualifiedName, String connStr, Object transaction)
    at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.AcquireConnection(Object pTransaction)
    at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction)
    at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper100 wrapper, Object transaction)
    End Error Error: 2014-08-15 10:00:07.35 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline
    Description: component "LEAN" (6761) failed validation and returned error code 0x80004005. End Error Error: 2014-08-15 10:00:07.48
    Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation.
    End Error Error: 2014-08-15 10:00:07.60 Code: 0xC0024107 Source: Data Flow Task
    Description: There were errors during task validation. End Error
    DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:00:01 AM Finished: 10:00:07 AM
    Elapsed: 6.692 seconds. The package execution failed. The step failed.
    SQL Server agent job fails with above error, Please let me know process tohandle it.
    Thanks,
    Vishal.

    The error message suggests its the issue with Teradata source database to which SSIS tries to connect within the data flow task. Make sure Teradata database is available and LOGON is enabled.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • LAN adapter failed the media test

    Hello
    I don`t have a Toshiba notebook but have problem. When I started my computer I saw this following
    Novell Netware ready firmware v.1.00 (940810) (c) Copyright 1991-1994 Novell inc. All Rights Reserved Intel Ether Express (TM) Pro /100 LAN adapter.
    LAN adapter failed the media test
    Please check the cable and reboot the system.
    Exiting the RPL Loader
    Operating system not found
    My hard disk is detected by the Bios but when i tried to install an operating system "WXP Pro" from a Bootable CD, the installation didn't start.
    Here i described how the page looked like so can anyone help me!!!

    Hi Adam,
    Firstly, check that you BIOS is set to boot from the correct devices (normally FDD - HDD - CD-ROM - LAN). The error that you are getting indicates that the BIOS has tried to boot from the LAN which would normally mean that the HDD has no useable operating system installed or that the MBR is corrupt.
    If you can boot from the Windows XP installation CD but cannot then install the system to your hard drive, then it is likely that your hard drive itself is faulty and will need to be replaced. Try to boot from the windows CD and start the recovery console so that you can check the hard drive for errors.
    regards,

  • Media Recovery failed with error 368

    The following error occurs on standby database---
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Media Recovery Log x.0000008973.arc
    Recovery interrupted.
    Redo code 6 enountered during in-flux buffer recovery
    Some recovered datafiles maybe left media fuzzy
    Media recovery may continue but open resetlogs may fail
    some error occurred during recovering in-flux buffers
    Recovered data files restored to a consistent state at change 138445558.
    Media Recovery failed with error 368
    Please advice. Thanks in advance

    Here you have the complete reference for the command
    that you executed :
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_15a.htm#SQLRF00802
    [email protected]
    Joel P�rez

  • Connect failed with DBLI_RC_LOAD_LIB_FAILED

    Hi,
    Server details: Win 2003 X64,  CE 7.1,  Oracle 10g
    due to some OS level problem the server got stopped (SAP Instances). When i checked the log files
    dev_icm log file
    trc file: "F:\usr\sap\<SID>\J10\work\dev_icm", trc level: 1, release: "710"
    sysno      10
    <SID>        <SID>
    systemid   562 (PC with Windows NT)
    relno      7100
    patchlevel 0
    patchno    84
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    F:\usr\sap\<SID>\SYS\profile\<SID>_J10_HOSTNAME
    pid        4168
    [Thr 4328] Thu Feb 12 17:53:45 2009
    [Thr 4328] started security log to file dev_icm_sec
    [Thr 4328] ICM running on: HOSTNAME
    [Thr 4328] MtxInit: 30001 0 2
    [Thr 4328] IcmInit: listening to admin port: 65000
    [Thr 4328] MPI: dynamic quotas disabled.
    [Thr 4328] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    [Thr 5336] IcmProxyWatchDog: proxy watchdog started
    [Thr 4328] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    [Thr 4328] CCMS: Initalized shared memory of size 60000000 for monitoring segment.
    [Thr 4328] CCMS: Checking Downtime Configuration of Monitoring Segment.
    [Thr 4328] IcmInit: icm running without ABAP stack
    [Thr 5340] IcmJSessCommThread started
    [Thr 5344] IcmMplxThread started
    [Thr 4328] IcmJsfAttach: attached to Java Startup Framework
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 0
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 1
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 2
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 3
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 4
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 5
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 6
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 7
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 8
    [Thr 4328] IcmCreateWorkerThreads: created worker thread 9
    [Thr 5400] IcmWatchDogThread: watchdog started
    [Thr 5344] JNCMIHttpMsPutLogon: http port information not available
    [Thr 5344] JNCMIP4MsPutLogon: p4 port information not available
    [Thr 5344] JNCMIIIOPMsPutLogon: iiop port information not available
    [Thr 5344] JNCMIHttpMsPutLogon: http port information not available
    [Thr 5344] JNCMIP4MsPutLogon: p4 port information not available
    [Thr 5344] JNCMIIIOPMsPutLogon: iiop port information not available
    [Thr 5404] Thu Feb 12 17:53:48 2009
    [Thr 5404] ISC: created 400 MB disk cache.
    [Thr 5404] ISC: created 50 MB memory cache.
    [Thr 5404] HttpSubHandlerAdd: Added handler HttpCacheHandler(slot=0, flags=12293) for /, active: 1
    [Thr 5404] HttpExtractArchive: files from archive F:\usr\sap\<SID>\J10\exe/icmadmin.SAR in directory F:/usr/sap/<SID>/J10/data/icmandir are up to date
    [Thr 5404] HttpSubHandlerAdd: Added handler HttpAdminHandler(slot=1, flags=4101) for /sap/admin, active: 1
    [Thr 5404] HttpSubHandlerAdd: Added handler HttpModHandler(slot=2, flags=12293) for /, active: 1
    [Thr 5404] CsiInit(): Initializing the Content Scan Interface
    [Thr 5404]            PC with Windows NT (mt,unicode,SAP_CHAR/size_t/void* = 16/64/64)
    [Thr 5404] CsiInit(): CSA_LIB = "F:\usr\sap\<SID>\J10\exe\sapcsa.dll"
    [Thr 5404] HttpSubHandlerAdd: Added handler HttpAuthHandler(slot=3, flags=12293) for /, active: 1
    [Thr 5404] ICM running without ABAP
    [Thr 5404] HttpSubHandlerAdd: Added handler HttpJ2EE2Handler(slot=4, flags=1060869) for /, active: 1
    [Thr 5404] Started service 51000 for protocol HTTP on host "HOSTNAME"(on all adapters) (processing timeout=600, keep_alive_timeout=60)
    [Thr 5404] Started service 51004 for protocol P4 on host "HOSTNAME"(on all adapters) (processing timeout=60, keep_alive_timeout=30)
    [Thr 5404] Started service 51007 for protocol IIOP on host "HOSTNAME"(on all adapters) (processing timeout=60, keep_alive_timeout=30)
    [Thr 5404] Started service 51008 for protocol TELNET on host "localhost"(only on this adapter) (processing timeout=60, keep_alive_timeout=30)
    [Thr 5344] JNCMIHttpMsPutLogon: delete http logon information
    [Thr 5344] JNCMIP4MsPutLogon: reset p4 logon information
    [Thr 5344] JNCMIIIOPMsPutLogon: reset iiop logon information
    [Thr 5344] JNCMITelnetMsPutLogon: reset telnet logon information
    [Thr 5344] JNCMIHttpMsPutLogon: delete http logon information
    [Thr 5344] JNCMIP4MsPutLogon: reset p4 logon information
    [Thr 5344] JNCMIIIOPMsPutLogon: reset iiop logon information
    [Thr 5344] JNCMITelnetMsPutLogon: reset telnet logon information
    [Thr 5404] Thu Feb 12 17:53:59 2009
    [Thr 5404] *** WARNING => IcmNetCheck: NiHostToAddr(www.doesnotexist.qqq.nxst) took 11 seconds [icxxman.c    5640]
    [Thr 5404] Thu Feb 12 17:54:16 2009
    [Thr 5404] *** WARNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 17 seconds [icxxman.c    5660]
    [Thr 5404] *** WARNING => IcmNetCheck: 2 possible network problems detected - please check the network/DNS settings [icxxman.c    5716]
    [Thr 5344] Thu Feb 12 17:56:02 2009
    [Thr 5344] JNCMIP4NodeAdd: node 109769750 joins the load balancing list
    [Thr 5344] IcmJSessCommServiceJoin: server 109769750 started protocol P4 (active services: 1)
    [Thr 5344] JNCMIIIOPNodeAdd: node 109769750 joins the load balancing list
    [Thr 5344] IcmJSessCommServiceJoin: server 109769750 started protocol IIOP (active services: 3)
    [Thr 5344] JNCMITelnetNodeAdd: node 109769750 joins the load balancing list
    [Thr 5340] IcmJSessCommAttach: Attached to J2EE request queue <SID>_10_109769750_P4
    [Thr 5344] IcmJSessCommServiceJoin: server 109769750 started protocol TELNET (active services: 7)
    [Thr 5344] JNCMIP4MsPutLogon: set p4 logon port (port:51004) (lbcount: 1)
    [Thr 5344] JNCMIIIOPMsPutLogon: set iiop logon port (port:51007) (lbcount: 1)
    [Thr 5344] JNCMITelnetMsPutLogon: set telnet logon port (port:51008) (lbcount: 1)
    [Thr 5344] Thu Feb 12 17:59:20 2009
    [Thr 5344] JNCMIHttpNodeAdd: node 109769750 joins the load balancing list
    [Thr 5344] HttpJ2EELbPut: server 109769750 started protocol HTTP, attached to request queue <SID>_10_109769750_HTTP
    [Thr 5344] JNCMIHttpMsPutLogon: set http logon port (port:51000) (lbcount: 1)
    [Thr 5344] Tue Feb 24 18:21:03 2009
    [Thr 5344] *** ERROR => NiBufISetError: ErrGetAttr failed (rc=-2) for hdl 49 [nibuf.cpp    1243]
    [Thr 5344] *** ERROR => MsINiRead: NiBufReceive failed (NIEINTERN) [msxxi.c      2811]
    [Thr 5344]
    [Thr 5344] *****************************************************************************
    [Thr 5344] *
    [Thr 5344] *  ERROR       The message received isn't from a message server.
    [Thr 5344] *              Are you really connected to the message server?
    [Thr 5344] *              Please check your connection parameters.
    [Thr 5344] *              (HOSTNAME / 3911)
    [Thr 5344] *
    [Thr 5344] *  TIME        Tue Feb 24 18:21:03 2009
    [Thr 5344] *  RELEASE     710
    [Thr 5344] *  COMPONENT   MS (message handling interface, multithreaded)
    [Thr 5344] *  VERSION     4
    [Thr 5344] *  RC          -29
    [Thr 5344] *  MODULE      msxxi.c
    [Thr 5344] *  LINE        2819
    [Thr 5344] *  COUNTER     3
    [Thr 5344] *
    [Thr 5344] *****************************************************************************
    [Thr 5344]
    [Thr 5344] *** ERROR => MsIReadFromHdl: NiRead (rc=NIEINTERN) [msxxi.c      1966]
    [Thr 5344] JNCMIMsConnBrokenCallback: Message server connection broken
    [Thr 5344] IcmJncmConnBrokenCallback called
    [Thr 45932] JNCMIReconnectFunc: Wait 3600 sec for message server reconnect
    [Thr 45932] JNCMIReconnectFunc: Wait 30 sec for consistent cluster reconnect
    [Thr 45932] Tue Feb 24 18:21:04 2009
    [Thr 45932] *** ERROR => MsIAttachEx: NiBufConnect to HOSTNAME/3911 failed (rc=NIECONN_REFUSED) [msxxi.c      773]
    [Thr 45932] Tue Feb 24 18:21:06 2009
    [Thr 45932] *** ERROR => MsIAttachEx: NiBufConnect to HOSTNAME/3911 failed (rc=NIECONN_REFUSED) [msxxi.c      773]
    [Thr 45932] Tue Feb 24 18:21:09 2009
    [Thr 45932] *** ERROR => MsIAttachEx: NiBufConnect to HOSTNAME/3911 failed (rc=NIECONN_REFUSED) [msxxi.c      773]
    [Thr 45932] Tue Feb 24 18:21:13 2009
    [Thr 45932] *** ERROR => MsIAttachEx: NiBufConnect to HOSTNAME/3911 failed (rc=NIECONN_REFUSED) [msxxi.c      773]
    [Thr 4328] Tue Feb 24 18:21:15 2009
    [Thr 4328] Deactivated service 51000 for protocol HTTP on host: "HOSTNAME"(on all adapters) (timeout=60)
    [Thr 4328] Deactivated service 51004 for protocol P4 on host: "HOSTNAME"(on all adapters) (timeout=30)
    [Thr 4328] Deactivated service 51007 for protocol IIOP on host: "HOSTNAME"(on all adapters) (timeout=30)
    [Thr 4328] Deactivated service 51008 for protocol TELNET on host: "localhost"(only on this adapter) (timeout=30)
    [Thr 5400] IcmWatchDogThread: Shutdown request received
    [Thr 5400] IcmConnCancel: Connection (id=7/38910) canceled manually
    [Thr 5400] *** IcmWatchDogThread: exit thread ***
    [Thr 5340] *** IcmJSessCommThread: exit thread ***
    [Thr 4328] IcmConnCancel: Connection (id=7/38910) canceled manually
    [Thr 4328] IcmConnCancel: Connection (id=2/5856) canceled manually
    [Thr 4328] Tue Feb 24 18:21:16 2009
    [Thr 4328] Removed service 51000 for protocol HTTP on host: "HOSTNAME"(on all adapters) (timeout=60)
    [Thr 4328] Removed service 51004 for protocol P4 on host: "HOSTNAME"(on all adapters) (timeout=30)
    [Thr 4328] Removed service 51007 for protocol IIOP on host: "HOSTNAME"(on all adapters) (timeout=30)
    [Thr 4328] Removed service 51008 for protocol TELNET on host: "localhost"(only on this adapter) (timeout=30)
    [Thr 4328] IcmJsfDetach: detach from Java Startup Framework
    [Thr 4328] *** ICM shutdown completed (pid: 4168) ***
    R4trans -d log file
    4 ETW000 date&time   : 27.02.2009 - 11:33:19
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri Feb 27 11:33:22 2009                               0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                 0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0          2597  0.002597
    4 ETW000  [dev trc     ,00000]      using "F:\usr\sap\SID\SYS\exe\uc\NTAMD64\dboraslib.dll"
    4 ETW000                                                                              16  0.002613
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                         8  0.002621
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              12  0.002633
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Codepage mismatch between kernel (ASCII) and DBSL shared library 'dboraslib.dll' (UNICODE)
    4 ETW000                                                                              42  0.002675
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."
    Please Guide me
    Mahesh

    Hi Mahesh,
    There are 2 dates one is 12 and  other 24th. I think this is a network failure issue.
    >
    Mahesh Chedde wrote:
    > [Thr 5344] Thu Feb 12 17:59:20 2009
    > [Thr 5344] JNCMIHttpNodeAdd: node 109769750 joins the load balancing list
    > [Thr 5344] HttpJ2EELbPut: server 109769750 started protocol HTTP, attached to request queue <SID>_10_109769750_HTTP
    > [Thr 5344] JNCMIHttpMsPutLogon: set http logon port (port:51000) (lbcount: 1)
    >
    > [Thr 5344] Tue Feb 24 18:21:03 2009
    > [Thr 5344] *** ERROR => NiBufISetError: ErrGetAttr failed (rc=-2) for hdl 49 [nibuf.cpp    1243]
    > [Thr 5344] *** ERROR => MsINiRead: NiBufReceive failed (NIEINTERN) [msxxi.c      2811]
    > [Thr 5344]
    >
    Regards,
    Kalyan

  • An error encounter on test devise (real devise) i.e "apple mach -o linker error linker command failed with exit code 1", please any body help me to solve the problem

    Hello, I am using tesseract api in my app, which run perfectly on simulator but on test devise (real devise) it is showing an error i.e "apple mach -o linker error linker command failed with exit code 1", please any body help me to solve the problem

    if you can't compile the webutil.pll in your forms developer you need to set the forms_builder_classpath in you windows registry. You have to add the frmwebutil.jar,jacob.jar to the registry key. The configuration files you mention are for running the forms.

  • Please recommend a tool for stress-testing ?

    Could anyone please recommend a (free) tool to do multi-threaded stress-test, on plain java classes ?
    In more detail: I'd like to do unit-test for some plain java methods (only mathematical calculations. No web interface, no swing).
    The emphasis is stress test: i need to launch multiple threads, all of them repeately invoking my method. Under these conditions, I need to report correctness (has the method yielded the expected return value), and statistics on response time.
    Any recommendations would be appreciated . Thanks !

    alex888 wrote:
    Working on a project that need me read data from delimited text file, the data will be converted to a tree-structure. So it's better parse the data into XML format first.What??? Why? You've got a text file and need an object tree, why do you think going to XML in between is a good idea?
    Besides j2se or jdom, any fast tool for it?What do you mean with "j2se", that's not a XML handling tool (it contains several, 'though).
    SAX sounds good for building object trees from XML, but there are several XML mapping libraries out there (try google).

  • Video keeps failing the harding test - working with stock. Can you help??!

    I have made a music promo, unfortuantely i have had it back from MTV twice now as it keeps failing the harding test (to test to see if it triggers epilietic siezures).
    I am working with stock from the prelinger archives, which - to be honest - has been a nightmare to work with for various reasons.
    The wierd thing is, the test has failed twice, both on different areas. I edited the video after it failed the first time, then it failed on a totally un-related area on the second test, which the first test didn't pick up.
    I am getting "luminance flashes" between 0.5 and 2.2. Is there a way I can filter these out in the edit rather than get the video sent back again? The "luminance flshes" can not even be made out to the naked eye. I have changed the problem areas, then it picks up something else once I send it to MTV again.
    Clearly something is happening when I export the video and get it transferred to Digibeta (same file, same edit - just changed slightly), OR - something is happening in Final Cut pro when I export to DV tape which is making this happen.
    £60 a time for a digibeta transfer is becomming quite expensive. Especially if I get it sent back again!

    I am getting "luminance flashes" between 0.5 and 2.2.
    What is this value?
    The "luminance flshes" can not even be made out to the naked eye. I have changed the problem areas, then it picks up something else once I send it to MTV again.
    A flash that cannot be seen by YOUR eye takes place at the field level and you are probably watching your video on a progressive monitor that cannot display fields.
    A test that indicates you fialed should provide a precise timecode reference for each episode. If not, or if the failures move, their test is suspect.
    Is there a way I can filter these out in the edit rather than get the video sent back again?
    Without seeing your video, field by field, there's no way to really know where to send you for help. You do not seem to have the technical ability or facility to perform the quality assurance required by MTV. Their engineers should be able to offer some technical assistance or refer you to a good post production house that can cure your problems once and for all. However, it is a simple matter to apply color and luma correction at your current dub house when they do your transfer. They should be doing that for you anyway.
    bogiesan

  • OMS Config Assistant fails with OUI-25031

    Hello,
    I am trying to install OEM 10.2.0.1 GC on a Solaris 5.10 (Solaris 5.9 too) box, using an existing DB which is a 10.1.0.4 on HPUX Itanium 11.23.
    It keeps failing with OUI-25031 at the OMS Config. Assistant.
    I have tried all the suggestions:
    - SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER=OFF
    - setting the locale to C in the /etc/default/init file
    - using IP instead of hostname
    Has anyone found the solution to this?
    Thanks,
    Gina

    Damien,
    Yes, during the install I entered the full path.
    mnazim,
    Here is the log. FYI: this is an HA env. The virtual host is vhoem. The physical host is phoem1.
    ---CfmLogger...log----
    INFO: Creating new CFM connection
    INFO: Creating a new logger for encap_oms
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/encap_oms.1_0_0_0_0.xml
    INFO: Creating a new logger for oracle.sysman.top.oms
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.sysman.top.oms.10_2_0_1_0.xml
    INFO: Creating a new logger for oracle.sysman.top.agent
    INFO: Unmarshalling /data1/app/oem/10.2/agent10g/inventory/ContentsXML/ConfigXML/oracle.sysman.top.agent.10_2_0_1_0.xml
    INFO: Creating a new logger for oracle.calypso
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.calypso.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.java.j2ee.iascfg
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.java.j2ee.iascfg.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.apache.apache
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.apache.apache.1_3_31_0_0.xml
    INFO: Creating a new logger for oracle.oid.oradas
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.oid.oradas.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iasobject
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.iasobject.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.apache
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.apache.10_1_2_1_0.xml
    INFO: Creating a new logger for oracle.iappserver.iapptop
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.iapptop.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.rdbms.jazn.config
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.rdbms.jazn.config.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.repository.api
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.repository.api.10_1_2_0_2.xml
    INFO: Creating a new logger for oracle.iappserver.iappcore
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/oracle.iappserver.iappcore.10_1_2_0_2.xml
    INFO: No description found in /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML for aggregate=oracle.sysman.top.agent
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling /data1/app/oem/10.2/oms10g/inventory/ContentsXML/ConfigXML/OuiConfigVariables.1_0_0_0_0.xml
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling /data1/app/oem/10.2/agent10g/inventory/ContentsXML/ConfigXML/OuiConfigVariables.1_0_0_0_0.xml
    INFO: Aggregate Description encap_oms:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.oms:10.2.0.1.0:common successfully loaded
    INFO: Aggregate Description oracle.sysman.top.agent:10.2.0.1.0:common successfully loaded
    INFO: Aggregate Description oracle.calypso:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.java.j2ee.iascfg:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.apache.apache:1.3.31.0.0:common successfully loaded
    INFO: Aggregate Description oracle.oid.oradas:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iasobject:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.apache:10.1.2.1.0:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iapptop:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.rdbms.jazn.config:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.repository.api:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description oracle.iappserver.iappcore:10.1.2.0.2:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Successfully returning from CfmFactory.connect()
    INFO: encap_oms:IAction.perform() was called on {Action state:configuration in CfmAggregateInstance: encap_oms:1.0.0.0.0:common:fami
    ly=CFM:oh=/data1/app/oem/10.2/oms10g:label=-1}
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=0 stepIndex=0 microS
    tep=0
    WARNING: Unexpected value for property os.name=SunOS; using "env" to retrieve environment variables
    INFO: oracle.java.j2ee.iascfg:About to execute plug-in OC4J Configuration Assistant
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant is running
    INFO: oracle.java.j2ee.iascfg:Launching CmdExec
    INFO: oracle.java.j2ee.iascfg:ExitCode=0
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.java.j2ee.iascfg:The plug-in OC4J Configuration Assistant has successfully been performed
    INFO: oracle.apache.apache:About to execute plug-in HTTP Server Configuration Assistant
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant is running
    INFO: oracle.apache.apache:Launching CmdExec
    INFO: oracle.apache.apache:ExitCode=0
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant executed as attached=true in separate process with exitco
    de=0
    INFO: oracle.apache.apache:The plug-in HTTP Server Configuration Assistant has successfully been performed
    INFO: oracle.rdbms.jazn.config:About to execute plug-in Java Security Configuration Assistant
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant is running
    INFO: oracle.rdbms.jazn.config:Launching CmdExec
    INFO: oracle.rdbms.jazn.config:ExitCode=0
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant executed as attached=true in separate process with
    exitcode=0
    INFO: oracle.rdbms.jazn.config:The plug-in Java Security Configuration Assistant has successfully been performed
    INFO: oracle.calypso:About to execute plug-in Web Cache Configuration Assistant
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant is running
    INFO: oracle.calypso:Launching CmdExec
    INFO: oracle.calypso:ExitCode=0
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant executed as attached=true in separate process with exitcode=0
    INFO: oracle.calypso:The plug-in Web Cache Configuration Assistant has successfully been performed
    INFO: oracle.iappserver.iappcore:About to execute plug-in Oracle Application Server Instance Configuration Assistant
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant is running
    INFO: oracle.iappserver.iappcore:Launching CmdExec
    INFO: oracle.iappserver.iappcore:ExitCode=0
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant executed as attached=true in
    separate process with exitcode=0
    INFO: oracle.iappserver.iappcore:The plug-in Oracle Application Server Instance Configuration Assistant has successfully been perfor
    med
    INFO: oracle.iappserver.iapptop:About to execute plug-in OC4J Instance Configuration Assistant
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant executed as attached=true in separate process with
    exitcode=0
    INFO: oracle.iappserver.iapptop:The plug-in OC4J Instance Configuration Assistant has successfully been performed
    INFO: oracle.iappserver.iapptop:About to execute plug-in Register DCM Plug-Ins With EM
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM executed as attached=true in separate process with exitcod
    e=0
    INFO: oracle.iappserver.iapptop:The plug-in Register DCM Plug-Ins With EM has successfully been performed
    INFO: oracle.iappserver.iapptop:About to execute plug-in DCM Repository Backup Assistant
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant is running
    INFO: oracle.iappserver.iapptop:Launching CmdExec
    INFO: oracle.iappserver.iapptop:ExitCode=0
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant executed as attached=true in separate process with exitc
    ode=0
    INFO: oracle.iappserver.iapptop:The plug-in DCM Repository Backup Assistant has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in EM Technology Stack Upgrade
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade is running
    INFO: oracle.sysman.top.oms:Launching CmdExec
    INFO: oracle.sysman.top.oms:ExitCode=0
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade executed as attached=true in separate process with exitcode=0
    INFO: oracle.sysman.top.oms:The plug-in EM Technology Stack Upgrade has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Configuration
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.OmsPlugIn
    INFO: oracle.sysman.top.oms:Classpath = /data1/app/oem/10.2/oms10g/sysman/jlib/omsPlug.jar:/data1/app/oem/10.2/oms10g/jlib/emConfigI
    nstall.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emagentSDK.jar:/data1/app/oem/10
    .2/oms10g/sysman/jlib/log4j-core.jar:/data1/app/oem/10.2/oms10g/jdbc/lib/classes12.jar
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories 0:dir entry=/data
    1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories=1:using first ent
    ry=/data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:Invoked with Installation_Type=NOSEED, flags and con
    ditions are set for Windows=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configu
    ration in step=2:microstep=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:omsHome=/data1/app/oem/10.2/oms10g:ORACLE_H
    OME_GLOBAL=/data1/app/oem/10.2/oms10g:Flags:NEED_OMS=true:omsService=true:startSevice=false:stopService=false
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getConnection:Connecting as user=SYSMAN
    WARNING: oracle.sysman.top.oms:getConnection::Connection refused:vhoem.citi.org:1540:OEMDB:Exception=ORA-01017: invalid username/pas
    sword; logon denied
    INFO: oracle.sysman.top.oms:Failed to connect to Database for s_reposUser=sysman, s_reposPwd=********, connectString=vhoem.citi.org:
    1540:OEMDB. ConnectException=ORA-01017: invalid username/password; logon denied
    Will retry as SYS user...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ysPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getConnection:Connecting as user SYS for internal logon as SY
    SDBA
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Result Set from Database for nodes and sids is processed for
    dbUser=SYS, s_reposPwd=********, connectString=vhoem.citi.org:1540:OEMDB
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:From Template=vhoem.citi.org:Domain extracted=.c
    iti.org
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:Host Name=phoem1:Would be augmented with .citi.o
    rg
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:mkDescriptor:Connect Descriptor created=(DESCRIPTION=(ADDRESS
    LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=phoem1.citi.org)(PORT=1540)))(CONNECTDATA=(SID=OEMDB)))
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:Performing Action=configuration with option
    s = Specified: -configureOms in OracleHome=/data1/app/oem/10.2/oms10g
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Stopping OPMN Processes is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/opmn/bin/opmnctl stopall
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/opmn/b
    in/opmnctl stopall have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    opmnctl: stopping opmn and all managed processes...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation EM Deploying is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/EMDeploy
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/EM
    Deploy have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Environment :
    ORACLE HOME = /data1/app/oem/10.2/oms10g
    STAGE DIR = /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em
    TEMP DIR = /tmp
    PSEP = :
    Info : /data1/app/oem/10.2/oms10g/lib/ojsp.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/lib/ojsputil.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/syndication/lib/syndserver.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/rdbms/jlib/xsu12.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/network/jlib/netcfg4em12.jar does not exist
    Info : /data1/app/oem/10.2/oms10g/encryption/jlib/ojmisc.jar does not exist
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/ojsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/webservices/lib/wsdl.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/dsv2.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/classgen.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/rdbms/jlib/jmscommon.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/ojsputil.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/oraclexsql.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/providerutil.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/syndication/lib/syndserver.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/xschema.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/rdbms/jlib/xsu12.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/regexp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/oui/jlib/OraInstaller.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/network/jlib/netcfg4em12.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/encryption/jlib/ojmisc.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/orai18n.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/portal/jlib/pdkjava.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/portal/jlib/ptlshare.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/share.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/uix2.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/ohw.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/commons-el.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/jsp-el-api.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/oracle-el.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emCfg.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emPid.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emProvisioningAll.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emSDKsamples.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcliload.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emclidownload.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcoreALL.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcoreAgent.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcoreTest.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcore_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcore_emjspf_classes.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emdloader.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emagentSDK.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emagentTest.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/iview.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/jviewsall.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/qsma.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/svgdom.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/omsPlug.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/xml.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/lib/xmlmesg.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/jcb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/log4j-core.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/jlib/emConfigInstall.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emDB.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emdb_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/ewm-1_1.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emas.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emasSDK.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emas_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emas_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emd_java.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/webapps/emd/WEB-INF/lib/iview.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcs_emdjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcs_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcs.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/emcsSDK.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/empp_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/pafALL.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/pafJAXB.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_workspaces_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/um.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ultrasearch_gc.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/esldap.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/escommon.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/esemres.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ocscommon.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ocsaddressbook.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/esadmin.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/collabsuiteuser.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/ocsclient_gc.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_mcs_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_files_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_discussions_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_wireless_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_ifs_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_repserv_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_repserv_em.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_repserv_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_portal_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_portal_em.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_portal_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integrationbpm_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integic_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integb2b_engine_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integb2b_instance_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_forms_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_sso_emjsp.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_sso_server_em.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_sso_server_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_bc4j_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/o0 [main] DEBUG emSDK.util.help - processing config file locale : _en_US
    40 [main] DEBUG emSDK.util.help - processing config file locale : _de
    58 [main] DEBUG emSDK.util.help - processing config file locale : _es
    83 [main] DEBUG emSDK.util.help - processing config file locale : _fr
    101 [main] DEBUG emSDK.util.help - processing config file locale : _ja
    121 [main] DEBUG emSDK.util.help - processing config file locale : _ko
    135 [main] DEBUG emSDK.util.help - processing config file locale : _pt_BR
    154 [main] DEBUG emSDK.util.help - processing config file locale : _zh_CN
    170 [main] DEBUG emSDK.util.help - processing config file locale : _zh_TW
    199 [main] DEBUG emSDK.util.help - processing config file locale : _it
    Reading ini file - '/data1/app/oem/10.2/oms10g/j2ee/deploy.ini'
    Adding web-app 'em.war' for app 'em'.
    OC4J instance 'OC4J_EM': Adding Environment variable 'LD_LIBRARY_PATH' with value '/data1/app/oem/10.2/oms10g/lib32:/data1/app/oem/
    10.2/oms10g/network/lib32'
    OC4J instance 'OC4J_EM': Adding Environment variable 'ORACLE_HOME' with value '/data1/app/oem/10.2/oms10g'
    OC4J instance 'OC4J_EM': Adding java command line option '-Xmx512M -XX:MaxPermSize=256m -DORACLE_HOME=/data1/app/oem/10.2/oms10g -D
    ajp.keepalive=true'
    Adding web-app 'RlmUIX.war' for app 'rlmgr'.
    Adding web-app 'EMAgentPush.war' for app 'EMAgentPush'.
    Initializing DCM...done.
    Creating OC4J instance 'OC4J_EMPROV' (protected)...done.
    Creating OC4J instance 'OC4J_EM' (protected)...done.
    Starting OC4J instance 'OC4J_EMPROV'...done.
    Redeploying application 'EMAgentPush' to OC4J instance 'OC4J_EMPROV'.
    Notification ==> Application Deployer for EMAgentPush STARTS [ 2006-11-02T15:20:31.533EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/data1/app/oem/10.2/oms10g/j2ee/OC4J_EMPROV/applications/EMAgentPush.ear
    Notification ==> Copy the archive to /data1/app/oem/10.2/oms10g/j2ee/OC4J_EMPROV/applications/EMAgentPush.ear
    Notification ==> Unpack EMAgentPush.ear begins...
    Notification ==> Unpack EMAgentPush.ear ends...
    Notification ==> Initialize EMAgentPush.ear begins...
    Notification ==> Initialize EMAgentPush.ear ends...
    Notification ==> Initialize EMAgentPush begins...
    Notification ==> Initialize EMAgentPush ends...
    Notification ==> Application Deployer for EMAgentPush COMPLETES [ 2006-11-02T15:20:38.752EST ]
    Starting OC4J instance 'OC4J_EM'...done.
    Redeploying application 'rlmgr' to OC4J instance 'OC4J_EM'.
    Notification ==> Application Deployer for rlmgr STARTS [ 2006-11-02T15:20:44.464EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/rlmgr.ear
    Notification ==> Copy the archive to /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/rlmgr.ear
    Notification ==> Unpack rlmgr.ear begins...
    Notification ==> Unpack rlmgr.ear ends...
    Notification ==> Initialize rlmgr.ear begins...
    Notification ==> Initialize rlmgr.ear ends...
    Notification ==> Initialize RlmUIX begins...
    Notification ==> Initialize RlmUIX ends...
    Notification ==> Application Deployer for rlmgr COMPLETES [ 2006-11-02T15:20:47.754EST ]
    Redeploying application 'em' to OC4J instance 'OC4J_EM'.
    Notification ==> Application Deployer for em STARTS [ 2006-11-02T15:20:47.777EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em.ear
    Notification ==> Copy the archive to /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em.ear
    Notification ==> Unpack em.ear begins...
    Notification ==> Unpack em.ear ends...
    Notification ==> Initialize em.ear begins...
    Notification ==> Initialize em.ear ends...
    Notification ==> Initialize em begins...
    Notification ==> Initialize em ends...
    Notification ==> Application Deployer for em COMPLETES [ 2006-11-02T15:21:19.543EST ]
    Calling updateConfig to notify DCM of new deployments...done.
    Adding dependent libraries for application 'EMAgentPush'...done.
    Adding OC4J mount points for application 'EMAgentPush'...done.
    Adding OC4J mount points for application 'rlmgr'...done.
    Adding OC4J mount points for application 'em'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Binding web app 'EMAgentPush' to default-web-site for application 'EMAgentPush' in OC4J instance 'OC4J_EMPROV'
    Web app 'EMAgentPush' bound successfully.
    Binding web app 'RlmUIX' to default-web-site for application 'rlmgr' in OC4J instance 'OC4J_EM'
    Web app 'RlmUIX' bound successfully.
    Binding web app 'em' to default-web-site for application 'em' in OC4J instance 'OC4J_EM'
    Web app 'em' bound successfully.
    Calling updateConfig to notify DCM of new web-bindings...done.
    Adding application 'EMAgentPush' to the DCM repository...done.
    Application 'EMAgentPush' deployed successfully.
    Stopping OC4J instance 'OC4J_EMPROV'...done.
    Adding application 'rlmgr' to the DCM repository...done.
    Application 'rlmgr' deployed successfully.
    Adding application 'em' to the DCM repository...done.
    Application 'em' deployed successfully.
    Stopping OC4J instance 'OC4J_EM'...done.
    Calling SMI to retry init of failed plugins...done.
    Terminating DCM...done.
    Copying /data1/app/oem/10.2/oms10g/j2ee/deploy.ini to /data1/app/oem/10.2/oms10g/j2ee/deploy.ini.1162498949053.bak.
    Writing any undeployed entries back to /data1/app/oem/10.2/oms10g/j2ee/deploy.ini.
    Oc4jDeploy tool completed successfully!
    em/10.2/oms10g/sysman/jlib/j2ee/oracle_discoverer_rb.jar"/> to orion-web.xml
    adding <classpath path="/data1/app/oem/10.2/oms10g/sysman/jlib/j2ee/oracle_integrationbam_rb.jar"/> to orion-web.xml
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/java -classpath /data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar:/data1/app/
    oem/10.2/oms10g/sysman/jlib/emagentSDK.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/log4j-core.jar oracle.sysman.emSDK.util.help.Build
    MasterHelpSet /data1/app/oem/10.2/oms10g/j2ee/OC4J_EM/applications/em/em
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/jar cfM /tmp/em/em.war *
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/jar cfM /data1/app/oem/10.2/oms10g/lib/em.ear em.war META-INF
    exeuting cmd line : /data1/app/oem/10.2/oms10g/jdk/bin/java -Xmx512M -DemLocOverride=/data1/app/oem/10.2/oms10g -Djava.net.preferIPv
    4Stack=true -classpath /data1/app/oem/10.2/oms10g/dcm/lib/dcm.jar:/data1/app/oem/10.2/oms10g/jlib/emConfigInstall.jar:/data1/app/oem
    /10.2/oms10g/lib/classes12.zip:/data1/app/oem/10.2/oms10g/lib/dms.jar:/data1/app/oem/10.2/oms10g/j2ee/home/oc4j.jar:/data1/app/oem/1
    0.2/oms10g/lib/xschema.jar:/data1/app/oem/10.2/oms10g/lib/xmlparserv2.jar:/data1/app/oem/10.2/oms10g/opmn/lib/ons.jar:/data1/app/oem
    /10.2/oms10g/dcm/lib/oc4j_deploy_tools.jar oracle.j2ee.tools.deploy.Oc4jDeploy -oraclehome /data1/app/oem/10.2/oms10g -verbose -inif
    ile /data1/app/oem/10.2/oms10g/j2ee/deploy.ini -redeploy
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Creating OMS Respository is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ysPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrM
    etalinkPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrP
    roxyPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT
    =1540)))(CONNECT_DATA=(SID=OEMDB))) -action drop -repos_user SYSMAN -output_file /data1/app/oem/10.2/oms10g/sysman/log/emca_repos_dr
    op15_22_29.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/sysman
    /admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT=1540)))(CONNECT_D
    ATA=(SID=OEMDB))) -action drop -repos_user SYSMAN -output_file /data1/app/oem/10.2/oms10g/sysman/log/emca_repos_drop15_22_29.log ha
    ve completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Enter SYS user's password :
    Getting temporary tablespace from database...
    Found temporary tablespace: TEMP
    Checking SYS Credentials ... OK.
    Dropping the repository..
    Quiescing DB ... Failed.
    Checking for Repos User ... Exists.
    Repos User exists..
    Clearing EM Contexts ... OK.
    Dropping EM users ...
    Done.
    Dropping Repos User ... Done.
    Dropping Roles/Synonymns/Tablespaces ... Done.
    Unquiescing DB ... Done.
    Dropped Repository Successfully.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT
    =1540)))(CONNECT_DATA=(SID=OEMDB))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file /data1/app/oem
    /10.2/oms10g/sysman/log/emca_repos_create15_23_44.log -ecm_datafile /data3/oradata/OEMDB/mgmt_ecm_depot1.dbf -datafile /data2/oradat
    a/OEMDB/mgmt.dbf
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/sysman
    /admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=vhoem.citi.org)(PORT=1540)))(CONNECT_D
    ATA=(SID=OEMDB))) -action create -repos_user SYSMAN -metalink_username NOTAVAILABLE_ -output_file /data1/app/oem/10.2/oms10g/sysma
    n/log/emca_repos_create15_23_44.log -ecm_datafile /data3/oradata/OEMDB/mgmt_ecm_depot1.dbf -datafile /data2/oradata/OEMDB/mgmt.dbf
    have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'The OutputFile is too big to be read in memory! Check LogFile=/data1/app/oem/10.2/oms10g/sysman/log/emca_repos_create15_23_44.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 3 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Configuring OMS is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Provided ConsolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:emoms.properties are being instantiated f
    or consolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Processing emailSelected=false,emailServe
    r=,emailAddress=
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Secure Properties are being instantiated
    by ConfigManager
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl secure status oms
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl secure status oms have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS at location set in /data1/app/oem/10.2/oms10g/sysman/config/emoms.properties... Done.
    OMS is running but has not been secured. No HTTPS Port available.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:secureOms:Oms security setting is=false. The Configuration De
    fault for OMS to be Secure and Lock Requests option is=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ecurePwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl config emkey -repos -force
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    INFO: oracle.sysman.top.oms:Error processing emkey command 1 from repository = /data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw/emctl_cm
    d_15_33_53.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl config emkey -repos -force have completed with exitCode=1
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Please enter repository password:
    Invalid Password
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getEmKey:OMS Service command=config emkey -repos -force:retur
    ned:
    INFO: oracle.sysman.top.oms:Error processing emkey command config emkey -repos -force from repository =
    ExitCode=1
    Processing stopped!
    INFO: oracle.sysman.top.oms:configureOmsService:Secure Properties failed to be processed by ConfigManager=Error processing emkey com
    mand config emkey -repos -force from repository =
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:run:Processing Exception caught=Error processing emk
    ey command config emkey -repos -force from repository =
    WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=Error processing emkey command config emkey -repos -forc
    e from repository =
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=config
    uration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.om
    s:10.2.0.1.0:common:family=CFM:oh=/data1/app/oem/10.2/oms10g:label=0} failed with an unhandled exception:
    java.lang.Exception: Error processing emkey command config emkey -repos -force from repository =
    at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:397)
    at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:368)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:c
    ommon:family=CFM:oh=/data1/app/oem/10.2/agent10g:label=0}
    INFO: Framework waiting for Action to complete at 15:33:56.142
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 15:33:56.142
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved
    INFO: encap_oms:IAction.perform() was called on {Action state:configuration in CfmAggregateInstance: encap_oms:1.0.0.0.0:common:fami
    ly=CFM:oh=/data1/app/oem/10.2/oms10g:label=0}
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=0 stepIndex=0 microS
    tep=0
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Configuration
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.OmsPlugIn
    INFO: oracle.sysman.top.oms:Classpath = /data1/app/oem/10.2/oms10g/sysman/jlib/omsPlug.jar:/data1/app/oem/10.2/oms10g/jlib/emConfigI
    nstall.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emCORE.jar:/data1/app/oem/10.2/oms10g/sysman/jlib/emagentSDK.jar:/data1/app/oem/10
    .2/oms10g/sysman/jlib/log4j-core.jar:/data1/app/oem/10.2/oms10g/jdbc/lib/classes12.jar
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories 0:dir entry=/data
    1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories=1:using first ent
    ry=/data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:Invoked with Installation_Type=NOSEED, flags and con
    ditions are set for Windows=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configu
    ration in step=2:microstep=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:omsHome=/data1/app/oem/10.2/oms10g:ORACLE_H
    OME_GLOBAL=/data1/app/oem/10.2/oms10g:Flags:NEED_OMS=true:omsService=true:startSevice=false:stopService=false
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getConnection:Connecting as user=SYSMAN
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Result Set from Database for nodes and sids is processed for
    dbUser=sysman, s_reposPwd=******, connectString=vhoem.citi.org:1540:OEMDB
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:From Template=vhoem.citi.org:Domain extracted=.c
    iti.org
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:Host Name=phoem1:Would be augmented with .citi.o
    rg
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:mkDescriptor:Connect Descriptor created=(DESCRIPTION=(ADDRESS
    LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=phoem1.citi.org)(PORT=1540)))(CONNECTDATA=(SID=OEMDB)))
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:Performing Action=configuration with option
    s = Specified: -configureOms in OracleHome=/data1/app/oem/10.2/oms10g
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Stopping OPMN Processes is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/opmn/bin/opmnctl stopall
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/opmn/b
    in/opmnctl stopall have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    opmnctl: stopping opmn and all managed processes...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation EM Deploying is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:deployOms:Already deployed, skipped.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Creating OMS Respository is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 3 have been completed
    with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Configuring OMS is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Provided ConsolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:emoms.properties are being instantiated f
    or consolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Processing emailSelected=false,emailServe
    r=,emailAddress=
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Secure Properties are being instantiated
    by ConfigManager
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl secure status oms
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl secure status oms have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS at location set in /data1/app/oem/10.2/oms10g/sysman/config/emoms.properties... Done.
    OMS is running but has not been secured. No HTTPS Port available.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:secureOms:Oms security setting is=false. The Configuration De
    fault for OMS to be Secure and Lock Requests option is=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrR
    eposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrS
    ecurePwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/data1/app/oem/
    10.2/oms10g/bin/emctl config emkey -repos -force
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    INFO: oracle.sysman.top.oms:Error processing emkey command 1 from repository = /data1/app/oem/10.2/oms10g/cfgtoollogs/cfgfw/emctl_cm
    d_16_21_46.log
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/data1/app/oem/10.2/oms10g/bin/em
    ctl config emkey -repos -force have completed with exitCode=1
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Please enter repository password:
    Invalid Password
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: : Invalid argument
    stty: : Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getEmKey:OMS Service command=config emkey -repos -force:retur
    ned:
    INFO: oracle.sysman.top.oms:Error processing emkey command config emkey -repos -force from repository =
    ExitCode=1
    Processing stopped!
    INFO: oracle.sysman.top.oms:configureOmsService:Secure Properties failed to be processed by ConfigManager=Error processing emkey com
    mand config emkey -repos -force from repository =
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:run:Processing Exception caught=Error processing emk
    ey command config emkey -repos -force from repository =
    WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=Error processing emkey command config emkey -repos -forc
    e from repository =
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=config
    uration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.om
    s:10.2.0.1.0:common:family=CFM:oh=/data1/app/oem/10.2/oms10g:label=1} failed with an unhandled exception:
    java.lang.Exception: Error processing emkey command config emkey -repos -force from repository =
    at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:397)
    at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:368)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:c
    ommon:family=CFM:oh=/data1/app/oem/10.2/agent10g:label=1}
    INFO: Framework waiting for Action to complete at 16:21:48.962
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 16:21:48.962
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved

  • On SCVMM 2012 R2 While adding Loadbalancer with NSVPX-HyperV-10.1-119.7_nc, the Retrieve-LBSystemInfo test fails with Error 21426

    Hi,
    I'm trying to add Citrix LoadBalancer (NSVPX-HyperV-10.1-119.7_nc) in VMM 2012 R2 and on click of test button, only the "Retrieve-LBSystemInfo" test is failing with Error Code 21426 and exception as below. Whereas, rest of
    the test are getting passed.
    Can anyone please let me know whether am I missing anything? FYI, I configured citrix lb as per blog:  http://kristiannese.blogspot.in/2011/07/load-balancing-and-cloud-computing.html 

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • Can someone please assist me? My Macbook pro is having issues with safari and after 5mins or so it's shuts itself down and reports the below;

    Can someone please assist me? My Macbook pro is having issues with safari and after 5mins or so it's shuts itself down and reports the below
    Process:         Safari [1109]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.3 (6533.19.4)
    Build Info:      WebBrowser-75331904~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [87]
    PlugIn Path:       /Users/Shared/.ExpressAssist.so
    PlugIn Identifier: .ExpressAssist.so
    PlugIn Version:    ??? (???)
    Date/Time:       2012-04-23 12:01:50.444 +1000
    OS Version:      Mac OS X 10.6.5 (10H574)
    Report Version:  6
    Interval Since Last Report:          120729 sec
    Crashes Since Last Report:           63
    Per-App Interval Since Last Report:  108161 sec
    Per-App Crashes Since Last Report:   63
    Anonymous UUID:                      A4BB853B-CB94-48AE-BF10-FDCE53BC72B6
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  1
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff838b7932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff8033c9f6 RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff8033c7fb ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff8033c6b4 BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff87f13e64 _DPSNextEvent + 718
    8   com.apple.AppKit                        0x00007fff87f137a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari                        0x00000001000162f4 0x100000000 + 90868
    10  com.apple.AppKit                        0x00007fff87ed948b -[NSApplication run] + 395
    11  com.apple.AppKit                        0x00007fff87ed21a8 NSApplicationMain + 364
    12  com.apple.Safari                        0x000000010000a1c0 0x100000000 + 41408
    Thread 1 Crashed:
    0   libSystem.B.dylib                       0x00007fff85e4be4e __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x00007fff85e4bd50 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib                       0x00007fff85ea86a2 usleep$NOCANCEL + 57
    3   libSystem.B.dylib                       0x00007fff85ec7cd4 abort + 93
    4   libstdc++.6.dylib                       0x00007fff806c75d2 __tcf_0 + 0
    5   libobjc.A.dylib                         0x00007fff87c61d3d _objc_terminate + 120
    6   libstdc++.6.dylib                       0x00007fff806c5ae1 __cxxabiv1::__terminate(void (*)()) + 11
    7   libstdc++.6.dylib                       0x00007fff806c5b16 __cxxabiv1::__unexpected(void (*)()) + 0
    8   libstdc++.6.dylib                       0x00007fff806c5bfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    9   libstdc++.6.dylib                       0x00007fff80681a3e std::__throw_length_error(char const*) + 127
    10  libstdc++.6.dylib                       0x00007fff806ac3fe std::string::append(char const*, unsigned long) + 82
    11  .ExpressAssist.so                       0x00000001007621bc dylibmain + 5910
    12  com.apple.CFNetwork                     0x00007fff8513156f HTTPReadFilter::readHeaderBytes(StreamReader*, unsigned char, unsigned char*, long, CFStreamError*) + 421
    13  com.apple.CFNetwork                     0x00007fff851324e4 HTTPReadFilter::canReadNoSignal(StreamReader*, CFStreamError*, unsigned char) + 110
    14  com.apple.CFNetwork                     0x00007fff850e0780 HTTPReadFilter::streamCanRead(__CFReadStream*) + 90
    15  com.apple.CFNetwork                     0x00007fff850e08f6 HTTPReadFilter::socketReadStreamCallback(unsigned long) + 122
    16  com.apple.CFNetwork                     0x00007fff850e0867 HTTPReadFilter::_httpRdFilterStreamCallBack(__CFReadStream*, unsigned long, void*) + 49
    17  com.apple.CoreFoundation                0x00007fff83919373 _signalEventSync + 115
    18  com.apple.CoreFoundation                0x00007fff839192e4 _cfstream_solo_signalEventSync + 116
    19  com.apple.CoreFoundation                0x00007fff83919224 _CFStreamSignalEvent + 740
    20  com.apple.CFNetwork                     0x00007fff8513506f SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder *) + 45
    21  com.apple.CFNetwork                     0x00007fff850ca494 SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 224
    22  com.apple.CFNetwork                     0x00007fff850ca37e SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 96
    23  com.apple.CoreFoundation                0x00007fff838e1bea __CFSocketDoCallback + 634
    24  com.apple.CoreFoundation                0x00007fff838e15eb __CFSocketPerformV0 + 315
    25  com.apple.CoreFoundation                0x00007fff838b9401 __CFRunLoopDoSources0 + 1361
    26  com.apple.CoreFoundation                0x00007fff838b75f9 __CFRunLoopRun + 873
    27  com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    28  com.apple.CFNetwork                     0x00007fff850e33b8 HTTPNetStreamInfo::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 278
    29  com.apple.CoreFoundation                0x00007fff838a706c CFReadStreamRead + 748
    30  .ExpressAssist.so                       0x0000000100762167 dylibmain + 5825
    31  com.apple.CFNetwork                     0x00007fff85134778 HTTPReadStream::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 82
    32  com.apple.CoreFoundation                0x00007fff838a706c CFReadStreamRead + 748
    33  .ExpressAssist.so                       0x00000001007617f5 dylibmain + 3407
    34  .ExpressAssist.so                       0x000000010075fde6 0x100758000 + 32230
    35  .ExpressAssist.so                       0x00000001007614bb dylibmain + 2581
    36  .ExpressAssist.so                       0x0000000100764c8b dylibmain + 16869
    37  .ExpressAssist.so                       0x0000000100769bf6 dylibmain + 37200
    38  libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    39  libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   .ExpressAssist.so                       0x0000000100769d67 dylibmain + 37569
    3   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 12:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff85df216a kevent + 10
    1   libSystem.B.dylib                       0x00007fff85df403d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff85df3d14 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff85df383e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff85df3168 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff85df3005 start_wqthread + 13
    Thread 13:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff85e1ce92 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff838d9498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 14:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff869951b9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff869912bc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 15:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff838b7932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f899 0x100000000 + 194713
    5   com.apple.Safari                        0x000000010002f829 0x100000000 + 194601
    6   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff838b7932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff838b6dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff8367707f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff835f80a5 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 17:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff81c8b1a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff86ce5dd1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 18:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff85e13fca __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff85e17de1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff81c8b1a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be869 0x100000000 + 1828969
    4   com.apple.Safari                        0x000000010004737b 0x100000000 + 291707
    5   com.apple.Safari                        0x00000001000471f9 0x100000000 + 291321
    6   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                       0x00007fff85dd92da mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff85dd994d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff807583d2 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff80758312 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff85e12536 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff85e123e9 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                       0x00007fff85df2f8a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff85df339c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff85df3005 start_wqthread + 13
    Thread 1 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x0000000100c2d5d0  rcx: 0x0000000100c2d588  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x0000000100c2d5c0  rsp: 0x0000000100c2d588
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x0000000000000000  r13: 0x0000000119757c50  r14: 0xffffffffffffffff  r15: 0x0000000100c2d840
      rip: 0x00007fff85e4be4e  rfl: 0x0000000000000247  cr2: 0x0000000100582868
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.3 (6533.19.4) <B19794C1-5278-9BBE-1505-AB9C9DDA84E0> /Applications/Safari.app/Contents/MacOS/Safari
           0x100758000 -        0x100782ff7 +.ExpressAssist.so ??? (???) <C712F0B3-620E-5DEC-E57D-A58D7426F05C> /Users/Shared/.ExpressAssist.so
           0x10078d000 -        0x100873fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2D39CB30-54D9-B03E-5FCF-E53122F87484> /usr/lib/libcrypto.0.9.7.dylib
           0x11acbb000 -        0x11acbbfff  com.apple.JavaPluginCocoa 13.3.0 (13.3.0) <FE297F73-9063-3507-BA4D-B02306F4A3C2> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x11ad83000 -        0x11ad8cfff  com.apple.JavaVM 13.3.0 (13.3.0) <36BCE3E0-67EB-184B-3831-78287E8C58A1> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
           0x11b683000 -        0x11b6a9fff  GLRendererFloat ??? (???) <0310BFE5-B3DE-BCD8-EFD7-42C574EBF776> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11b84a000 -        0x11b9dbfff  GLEngine ??? (???) <BB46BB42-B574-1E54-101B-A68E43576B26> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11ba0c000 -        0x11be2ffef  libclh.dylib 3.1.1 C  (3.1.1) <49B010DC-B120-EF70-B369-FB53E56DE658> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x11c729000 -        0x11c72dff7  libFontRegistryUI.dylib ??? (???) <89E50DF0-2A72-B443-28AE-5F27EC7E22C7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x11cd46000 -        0x11cd47fff  ATSHI.dylib ??? (???) <F6C4F446-7AC4-7A17-9302-C38A016322B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x200000000 -        0x200787fef  com.apple.GeForceGLDriver 1.6.24 (6.2.4) <FA0ED181-B06F-1868-B4B6-978FC4BD0DBE> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <63B47435-46CF-3D2D-F7F4-7FE77DEEFE06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff800bcfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff800bd000 -     0x7fff800bdff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff800be000 -     0x7fff800d2fff  libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff800d3000 -     0x7fff80250ff7  com.apple.WebKit 6533.19 (6533.19.4) <3B8D40F4-9B05-82BE-ECA5-7855A77AF700> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff80251000 -     0x7fff8029aff7  com.apple.securityinterface 4.0.1 (37214) <9F729F74-3732-8326-D218-E4D19AECC2DB> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8030e000 -     0x7fff8060cfe7  com.apple.HIToolbox 1.6.3 (???) <2ECF8260-B05F-C7AD-B072-95713326EC2F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8060d000 -     0x7fff8061cfff  com.apple.opengl 1.6.11 (1.6.11) <43D5BE71-E1F6-6974-210C-17C68919AE08> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8061d000 -     0x7fff80661fe7  com.apple.ImageCaptureCore 1.0.3 (1.0.3) <913FFA89-0AC8-0A8D-CC2A-364CB0F303BA> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8067b000 -     0x7fff806f8fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff806f9000 -     0x7fff80704fff  com.apple.CrashReporterSupport 10.6.5 (252) <0895BE37-CC7E-1939-8020-489BFCB3E2C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff80705000 -     0x7fff80aa2fe7  com.apple.QuartzCore 1.6.3 (227.34) <215222AF-B30A-7CE5-C46C-1A766C1D1D2E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff80aa3000 -     0x7fff80cdefef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff80ceb000 -     0x7fff80d7bfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff80d7c000 -     0x7fff80e56ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff80e57000 -     0x7fff80e70fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff80ede000 -     0x7fff80efbff7  libPng.dylib ??? (???) <14043CBC-329F-4009-299E-DEE411E16134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff80efc000 -     0x7fff80f1cff7  com.apple.DirectoryService.Framework 3.6 (621.9) <FF6567B5-56BD-F3EC-E59D-1EC583C3CF73> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff80f68000 -     0x7fff80f7efe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff810e0000 -     0x7fff81297fef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <2CB9997A-A28D-80BC-5921-E7D50BBCACA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8131f000 -     0x7fff81320ff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff81342000 -     0x7fff81427fef  com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff81428000 -     0x7fff8142cff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8142d000 -     0x7fff814c7fff  com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff814c8000 -     0x7fff81517fef  libTIFF.dylib ??? (???) <AE9DC484-1382-F7AD-FE25-C28082FCB5D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff81518000 -     0x7fff81782fef  com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff81783000 -     0x7fff818c1fff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff81b0b000 -     0x7fff81bccfe7  libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff81bcd000 -     0x7fff81bd8ff7  com.apple.HelpData 2.0.4 (34) <90FDBF7E-E5BD-F880-5A75-73C20C8D1D68> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff81c16000 -     0x7fff81c78fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff81c79000 -     0x7fff81e68fe7  com.apple.JavaScriptCore 6533.19 (6533.19.1) <233B3E34-CDC4-668A-529A-7E61D510D991> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff81e69000 -     0x7fff81edaff7  com.apple.AppleVAFramework 4.10.12 (4.10.12) <1B68BE43-4C54-87F5-0723-0B0A14CD21E8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff81ee1000 -     0x7fff81f09fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff81f0a000 -     0x7fff81f51ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff82036000 -     0x7fff82037fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff82038000 -     0x7fff82103fe7  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <A6B2D07C-FC4D-F49E-64E5-AD4DFA830C05> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
        0x7fff82104000 -     0x7fff8210fff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff821eb000 -     0x7fff829f5fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff829f6000 -     0x7fff82a30fff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff82a81000 -     0x7fff82a83fff  libRadiance.dylib ??? (???) <76438F90-DD4B-9941-9367-F2DFDF927876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff82acf000 -     0x7fff82b39fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff82b3a000 -     0x7fff82b4cfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff82b4d000 -     0x7fff82c57ff7  com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff82c58000 -     0x7fff82c5bff7  com.apple.securityhi 4.0 (36638) <0CCEB8E0-8D7E-5046-F4E2-5F66D24B6600> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff82c5c000 -     0x7fff82c8dfff  libGLImage.dylib ??? (???) <57DA0064-4581-62B8-37A8-A07ADEF46EE2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff82c8e000 -     0x7fff82c9afff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <D659C43E-3E1A-F45C-9EFB-AF18990A402E> /usr/lib/libbz2.1.0.dylib
        0x7fff82dec000 -     0x7fff82dedff7  com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff82dee000 -     0x7fff82e03ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff82e04000 -     0x7fff82e89ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff82e8a000 -     0x7fff82e8cfff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff82e8d000 -     0x7fff82ec6fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <97F968EB-80ED-36FB-7819-D438B489E46E> /usr/lib/libcups.2.dylib
        0x7fff82ec7000 -     0x7fff82f0aff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff82f0b000 -     0x7fff82f1fff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82f20000 -     0x7fff82fcffff  edu.mit.Kerberos 6.5.10 (6.5.10) <6A159CD8-5C02-4528-C36F-6AFBFD61576B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82fd0000 -     0x7fff82fdffff  com.apple.NetFS 3.2.1 (3.2.1) <E5D33870-27D2-E50B-9B35-16AA50369733> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82fe0000 -     0x7fff83027fff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff83028000 -     0x7fff83070ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff83071000 -     0x7fff830d9fff  com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff830da000 -     0x7fff830fdfff  com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff830fe000 -     0x7fff830feff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff834b8000 -     0x7fff834bdfff  libGIF.dylib ??? (???) <9A2723D8-61F9-6D65-D254-4F9273CDA54A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff834be000 -     0x7fff835e6ff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff835e7000 -     0x7fff8386aff7  com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8386b000 -     0x7fff839e2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff839e3000 -     0x7fff83aa0ff7  com.apple.CoreServices.OSServices 357 (357) <6A39BF24-C94A-E90F-1CFE-33420B226818> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83aa1000 -     0x7fff83c10fe7  com.apple.QTKit 7.6.6 (1756) <250AB242-816D-9F5D-94FB-18BF2AE9AAE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff83c11000 -     0x7fff83c93fff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff83c94000 -     0x7fff83ca5fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff83ca6000 -     0x7fff84080fff  com.apple.RawCamera.bundle 3.4.1 (546) <F7865FD2-4869-AB19-10AA-EFF1B3BC4178> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff84081000 -     0x7fff8410dfef  SecurityFoundation ??? (???) <84778E7D-B73C-781A-CD71-7EF5E7EA8EF5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff84131000 -     0x7fff8413efe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8413f000 -     0x7fff84188fef  libGLU.dylib ??? (???) <EB4255DD-A9E5-FAD0-52A4-CCB4E792B86F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff84189000 -     0x7fff841e9fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff841ea000 -     0x7fff84219ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8421a000 -     0x7fff84257ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff84415000 -     0x7fff8441bfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8441c000 -     0x7fff84468fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff8448d000 -     0x7fff84b8a06f  com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff84b8b000 -     0x7fff84c08fef  com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff84c09000 -     0x7fff84c09ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff84c3f000 -     0x7fff84c60fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
        0x7fff84c61000 -     0x7fff84d78fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B2FB9DA8-6EC9-FFBC-C919-C022B9CBEB73> /usr/lib/libxml2.2.dylib
        0x7fff84d79000 -     0x7fff84d79ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff84d7a000 -     0x7fff84dbbfff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff84dbc000 -     0x7fff84dbdfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff84dbe000 -     0x7fff85000fef  com.apple.AddressBook.framework 5.0.3 (875) <78FDBCC6-8F4C-C4DF-4A60-BB038572B870> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff85033000 -     0x7fff85042fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff85079000 -     0x7fff85094ff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff85095000 -     0x7fff850c0ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff850c1000 -     0x7fff85193fe7  com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff85194000 -     0x7fff852adfef  libGLProgrammability.dylib ??? (???) <13E8114C-6E07-A66E-35E6-C185E54840AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff852de000 -     0x7fff85393fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff853d3000 -     0x7fff853d8ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff853d9000 -     0x7fff85457fff  com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8547d000 -     0x7fff854d2fef  com.apple.framework.familycontrols 2.0.1 (2010) <52F3A371-601C-6D1A-566F-DAEA33B134E2> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff854d3000 -     0x7fff85522ff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff85523000 -     0x7fff85564ff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8556d000 -     0x7fff8556dff7  com.apple.Carbon 150 (152) <B72D29DB-3787-26D1-E842-7AF12F179A83> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff85576000 -     0x7fff855a8fff  libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff855a9000 -     0x7fff855bafff  SyndicationUI ??? (???) <91DAD490-897C-E5E9-C30B-161D4F42BF98> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff855e5000 -     0x7fff856e9fff  com.apple.PubSub 1.0.5 (65.20) <67A088DF-7F4A-DC23-6F96-F9BAA4C238DC> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff856ea000 -     0x7fff856f3ff7  com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff856f4000 -     0x7fff85737fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff8591c000 -     0x7fff8595dfef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8595e000 -     0x7fff85993fef  com.apple.framework.Apple80211 6.2.3 (623.2) <8C50F34F-2981-0DF8-4423-09556C1628C0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff85994000 -     0x7fff85dd7fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff85dd8000 -     0x7fff85f99fff  libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
        0x7fff85f9a000 -     0x7fff85fa5fff  com.apple.corelocation 12.1 (12.1) <0B15767B-D752-7DA6-A8BB-5A1C9C39C5C8> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff85fb5000 -     0x7fff85ff0fff  com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85ff1000 -     0x7fff85ff4ff7  libCoreVMClient.dylib ??? (???) <B1F41E5B-8B59-DB81-1654-C1F9B11E885F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff85ff5000 -     0x7fff85ff8fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff861b3000 -     0x7fff86439fef  com.apple.security 6.1.1 (37594) <17CF7858-52D9-9665-3AE8-23F07CC8BEA1> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8643c000 -     0x7fff86940fe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff86941000 -     0x7fff86986fff  com.apple.CoreMediaIOServices 133.0 (1158) <53F7A2A6-78CA-6C34-0BB6-471388019799> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices

    You’ve been infected with the “Flashback” malware. See this Apple support document:
    About Flashback malware
    Back up all data, if you haven't already done so.
    Select  ▹ Software Update to install the latest Java update (if Java is already installed) or the Flashback malware removal tool (if Java is not installed under Lion), as well as any other available updates. Installing either of those items should clear the infection in most cases. You must update to the latest version of Mac OS X 10.6 or 10.7 before you can install the Java update.
    The removal tool runs automatically in the background and is then deleted. Don’t look for something to click. If the malware is removed, you’ll be notified.
    After you’ve secured your system — not before — change every Internet password you have, starting with banking passwords, and check all financial accounts for unauthorized transactions.

  • CTS1.4.1 Samples JDBC test failing with Error in allocating a connection

    Tests under CTS1.4.1 samples>>JDBC>>ee>>testConn>> are failing with the following error :
    Sep 14, 2005 4:27:55 PM com.sun.gjc.spi.DSManagedConnectionFactory createManagedConnection
    WARNING: RAR5113 : Error creating connection from supplied information: Reason - Error while parsing address
    Sep 14, 2005 4:27:55 PM com.sun.enterprise.resource.LocalTxConnectorAllocator createResource
    WARNING: RAR5038:Unexpected exception while creating resource
    Sep 14, 2005 4:27:55 PM com.sun.enterprise.connectors.ConnectionManagerImpl internalGetConnection
    WARNING: RAR5117 : Failed to obtain/create connection. Reason : Connection could not be allocated because: Error while parsing address
    Sep 14, 2005 4:27:55 PM com.sun.gjc.spi.DataSource getConnection
    WARNING: RAR5114 : Error allocating connection : [Error in allocating a connection. Cause: Connection could not be allocated because: Error while parsing address ]
    ERROR: SQL Exception : Error in allocating a connection. Cause: Connection could not be allocated because: Error while parsing address
    ERROR: java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: Error while parsing address
    at com.sun.gjc.spi.DataSource.getConnection(DataSource.java:72)
    at com.sun.ts.tests.samples.jdbc.ee.testConn.testConnClient.getConnection(testConnClient.java:252)
    at com.sun.ts.tests.samples.jdbc.ee.testConn.testConnClient.setup(testConnClient.java:91)
    But the mystery is that the main set of JDBC tests (outside of samples) in CTS1.4.1 are running fine.
    One difference I notice is that the tests that are failing use "createManagedConnection".
    The main configurations file "ts.jte" present under %TS_HOME%\bin has all the settings correct. Thats why the main JDBC tests go through fine.
    I wonder where these failing tests pick up the bad "address" from.
    Any help on this would be greatly appreciated.
    Thanks !

    CTS is a paid product and any question regarding that should be answered by a Licencee Engineer. Pls contact the LE regard the setup of CTS or any TCK.

Maybe you are looking for

  • I am getting this error  when i run the webdynpro application

    I am getting follwoing error, when i click on the link available in the webdypro application. Please tell me what is the reason, Error stacktrace: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: is.eimskip.pdfmodel.Zmulti_Pdf Found in ne

  • **Urgent ** Reports html problem

    Hi, I hava this problem: When I generate a report in client mode I see all fields correctly but in Web mode I see ************ in the same field, why? any idea?? tks

  • Table maitance generator

    Hello Gurus. If there any possibulity that the field should not add in Z table but should be in table maintanence generator? Please give your valid inputs....

  • Batch printing with automator or applescript

    Hey all, I would really appreciate any help people could offer. I've looked at a bunch of forums and can't seem to find a solution to this problem though many people have similar problems that haven't been solved. I need to print a set of about 50 do

  • Dynamic Design

    How to design a table data where we don't know what the groups and subgroups leveling will be. Generally in inventory we keep item group, item sub group and if needed, further classification. But what if we don't know what will be the group and subgr