Facing issues with R12 and SOA 11g integration using Business events

Hi,
I am trying to integrate R12 application with Fusion using 11g SOA suite. I configured BES in R12 application and I am able to raise a business event and query it from WF_BPEL_Qtab. I have an Oracle applications adapter listening for the same event in SOA composite deployed over a server. I have verified the DB connection and schema for R12 application in 11g SOA server. However, no SOA instance is being generated. No server log as well.
I understand that 11g SOA uses EDN (using fusion_edn schema) for business events. Are there any changes expected to be done to Oracle Apps adapter to ensure the event is received.
P.S. Oracle apps adapter configuration is probably correct as the out bound calls are taking place correctly.
Thanks,
Sagar

Hi,
Can you check the log file.u are getting any error.can you check wf_error table also u are getting any error.
Can you check consumer in AQ tables.
Thanks,
Rahul

Similar Messages

  • Facing issues with Oracle11i and SOA 10g integration using Business events.

    Hi ,
    I have created a custom business event and have added subscription for the same.
    When i am triggering a business event, event is raised and the event data is getting inserted in the Queue (AQ).
    In SOA i have created an OracleApps adapter that is listening to the queue ,
    but the Oracleapps adapter is not getting started even though there are data in the queue.
    I checked the WSDL file of Oracleapps adapter and there i can see there is field Consumer with some code.
    I have added the code snippet from Oracleapps adapter wsdl.
    <pc:inbound_binding />
    <operation name="DEQUEUE">
    <jca:operation
    ActivationSpec="oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec"
    QueueName="WF_BPEL_Q"
    DatabaseSchema="APPS"
    Consumer="ORA_88p3cd9o74pj2cpg6p13cdhp75"
    MessageSelectorRule="tab.user_data.event_name = &apos;xxc.oracle.apps.soa.demo&apos;" >
    </jca:operation>
    I have checked the connection factory set up at loaction (application-deployments\default\AppsAdapter/oc4j-ra.xml)too and found it is correct.
    code snippet from oc4j-ra.xml:-
         <connector-factory location="eis/Apps/Apps" connector-name="AppsAdapter">
              <config-property name="xADataSourceName" value="jdbc/EBSDataSource"/>
              <config-property name="dataSourceName" value=""/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
              <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
         </connector-factory>.
    Can anyone tell me where consumer for an event/queue is being defined in the Oracle apps.
    Thanks & Regards
    Saurav Kumar

    Hi,
    Can you check the log file.u are getting any error.can you check wf_error table also u are getting any error.
    Can you check consumer in AQ tables.
    Thanks,
    Rahul

  • Facing issue with OpenJPA and HSQL...?

    Hi All,
    I am getting the following error when running my unit test case.
    I am using Apache Openjpa and HSQL 1.8.0 , The test case runs the first time generating the mydbname.script file
    also attached ,
    Additional details alsp provided...
    But, when i run the test case again it gives the following error...
    openjpa-1.1.0-r422266:657916 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: Column already exists in statement [ALTER TABLE HS_STUDY_FP ADD COLUMN CMODEV2_FE  VARCHAR(255)] {stmnt 25709120 ALTER TABLE HS_STUDY_FP ADD COLUMN CMODEV2_FE  VARCHAR(255)} [code=-27, state=S0021]
         at org.apache.openjpa.jdbc.meta.MappingTool.record(MappingTool.java:553)
         at org.apache.openjpa.jdbc.meta.MappingTool.record(MappingTool.java:453)
         at org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.synchronizeMappings(JDBCBrokerFactory.java:159)
         at org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.newBrokerImpl(JDBCBrokerFactory.java:119)
         at org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(AbstractBrokerFactory.java:189)
         at org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(DelegatingBrokerFactory.java:142)
         at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:192)
         at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:145)
         at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:56)
         at com.att.osd.bcs.domain.hss.TestHsStudy.setUp(TestHsStudy.java:54)
         at junit.framework.TestCase.runBare(TestCase.java:132)
         at junit.framework.TestResult$1.protect(TestResult.java:110)
         at junit.framework.TestResult.runProtected(TestResult.java:128)
         at junit.framework.TestResult.run(TestResult.java:113)
         at junit.framework.TestCase.run(TestCase.java:124)
         at junit.framework.TestSuite.runTest(TestSuite.java:232)
         at junit.framework.TestSuite.run(TestSuite.java:227)HSQL DB i am using the file approach...
    CREATE SCHEMA PUBLIC AUTHORIZATION DBA
    CREATE SEQUENCE HS_STUDY_SEQ AS INTEGER START WITH 2
    CREATE MEMORY TABLE HS_STUDY(STUDY BIGINT NOT NULL PRIMARY KEY,ADMIN_CODE VARCHAR(255),CABLE_PAIR VARCHAR(255),CABLE_PAIR_2 VARCHAR(255),CLS VARCHAR(255),CLS_2 VARCHAR(255),COLLECT_BG_DATA VARCHAR(255),COLLECT_FP_DATA VARCHAR(255),COLLECT_PM_DATA VARCHAR(255),COLLECTION_ENDTIME TIMESTAMP,COLLECTION_STARTTIME TIMESTAMP,COLLECTION_STATE VARCHAR(255),COLLECTION_TIMESTAMP TIMESTAMP,DSL_ID VARCHAR(255),EMS VARCHAR(255),EUAN VARCHAR(255),GROUP_ID VARCHAR(255),GROUP_PROFILE VARCHAR(255),NE VARCHAR(255),NE_CARD_TYPE VARCHAR(255),NE_DENSITY VARCHAR(255),NE_ID VARCHAR(255),NE_LOCATION VARCHAR(255),NE_TYPE VARCHAR(255),NE_VENDOR VARCHAR(255),PORT VARCHAR(255),PORT_2 VARCHAR(255),PROFILE VARCHAR(255),PROFILE_2 VARCHAR(255),STUDY_TYPE VARCHAR(255),SUBMIT_TIMESTAMP TIMESTAMP,SUBMIT_USER VARCHAR(255),TN VARCHAR(255),USOC VARCHAR(255),USOC_2 VARCHAR(255))
    CREATE MEMORY TABLE HS_STUDY_FP(PORT VARCHAR(255) NOT NULL,TIMESTAMP TIMESTAMP NOT NULL,STUDY BIGINT NOT NULL,ACTMODE VARCHAR(255),CPMODEA2_FE VARCHAR(255),CPMODEA2_NE VARCHAR(255),CMODEA2M_FE VARCHAR(255),CMODEA2M_NE VARCHAR(255),CPMODEA_FE VARCHAR(255),CPMODEA_NE VARCHAR(255),CURDEL_DN INTEGER,CURDEL_UP INTEGER,CELLSF_DN BIGINT,CELLSI_DN BIGINT,CURFBR_DN INTEGER,CURIBR_DN INTEGER,MAXATTAINFBR_DN INTEGER,MAXATTAINIBR_DN INTEGER,NMR_DN INTEGER,RELCAP_DN INTEGER,ATEN_DN INTEGER,PWR_DN INTEGER,IMNPROT_DN INTEGER,IMNPROT_UP INTEGER,LAST_CHANGED TIMESTAMP,LINE_ADMIN_STATE VARCHAR(255),LINE_OPER_STATE VARCHAR(255),LINEPROFID VARCHAR(255),LINEPROFNAME VARCHAR(255),LINE_SYNC_STATUS VARCHAR(255),LPATEN_DN INTEGER,LPATEN_UP INTEGER,PSD_DN INTEGER,PSD_UP INTEGER,SERVPROFID VARCHAR(255),SERVPROFNAME VARCHAR(255),SIG_ATTN_DN VARCHAR(255),SIG_ATTN_UP VARCHAR(255),SNR_DN INTEGER,SNR_UP INTEGER,STATUS_FE VARCHAR(255),STATUS_NE VARCHAR(255),CELLSF_UP BIGINT,CELLSI_UP BIGINT,CURFBR_UP INTEGER,CURIBR_UP INTEGER,MAXATTAINFBR_UP INTEGER,MAXATTAINIBR_UP INTEGER,NMR_UP INTEGER,RELCAP_UP INTEGER,ATEN_UP INTEGER,PWR_UP INTEGER,CMODEV2_FE VARCHAR(255),CMODEV2_NE VARCHAR(255),CPMODEV_FE VARCHAR(255),CPMODEV_NE VARCHAR(255),PRIMARY KEY(PORT,TIMESTAMP,STUDY))
    CREATE USER SA PASSWORD ""
    GRANT DBA TO SA
    SET WRITE_DELAY 10
    SET SCHEMA PUBLIC
    INSERT INTO HS_STUDY VALUES(1,NULL,NULL,NULL,NULL,NULL,NULL,'Y',NULL,NULL,NULL,'active',NULL,NULL,'ams7',NULL,NULL,NULL,'SANITYTEST20110811',NULL,NULL,NULL,NULL,NULL,'Catena','SANITYTEST20110811-1-1-1',NULL,NULL,NULL,'HSS',NULL,NULL,NULL,NULL,NULL)Persistence.xml
    <persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0">
      <persistence-unit name="testPU" transaction-type="RESOURCE_LOCAL">
      <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>  
      <!-- META DATA OF ENTITIES TO BE UNIT TESTED -->
      <class>com.att.osd.bcs.domain.hss.HsStudy</class>
      <class>com.att.osd.bcs.domain.hss.HsStudyFP</class>
      <properties>      
          <!-- property name="openjpa.jdbc.DBDictionary" value="hsql"/>  -->
          <property name="openjpa.ConnectionURL" value="jdbc:hsqldb:file:src/test/resources/db/mydbname;shutdown=true;hsqldb.write_delay=false;"/>
          <property name="openjpa.ConnectionDriverName" value="org.hsqldb.jdbcDriver"/>
          <property name="openjpa.ConnectionUserName" value="sa"/>
          <property name="openjpa.ConnectionPassword" value=""/>    
          <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>
          <property name="openjpa.Log" value="SQL=TRACE"/>
          <!-- <property name="openjpa.jdbc.Schema" value="PUBLIC"/> -->              
      </properties>
    </persistence-unit>
    </persistence>

    The Exception thrown is self explanatory. Pay attention on reading the exception:
    openjpa-1.1.0-r422266:657916 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: Column already exists in statement [ALTER TABLE HS_STUDY_FP ADD COLUMN CMODEV2_FE  VARCHAR(255)] {stmnt 25709120 ALTER TABLE HS_STUDY_FP ADD COLUMN CMODEV2_FE  VARCHAR(255)} [code=-27, state=S0021]
    As you said it runs successfully first time and gives error on running next time.
    When run first time, the column is already added, and tried next time obviously it gives error.
    EDITING:
    So make sure, the added column is dropped before running the test case again.

  • I am facing issues with my music on my iOS device. I have five devices connected to my apple id. And out of which a Windows Machine and iPhone is not able to sync the purchased songs on the the Windows machine and the iPhone.

    I am facing issues with my music on my iOS device. I have five devices connected to my apple id. And out of which a Windows Machine and iPhone is not able to sync the purchased songs on the the Windows machine and the iPhone. The iPhone4 shows the songs are not supported and on the Windows Machine the songs do not play completely. Can anyone advice what could have gone wrong ? Because rest of the devices are synced to MacBook and they are able to sync the content normally.  I have even subscribed to iTunes Match but the problem is still not fixed.

    Firstly...  a little Clarity...
    Devices refer to iDevices... iPod... iPhone... iPad. ..   Not Computers.
    Authoriation applies ONLY to Computers... of which there is a Limit of 5 per Apple ID.
    If the issue is with iTunes on your Windows Computer... Perhaps you need to Re-install iTunes...
    See Here... to Uninstall and Re-Install iTunes...
    http://www.apple.com/support/itunes/install/

  • 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.

  • Facing issues with oracle client installation 32 bit 10.2.0.1

    Hi ,
    I am facing issues with oracle client installation 32 bit 10.2.0.1
    Windows 2008 R2 enterprise edition 64 bit
    Java 1.6 update 34
    Below is the error recieved:
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x8079055
    Function=[Unknown.]
    Library=C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\client\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
      at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(Native Method)
      at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(OiipwWin32NativeCalls.java:516)
      at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(OiipwWin32NativeCalls.java:473)
      at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.setInstallerKey(OiipgBootstrap.java:511)
      at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(OiipgBootstrap.java:418)
      at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations(OiicSessionInterfaceManager.java:401)
      at oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(OiicInvSetupWCCE.java:217)
      at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
      at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)
      at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
      at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:547)
      at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:935)
      at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:872)
    Dynamic libraries:
    0x00400000 - 0x0040B000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\javaw.exe
    0x77C60000 - 0x77DE0000 C:\Windows\SysWOW64\ntdll.dll
    0x75AB0000 - 0x75BC0000 C:\Windows\syswow64\kernel32.dll
    0x77420000 - 0x77467000 C:\Windows\syswow64\KERNELBASE.dll
    0x77370000 - 0x77410000 C:\Windows\syswow64\ADVAPI32.dll
    0x76610000 - 0x766BC000 C:\Windows\syswow64\msvcrt.dll
    0x75DD0000 - 0x75DE9000 C:\Windows\SysWOW64\sechost.dll
    0x776E0000 - 0x777D0000 C:\Windows\syswow64\RPCRT4.dll
    0x757C0000 - 0x75820000 C:\Windows\syswow64\SspiCli.dll
    0x757B0000 - 0x757BC000 C:\Windows\syswow64\CRYPTBASE.dll
    0x77470000 - 0x77570000 C:\Windows\syswow64\USER32.dll
    0x764F0000 - 0x76580000 C:\Windows\syswow64\GDI32.dll
    0x77C30000 - 0x77C3A000 C:\Windows\syswow64\LPK.dll
    0x75820000 - 0x758BD000 C:\Windows\syswow64\USP10.dll
    0x74EA0000 - 0x74EEC000 C:\Windows\system32\apphelp.dll
    0x6EF10000 - 0x6EF9D000 C:\Windows\AppPatch\AcLayers.DLL
    0x76720000 - 0x7736A000 C:\Windows\syswow64\SHELL32.dll
    0x761D0000 - 0x76227000 C:\Windows\syswow64\SHLWAPI.dll
    0x76350000 - 0x764AC000 C:\Windows\syswow64\ole32.dll
    0x75F30000 - 0x75FBF000 C:\Windows\syswow64\OLEAUT32.dll
    0x74660000 - 0x74677000 C:\Windows\system32\USERENV.dll
    0x74650000 - 0x7465B000 C:\Windows\system32\profapi.dll
    0x74340000 - 0x74391000 C:\Windows\system32\WINSPOOL.DRV
    0x74570000 - 0x74582000 C:\Windows\system32\MPR.dll
    0x6E8B0000 - 0x6EAC8000 C:\Windows\AppPatch\AcGenral.DLL
    0x6EFA0000 - 0x6F020000 C:\Windows\system32\UxTheme.dll
    0x6F060000 - 0x6F092000 C:\Windows\system32\WINMM.dll
    0x74840000 - 0x7484F000 C:\Windows\system32\samcli.dll
    0x6F0D0000 - 0x6F0E4000 C:\Windows\system32\MSACM32.dll
    0x74C80000 - 0x74C89000 C:\Windows\system32\VERSION.dll
    0x6F340000 - 0x6F343000 C:\Windows\system32\sfc.dll
    0x6F260000 - 0x6F26D000 C:\Windows\system32\sfc_os.DLL
    0x6F040000 - 0x6F053000 C:\Windows\system32\dwmapi.dll
    0x758C0000 - 0x75A5D000 C:\Windows\syswow64\SETUPAPI.dll
    0x75C90000 - 0x75CB7000 C:\Windows\syswow64\CFGMGR32.dll
    0x77570000 - 0x77582000 C:\Windows\syswow64\DEVOBJ.dll
    0x75DF0000 - 0x75F27000 C:\Windows\syswow64\urlmon.dll
    0x775A0000 - 0x77695000 C:\Windows\syswow64\WININET.dll
    0x75FD0000 - 0x761CF000 C:\Windows\syswow64\iertutil.dll
    0x76230000 - 0x7634E000 C:\Windows\syswow64\CRYPT32.dll
    0x75FC0000 - 0x75FCC000 C:\Windows\syswow64\MSASN1.dll
    0x6F0C0000 - 0x6F0C6000 C:\Windows\system32\SHUNIMPL.DLL
    0x6F030000 - 0x6F03D000 C:\Windows\system32\SortServer2003Compat.dll
    0x75CC0000 - 0x75D20000 C:\Windows\system32\IMM32.DLL
    0x75BC0000 - 0x75C8C000 C:\Windows\syswow64\MSCTF.dll
    0x08000000 - 0x08138000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\client\jvm.dll
    0x10000000 - 0x10007000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\hpi.dll
    0x003F0000 - 0x003FE000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\verify.dll
    0x007B0000 - 0x007C9000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\java.dll
    0x007D0000 - 0x007DE000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\zip.dll
    0x051D0000 - 0x052E2000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\awt.dll
    0x052F0000 - 0x05341000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\fontmanager.dll
    0x6E7C0000 - 0x6E8A7000 C:\Windows\system32\ddraw.dll
    0x6F020000 - 0x6F026000 C:\Windows\system32\DCIMAN32.dll
    0x75DA0000 - 0x75DCD000 C:\Windows\syswow64\WINTRUST.dll
    0x6E6F0000 - 0x6E7BC000 C:\Windows\system32\D3DIM700.DLL
    0x05770000 - 0x05793000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\JavaAccessBridge.dll
    0x007E0000 - 0x007E5000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\jawt.dll
    0x007F0000 - 0x007F7000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\JAWTAccessBridge.dll
    0x06340000 - 0x06359000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\oui\lib\win32\oraInstaller.dll
    0x06470000 - 0x0648E000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\jpeg.dll
    0x776B0000 - 0x776DA000 C:\Windows\syswow64\imagehlp.dll
    0x6E600000 - 0x6E6EB000 C:\Windows\syswow64\dbghelp.dll
    0x776A0000 - 0x776A5000 C:\Windows\syswow64\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation   total 704K, used 90K [0x10010000, 0x100d0000, 0x10770000)
      eden space 640K,  13% used [0x10010000, 0x10026448, 0x100b0000)
      from space 64K,   2% used [0x100c0000, 0x100c07a8, 0x100d0000)
      to   space 64K,   0% used [0x100b0000, 0x100b0000, 0x100c0000)
    tenured generation   total 8436K, used 5698K [0x10770000, 0x10fad000, 0x16010000)
       the space 8436K,  67% used [0x10770000, 0x10d00a40, 0x10d00c00, 0x10fad000)
    compacting perm gen  total 12288K, used 12049K [0x16010000, 0x16c10000, 0x1a010000)
       the space 12288K,  98% used [0x16010000, 0x16bd47a0, 0x16bd4800, 0x16c10000)
    Local Time = Thu Aug 22 14:42:03 2013
    Elapsed Time = 40
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    Thanks

    10.2.0.1 is not supported/certified on Win 2008, so expect issues with the install and/or with using the software.
    Why cannot you use a supported version - minimum is 10.2.0.4, which is only available to customers with an Extended Support contract
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#BABGFAJI
    HTH
    Srini

  • Currency issue with PS and SD

    All Experts,
    Have some issue with USD and CAD currency with PS and SD
    We are using a group currency in the controlling area (type 30 set as USD).  In addition we have object currency turned on for the Controlling Area so we have company currency in parallel for each company assigned to the controlling area.  Within CO everything is working fine, the issue appears to be when the CO-PS planned amount is passed to the sales order EK01 condition.  In this case, CO-PS has both object currency and controlling area currency but it uses the controlling area currency as the amount passed to the sales order. 
    Any Help?

    Hi Kishore.,
               Please go throgh this Please check this links perhaps they may help.
    http://help.sap.com/bp_imcv1500/IMC_US/HTML/preconfigured_scenarios.htm
    ETO:
    http://help.sap.com/bp_imcv1500/IMC_DE/HTML/E83_EN_DE.htm
    http://help.sap.com/bp_bblibrary/500/HTML/E46_EN_DE.htm
    MTO:
    http://help.sap.com/bp_bblibrary/500/HTML/V66_BB_EN_US.htm
    http://help.sap.com/bp_imcv1500/IMC_DE/HTML/E70_MTOQuotProc_EN_DE.htm
    PS - SD integration are on
    1.Billing pan, at each WBS element, network and Activity level.
    2. DIP profile which is assigend to item category. DIP for resource related quotation works only with ECP ( easy cost planning).
    3.sales pricing - generally, there r 2 types of sales pricing in PS . lumpsum contract and unit rate contract.
    4. BOS - bill of Services. which has to be activated. It is industry specific solution. If BOS is activated you also have integration for vendor RFQ and Analysis.
    5. resource related Billing
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • Compatibility issues between R12 and report builder 2.5

    Hi,
    I just want to know if there are issues between R12 and (Forms 4.5 and Reports 2.5)? I have been using 6i since I started in the oracle so I'm a little new to this.
    Thanks
    peopsquik

    As my understanding there is no issue for Forms 4.5 and Reports 2.5 with R12.
    You can develop report with Report 6i can be deployed with R12.You cannot use Forms 4.5, Reports 2.5 or Developer (Forms/Reports) 6i with Oracle EBs R12 as it is not certified. The only supported version is Developer 10g
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Thanks,
    Hussein

  • Is anyone facing issues with the iphone5 camera

    Is anyone facing issues with the iphone5 camera

    Demo wrote:
    Posting the details takes all of the fun out of guessing, and I feel like I have been guessing for two days now. Must be an epidemic.
    Sorry to go OT.
    Does seem to be a bit of an epidemic of posters thinkng we are all John Edwards clones

  • Issue with amazon and blackberr world

    Hi,
    I am facing issue with Amazon app store and with BlackBerry world. 
    I have a app : bookmyshow. 
    I have downloaded it from BlackBerry world, very long time ago.
    I got a update for same app in BlackBerry wolrd.
    I updated it and I found another and new icon for same app (bookmyshow) .
    Y two app icon for one app?
    One more issue is amazon app store won't work most likely times 
    I have attached screen shot of it.
    I have log too.
    I am missing flash player too in BlackBerry browser. 

    sagarkrishna901 wrote:
    Hi,
    I am facing issue with Amazon app store and with BlackBerry world. 
    I have a app : bookmyshow. 
    I have downloaded it from BlackBerry world, very long time ago.
    I got a update for same app in BlackBerry wolrd.
    I updated it and I found another and new icon for same app (bookmyshow) .
    Y two app icon for one app?
    You should contact the app developer about that. They are in control of what they push through Amazon, and if they did not configure it correctly it did not update the old app, but rather installed a second one. A simple fix, of course, is to just delete the old one.
    sagarkrishna901 wrote:
    One more issue is amazon app store won't work most likely times 
    I have attached screen shot of it.
    I have log too.
    Hmmm..."won't work"...hard to understand, since you didn't attach the screen shot. And log files aren't something anyone here in this user-to-user community can interpret for you.
    sagarkrishna901 wrote:
    I am missing flash player too in BlackBerry browser. 
    Gone, forever, never to return. Most modern websites have abandoned flash...those who haven't should be in the process of doing so.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to integrate BPM10g with OER11g and OSR 11g

    Hi all,
    Has anyone implemented Integration of BPM10g with OER and OSR 11g environment?
    if yes how the flow goes and how did the implementation take place ?
    Edited by: Nikita Agrawal on Nov 19, 2012 2:44 AM

    Hi all,
    Has anyone implemented Integration of BPM10g with OER and OSR 11g environment?
    if yes how the flow goes and how did the implementation take place ?
    Edited by: Nikita Agrawal on Nov 19, 2012 2:44 AM

  • An issue with authentication and authorization on ISE 1.2

    Hi, I'm new to ISE.
    I have an issue with authentication and authorization.
    I have ISE 1.2 plus patch 6 installed on VMware.
    I have built-in Windows XP supplicant and 2960 cisco switch with IOS c2960-lanbasek9-mz.150-2.SE5.bin
    On supplicant I use EAP(PEAP) with EAP-MSCHAP v2.
    I created  authentication and authorization rules with Active Directory  as External Identity Source. Also I applied  authorization profile with DACL.I login on Windows XP machine under different Active Directory accounts. Everything works fine (authentication, authorization ), but only for several hours. After several hours passed , authentication and authorization stop working . I can see that ISE trying authenticate and authorize users, but ISE always use only one account for  authentication and authorization . Even if I login under different accounts ISE continue to use only one last account.
    I traied to reboot switch and PC,but it didn’t help. Only rebooting of ISE helps. After ISE rebooting, authentication and authorization start to work properly for several hours.
    I don’t understand is it a glitch or I misconfigured ISE or switch, supplicant?
    What  should I do to resolve this issue?
    Switch configuration:
     testISE#sh runn
    Building configuration...
    Current configuration : 7103 bytes
    ! Last configuration change at 12:20:15Tue Apr 15 2014
    ! NVRAM config last updated at 10:35:02  Tue Apr 15 2014
    version 15.0
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname testISE
    boot-start-marker
    boot-end-marker
    no logging console
    logging monitor informational
    enable secret 5 ************
    enable password ********
    username radius-test password 0 ********
    username admin privilege 15 secret 5 ******************
    aaa new-model
    aaa authentication dot1x default group radius
    aaa authorization network default group radius
    aaa authorization auth-proxy default group radius
    aaa accounting update periodic 5
    aaa accounting dot1x default start-stop group radius
    aaa server radius dynamic-author
     client 172.16.0.90 server-key ********
    aaa session-id common
    clock timezone 4 0
    system mtu routing 1500
    authentication mac-move permit
    ip dhcp snooping vlan 1,22
    ip dhcp snooping
    ip domain-name elauloks
    ip device tracking probe use-svi
    ip device tracking
    epm logging
    crypto pki trustpoint TP-self-signed-1888913408
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-1888913408
     revocation-check none
     rsakeypair TP-self-signed-1888913408
    crypto pki certificate chain TP-self-signed-1888913408
    dot1x system-auth-control
    spanning-tree mode pvst
    spanning-tree extend system-id
    vlan internal allocation policy ascending
    ip ssh version 2
    interface FastEthernet0/5
     switchport mode access
     ip access-group ACL-ALLOW in
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan 1
     authentication event server alive action reinitialize
     authentication host-mode multi-auth
     authentication open
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate server
     authentication violation restrict
     mab
     dot1x pae authenticator
     dot1x timeout tx-period 10
     spanning-tree portfast
    interface FastEthernet0/6
     switchport mode access
     ip access-group ACL-ALLOW in
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan 1
     authentication event server alive action reinitialize
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate server
     authentication violation restrict
     mab
     dot1x pae authenticator
     dot1x timeout tx-period 10
     spanning-tree portfast
    interface FastEthernet0/7
    interface Vlan1
     ip address 172.16.0.204 255.255.240.0
     no ip route-cache
    ip default-gateway 172.16.0.1
    ip http server
    ip http secure-server
    ip access-list extended ACL-ALLOW
     deny   icmp any host 172.16.0.1
     permit ip any any
    ip radius source-interface Vlan1
    logging origin-id ip
    logging source-interface Vlan1
    logging host 172.16.0.90 transport udp port 20514
    snmp-server community public RO
    snmp-server community ciscoro RO
    snmp-server trap-source Vlan1
    snmp-server source-interface informs Vlan1
    snmp-server enable traps snmp linkdown linkup
    snmp-server enable traps mac-notification change move
    snmp-server host 172.16.0.90 ciscoro
    radius-server attribute 6 on-for-login-auth
    radius-server attribute 6 support-multiple
    radius-server attribute 8 include-in-access-req
    radius-server attribute 25 access-request include
    radius-server dead-criteria time 5 tries 3
    radius-server vsa send accounting
    radius-server vsa send authentication
    radius server ISE-Alex
     address ipv4 172.16.0.90 auth-port 1812 acct-port 1813
     automate-tester username radius-test idle-time 15
     key ******
    ntp server 172.16.0.1
    ntp server 172.16.0.5
    end

    Yes. Tried that (several times) didn't work.  5 people in my office, all with vers. 6.0.1 couldn't access their gmail accounts.  Kept getting error message that username and password invalid.  Finally solved the issue by using Microsoft Exchange and "m.google.com" as server and domain and that the trick.  Think there is an issue with imap.gmail.com and IOS 6.0.1.  I'm sure the 5 of us suddently experiencing this issue aren't the only ones.  Apple will figure it out.  Thanks.

  • [solved] Issue with conky and Kde 4

    I have a small issue with conky and KDE 4.2. I start conky with a script which I stored under ~/.kde/Autostart. The script is simple and looks like this..
    conky -c ~/.conkyrc_kde4
    This works fine. But when I restart the first KDE and check with ps, I have 2 instances of conky running. The instances keep on growing with the number of restarts.
    I think kde tries to restart all the apps which were running when the session was terminated. Is there a way to change this behavior in general or all the programs or for only a specific program like conky ?
    Last edited by rangalo (2009-07-28 19:02:17)

    I did
    Systemsettings > Advanced > Session Manager > Start with an empty session
    and put everything you want in Autostart

  • Huge issue with battery and overheating in iOS 6.1.1 iPhone 4S and ipad new iOS 6.1 what I can do , I am very sorry for update from 5.1.1 it was the best

    Huge issue with battery and overheating in iOS 6.1.1 iPhone 4S and ipad new iOS 6.1 what I can do , I am very sorry for update from 5.1.1 it was the best
    My wife have iPhone 4 and ipad new is not updated it working good and my devices after update working bad :-(, likely the devices of my wife stay with 5.1.1

    good thing i havent updated mine yet.. 

  • ADF Faces - issue with Portal and af table

    I wonder if anybody could help me with a problem we are experiencing with running our ADF Faces app inside a portal (NOT Oracle Portal). We are using the af table tag with the rows attribute set as follows:
    <af:table emptyText="No items found"
    rows="10" banding="row"
    bandingInterval="1"
    binding="#{backing_ModuleSearchReg.table1}"
    id="table1"
    var="row">
    What this does is if we have more than 10 rows to display it will display
    a table header that has a label 'Previous 1-10 of nnn' Next 10. However, when you click on 'Next 10' it produces a Javascript error.
    When we run the app outside of the portal we do not get this problem.
    I believe this is related to known issues with JSF and Javascript inside a 'framed' web page. But if anybody help me with this or point me to a resource that can help it would be very much appreciated.
    Many Thanks in advance.
    Chris

    Hi,
    I remember a similar issue with inner frames that should be fixed in JDeveloper 10.1.3.3. The problem was that the ADF Faces JavaScript did not get the correct document root.
    Frank

Maybe you are looking for

  • How do I get my child's iPad not to be linked to all of my apple products if he can't have an id due to age?

    I have an iPhone and an iPod. I bought my (young) son an iPad mini for Christmas. When setting it up , I tried to make him his own Apple ID, but could not due to his age. So then used my own id. But now all of our products are linked and he sees all

  • Configuring WASAPI in QuickTime

    Hi, I'm trying to activate WASAPI (Windows Audio Session) in Quicktime for playback using iTunes 9 in Windows XP Pro (32-bit). I'm opening Quicktime, on QuickTime Preferences I click "Audio" tab, then under Play Audio Using the "Windows Audio Session

  • How do i get a valid printer code for h470?

    I see that my printer is able to use eprint, but I cannot find any information on how to set this up and enable web services or ePrint.   My ultimate goal is to enable my mobile devices (tablet and phone) to be able to print. I see that the only way

  • How to refund the apple store card?

    I buy a e-applestore card mistakenly. What I want is iTunes card, so I buy a new one. I wonder how to refund the applestore card I bought before, I have not used it yet.

  • Dashboard widgets won't pop up.

    I love my dashboard but recently all my widgets refuse to pop up. One day when I turned my computer on and went into the dash board, all my widgets were gone so I to the menu place to bring them up again. They pop up for a second with the cool ripple