Ora-322 during startup

our end user complained that there was a power shutdown and when they restarted the Database server there was ora-322 mentioning log file is not correct. what should i do to recover the database. remember we are using unarchived mode with oracle 8.1.7 on linux server. would be waiting for urgent responce. thanks

I believe you log is corrupt , the workaround for this is to be recover your database prior to log corruption.
sql > startup mount ;
sal > recover database until cancel ;
hare krishna
Alok

Similar Messages

  • ORA-01578 during startup

    Hi all;
    I have 9i database (9.2.0.7.0) instance on Windows XP. When I starting up the instance, I have an error like following and instance not open.
    ORA-01578: Oracle data block corrupted (file#2, block#121)
    ORA-01110: data file 2: 'C:\oracle\oradata\orcl\undotbs01.dbf'
    Unfortunately I have no backup. What can I do to solve this problem?

    My createcfile.sql including following commands:
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE DATABASE "ORCL" NORESETLOGS  NOARCHIVELOG
    --  SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 50
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 226
    LOGFILE
    GROUP 1 'C:\ORACLE\ORADATA\ORCL\REDO01.LOG'  SIZE 100M,
    GROUP 2 'C:\ORACLE\ORADATA\ORCL\REDO02.LOG'  SIZE 100M,
    GROUP 3 'C:\ORACLE\ORADATA\ORCL\REDO03.LOG'  SIZE 100M
    -- STANDBY LOGFILE
    DATAFILE
    +'C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\CWMLITE01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\DRSYS01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\EXAMPLE01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\INDX01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\ODM01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\TOOLS01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\USERS01.DBF',+
    +'C:\ORACLE\ORADATA\ORCL\XDB01.DBF',+
    +'C:\ORA9DB\TSPACE\MUHDTA01.DBS',+
    +'C:\ORA9DB\TSPACE\MUHIDX01.DBS',+
    +'C:\ORA9DB\TSPACE\SISTEM01.DBS',+
    +'C:\ORA9DB\TSPACE\STKDTA01.DBS',+
    +'C:\ORA9DB\TSPACE\STKIDX01.DBS',+
    +'C:\ORA9DB\TSPACE\SIPDTA01.DBS',+
    +'C:\ORA9DB\TSPACE\SIPIDX01.DBS',+
    +'C:\ORA9DB\TSPACE\DATDTA01.DBS',+
    +'C:\ORA9DB\TSPACE\DATIDX01.DBS',+
    +'C:\ORA9DB\TSPACE\ROLL01.DBF',+
    +'C:\ORA9DB\TSPACE\TEMPDTA01.DBS',+
    +'C:\ORA9DB\TSPACE\INDEX.DBS',+
    +'C:\ORA9DB\TSPACE\CARIFIS.DBS',+
    +'C:\ORA9DB\TSPACE\CARIFISIDX.DBS',+
    +'C:\ORA9DB\TSPACE\CARIHESAP.DBS',+
    +'C:\ORA9DB\TSPACE\CARIIDX.DBS',+
    +'C:\ORA9DB\TSPACE\EVRAK.DBS',+
    +'C:\ORA9DB\TSPACE\EVRAKIDX.DBS',+
    +'C:\ORA9DB\TSPACE\ARSIVDATA.DBS',+
    +'C:\ORA9DB\TSPACE\ARSIVIDX.DBS',+
    +'C:\ORA9DB\TSPACE\UNDO01.DBF'+
    CHARACTER SET WE8ISO8859P9
    +;+
    RECOVER DATABASE
    ALTER DATABASE OPEN;
    Then I ran following commands:
    shutdown immediate;
    [email protected]+
    I have following errors:
    SQL> @C:\createcfile.sql
    ORACLE instance started.
    Total System Global Area 655434496 bytes
    Fixed Size 455424 bytes
    Variable Size 494927872 bytes
    Database Buffers 159383552 bytes
    Redo Buffers 667648 bytes
    CREATE CONTROLFILE REUSE DATABASE "ORCL" NORESETLOGS NOARCHIVELOG
    *+
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file 'C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF'
    ORA-27047: unable to read the header block of file
    OSD-04001: invalid logical block size
    ORA-01507: database not mounted
    ALTER DATABASE OPEN
    *+
    ERROR at line 1:
    ORA-01507: database not mounted

  • Encountered ora-29701 during Sun Cluster for Oracle RAC 9.2.0.7 startup (UR

    Hi all,
    Need some help from all out there
    In our Sun Cluster 3.1 Data Service for Oracle RAC 9.2.0.7 (Solaris 9) configuration, my team had encountered
    ora-29701 *Unable to connect to Cluster Manager*
    during the startup of the Oracle RAC database instances on the Oracle RAC Server resources.
    We tried the attached workaround by Oracle. This workaround works well for the 1^st time but it doesn’t work anymore when the server is rebooted.
    Kindly help me to check whether anyone encounter the same problem as the above and able to resolve. Thanks.
    Bug No. 4262155
    Filed 25-MAR-2005 Updated 11-APR-2005
    Product Oracle Server - Enterprise Edition Product Version 9.2.0.6.0
    Platform Linux x86
    Platform Version 2.4.21-9.0.1
    Database Version 9.2.0.6.0
    Affects Platforms Port-Specific
    Severity Severe Loss of Service
    Status Not a Bug. To Filer
    Base Bug N/A
    Fixed in Product Version No Data
    Problem statement:
    ORA-29701 DURING DATABASE CREATION AFTER APPLYING 9.2.0.6 PATCHSET
    *** 03/25/05 07:32 am ***
    TAR:
    PROBLEM:
    Customer applied 9.2.0.6 patchset over 9.2.0.4 patchset.
    While creating the database, customer receives following error:
         ORA-29701: unable to connect to Cluster Manager
    However, if customer goes from 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the problem does not occur.
    DIAGNOSTIC ANALYSIS:
    It seems that the problem is with libskgxn9.so shared library.
    For 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the install log shows the following:
    installActions2005-03-22_03-44-42PM.log:,
    [libskgxn9.so->%ORACLE_HOME%/lib/libskgxn9.so 7933 plats=1=>[46]langs=1=> en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,et,fi,de,el,iw,hu,is,in, it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,zh_CN,sk,sl,es_ES,sv,th,zh_TW, tr,uk,vi]]
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]]
    For 9.2.0.4 -> 9.2.0.6, install log shows:
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]] does not exist.
    This means that while patching from 9.2.0.4 -> 9.2.0.5, Installer copies the libcmdll.so library into libskgxn9.so, while patching from 9.2.0.4 -> 9.2.0.6 does not.
    ORACM is located in /app/oracle/ORACM which is different than ORACLE_HOME in customer's environment.
    WORKAROUND:
    Customer is using the following workaround:
    cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk rac_on ioracle ipc_udp
    RELATED BUGS:
    Bug 4169291

    Check if following MOS note helps.
    Series of ORA-7445 Errors After Applying 9.2.0.7.0 Patchset to 9.2.0.6.0 Database (Doc ID 373375.1)

  • During startup we receive ORA-01092: ORACLE instance terminated. Disconnect

    During database startup we receive ORA-01092: ORACLE instance terminated. Disconnection forced error

    During database startup we receive ORA-01092: ORACLE instance terminated. Disconnection forced errorWas this working before? If yes, any changes been done recently?
    Search MOS website for "ORA-01092 and startup" and check the docs.
    Thanks,
    Hussein

  • Unable to run the local bussiness server - Error during startup of BPA

    When i installed the BPA tool and started the 'LOCAL' server in oracle BPA Network. I am getting an error saying 'Unable to run the local bussiness server'. Then i checked the log and found the foolowing errors. Please suggest !
    LoG File 1:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    2009-03-10 22:18:53,199     [ ARIS Server Site Startup process ]
    2009-03-10 22:18:53,199     
    2009-03-10 22:18:53,324     Started profile Private@17057
    2009-03-10 22:18:53,324     Started profile Public@17055
    2009-03-10 22:18:53,324     Started profile Agent@17058
    2009-03-10 22:18:53,339     
    2009-03-10 22:18:53,339     Starting ARIS Nameservice 10.1.3.4.271679(Public)
    2009-03-10 22:18:53,339     
    2009-03-10 22:18:53,339     Starting ARIS Eventservice 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,355     
    2009-03-10 22:18:53,355     Starting ARIS Nameservice 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,355     
    2009-03-10 22:18:53,355     Starting DB event initialisation 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,417     - event channel is created
    2009-03-10 22:18:53,433     
    2009-03-10 22:18:53,433     Starting Aris LockService 10.1.3.4.271679(Private)
    2009-03-10 22:18:53,433     - using mapping 'com.idsscheer.aris.server.dl.mapimpl.ora.AMapping'
    2009-03-10 22:18:53,448     - using url 'jdbc:oracle:thin:@LOCALHOST:1521:orcl'
    2009-03-10 22:21:53,459     Launch of Aris LockService failed!
    2009-03-10 22:21:53,459     
    2009-03-10 22:21:53,459     [ There have been ERRORS, ARIS Server Site is going down ... ]
    2009-03-10 22:21:53,459     Terminating ARIS Server Site ...
    2009-03-10 22:21:53,459     Shutting down DB event initialisation ...
    2009-03-10 22:21:53,475     Shutting down ARIS Nameservice ...
    2009-03-10 22:21:53,475     Shutting down ARIS Eventservice ...
    2009-03-10 22:21:53,475     Shutting down ARIS Nameservice ...
    2009-03-10 22:21:55,487     ARIS Server Site terminated!
    2009-03-10 22:21:55,487     
    2009-03-10 22:21:55,487     [ ARIS Server Site is down ]
    2009-03-10 22:21:55,487     
    2009-03-10 22:21:58,498     Terminating ARIS Server Site ...
    2009-03-10 22:21:58,498     ARIS Server Site terminated!
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,606     ARIS Server Site
    2009-03-10 22:59:48,606     (c) 2005 IDS Scheer
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,606     [ ARIS Server Site Startup process ]
    2009-03-10 22:59:48,606     
    2009-03-10 22:59:48,762     Started profile Private@17057
    2009-03-10 22:59:48,762     Started profile Public@17055
    2009-03-10 22:59:48,762     Started profile Agent@17058
    2009-03-10 22:59:48,762     
    2009-03-10 22:59:48,762     Starting ARIS Nameservice 10.1.3.4.271679(Public)
    2009-03-10 22:59:48,777     
    2009-03-10 22:59:48,777     Starting ARIS Eventservice 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,793     
    2009-03-10 22:59:48,793     Starting ARIS Nameservice 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,793     
    2009-03-10 22:59:48,793     Starting DB event initialisation 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,855     - event channel is created
    2009-03-10 22:59:48,855     
    2009-03-10 22:59:48,871     Starting Aris LockService 10.1.3.4.271679(Private)
    2009-03-10 22:59:48,871     - using mapping 'com.idsscheer.aris.server.dl.mapimpl.ora.AMapping'
    2009-03-10 22:59:48,887     - using url 'jdbc:oracle:thin:@LOCALHOST:1521:orcl'
    2009-03-10 23:02:49,309     Launch of Aris LockService failed!
    2009-03-10 23:02:49,309     
    2009-03-10 23:02:49,309     [ There have been ERRORS, ARIS Server Site is going down ... ]
    2009-03-10 23:02:49,309     Terminating ARIS Server Site ...
    2009-03-10 23:02:49,309     Shutting down DB event initialisation ...
    2009-03-10 23:02:49,309     Shutting down ARIS Nameservice ...
    2009-03-10 23:02:49,309     Shutting down ARIS Eventservice ...
    2009-03-10 23:02:49,309     Shutting down ARIS Nameservice ...
    2009-03-10 23:02:51,321     ARIS Server Site terminated!
    2009-03-10 23:02:51,321     
    2009-03-10 23:02:51,321     [ ARIS Server Site is down ]
    2009-03-10 23:02:51,321     
    2009-03-10 23:02:54,332     Terminating ARIS Server Site ...
    2009-03-10 23:02:54,332     ARIS Server Site terminated!
    Error Log 2:Exception
    2009-03-10 18:19:39,019     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    2009-03-10 18:28:52,307     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    2009-03-10 22:21:53,459     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    2009-03-10 23:02:49,309     com.idsscheer.aris.server.Exceptions - Launch failed!
    com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:368)
    com.idsscheer.aris.server.common.launch.AFatalLaunchableInitException: Launch of Aris LockService failed!
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:65)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startService(AArisLauncher.java:548)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startServices(AArisLauncher.java:502)
         at com.idsscheer.aris.server.launcher.AArisLauncher.launchAll(AArisLauncher.java:456)
         at com.idsscheer.aris.server.launcher.AArisLauncher.trystart(AArisLauncher.java:365)
         at com.idsscheer.aris.server.launcher.AArisLauncher.startup(AArisLauncher.java:302)
         at com.idsscheer.aris.server.launcher.AArisLauncher.main(AArisLauncher.java:155)
    Caused by: java.lang.RuntimeException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:111)
         at com.idsscheer.aris.server.launcher.AArisLaunchable.startup(AArisLaunchable.java:63)
         ... 6 more
    Caused by: com.idsscheer.aris.server.dl.ls.core.AFatalInitException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:79)
         at com.idsscheer.aris.server.dl.ls.core.logic.ALockServiceFactoryInternal.createLockService(ALockServiceFactoryInternal.java:43)
         at com.idsscheer.aris.server.dl.ls.core.ALockServiceFactory.createLockService(ALockServiceFactory.java:22)
         at com.idsscheer.aris.server.launcher.ARemoteLockServiceLaunchable$ALaunchableImpl.startup(ARemoteLockServiceLaunchable.java:106)
         ... 7 more
    Caused by: com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher$ACannotStartException: timeout exceeded, cannot connect to database server (url=jdbc:oracle:thin:@LOCALHOST:1521:orcl)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.waitUntilServerIsUp(AOraLauncher.java:87)
         at com.idsscheer.aris.server.dl.mapimpl.ora.dblauncher.AOraLauncher.startup(AOraLauncher.java:60)
         at com.idsscheer.aris.server.dl.mapimpl.ora.AMapping.startDatabase(AMapping.java:76)
         ... 10 more
    ----------------------------------------------------------------------------------------------------------------------------------------------

    S1:I uninstalled BPA.
    S2: I installed BPA again using the default options by selecting all the default options that the BPA showed during installation. EG. I selected 'Oracle Lite' which was by default an option.
    S3: After BPA installation, I also installed BPA Publisher which i had not done last time.
    S4: Restated my system and it all works gr8 now.
    Actually, the BPA Publisher creats a Repository area so it should have been installed along with the BPA installation. And Since a Repository area was not found it was giving this error message again and again.
    Now its all fine . Hopefully, some one else will learn from my mistakes.

  • Character set error during startup

    Hi all
    This is a follow up of the following problem: Paralel Install of Ora8i and Ora9i
    Please read it before continue.
    This seems to be a database problem, so that I post it here:
    I'm going forward with my problem. It seems that's a problem with versions in the startup routine. When I try to start the instances with the 9i dbstart tool, all is going well.
    Now I changed the oracle script in /etc/init.d in a was that it will explicitly start the 9i dbstart tool. Now the instances come up normally, except the following error during mount of the instance:
    ORA-12709: error while loading create database character set.
    For me it looks like an mistaken during the creation of the database. Or perhaps its again a version problem.
    Any clue around for this?
    Greetings
    Salvatore

    Ok Here the answers:
    1) Error during startup
    2) Error during startup
    3) Error during startup
    The Oracle Environment seems to be OK. I can use all variables in the oracle script during OS boot.
    I suspect that something is going wrong during the database creation. But in the Oracle Error Message Documentation I read "contact Support Services". So I'm unsure what to do. AFAIK we don't have a support contract, nor I can use any paid service.

  • FRM-92101 There was a failure in the forms server during startup

    Hi guys when running EBS i am getting this error:
    it happens when i try to load any form i.e hrms managemnet --> work structure -> organization
    error : FRM-92101 There was a failure in the forms server during startup
    this could happen due to invalid configuration
    please look into webserver log file for detail
    following are the formsweb.cfg file details:
    -------------------------------------------------------------------------------start----------------------------------------
    [oratest@kapp server]$ vi formsweb.cfg
    [oratest@kapp server]$ tail -1000 formsweb.cfg
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=/mnt/extdrive/VIS/apps/tech_st/10.1.2/
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=orac
    ------------------------------------------------------end----------------------------------------------
    plz help
    regards,
    kashif

    Hi Hussein,
    i got the error in application log that libXm.so.2 is missing, then i installed openmotif to resolve it, but after that form window is not opening.
    and application log is as follows:
    10/10/22 18:41:45.258 10.1.3.0.0 Started
    10/10/22 18:41:46.981 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/22 18:41:46.993 formsweb: 10.1.3.0.0 Started
    10/10/22 18:44:38.873 formsweb: ListenerServlet init()
    10/10/22 18:44:40.204 formsweb: Forms session <1> failed during startup: no response from runtime process
    10/10/22 18:44:40.206 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    10/10/23 14:57:11.795 10.1.3.0.0 Started
    10/10/23 14:57:22.415 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 14:57:22.641 formsweb: 10.1.3.0.0 Started
    10/10/23 15:01:33.111 formsweb: 10.1.3.0.0 Stopped
    10/10/23 15:05:56.542 10.1.3.0.0 Started
    10/10/23 15:05:58.541 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 15:05:58.652 formsweb: 10.1.3.0.0 Started
    10/10/23 15:15:29.23 formsweb: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:306)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    10/10/23 15:32:28.558 formsweb: 10.1.3.0.0 Stopped
    10/10/23 15:33:44.992 10.1.3.0.0 Started
    10/10/23 15:33:46.570 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 15:33:46.610 formsweb: 10.1.3.0.0 Started
    regards,
    kashif

  • R12: "FRM-92101:There was a failure in the Forms Server during startup"

    LINUX VERSION:
    [oracle@USSLTC3118V StageR12]$ cat /etc/*-release
    Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    LOGS:
    $/ebs/oracle/VIS/inst/apps/VIS_ussltc3118v/logs/ora/10.1.3/j2ee/forms/forms_default_group_1/application.log:
    12/06/07 08:55:15.661 formsweb: Forms session <11> aborted: unable to communicate with runtime process.
    12/06/07 08:55:15.663 formsweb: Forms session <11> exception stack trace:
    java.lang.StringIndexOutOfBoundsException: String index out of range: -6
    at java.lang.String.substring(String.java:1938)
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    12/06/07 10:02:25.980 formsweb: Forms session <12> aborted: unable to communicate with runtime process.
    12/06/07 10:02:25.980 formsweb: Forms session <12> exception stack trace:
    java.lang.StringIndexOutOfBoundsException: String index out of range: -6
    at java.lang.String.substring(String.java:1938)
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    [root@USSLTC3118V VIS]# cat ./inst/apps/VIS_ussltc3118v/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    12/05/31 11:52:36 FormsServlet init():
    configFileName: /ebs/oracle/VIS/inst/apps/VIS_ussltc3118v/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    12/05/31 11:52:36 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
    12/06/05 16:23:05 ListenerServlet init()
    12/06/05 16:23:09 Forms session <1> failed during startup: no response from runtime process
    12/06/05 16:23:32 Forms session <2> aborted: unable to communicate with runtime process.
    12/06/06 09:23:04 Forms session <3> aborted: unable to communicate with runtime process.
    12/06/06 10:48:47 Forms session <4> aborted: unable to communicate with runtime process.
    12/06/06 12:43:05 Forms session <5> aborted: unable to communicate with runtime process.
    12/06/06 19:48:33 Forms session <6> aborted: unable to communicate with runtime process.
    12/06/06 19:49:04 Forms session <7> aborted: unable to communicate with runtime process.
    12/06/07 08:43:26 Forms session <8> aborted: unable to communicate with runtime process.
    12/06/07 08:46:39 Forms session <9> aborted: unable to communicate with runtime process.
    12/06/07 08:52:56 Forms session <10> aborted: unable to communicate with runtime process.
    12/06/07 08:55:15 Forms session <11> aborted: unable to communicate with runtime process.
    12/06/07 10:02:25 Forms session <12> aborted: unable to communicate with runtime process.
    [root@USSLTC3118V VIS]#
    Solutions I Tried:
    REMOVE
    rpm -e openmotif21-2.1.30-11.EL5
    INSTALL
    rpm -i openmotif21-2.1.30-11.EL5.i386.rpm
    [root@USSLTC3118V lib]# make -f ins_forms.mk install
    ins_forms.mk:42: /forms/lib/env_forms.mk: No such file or directory
    ins_forms.mk:581: warning: overriding commands for target `-pure'
    ins_forms.mk:574: warning: ignoring old commands for target `-pure'
    ins_forms.mk:583: warning: overriding commands for target `-quantify'
    ins_forms.mk:576: warning: ignoring old commands for target `-quantify'
    ins_forms.mk:585: warning: overriding commands for target `-cov'
    ins_forms.mk:578: warning: ignoring old commands for target `-cov'
    ins_forms.mk:588: warning: overriding commands for target `-pure'
    ins_forms.mk:581: warning: ignoring old commands for target `-pure'
    ins_forms.mk:590: warning: overriding commands for target `-quantify'
    ins_forms.mk:583: warning: ignoring old commands for target `-quantify'
    ins_forms.mk:592: warning: overriding commands for target `-cov'
    ins_forms.mk:585: warning: ignoring old commands for target `-cov'
    ins_forms.mk:595: warning: overriding commands for target `-pure'
    ins_forms.mk:588: warning: ignoring old commands for target `-pure'
    ins_forms.mk:597: warning: overriding commands for target `-quantify'
    ins_forms.mk:590: warning: ignoring old commands for target `-quantify'
    ins_forms.mk:599: warning: overriding commands for target `-cov'
    ins_forms.mk:592: warning: ignoring old commands for target `-cov'
    make: *** No rule to make target `/forms/lib/env_forms.mk'. Stop.
    [root@USSLTC3118V lib]#
    Any insight as to what else shall I try?

    How do you get this error?
    Was this working before? If yes, any changes been done recently?
    Have you tried to run AutoConfig and see if it completes successfully?
    Please see these docs.
    R12: "FRM-92101: There Was a Failure in the Forms Server During Startup" Error When Executing EXECUTE_QUERY in Forms [ID 1111113.1]
    R12: "FRM-92101: There was failure in the Forms Server during startup" Error While Submitting Concurrent Requests [ID 867501.1]
    Users Receive FRM-92101 oracle.forms.net.ConnectionException Errors When Launching E-Business Suite Forms Responsibility and Function [ID 1258305.1]
    Forms are Erroring with FRM-92101:There was a failure in the forms server during start up. [ID 1433329.1]
    Thanks,
    Hussein

  • Frm-92101 there was a failure in the forms server during startup after R12.2

    Hi All,
    I have install the multinode(2 Node) R12.2 on CentOS 6 with no issues, while launching java forms it is showing "frm-92101 there was a failure in the forms server during startup"
    I had this same issue before when I install R12.1.1 so I check log file at $LOG_HOME/ora/10.1.3/opmn/forms_default_group_1/formsstd.out.
    I resolved the issue by installing openmotif package,However in 12.2 the file directory changes can you please help to resolve this issue.
    Please help me to resolve this issue in 12.2?
    Thanks & Regards,
    Rahul.k

    I have install the multinode(2 Node) R12.2 on CentOS 6 with no issues
    This is not a supported OS. The list of supported Linux OS is in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)).
    while launching java forms it is showing "frm-92101 there was a failure in the forms server during startup"
    Is it from the same Linux server? If yes, Linux is not supported as a client tier node -- Recommended Browsers for Oracle E-Business Suite Release 12 (Doc ID 389422.1)
    Thanks,
    Hussein

  • ORA-17612 during DB instance install

    hi oracle guru's - i have hit this error when doing doing a db instance install:
    ORA-17612: Failed to discover Oracle Disk Manager library, return value string
    Cause: Discovery of the odm library by calling odm_discover() failed
    Action: Contact your storage vendor who has provided the ODM library or call Oracle Support
    i am using sapinst to create the DB instance, but can reproduce the problem by running the same commands sapinst is doing behind the scenes (i.e. running "startup nomount" in sqlplus throws the error)
    some background info is relevant, as ODM (Oracle Disk Manager) and VxFS filesystem setup is involved. i have that and some screenshots below - please let me know if you have any idea how to get past this - thanks
    ==
    we are bw3.5 on hpux11.23(ia64) and ora10202, sid is u201CBW4u201D. this is our UAT system and we are in the
    middle of the DT window for a Unicode conversion
    we have a ServiceGuard cluster w/ 2 nodes:
    g1u0340c
    g1u0341c
    the DBCI package runs on either node. currently the db is running on
    340c node. so the 340c node is the non-unicode (NUC) node. and the
    way we are doing this UC conv project is to essentially "break" the
    HA/SG cluster temporarily (no failover capability during the tech
    conversion)...and export from the 340c (nuc) node into the 341c node
    (unicode node). 
    since this was a SG setup, we had the oracle binaries/patches/everything installed on both nodes already. (i.e. all
    the normal installation dir's under /oracle/BW4/102_64 existed - on
    both nodes - and still do).
    one other point that i must bring up, due to the specific error #
    (ora17612) is ODM. we have ODM (asynch io) setup here on BW4 on both nodes of the cluster.  the ODM was installed a few months ago but (in hindsight) we failed to do proper failover testing of the SG cluster to see if oracle would run on the 341c node.
    the ODM setup/installation on BW4 happened on both nodes of the cluster
    and involved these main items (much from note 999524):
    - removing T2795BA (v. A.01.00 of HP Serviceguard Cluster File System
    with MCOE), then installing T2796BA (HP Serviceguard Cluster File
    System for Oracle) [by Unix team]
    - adjusting the dbci<SID>.control.script, a SG config file (making some
    mounts have 'noqio') [by Unix team]
    - other mounts were chg'd to noqio based on this: if CFS (then chg'd
    at command line)...if not, then these dedicated mounts were changed
    in /etc/fstab [by Unix team]
    - config soflink from oracle files to ODM library (in /opt/VRTS*)
    in /oracle/<SID>/102_64/lib [by DBA per note 999524]
    so now you have all the "background" info...now on to the actual error
    i got and where i was in the SAPINST DB INSTANCE install when i
    received the error. 1 more bit of "background" - as far as this DB
    INSTANCE install...my goal here was to "reuse" the existing oracle
    installation and ~46 one-off patches (since that is not specific to
    unicode/non-unicode i should be able to do that). so...that means when
    sapinst got to the prompt telling me to go install the oracle software
    (via OUI)...at that point i didn't have to do anything (again, all the
    normall installation files/dir were already there on the 341c node
    under /oracle/BW4/102_64)...So at that pt i just hit 'ok' at the
    sapinst prompt and it went on to the next steps (primarily, to create
    the new database)
    sapinst threw the ora17162 error during the u201Ccreate oracle databaseu201D stepu2026
    so it was logging in via sqlplus and doing a u201Cstartup nomountu201D when the error occurred.
    I have compared both nodes and cannot find any difference in the ODM related files that I know of at leastu2026that is stuff in /opt/VRTSodm as well as stuff in the /oracle/BW4/102_64/lib (the softlinks from the library files there to the /opt/VRTSodm directory)u2026I also cannot see any difference in the requ2019d HP SG SMS software that was required (swlist matches for the expected HP SG SMS software)u2026so Iu2019m at a loss to figure out where oracle is looking and canu2019t find the ODM library u2013 if you have any ideas what I could check please let me know!
    (apparently oracle runs a "odm_discover" call b4 during startup...and this is where it's failing)

    Hello Ben,
    I don't know if it will be usefull but have you checked this note from HP yet?
    http://docs.hp.com/en/T1859-90038/ch02s17.html
    Maybe it will help you to find what's going on.

  • Can't update Norton after upgrading to Lion...holding 3 and 2 during startup didn't correct issue (Lion is 64 bit)

    how do i get my older mac to allow norton to update virus definitions...error says i need to startup with 32 bit kernel but i tried it and still can't do it (i held 3 and 2 down during startup per Apple.com instructions)

    I meant to include this info from the System Profile:
    Maybe easier to read:
    Canon MF4400 Series:
      Status:          Idle
      Print Server:          Local
      Driver Version:          1.1.0
      Default:          Yes
      Shared:          Yes
      URI:          usb://Canon/MF4400%20Series?serial=0122F5200302
      PPD:          Canon MF4400 Series
      PPD File Version:          1.1.0
      PostScript Version:          (3010.000) 550
    (3010.000) 651
      CUPS Version:          1.6svn (cups-327)
      Scanning support:          Yes
      Scanning app (bundleID path):          -
      Scanning app version:          -
      Scanner UUID:          00000000-3031-3232-4635-323030333032
      Printer Commands:          none
      CUPS filters:
    capdftopdl:
      Path:          /Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl
      Permissions:          rwxr-xr-x
      Fax support:          No
      PDEs:
    BasicSettingsPDE.plugin:
      Sandbox compliant:          Yes

  • Error during startup of portal service after SPS11

    Hi Guys,
    After installation of SPS11 to our 2004s portal system we have problem with startup of our Portal service.
    Before SPS11 we had SPS9 system and everything was working correctly.
    Our service is connecting to Database during its initialization.
    This is part of our code:
    Properties p = new Properties();
    p.put("java.naming.factory.initial", "com.sap.engine.services.jndi.InitialContextFactoryImpl");
    try
         Context ctx = new InitialContext(p);
         _ds = (DataSource)ctx.lookup(POOLNAME);
         Connection conn = _ds.getConnection();
         conn.close();
         LogWriter.traceInfo(LogWrapper.trace,"Connection established.");
    } catch (NamingException ex)
    The error is:
    #1.5#000802A2BF4A00580000038200003E3000042C1F016BDC9A#1174411586934#System.err#sap.com/irj#System.err#Guest#2####a813ff20d70611dbbcd7000802a2bf4a#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of SABMILLER.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:649)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:344)
         at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:254)
         at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:271)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at cz.sap.statemanagement.StateLogRetriever.<init>(StateLogRetriever.java:73)
    The probleam appears only during startup of portal!
    If you deploy service on running portal it is started without any problems.
    We tried to apply note (Note 960199 - 2-Phase Init Mechanism for Portal Services is Deprecated) but without success.
    This is modification of our portalapps.xml as described in Note.
        <service name="StatemanagementLogService">
          <service-config>
            <property name="className" value="cz.sap.statemanagement.StatemanagementLogService"/>
            <property name="startup" value="true"/>
            <property name="twophaseinit" value="always"/>
          </service-config>
    Please could you help us with this problem?
    Anyone has an idea what is wrong?
    Thanks a lot
    Ondrej

    Hi Nirmal,
    thanks you for your quick response. This is what the installer returns when I use your suggested command:
    Mar 7, 2012 2:35:56 PM [Error]: The parameter jce_policy_zip in externally supplied configuration is invalid.
    I looked up the parameters for the STARTUP:
    rootdir [guiport] [httpport] [guistart] [guimode] [config] [sid] [instanceNr]
    Thus the jce_policy_zip is not a valid parameter.
    However, after deleting the file specified I could just run STARTUP again and this worked.
    Thanks
    Marcel
    Edited by: M. Rabe on Mar 7, 2012 2:57 PM

  • Screen Goes Black During Startup (after login)

    Hello,
    I have a 2005 Mac Mini PPC OS 10.4.11. This is the first problem I've had since purchasing the computer. This problem popped up out of nowhere. The screen goes black during startup just after I login into my account. I can hear the hard drive spin like it is finishing the startup process. The monitor power button blinks green.
    I'm using the digital video cable. I tried switching to the VGA cable but the screen then goes black before the login screen.
    The computer will startup in Safe mode.
    I've tried Disk Utility (repair disk and repair permissions), Techtool Pro, Drive Genius, ColorSync Utility, Reset Pram, installed latest OS updates, and even re-installed the System twice (once because I removed all the Extension files and then the computer would not startup at all).
    I've also tried removing cache files, plist files, startup files, preference files, and some or all of extension files.
    The only applications I have recently installed were QuickTime Pro and a .flv movie player; both about a week before this problem started. I tried to uninstall them but could not figure out how.
    What is the problem? How can this be fixed?
    Thanks.
    Richard

    Howdy. I have Had the same problem as you in regards to a ViewSonic Monitor and the Mac Mini. This is my post:
    Monitor failure when switching resolutions
    Using Displays with the Mac mini, Apr 1, 2008, Replies: 2
    Running 10.5.2 on Mac Mini G4 1.42 Ghz with ATI Radeon 9200, 32 MB VRAM and ViewSonic VX922
    When switching resolutions from 1280x1024 to 800x600 or vice versa, the monitor will cut to black and the power light on the monitor switches from solid green to flashing green. Only by combinations of powering down the mini and starting it up again with the monitor on or off will bring the monitor back to life. This problem makes it difficult to play World of Warcraft amongst other games. Any feedback in regards to this problem would be appreciated.
    Thank You!
    At this point, I am unable to switch Monitor resolutions. If I do, the monitor goes black, and I have to power everything down and wait a while before I can restart.
    I've resigned myself to not switching resolutions, but I'm wondering if you've had any luck.
    Thanks for your time!
    Kevin

  • ORA-39126 during an export of a partition via dbms_datapump

    Hi ,
    i did export using datapump in command line everything went fine but while exporting via dbms_datapump i got this:
    ORA-39126 during an export of a partition via dbms_datapump
    ORA-00920
    'SELECT FROM DUAL WHERE :1' P20060401
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    the procedure is:
    PROCEDURE pr_depura_bitacora
    IS
    l_job_handle NUMBER;
    l_job_state VARCHAR2(30);
    l_partition VARCHAR2(30);
    v_sql VARCHAR2(2000);
    BEGIN
    -- Create a user-named Data Pump job to do a "table:partition-level" export
    -- Local
    select 'P'|| to_char((select min(STP_LOG_DATE) from SAI_AUDITBITACORA),'YYYYMM')||'01'
    into l_partition
    from user_tab_partitions
    where table_name = 'SAI_AUDITBITACORA'
    and rownum = 1;
    l_partition := rtrim (l_partition,' ');
    l_job_handle:= DBMS_DATAPUMP.OPEN
    operation=>'EXPORT',
    job_mode =>'TABLE',
    job_name =>'EXPORT_ORACLENSSA'
    -- Schema filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'SCHEMA_EXPR',
    value => 'IN (''ORACLENSSA'')'
    DBMS_OUTPUT.PUT_LINE('Added filter for schema list');
    -- Table filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'NAME_EXPR',
    value => '=''SAI_AUDITBITACORA'''
    DBMS_OUTPUT.PUT_LINE('Added filter for table expression');
    -- Partition filter
    DBMS_DATAPUMP.DATA_FILTER
    handle => l_job_handle,
    name => 'PARTITION_EXPR',
    value => l_partition,
    table_name => 'SAI_AUDITBITACORA'
    DBMS_OUTPUT.PUT_LINE('Partition filter for schema list');
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.DMP',
    directory => 'EXP_DATA_PUMP',
    filetype => 1
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.LOG',
    directory => 'EXP_DATA_PUMP',
    filetype => 3
    DBMS_DATAPUMP.START_JOB
    handle => l_job_handle,
    skip_current => 0
    DBMS_DATAPUMP.WAIT_FOR_JOB
    handle => l_job_handle,
    job_state => l_job_state
    DBMS_OUTPUT.PUT_LINE('Job completed - job state = '||l_job_state);
    DBMS_DATAPUMP.DETACH(handle=>l_job_handle);
    END;
    I've already drop and recreate the directory, granted read, write to public and to user, grant create session, create table, create procedure, exp_full_database to user, restart the database and the listener with the var LD_LIBRARY pointing first to $ORACLE_HOME/lib, and add more space to temporary tablespace.

    The basic problem is:
    Error: ORA 920
    Text: invalid relational operator
    Cause: A search condition was entered with an invalid or missing relational
    operator.
    Action: Include a valid relational operator such as =, !=, ^=, <>, >, <, >=, <=
    , ALL, ANY, [NOT] BETWEEN, EXISTS, [NOT] IN, IS [NOT] NULL, or [NOT]
    LIKE in the condition.
    Obviously this refers to the invalid statement 'SELECT FROM DUAL ...'. I also recommend, you should contact Oracle Support, because it happens inside an Oracle provided package.
    Werner

  • Can't get into Logic crashes during startup

    Hi please help.
    I can't get into Logic Pro during startup after loading loops, instruments, audio units and just at starting of loading my song (at updating) it crashes. Below is the crash report. Can anyone see anything funky that could help me????
    I've tried everything, from a reinstall, to repair permissions, uninstall all audio units,etc..... i'm losing my mind and Apple dudes won't help unless I pay $400 for audio contract, ridiculous!!!!!!
    Process: Logic Pro [733]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.1.1 (1697.53)
    Build Info: Logic-16975300~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [119]
    Date/Time: 2010-10-06 13:50:02.614 -0400
    OS Version: Mac OS X 10.6.4 (10F2521)
    Report Version: 6
    Interval Since Last Report: 37943 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 392 sec
    Per-App Crashes Since Last Report: 4
    Anonymous UUID: 94B8B287-5878-46EA-8880-FA5D6935050C
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 ...sic.apps.MAAudioUnitSupport 0x0000000101084128 XAUCopyComponentName + 10152
    1 ...sic.apps.MAAudioUnitSupport 0x000000010107ea16 ArchitectureIndexToID + 22246
    2 ...sic.apps.MAAudioUnitSupport 0x000000010107fe11 ArchitectureIndexToID + 27361
    3 com.apple.logic.pro 0x00000001006bf64e std::vector<CUnilibAnimation*, std::allocator<CUnilibAnimation*> >::M_insert_aux(__gnu_cxx::__normaliterator<CUnilibAnimation**, std::vector<CUnilibAnimation*, std::allocator<CUnilibAnimation*> > >, CUnilibAnimation* const&) + 68878
    4 com.apple.logic.pro 0x00000001006bf182 std::vector<CUnilibAnimation*, std::allocator<CUnilibAnimation*> >::M_insert_aux(__gnu_cxx::__normaliterator<CUnilibAnimation**, std::vector<CUnilibAnimation*, std::allocator<CUnilibAnimation*> > >, CUnilibAnimation* const&) + 67650
    5 com.apple.logic.pro 0x00000001005280ad std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 379581
    6 ...le.music.apps.MAAudioEngine 0x0000000105303752 MD::Init(int, bool) + 4498
    7 ...le.music.apps.MAAudioEngine 0x000000010530976c MDCA::Init(int, bool) + 3068
    8 com.apple.logic.pro 0x00000001000b1e0b std::vector<CTransient, std::allocator<CTransient> >::operator=(std::vector<CTransient, std::allocator<CTransient> > const&) + 72811
    9 com.apple.logic.pro 0x00000001000b2f50 std::vector<CTransient, std::allocator<CTransient> >::operator=(std::vector<CTransient, std::allocator<CTransient> > const&) + 77232
    10 com.apple.logic.pro 0x000000010039adc4 std::Rbtree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::M_erase(std::_Rb_treenode<std::pair<short const, CGRect> >*) + 100084
    11 com.apple.logic.pro 0x00000001001a741a std::Listbase<PMName, std::allocator<PMName> >::Mclear() + 31626
    12 com.apple.logic.pro 0x00000001001abf07 std::Listbase<PMName, std::allocator<PMName> >::Mclear() + 50807
    13 com.apple.logic.pro 0x00000001005a4b64 std::vector<CMDAudioUnit::SIOConfig, std::allocator<CMDAudioUnit::SIOConfig> >::insert(_gnu_cxx::__normaliterator<CMDAudioUnit::SIOConfig*, std::vector<CMDAudioUnit::SIOConfig, std::allocator<CMDAudioUnit::SIOConfig> > >, CMDAudioUnit::SIOConfig const&) + 502068
    14 com.apple.Foundation 0x000000010579684e nsnotecallback + 167
    15 com.apple.CoreFoundation 0x0000000101742a90 __CFXNotificationPost + 1008
    16 com.apple.CoreFoundation 0x000000010172f008 _CFXNotificationPostNotification + 200
    17 com.apple.Foundation 0x000000010578d7b8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
    18 com.apple.AppKit 0x00000001023f4832 -[NSApplication _postDidFinishNotification] + 100
    19 com.apple.AppKit 0x00000001023f4767 -[NSApplication _sendFinishLaunchingNotification] + 66
    20 com.apple.AppKit 0x00000001024bf719 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 219
    21 com.apple.AppKit 0x00000001024bf395 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 77
    22 com.apple.Foundation 0x00000001057c514a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    23 com.apple.Foundation 0x00000001057c4f7a _NSAppleEventManagerGenericHandler + 114
    24 com.apple.AE 0x0000000106763323 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    25 com.apple.AE 0x000000010676321c dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    26 com.apple.AE 0x0000000106763123 aeProcessAppleEvent + 210
    27 com.apple.HIToolbox 0x0000000106ac5741 AEProcessAppleEvent + 48
    28 com.apple.AppKit 0x00000001023c4481 _DPSNextEvent + 1191
    29 com.apple.AppKit 0x00000001023c3bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    30 com.apple.AppKit 0x00000001023898d3 -[NSApplication run] + 395
    31 com.apple.prokit 0x0000000101c058a6 NSProApplicationMain + 268
    32 com.apple.logic.pro 0x0000000100029d38 DummyConnection::DummyConnection() + 86
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x000000010340008a kevent + 10
    1 libSystem.B.dylib 0x0000000103401f5d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x0000000103401c34 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x000000010340175e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x0000000103401088 pthreadwqthread + 353
    5 libSystem.B.dylib 0x0000000103400f25 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x000000010342adce select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x0000000101757e92 __CFSocketManager + 818
    2 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    3 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 com.apple.music.apps.MAFiles 0x000000010520e5c4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3 com.apple.music.apps.MAFiles 0x000000010520e679 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    5 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 com.apple.music.apps.MAFiles 0x000000010520e5c4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3 com.apple.music.apps.MAFiles 0x000000010520e679 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    5 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00000001033e735a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x0000000103425bc2 pthread_condwait + 1015
    2 com.apple.audio.CoreAudio 0x0000000101653826 CAGuard::WaitFor(unsigned long long) + 168
    3 com.apple.audio.CoreAudio 0x0000000101655db5 CAGuard::WaitUntil(unsigned long long) + 185
    4 com.apple.audio.CoreAudio 0x0000000101653f1f HP_IOThread::WorkLoop() + 1369
    5 com.apple.audio.CoreAudio 0x00000001016539c1 HPIOThread::ThreadEntry(HPIOThread*) + 9
    6 com.apple.audio.CoreAudio 0x00000001016538ef CAPThread::Entry(CAPThread*) + 125
    7 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    8 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 ...le.music.apps.MAAudioEngine 0x00000001052f1a55 MD::CallProcessThread1(void*) + 85
    3 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    4 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 ...le.music.apps.MAAudioEngine 0x00000001052f1865 MD::CallProcessThread2(void*) + 85
    3 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    4 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 ...le.music.apps.MAAudioEngine 0x00000001052f1675 MD::CallProcessThread3(void*) + 85
    3 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    4 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 ...le.music.apps.MAAudioEngine 0x00000001052f1531 MD::CallProcessThread4(void*) + 289
    3 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    4 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 ...le.music.apps.MAAudioEngine 0x00000001052f1321 MD::CallProcessThread5(void*) + 289
    3 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    4 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 11:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 ...le.music.apps.MAAudioEngine 0x00000001052f1111 MD::CallProcessThread6(void*) + 289
    3 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    4 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 12:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103425cd1 pthread_condwait + 1286
    2 ...le.music.apps.MAAudioEngine 0x00000001052f0f01 MD::CallProcessThread7(void*) + 289
    3 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    4 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 13:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103421d45 nanosleep + 148
    2 libSystem.B.dylib 0x000000010346eb14 sleep + 61
    3 ...sic.apps.MAAudioUnitSupport 0x00000001010893fa CAudioUnitClient::WatchDog(void*) + 26
    4 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    5 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 14:
    0 libSystem.B.dylib 0x0000000103421eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0000000103421d45 nanosleep + 148
    2 libSystem.B.dylib 0x0000000103421caf usleep + 57
    3 ...sic.apps.MAAudioUnitSupport 0x0000000101089f4a CGlobalContext::ListenForCallbacks() + 58
    4 ...sic.apps.MAAudioUnitSupport 0x000000010108ec1a CTestClient::CallbackThread(void*) + 122
    5 libSystem.B.dylib 0x0000000103420456 pthreadstart + 331
    6 libSystem.B.dylib 0x0000000103420309 thread_start + 13
    Thread 15:
    0 libSystem.B.dylib 0x0000000103400eaa _workqkernreturn + 10
    1 libSystem.B.dylib 0x00000001034012bc pthreadwqthread + 917
    2 libSystem.B.dylib 0x0000000103400f25 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x000000010c01f8b0 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x00000001035bfc20
    rdi: 0x0000000176e50c00 rsi: 0x0000000000000001 rbp: 0x00007fff5fbfe640 rsp: 0x00007fff5fbfe5e0
    r8: 0x0000000000000001 r9: 0x000000017903e4f0 r10: 0x0000000105788cbe r11: 0x0000000105788d47
    r12: 0x00000001799c04c0 r13: 0x00207fff5fbfe660 r14: 0x0000000000000000 r15: 0x0000000061756678
    rip: 0x0000000101084128 rfl: 0x0000000000010202 cr2: 0x00000001034467ef
    Binary Images:
    0x100000000 - 0x100bbefff com.apple.logic.pro 9.1.1 (1697.53) <65747113-A952-5F8A-9DFC-6AE42123F349> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x10105a000 - 0x10106bff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x101070000 - 0x1010abff7 com.apple.music.apps.MAAudioUnitSupport 9.1.1 (231.34) <D4662D37-02E4-717F-DECF-B331194EA7EA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0x1010d7000 - 0x1010d7ff7 com.apple.Carbon 150 (152) <29318EF4-8EB3-11C1-1AA5-CA67B3B1AC16> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x1010da000 - 0x10131cfef com.apple.AddressBook.framework 5.0.2 (870) <A1278575-53F2-CC00-7306-E49713FEC7C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x101456000 - 0x10157bfef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x1015ea000 - 0x101619ff7 +MAAssetSharing 250.10.0 (compatibility 1.0.0) <2B6E6424-A963-8370-C025-4A90BCF6EC59> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0x10162f000 - 0x101630ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x101635000 - 0x1016b4fe7 com.apple.audio.CoreAudio 3.2.3 (3.2.3) <EBBC5818-9C04-56A9-6BBD-0938E8FBF8D7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x1016ea000 - 0x10185fff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x101978000 - 0x101a50fe7 com.apple.DiscRecording 5.0.8 (5080.4.1) <36D923C9-FB21-5CB5-026F-D6B77CE98A7B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x101ab0000 - 0x101b0eff7 com.apple.framework.IOKit 2.0 (???) <00376B85-C54E-F1B9-1335-5938D9D2CA4F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x101b30000 - 0x101b36ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x101b3f000 - 0x101b41fef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x101b46000 - 0x101ba9ff7 com.apple.music.apps.MALoopManagement 9.1.1 (218.13) <6250F91A-CC49-AEFE-1089-748C8A023C84> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x101be8000 - 0x101de1fe7 com.apple.prokit 5.1 (917) <E64C47BB-71FC-41C2-C9C8-0C45575AB806> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x101f00000 - 0x101f97ff7 com.apple.music.apps.MACore 9.1.1 (475.31) <9F0501FD-6E11-44B0-5853-72768FBCC325> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x102000000 - 0x102000ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x102003000 - 0x10228afe7 com.apple.security 6.1.1 (37594) <C32E7E37-13EC-381A-7CA6-AAE3EBD2C1F1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x102380000 - 0x102d76fff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x10336b000 - 0x1033bbff7 com.apple.audio.midi.CoreMIDI 1.7 (42) <FD6DF850-6EEB-6804-8854-EDEB8262AC95> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1033e3000 - 0x1033e3ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x1033e6000 - 0x1035a6fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <773EA7FE-A60F-5866-02CD-64DCDF870E45> /usr/lib/libSystem.B.dylib
    0x103637000 - 0x103678fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x10369c000 - 0x1036fbfef com.apple.music.apps.MAHarmony 9.1.1 (198.13) <E1A16DA4-7B1D-B8B2-F762-3CCEBA231635> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x103728000 - 0x103b69fef com.apple.music.apps.MAPlugInGUI 9.1.1 (423.18) <F582F6F0-63F3-E667-D5E8-41785FB811E2> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x103f02000 - 0x104509fff com.apple.music.apps.MADSP 9.1.1 (586.30) <A11AA264-D15F-0956-0FCE-75A9A7352883> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x104db3000 - 0x104dd7ff7 com.apple.music.apps.LogicFileBrowser 9.1.1 (1697.53) <FF0516E5-BF89-5283-2F0B-FBB793EB1528> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x104df1000 - 0x104e6ffff com.apple.music.apps.LogicLoopBrowser 9.1.1 (1697.53) <424CF46F-DA3D-5125-3D77-4CE2C25BAAAC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x104eb2000 - 0x104ed6ff7 com.apple.music.apps.MAApogeeSupport 9.1.1 (311.13) <145495B7-84DE-065A-22A3-9632D0FE128C> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x104eea000 - 0x105059fe7 com.apple.QTKit 7.6.6 (1744) <5CD4B075-EBD3-EDEF-4213-8BC2843B940F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x105143000 - 0x105148fff com.apple.music.apps.MAResources 9.1.1 (211.10) <E07A9D4A-8325-10E3-AF4F-32389850EB07> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x10514b000 - 0x105177fff com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <5B92DFB9-CE09-74B3-E67D-7302FB5984E8> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x105190000 - 0x105199fff com.apple.AEProfiling 1.2 (23) <E1182A64-FFDD-B749-D6BF-383F77BF1813> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x1051a3000 - 0x1051b6ff7 com.apple.AERegistration 1.2 (77) <E650855A-49DB-CD83-39FE-F4A2DF46BC96> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x1051cf000 - 0x1051dcfff com.apple.music.apps.MAUnitTest 9.1.1 (95.13) <E6C940C9-8C4A-9125-6FC0-636D2E75DC06> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x1051e5000 - 0x1052a0fef com.apple.music.apps.MAFiles 9.1.1 (143.20) <C51254A2-0444-4A6E-B710-BF0F7883B7C4> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x1052de000 - 0x105351fe7 com.apple.music.apps.MAAudioEngine 9.1.1 (156.34) <179D3153-A643-1A1D-64A5-54541EE6E417> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x1053a7000 - 0x1054e5fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x10557d000 - 0x105588fff com.apple.music.apps.MAToolKit 9.1.1 (357.13) <EA1E025E-1B85-EF27-C310-2479B9F8A61D> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x105590000 - 0x105590ff7 com.apple.quartzframework 1.5 (1.5) <5BFE5998-26D9-0AF1-1522-55C78E41F778> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x105593000 - 0x1055b1fef com.apple.XSKey 1.0.0 (52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x1055c3000 - 0x1055d1ff7 com.apple.music.apps.MAVideo 9.1.1 (11.18) <B18E90A9-D4FF-2017-AF11-5BC99A33723F> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x1055db000 - 0x105658fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x1056b9000 - 0x10576ffff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x105783000 - 0x105783ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x105786000 - 0x105a07fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x105b7f000 - 0x105b83ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x105b86000 - 0x105b86ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x105b89000 - 0x105bd5fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x105be2000 - 0x105da0fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x105e0f000 - 0x105f26fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x105f4f000 - 0x10601fff7 com.apple.CFNetwork 454.9.8 (454.9.8) <24667A86-FCDA-5B58-2CDC-3BFDFE8EA985> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x106092000 - 0x10614bfff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <BF1A7D1F-1BB3-78BA-A29E-52384F6E4FD8> /usr/lib/libsqlite3.dylib
    0x10615b000 - 0x10648efe7 com.apple.CoreServices.CarbonCore 861.16 (861.16) <B7C1E3F2-6E95-D172-1C93-38B10CA80F21> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x106507000 - 0x106551ff7 com.apple.Metadata 10.6.3 (507.10) <7913DD85-87D4-527C-DB20-5802ECA3CC31> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x10657b000 - 0x106638ff7 com.apple.CoreServices.OSServices 357 (357) <78252D7F-0F21-5E99-E7FF-1591FB98437C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x106692000 - 0x106722fff 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
    0x106760000 - 0x10679bfff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x1067b5000 - 0x106855fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x10689b000 - 0x1068c3fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x1068dd000 - 0x1068f3fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x1068fc000 - 0x10690bfff com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x106914000 - 0x106922ff7 libkxld.dylib ??? (???) <7429C0D5-6133-1827-6759-A4FB62F6A751> /usr/lib/system/libkxld.dylib
    0x106926000 - 0x106951ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x10695c000 - 0x106a42fe7 com.apple.DesktopServices 1.5.8 (1.5.8) <8DFD7D6D-1DE7-C805-02F4-E6F3DF0C83F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x106a91000 - 0x106d8ffe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x106ebb000 - 0x107254ff7 com.apple.QuartzCore 1.6.2 (227.22) <3CF27A9E-4B1A-AD21-5B40-E203D1C9350B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x107381000 - 0x10738cff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x107396000 - 0x1073ddff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x107402000 - 0x107403fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x107407000 - 0x10741dfe7 com.apple.MultitouchSupport.framework 205.34 (205.34) <030FE0DE-5150-00A2-6BC6-D25D669F7C8D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x10742a000 - 0x107b27067 com.apple.CoreGraphics 1.545.0 (???) <88892F58-F785-2E30-50B1-E9CC8775E79F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x107c19000 - 0x107dcffef com.apple.ImageIO.framework 3.0.3 (3.0.3) <1B8E6256-27CD-E0E1-BF7B-AB15B3915685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x107e35000 - 0x107eb3fff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x107ef1000 - 0x107f8bfff com.apple.ApplicationServices.ATS 275.11.1 (???) <0A898C0C-41A0-B9BF-0A38-74FB029CA049> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x107fb4000 - 0x108069fe7 com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x1080a6000 - 0x1080f7fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x108123000 - 0x108138ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x108146000 - 0x1081cbfff com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x108201000 - 0x108242fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x10825a000 - 0x10826eff7 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
    0x10827f000 - 0x1082cefef libTIFF.dylib ??? (???) <421F4CB7-ACC7-7E90-FC83-EBC2BCA3ECB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x1082db000 - 0x1082e0fff libGIF.dylib ??? (???) <0A583E66-C43B-5F61-C599-9AC6C5409D66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x1082e5000 - 0x108303fff libPng.dylib ??? (???) <76D798A5-8C16-7FC8-E76E-5B40CA7CFDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x10830b000 - 0x10830dfff libRadiance.dylib ??? (???) <4E3DF84D-2D3A-A845-88C6-D196D9DA1F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x108311000 - 0x108337fe7 libJPEG.dylib ??? (???) <DBA0816B-7D0C-2B8D-767D-74E5198B5123> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x10833f000 - 0x108419ff7 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
    0x108428000 - 0x108428ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x10842b000 - 0x108473ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x10847b000 - 0x1084e5fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x1084ef000 - 0x108cf9fe7 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
    0x108d42000 - 0x109185fef 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
    0x109312000 - 0x109421fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <E47BB16D-11B9-C3C1-D69E-14E08401B428> /usr/lib/libcrypto.0.9.8.dylib
    0x109486000 - 0x109487ff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x10948b000 - 0x10954bfff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x109642000 - 0x10967afef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E6B10A46-E64C-9248-29C1-E252410C77B1> /usr/lib/libcups.2.dylib
    0x109689000 - 0x109738fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x10975e000 - 0x10977ffff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x109789000 - 0x109789ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x10978c000 - 0x1097e1fef com.apple.framework.familycontrols 2.0.1 (2010) <BA0929EE-2D38-AF97-828D-4F80424E47EE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x1097fe000 - 0x1098b3fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x1098e6000 - 0x10990bff7 com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x109924000 - 0x109933ff7 com.apple.opengl 1.6.9 (1.6.9) <5955B8C1-25C2-3871-C15F-F763B6C7050F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10993c000 - 0x10996dfff libGLImage.dylib ??? (???) <15AA374B-2940-756D-DA53-02834AD63EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x109974000 - 0x109997fff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x1099a0000 - 0x1099a6ff7 IOSurface ??? (???) <EFB29B74-0277-E47B-8B36-467BF822F5FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x1099af000 - 0x1099f8fef libGLU.dylib ??? (???) <058D67A1-0CE4-6797-C783-CF263598EE1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x109a07000 - 0x109a1bfff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x109a2b000 - 0x109b44fef libGLProgrammability.dylib ??? (???) <6BD199F4-2447-E2E1-3591-90E7DDFF8FFA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x109b65000 - 0x109b68ff7 libCoreVMClient.dylib ??? (???) <5C1BE2D4-60D2-B634-E02C-201B9314BCBC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x109b6d000 - 0x109b72fff libGFXShared.dylib ??? (???) <736DF2E0-5DF2-43F4-99C8-2DC587392AE5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x109b77000 - 0x109c03fef SecurityFoundation ??? (???) <D844BB57-386A-0A43-249E-9BE035C2AB53> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x109c47000 - 0x109c4efff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x109c57000 - 0x109c70fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x109c85000 - 0x109cd4ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <FE549581-6A40-BD28-24A4-68FA0B616780> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x109cf5000 - 0x109d15ff7 com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x109d1f000 - 0x109d31fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x109d38000 - 0x109d8ffff com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x109dc2000 - 0x109dc7ff7 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
    0x109dcf000 - 0x109dd2fff 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
    0x109dd8000 - 0x109deefff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x109e08000 - 0x109e23ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x109e34000 - 0x109e36fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x109e3b000 - 0x109e3eff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x109e43000 - 0x109e81fef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x109e99000 - 0x109f0bfef com.apple.CoreSymbolication 2.0 (23) <06F8561E-4B36-7BF6-31BA-64091B3D8058> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x109f4e000 - 0x109f8bfff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x109f98000 - 0x109fa9fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x109fb6000 - 0x10a033fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x10a052000 - 0x10a09bff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x10a0cd000 - 0x10a0d8fff com.apple.CrashReporterSupport 10.6.3 (250) <CF6D799D-7054-C423-8704-B22B50297526> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x10a0e5000 - 0x10a11dff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D0B42FD3-5BD1-0B24-D040-253ACBF95FBB> /usr/lib/libssl.0.9.8.dylib
    0x10a132000 - 0x10a292ff7 com.apple.syncservices 5.2 (578.3) <67BCFAAD-C723-A8AA-B040-2E6E7771A7A3> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x10a348000 - 0x10a3f6fec com.apple.MobileMe 9 (1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x10a487000 - 0x10a4c1fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x10a4d1000 - 0x10a4deff7 com.apple.AppleFSCompression 24.3 (1.0) <44D0A566-4AC7-3F6A-573E-F1672DD33DCA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x10a4e6000 - 0x10a4f2fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
    0x10a4f7000 - 0x10a760ff7 com.apple.QuartzComposer 4.1 (156.16) <AC16CE8E-CAA3-92B4-7AF3-06FE2FDC6259> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x10a8ba000 - 0x10a949fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x10a99f000 - 0x10a9ceff7 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
    0x10a9fd000 - 0x10ac38fef com.apple.imageKit 2.0.3 (1.0) <8DA80BC9-C671-BD89-EA2E-3C632D6ECE30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x10ad88000 - 0x10ae0afff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x10ae60000 - 0x10ae99ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x10aec5000 - 0x10b0adff7 com.apple.JavaScriptCore 6533.18 (6533.18.1) <097272AC-E436-78E5-4A74-284DEB07D6D9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x10b121000 - 0x10b189fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x10b1bf000 - 0x10b2c9ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x10b33c000 - 0x10b37dff7 com.apple.CoreMedia 0.484.11 (484.11) <AEE7E9C9-9604-B0A7-053B-28954659CFE3> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x10b39a000 - 0x10b4c2ff7 com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x10b536000 - 0x10ba3afe7 com.apple.VideoToolbox 0.484.11 (484.11) <4577FF14-E6A7-AAD8-E6E6-ECA9CFCC6989> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x10bb02000 - 0x10bb47fff com.apple.CoreMediaIOServices 130.0 (1035) <33E76BEC-16DD-E65A-F830-EE0FF2DC63C0> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x10bb6a000 - 0x10bbdaff7 com.apple.AppleVAFramework 4.10.8 (4.10.8) <C3B7EABC-66B8-E951-0E03-1E1521D5D03D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x10bbe5000 - 0x10bc47fe7 com.apple.datadetectorscore 2.0 (80.7) <34592AFF-B1B8-2277-B013-70193E4E1691> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x10bc7b000 - 0x10bce7ff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x10bd26000 - 0x10bd6dfef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x10bd98000 - 0x10bda1ff7 com.apple.DisplayServicesFW 2.3.0 (282) <212B0D29-AB5E-9ED9-8B84-E8DF98CA1700> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x10bdab000 - 0x10bdeffe7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x10be20000 - 0x10be21fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x10be26000 - 0x10bf0cfe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
    0x10bf64000 - 0x10bf86ff7 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <8EC31253-B585-D05E-F35D-AE3292FB790B> /usr/lib/libexpat.1.dylib
    0x10e500000 - 0x10e535ff7 com.apple.prokit.SnowLeopardPanels 5.1 (917) <1600D8A6-6557-8E73-D2A1-EE93E9E47EA2> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x10e556000 - 0x10e5dcff3 com.apple.iLifeMediaBrowser 2.1.5 (368) <BC6090D5-47FD-882D-1123-BA40CB821481> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x10e659000 - 0x10e65bff7 com.apple.music.apps.anvil.resources 9.1.1 (279.11) <A6E2B61B-4976-BD59-CA70-AC5CC15916A7> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x10e660000 - 0x10e662ff7 com.apple.music.apps.common.resources 9.1.1 (279.11) <05336CBA-31E0-9D1E-85FD-C928B256A7F9> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x10e667000 - 0x10e669ff7 com.apple.music.apps.ebp.resources 9.1.1 (279.11) <A22192EB-0AD3-81D4-CDBB-23071500BF14> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x10e66e000 - 0x10e670ff7 com.apple.music.apps.efx.resources 9.1.1 (279.11) <FF944264-330E-58D5-2B00-2EE206548AE3> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x10e675000 - 0x10e677ff7 com.apple.music.apps.egt.resources 9.1.1 (279.11) <23DF38F9-4EBD-94B9-C7BA-2C7DF9A339A1> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x10e67c000 - 0x10e67eff7 com.apple.music.apps.emx.resources 9.1.1 (279.11) <436C3DF3-9EB6-ABF6-6FA0-CBA9C76F44E8> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x10e683000 - 0x10e685ff7 com.apple.music.apps.es1.resources 9.1.1 (279.11) <9ECE8B86-19EE-60A0-A4EB-1ABE389EDBF8> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x10e68a000 - 0x10e68cff7 com.apple.music.apps.es2.resources 9.1.1 (279.11) <7FE380C8-2989-3C8A-C16A-6C902C28F1B2> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x10e691000 - 0x10e693ff7 com.apple.music.apps.esp.resources 9.1.1 (279.11) <A28E4F67-2AB7-4876-C952-A0F20D742C24> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x10e698000 - 0x10e69aff7 com.apple.music.apps.evb3.resources 9.1.1 (279.11) <38BC30A5-3676-BB94-2D20-E372D0477F79> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x10e69f000 - 0x10e6a1ff7 com.apple.music.apps.evd6.resources 9.1.1 (279.11) <6802D77D-CA74-FD3B-B0F1-59C93E3D6EA2> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x10e6a6000 - 0x10e6a8ff7 com.apple.music.apps.evoc.resources 9.1.1 (279.11) <C29C067E-26C9-ECB6-1A01-A0206B51E1B4> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x10e6ad000 - 0x10e6afff7 com.apple.music.apps.evp88.resources 9.1.1 (279.11) <6FC9222A-944E-5176-BBA1-65F6D1B6BF9B> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x10e6b4000 - 0x10e6b6ff7 com.apple.music.apps.exs24.resources 9.1.1 (279.11) <FC1AE9C9-CB8E-ED1D-14BA-078110D399E2> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x10e6bb000 - 0x10e6bdff7 com.apple.music.apps.guitaramp.resources 9.1.1 (279.11) <FE11D744-BCD1-AB30-7DE4-6B73A6BB5D1C> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x10e6c2000 - 0x10e6c4ff7 com.apple.music.apps.guitarcontrols.resources 9.1.1 (279.11) <4E29F980-E602-486F-ED9B-75CA5A827712> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x10e6c9000 - 0x10e6cbff7 com.apple.music.apps.mutapdel.resources 9.1.1 (279.11) <BC5E4EDD-2512-58CD-BC3A-CC5F0A8E31AB> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x10e6d0000 - 0x10e6d2ff7 com.apple.music.apps.pedalboard.resources 9.1.1 (279.11) <296C637F-9C2C-D136-A424-28DD2475BC33> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x10e724000 - 0x10e731fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <A49676A5-D9AF-56DE-ACA6-CC0005E42398> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x10e776000 - 0x10e7b9ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <28EB1C4B-56C3-85AA-BAB0-0163EBE51427> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x10e7d7000 - 0x10e7dbfff com.apple.audio.AudioIPCPlugIn 1.1.3 (1.1.3) <22463944-551E-75A8-C405-D2D3407B13FF> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x10e7e0000 - 0x10e7e6fff com.apple.audio.AppleHDAHALPlugIn 1.9.3 (1.9.3f5) <14EFBE46-438F-79BE-C3EE-D3F7B0E0AE9C> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1539db000 - 0x1539e3ff7 com.apple.proapps.mrcheckpro 1.4 (388.1) <9B320059-8D28-D7DA-8CD4-B42796969065> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1539ee000 - 0x1539f2ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <A5BECE74-6C4A-E7F3-1948-667ED1A74864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x153c00000 - 0x153ccbfe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <A6B2D07C-FC4D-F49E-64E5-AD4DFA830C05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x153dd2000 - 0x153e03fef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    0x153e11000 - 0x153e13ff7 com.apple.music.apps.revolver.resources 9.1.1 (279.11) <3113D616-394B-884D-82DF-DD047444AE55> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x153f22000 - 0x153f5fff7 libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
    0x153fb0000 - 0x153fd6fff GLRendererFloat ??? (???) <4C910D72-E95E-B5D5-9395-0F0112DBE86E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x153ff0000 - 0x153ff2ff7 com.apple.music.apps.sphere.resources 9.1.1 (279.11) <5EC1AB3A-9ACD-1493-D67F-048FDEB9331C> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x155000000 - 0x155375fe7 com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x156ae2000 - 0x156c74fe7 GLEngine ??? (???) <6FE4B4AA-5AC9-6614-BA20-1E894E4F7DCC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x15942e000 - 0x159800ff7 com.apple.ATIRadeonX3000GLDriver 1.6.20 (6.2.0) <D4D49B7D-A1E8-0FB3-3459-D44CDBD8DDA1> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x15983b000 - 0x159a1efef libType1Scaler.dylib ??? (???) <24E9B836-3E8C-A005-22D4-B34799E7164B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libType1Scaler.dylib
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <1CF125D0-00E6-8665-8C72-C68DCC709C4D> /usr/lib/dyld
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <773EA7FE-A60F-5866-02CD-64DCDF870E45> /usr/lib/libSystem.B.dylib
    Model: MacPro5,1, BootROM MP51.007F.B00, 12 processors, 6-Core Intel Xeon, 2.93 GHz, 32 GB, SMC 1.39f11
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: ATI Radeon HD 5770, Display, Slot-1
    PCI Card: ATI Radeon HD 5770, Display, Slot-2
    Serial ATA Device: HL-DT-ST DVD-RW GH41N
    Serial ATA Device: HL-DT-ST DVD-RW GH61N
    Serial ATA Device: Hitachi HDS722020ALA330, 1.82 TB
    Serial ATA Device: Hitachi HDS722020ALA330, 1.82 TB
    Serial ATA Device: Hitachi HDS722020ALA330, 1.82 TB
    Serial ATA Device: Hitachi HDS722020ALA330, 1.82 TB
    USB Device: USB 2.0 Hub [MTT], 0x1a40 (TERMINUS TECHNOLOGY INC.), 0x0201, 0xfd100000
    USB Device: iLok, 0x088e, 0x5036, 0xfd120000
    USB Device: USB 2.0 Hub [MTT], 0x1a40 (TERMINUS TECHNOLOGY INC.), 0x0201, 0xfd150000
    USB Device: Desktop, 0x0bc2, 0x3300, 0xfd156000
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x1003, 0xfd151000
    USB Device: External HD, 0x059b (Iomega Corporation), 0x0370, 0xfd154000
    USB Device: Ext HDD 1021, 0x1058 (Western Digital Technologies, Inc.), 0x1021, 0xfd155000
    USB Device: External HD, 0x059b (Iomega Corporation), 0x0370, 0xfd152000
    USB Device: Oxygen 61, 0x0763 (M-Audio), 0x2028, 0xfd153000
    USB Device: Hub, 0x05ac (Apple Inc.), 0x912f, 0xfd300000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd310000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0xfd312000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9221, 0xfd320000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x5a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x5a110000
    USB Device: Generic USB Hub, 0x058f (Alcor Micro, Corp.), 0x9254, 0x1a200000
    USB Device: Hub, 0x05ac (Apple Inc.), 0x911d, 0x1a230000
    USB Device: Apple Cinema Display, 0x05ac (Apple Inc.), 0x921d, 0x1a233000
    USB Device: Hub, 0x05ac (Apple Inc.), 0x911d, 0x1a240000
    USB Device: Apple Cinema Display, 0x05ac (Apple Inc.), 0x921d, 0x1a243000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: 2big quadra, LaCie, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown
    FireWire Device: unknown_device, Unknown
    FireWire Device: Duet, Apogee Electronics, Up to 400 Mb/sec

    Have you tried opening another song from Finder? Tried opening your song on another computer? Maybe it is just this one session that has corrupted?

Maybe you are looking for

  • Memory issues while fetching content

    HI all, I am using SAP KM Apis. however i am facing some memory issues while using them. I am using getContent() api on a resource. and then getInputStream on the Icontent object. I am using a ByteArrayOutputStream for writing the data. here is the c

  • PRS-T1 PDF Zoom

    Hi! When I read PDFs where you can't or should not change the font size because of reflow problems and using the Panorama-Mode is still too small, you have to zoom in. When you turn the page now, the zoom window is at the same position on the next pa

  • Installing reporting on a multi-server farm

    Hi guys, I am trying to set up SharePoint reporting services for Sharepoint 2013. I have installed the Reporting services and the reporting services add-on on the Application server, do I need to install this on the web server also. Thanks

  • Downloaded Safari ver 1.3.2 for OS x 10.3.9 but will not install

    My copy of safari ver 1.3.2 recently stopped working, it crashes most of the time now, but worked perfectly before. I am on OS X 10.3.9 Safari probably got corrupted. I tried downloading a copy of Safari ver 1.3.2 from Apple but it would not install.

  • NSAutoreleaseNoPool(): Object  of class UIView - just leaking

    Hi,      I didn't work on Threads. I am getting the below console warning. I am using two buttons which are calling two different methods. When i performed any one of that action, i am getting this console warning. I don't know why it is coming like