Repository Administration Utility - Crashes

On Windows NT SP6 I have the following installed (in this order):
Oracle Designer6i Release 2 - default home
Oracle 8i Release 3 (8.1.7) - ora8i
Oracle 9iAS - isuites
The database is not running. 9iAS with Apache is running.
I've selected default_home to be the default oracle home using the oracle home selector.
When I start ckrau6i (rep admin utility) to do an install of the repository against a remote database, it crashes immediately with a Dr Watson error.
Any help would be appreciated.
null

Joshua,
Not seen this before, and I am running on XP. There should be more information in the $ORACLE_HOME/repadm61/logs directory.
Most common issue during the install of the packages is incorrect system privileges and database init.ora parameters.
David

Similar Messages

  • Repository Administration Utility

    When installing a Repository I get an error message after clicking the 'start' button.
    ckrau61
    ERROR
    You do not have SELECT privilege on sys.v_$PARAMETERS view.
    This process cannot proceed.
    I have fully DBA privileges and Administrator privileges on my PC.
    Any suggestions?
    Thanks

    Dear Richard,
    I believe you should try creating a separate user to be the Repository Owner and not grant that account the "DBA" role (it is important that the repository owners account should not have the privilege SELECT ANY TABLE if you are installing a repository.)
    First log on to the machine that hosts the Oracle8i database to be used for the repository. Under Windows NT, be sure to log on as the local administrator.
    Now, ensure that the following minimum settings (assuming single repository instance and for up to four concurrent users) are satisfied in your INIT.ORA file:
    compatible = 8.1.6
    max_enabled_roles = 30
    sort_area_size = 262144
    sort_area_retained_size = 65536
    hash_area_size = 1048576
    optimizer_index_caching = 50
    optimizer_index_cost_adj = 25
    shared_pool_size = 32000000
    db_block_buffers = 2000
    open_cursors = 1000
    processes = 100
    db_file_multiblock_read_count=16 # for a 4K Oracle block size
    db_file_multiblock_read_count=32 # for a 2K Oracle block size
    db_file_multiblock_read_count=8 # for a 8K Oracle block size
    Next, login to SQL* Plus as SYS and create a separate tablespace for the rollback segment you will be using for repository creation process:
    create tablespace DES_RBS datafile 'c:\Oradata\jcat\des_rbs.dbf' size 10M reuse
    autoextend ON next 10M
    default storage (initial 256K next 256K minextents 2 pctincrease 0);
    Now create a rollback segment in this tablespace, bring it online, and take all other rollback segments (except SYSTEM) offline:
    create rollback segment DES_RB1 tablespace DES_RBS
    storage (initial 1M next 1M minextents 3 optimal 4M);
    alter rollback segment DES_RB1 online;
    alter rollback segment SYSROL offline;
    alter rollback segment RBS01 offline;
    alter rollback segment RBS02 offline;
    alter rollback segment RBS03 offline;
    alter rollback segment RBS04 offline;
    alter rollback segment RBS05 offline;
    alter rollback segment RBS06 offline;
    alter rollback segment RBS07 offline;
    alter rollback segment RBS08 offline;
    alter rollback segment RBS09 offline;
    alter rollback segment RBS10 offline;
    alter rollback segment RBS11 offline;
    alter rollback segment RBS12 offline;
    alter rollback segment RBS13 offline;
    alter rollback segment RBS14 offline;
    alter rollback segment RBS15 offline;
    alter rollback segment RBS16 offline;
    alter rollback segment RBS17 offline;
    alter rollback segment RBS18 offline;
    alter rollback segment RBS19 offline;
    alter rollback segment RBS20 offline;
    Then, while connected as SYS, create the role CK_ORACLE_REPOS_OWNER for system privileges:
    @ D:\Oracle\Ora6i\repadm61\utl\ckrorole.sql
    Now create a user account for the Repository Owner and grant that account the necessary privileges :
    create user DES6i identified by des6i
    default tablespace TOOLS
    temporary tablespace TEMP;
    grant EXECUTE on DBMS_LOCK to DES6i;
    grant EXECUTE on DBMS_PIPE to DES6i;
    grant CREATE TABLE to DES6i;
    grant CREATE VIEW to DES6i;
    grant CREATE PROCEDURE to DES6i;
    grant CREATE SYNONYM to DES6i;
    grant CREATE SEQUENCE to DES6i;
    grant SELECT on SYS.V_$NLS_PARAMETERS to DES6i with grant option;
    grant SELECT on SYS.V_$PARAMETER to DES6i;
    grant SELECT on DBA_ROLLBACK_SEGS to DES6i;
    grant SELECT on DBA_SEGMENTS to DES6i;
    grant CREATE ANY SYNONYM to DES6i;
    grant DROP ANY SYNONYM to DES6i;
    grant CREATE PUBLIC SYNONYM to DES6i;
    grant DROP PUBLIC SYNONYM to DES6i;
    grant CK_ORACLE_REPOS_OWNER to DES6i;
    grant CONNECT, RESOURCE to DES6i;
    Now verify that the proper Net8 connect string (database alias) is present in the TNSNAMES.ORA within the <Repository_Home>\Net80\Admin directory and then launch the Repository Administrator Utility.
    Under Tablespaces, check whether the SYSTEM tablespace is fragmented (value for Largest Extent is significantly less than that for Free Space). If the SYSTEM tablespace is fragmented, perform a full database export and re-import using the current version of the Export and Import utilities (EXP and IMP).
    You should now be able to create the repository without a hitch.
    Ciao!

  • Opening Repository Administrator Utility (RAU)

    I have Designer9i installed. When I open RAU (either from Start menu or the Designer Tool Palette) the "Oracle/2000 Repository Migration Wizard" opens.
    But, there is no repository from an earlier product release to be migrated. This is a new development project -- as is our repository. What I need is to perform management operations; backup, new user definition and access.
    Canceling Repository Migration Wizard does not open the RAU...
    How can I circumvent this Migration Wizard and make available the RAU maintenance functions I need?

    This behaviour is explained in
    Note 116242.1: The Migration Wizard is automatically launched when starting the RAU
    Here is its content:
    Problem Description
    You launch the Oracle Designer 6i RAU (Repository Administration Utility), but the Migration Wizard starts up.
    Solution Description
    Connect to the RAU as the Repository Owner.
    Explanation
    A subordinate user is not able to perform repository administration tasks.
    Subordinate users can only launch the Migration Wizard, to allow migration of application systems from previous releases. This is why a subordinate user is not able to launch the RAU.

  • Repository Administration Utility - error while adding a new user

    Hello all,
    I'm currently experiencing some difficulties when I try to add a new user with the RAU tool. First I had problems installing the repository, in the CJSYSFOL stage (ORA-04063: package body "REPOS_MANAGER.JR_REG_IO" has errors). After granting execute rights on the UTL_FILE package, it seemed this problem was solved.
    However, the installation is finished and I wanted to add a user with the RAU. In user maintanance I added a user and then set all the properties. After clicking OK, the following error is generated:
    ORA-01919: role 'CKR_REPOS_MANAGER' does not exist
    ORA-06512: at "REPOS_MANAGER.JR_SYS_PRIVS", line 236
    Bladiebladiebla.
    Does anyone have a clue of what's going on here? And more important, how to solve this? Thanks for helping out!
    Greetings,
    Weis

    See if the "Check Requirements" gives you any issues to be solved or the "Object Status" utility. Seems like the role CKR_REPOS_MANAGER is not granted (directly - so not via a role).
    HTH
    Roel

  • Error in hour install repository in Repository Administration Utility

    HI ,
    I need some help because when I press the Install button -
    Repository Installation Option - Select two options - Ok tightening
    Do you want to use Public synonym? I click Yes
    Continue Repository performance improvements without install? I click Yes
    Install the Repository instance - I click Start
    Do you wish to proceed? I click Yes
    below a message of errors .
    Could anyone help me!!!!! what local of log ?
    Message
    CDR-21244: This process has been aborted.
    Cause
    The previous process has failed or the user has aborted it.
    Action
    Check the log files for errors.
    It may be possible to restart this process.

    unmo:
    Let's begin with HDD space. A too full HDD is an invitation to disaster. As I noted previously, you should have a mimimum of 5 GB free space for virtual memory, swap files and whatever you are working on for OS X to function efficiently. A too full HDD can lead to directory issues, as you learned, data loss and an eventual HDD crash. Dr. Smoke's FAQ Problems from insufficient RAM and free hard disk space gives more info on this. Dr. Smoke's FAQ Freeing space on your Mac OS X startup disk has excellent suggestions to clear some of the clutter. In addition, you may be well advised to consider a larger internal HDD, and, if you do not already have one, to initiate a backup strategy. Dr. Smoke's FAQ Backup and Recovery offers helpful suggestions. If you have questions about any of these please do post back.
    Mac OS X 10.3/10.4: System maintenance and Macintosh OS X Routine Maintenance are excellent resources of OS maintenance. Look them over and post back with any questions that arise.
    Good luck.
    cornelius
    PS: Thank you for leaving feedback in Apple Discussions by marking "helpful" and "solved" posts.
    Message was edited by: cornelius

  • Problem Starting Repository Aministration Utility

    I am trying to log on to the Repository Administration Utility.
    I have added the service name in my tnsnames.ora file. Yet it is still not connecting to the service.
    Pls help.
    Gloria

    This is the new error am having now.
    TNS: Protocol Adapter error.
    What do I do next?
    Gloria

  • I am not able to start the repository administratiion utility

    i installed the oracle designer on windows XP and i did all the steps specified in the documentation but when i try to start the repository administration utility no program starts.
    can u tell me what to do please,,,,,

    Sounds like you are either on xp home (Designer does not work on home edition)
    or you have not installed the repository on the database.
    Try these instructions for installing the repository:
    After you install the IDS 10G in a new oracle home on the Client windows PC you will find the intall manual under:
    start - programs- Oracle Developer Suite - Designer documentation - Repository instalation Guide
    The following are the step I use to build a new repository
    You will need to set paths and names as you desire for your local PCs and repostiory.
    -- Step 1
    Log on as SYS
    This is so you can get the path name of your datafiles:
    select file_name, tablespace_name from dba_data_files;
    -- D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\TEMP_65.DBF
    create tablespace constant_grow_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\constant_grow_indexes_01.dbf'
    size 4000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace constant_grow_TABLES
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\constant_grow_tables_01.dbf'
    size 15000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace dependency_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\dependency_indexes_01.dbf'
    size 5600k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace dependency_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\dependency_tables_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace diagram_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\diagram_indexes_01.dbf'
    size 1000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace diagram_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\diagram_tables_01.dbf'
    size 2000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace lob_data
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\lob_data_01.dbf'
    size 1200k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace rapid_grow_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\rapid_grow_indexes_01.dbf'
    size 250000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace rapid_grow_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\rapid_grow_tables_01.dbf'
    size 500000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace system_meta_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system_meta_indexes_01.dbf'
    size 20000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace system_meta_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system_meta_tables_01.dbf'
    size 30000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace temporary_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\temporary_indexes_01.dbf'
    size 5000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace temporary_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\temporary_tables_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace version_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\version_indexes_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace version_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\version_tables_01.dbf'
    size 12000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    -- Step 2
    Make sure you ave plenty of space in your system tablespace
    select tablespace_name, sum(bytes)/1024/1024 from dba_free_space
    group by tablespace_name;
    alter tablespace system add datafile
    'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system03.dbf' size 140m;
    -- Step 3
    As SYS
    create user owner identified by owner default tablespace users
    temporary tablespace temp;
    Run this file as SYS
    @ D:\Designer_Home\IDS10_1_2\repadm61\UTL\CKROROLE.SQL
    GRANT EXECUTE ON DBMS_LOCK TO owner;
    GRANT EXECUTE ON DBMS_PIPE TO owner;
    GRANT CREATE TABLE TO owner;
    GRANT CREATE VIEW TO owner;
    GRANT CREATE PROCEDURE TO owner;
    GRANT CREATE SYNONYM TO owner;
    GRANT CREATE SEQUENCE TO owner;
    GRANT SELECT ON v_$nls_parameters TO owner WITH GRANT OPTION;
    GRANT SELECT on sys.V_$PARAMETER TO owner;
    GRANT SELECT ON dba_rollback_segs TO owner;
    GRANT SELECT ON dba_segments TO owner;
    GRANT CREATE ANY SYNONYM TO owner;
    GRANT DROP ANY SYNONYM TO owner;
    GRANT CREATE PUBLIC SYNONYM TO owner;
    GRANT DROP PUBLIC SYNONYM TO owner;
    GRANT ck_oracle_repos_owner to owner;
    GRANT CONNECT, RESOURCE TO owner;
    GRANT dba TO owner;
    (If you want Row Level Security (RLS) on)
    GRANT execute on dbms_rls to owner;
    -- Step 4 Adding a user
    create user user65 identified by user65 default tablespace users
    temporary tablespace temp;
    GRANT CONNECT, RESOURCE TO user65;
    GRANT CKR_OWNER TO USER65;
    GRANT CREATE TABLE TO user65;
    GRANT CREATE VIEW TO user65;
    GRANT CREATE PROCEDURE TO user65;
    GRANT CREATE SYNONYM TO user65;
    GRANT CREATE SEQUENCE TO user65;
    GRANT SELECT ON dba_rollback_segs TO user65;
    GRANT SELECT ON dba_segments TO user65;
    GRANT CKR_OWNER TO USER65;
    GRANT EXECUTE ON SDD_ACC_PRIV_LIST TO USER65;
    GRANT EXECUTE ON SDD_SYS_PRIV_LIST TO USER65;
    GRANT SELECT ON SDD_DEPENDENCY_TYPES TO USER65;
    GRANT SELECT ON I$RM_ELEMENT_TYPES TO USER65;
    GRANT SELECT ON SDD_GLOBAL_NAMES TO USER65;
    GRANT EXECUTE ON JR_UTIL TO USER65;
    GRANT EXECUTE ON JR_SYSTEM_UTIL TO USER65;
    GRANT EXECUTE ON CKMIGFUN TO USER65;
    -- Step 5
    The following are the recommended minimum settings.
    optimizer_mode = Choose
    compatible = 9.0.0 # for an Oracle9i database
    compatible = 8.1.7 # for an Oracle8i database
    max_enabled_roles = 30
    sort_area_size = 262144
    sort_area_retained_size = 65536
    hash_area_size = 1048576
    optimizer_index_caching = 50
    optimizer_index_cost_adj = 25
    shared_pool_size = 32000000
    db_block_buffers # comment out on an Oracle9i database
    db_block_buffers = 2000 # on an Oracle8i database
    open_cursors = 3000
    processes = 100
    db_file_multiblock_read_count=16 # for a 4K Oracle block size
    db_file_multiblock_read_count=32 # for a 2K Oracle block size
    db_file_multiblock_read_count=8 # for a 8K Oracle block size
    Step 5b - (Oracle 9i or 10.2 DB) Install Oracle 9i or 10.2 Import and Export Utilities
    Before installing Designer Repository on an Oracle 9i or 10.2 database, you need to set up the installation workstation to use the Oracle 9i or 10.2 import and export utilities. To do so, perform the following steps at the workstation from which you will be running the repository installation:
    From the Oracle 9i or 10.2 installation media, install the Oracle 9i or 10.2 import and export utilities in a dedicated Oracle home.
    In the Windows Registry, locate the key named:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_HomeName\REPOS61
    where HOMEn is the home number of the home installed into for a multiple Oracle home environment, but is not present where the default Oracle home is being used.
    Change the value of the EXECUTE_IMPORT and EXECUTE_EXPORT variables to point to the new Oracle home. Thus, if the new Oracle home is d:\des_9i, the settings would be:
    d:\des_9i\bin\exp.exe
    d:\des_9i\bin\imp.exe
    -- Step 6
    Log on to the Repository Admin Utility of Designer
    start - programs- Oracle Developer Suite - Designer - Repository Admin Utility
    Install Repository button
    Make sure both check boxes are checked(one is grayed out) Next
    Select the proper tablespace for the seletced box
    Start the install.
    Michael

  • Installing  Repository Creation Utility (RCU) for OBIEE 11g

    Hello,
    We are working on installing the Oracle Business Intelligence Entreprise Edition Plus 11g (v 11.1.1.6.0) for a POC in our Company's network.
    We have to install the OBI Server and other server-side components on a IBM AIX (64-Bit) server; and the client tools on the local Desktops.
    My queries:
    *1. I am downloading the following softwares for this setup. Please help me understand is this the complete list of softwares required, or are there any more softwares required for OBIEE 11g intallation?*
    List of softwares to be downloaded:
    1) Oracle Business Intelligence, v. 11.1.1.6.0
    - for AIX (64-Bit):
    Disk 1 (1of2) (1.4G) (cksum 4182440856)
    Disk 1 (2of2) (1.5G) (cksum 2020935297)
    Disk 2 (1of2) (1.7G) (cksum 796853559)
    Disk 2 (2of2) (1.3G) (cksum 685152953)
    Disk 3 (1.6G) (cksum 1431984641)
    2) Repository Creation Utility (11.1.1.6.0)
    for Microsoft Windows (32-bit) (320M) (cksum 2503314275) OR for Linux x86 (32-bit) (391M) (cksum 201758785)
    Link for (1) and (2): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-1525270.html
    3) Oracle Business Intelligence Developer Client Tools Installer (11.1.1.6.0)
    - for Microsoft Windows x86 (32/64-bit): (360M) (cksum 3317017977)
    Link for (3): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    NOTE: The JDK 1.5.0 is installed
    *2. Where should the additional required software 'Repository Creation Utility' be installed in this case?*
    I can see it is available for 32-bit OS (Windows or Linux x86), and that is why I suspect it to be a client-side software - which is to be installed on my local desktop. Hence, Can I download the Repository Creation Utility (11.1.1.6.0) for Microsoft Windows (32-bit) (320M) (cksum 2503314275)
    Please clarify.
    *4. I will not be installing any of the Oracle BI Applications, so will I require the software Oracle Business Intelligence Data Warehouse Administration Console (10.1.3.4.1)?*
    I assume NO.
    *5. IMP: Is there a Web server (E.g. Oracle WebLogic Server) included in the OBIEE suite, which gets installed in the default installation settings?*
    OR Is there a need to download and install a separate Webserver on the AIX system before installing OBIEE.
    Please reply ASAP.
    Thanks,
    Shweta.

    Although it is a POC, but the installation has to be done on a AIX6.1 remote system, which will be used as a server in the enterprise, with 5 to 7 people accessing it. So 'simple install' is not suitable in this case.
    The AIX6.1 system has a JDK 6 (64 bit).
    I understand that the OBIEE 11g suite comes with a Oracle WebLogic Server (OWLS) installable included in the suite. However, in case of Software Only installation type, the OWLS needs to installed first and then the installer has to be started in 'Softwar Only' mode.
    Could anyone please suggest:
    *1) does 'Enterprise Install' type suite on the AIX6.1 system? If yes, does it mean that it will install JDK once again? is this recommended, as the host system is a shared server and the existing JDK 6 (64-bit) can be in use by other applications on this system.*
    *2) If (1) is not true, is there a way to install the Oracle WebLogic server using the OBIEE 11g installer itself? or do I need to download the WebLogic server installer separately from the OTN site?*
    Thanks in advance for any helping pointers on the above.
    Please reply ASAP, as this is urgent.
    Thanks,
    Shweta.

  • Can not use repository administration tool

    Hello,
    I'm a newby at Oracle Designer and I have a problem create a repository for Oracle Designer.
    On my computer I have installed the following software:
    x Java SDK & JRE 6
    x Oracle Database 10g R2
    x Oracle Designer 10.
    While I'm installing Oracle Designer the OUI says that it can't find Java JRE but the installation completes.
    If I want to use Designer with the hr-schema it says I have to create a repository for the user hr.
    If I want to open the repository administration tool nothing happens nothing. If I want to open the repository command line tool it says that it can't find ORACLE_HOME but I have set the environment variable ORACLE_HOME to the database home c:\oracle\product\10.2.0\db_1.
    I presume that I have to install the complet Developer Suite. Is this correct or does anybody know the answer?
    Please Help me!
    Thanks to everybody.

    Yes you have to install the complete Developer suite for Windows. Then you will need to install a repository on an existing database.
    Here are some quick instructions on doing that:
    After you install the IDS 10G in a new oracle home on the Client windows PC you will find the intall manual under:
    start - programs- Oracle Developer Suite - Designer documentation - Repository instalation Guide
    The following are the step I use to build a new repository
    You will need to set paths and names as you desire for your local PCs and repostiory.
    -- Step 1
    Log on as SYS
    This is so you can get the path name of your datafiles:
    select file_name, tablespace_name from dba_data_files;
    -- D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\TEMP_65.DBF
    create tablespace constant_grow_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\constant_grow_indexes_01.dbf'
    size 4000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace constant_grow_TABLES
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\constant_grow_tables_01.dbf'
    size 15000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace dependency_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\dependency_indexes_01.dbf'
    size 5600k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace dependency_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\dependency_tables_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace diagram_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\diagram_indexes_01.dbf'
    size 1000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace diagram_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\diagram_tables_01.dbf'
    size 2000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace lob_data
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\lob_data_01.dbf'
    size 1200k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace rapid_grow_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\rapid_grow_indexes_01.dbf'
    size 250000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace rapid_grow_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\rapid_grow_tables_01.dbf'
    size 500000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace system_meta_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system_meta_indexes_01.dbf'
    size 20000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace system_meta_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system_meta_tables_01.dbf'
    size 30000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace temporary_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\temporary_indexes_01.dbf'
    size 5000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace temporary_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\temporary_tables_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace version_indexes
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\version_indexes_01.dbf'
    size 9000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    create tablespace version_tables
    datafile 'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\version_tables_01.dbf'
    size 12000k
    default storage (initial 100k next 100k minextents 1 maxextents UNLIMITED pctincrease 0);
    -- Step 2
    Make sure you ave plenty of space in your system tablespace
    select tablespace_name, sum(bytes)/1024/1024 from dba_free_space
    group by tablespace_name;
    alter tablespace system add datafile
    'D:\ORACLE2\PRODUCT\10.2.0\ORADATA\ORCL1022\system03.dbf' size 140m;
    -- Step 3
    As SYS
    create user owner identified by owner default tablespace users
    temporary tablespace temp;
    Run this file as SYS
    @ D:\Designer_Home\IDS10_1_2\repadm61\UTL\CKROROLE.SQL
    GRANT EXECUTE ON DBMS_LOCK TO owner;
    GRANT EXECUTE ON DBMS_PIPE TO owner;
    GRANT CREATE TABLE TO owner;
    GRANT CREATE VIEW TO owner;
    GRANT CREATE PROCEDURE TO owner;
    GRANT CREATE SYNONYM TO owner;
    GRANT CREATE SEQUENCE TO owner;
    GRANT SELECT ON v_$nls_parameters TO owner WITH GRANT OPTION;
    GRANT SELECT on sys.V_$PARAMETER TO owner;
    GRANT SELECT ON dba_rollback_segs TO owner;
    GRANT SELECT ON dba_segments TO owner;
    GRANT CREATE ANY SYNONYM TO owner;
    GRANT DROP ANY SYNONYM TO owner;
    GRANT CREATE PUBLIC SYNONYM TO owner;
    GRANT DROP PUBLIC SYNONYM TO owner;
    GRANT ck_oracle_repos_owner to owner;
    GRANT CONNECT, RESOURCE TO owner;
    GRANT dba TO owner;
    (If you want Row Level Security (RLS) on)
    GRANT execute on dbms_rls to owner;
    -- Step 4 Adding a user
    create user user65 identified by user65 default tablespace users
    temporary tablespace temp;
    GRANT CONNECT, RESOURCE TO user65;
    GRANT CKR_OWNER TO USER65;
    GRANT CREATE TABLE TO user65;
    GRANT CREATE VIEW TO user65;
    GRANT CREATE PROCEDURE TO user65;
    GRANT CREATE SYNONYM TO user65;
    GRANT CREATE SEQUENCE TO user65;
    GRANT SELECT ON dba_rollback_segs TO user65;
    GRANT SELECT ON dba_segments TO user65;
    GRANT CKR_OWNER TO USER65;
    GRANT EXECUTE ON SDD_ACC_PRIV_LIST TO USER65;
    GRANT EXECUTE ON SDD_SYS_PRIV_LIST TO USER65;
    GRANT SELECT ON SDD_DEPENDENCY_TYPES TO USER65;
    GRANT SELECT ON I$RM_ELEMENT_TYPES TO USER65;
    GRANT SELECT ON SDD_GLOBAL_NAMES TO USER65;
    GRANT EXECUTE ON JR_UTIL TO USER65;
    GRANT EXECUTE ON JR_SYSTEM_UTIL TO USER65;
    GRANT EXECUTE ON CKMIGFUN TO USER65;
    -- Step 5
    The following are the recommended minimum settings.
    optimizer_mode = Choose
    compatible = 9.0.0 # for an Oracle9i database
    compatible = 8.1.7 # for an Oracle8i database
    max_enabled_roles = 30
    sort_area_size = 262144
    sort_area_retained_size = 65536
    hash_area_size = 1048576
    optimizer_index_caching = 50
    optimizer_index_cost_adj = 25
    shared_pool_size = 32000000
    db_block_buffers # comment out on an Oracle9i database
    db_block_buffers = 2000 # on an Oracle8i database
    open_cursors = 3000
    processes = 100
    db_file_multiblock_read_count=16 # for a 4K Oracle block size
    db_file_multiblock_read_count=32 # for a 2K Oracle block size
    db_file_multiblock_read_count=8 # for a 8K Oracle block size
    Step 5b - (Oracle 9i or 10.2 DB) Install Oracle 9i or 10.2 Import and Export Utilities
    Before installing Designer Repository on an Oracle 9i or 10.2 database, you need to set up the installation workstation to use the Oracle 9i or 10.2 import and export utilities. To do so, perform the following steps at the workstation from which you will be running the repository installation:
    From the Oracle 9i or 10.2 installation media, install the Oracle 9i or 10.2 import and export utilities in a dedicated Oracle home.
    In the Windows Registry, locate the key named:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_HomeName\REPOS61
    where HOMEn is the home number of the home installed into for a multiple Oracle home environment, but is not present where the default Oracle home is being used.
    Change the value of the EXECUTE_IMPORT and EXECUTE_EXPORT variables to point to the new Oracle home. Thus, if the new Oracle home is d:\des_9i, the settings would be:
    d:\des_9i\bin\exp.exe
    d:\des_9i\bin\imp.exe
    -- Step 6
    Log on to the Repository Admin Utility of Designer
    start - programs- Oracle Developer Suite - Designer - Repository Admin Utility
    Install Repository button
    Make sure both check boxes are checked(one is grayed out) Next
    Select the proper tablespace for the seletced box
    Start the install.
    Hope this helps.
    Michael.

  • Unable to logon repository admin utility(PC hang).

    I have installed repository 6i on Oracle 8.1.7i(Window NT server
    with SP 6.0a). After created the repository owner with
    ID "REP_OWNER" according to the repository installation menu
    (finished the step for running the CKROROLE.SQL script, etc). I
    try to logon into repository admin utility but it just hang
    forever. The ID "REP_OWNER" is successfully logon to the server
    by SQL*Plus. Also if I try 3.2, when I click the "BROWSE"
    button for workspace it return a "null pointer exception" error.
    Completely frustrated because it just hangs without showing any
    error message. I try to reinstall it on another blank machine
    but the result is the same. Don't know what I need to diagnose.
    Any help, thank so much.
    Alfred.

    Thank David,
    I have checked my tnsnames.ora, the service name is defined in
    this file. I locate the sqlplus for repository and it is alright
    to logon. I also try to put in an incorrect service name when I
    logon to the repository administrator, it can detect the service
    name is incorrect and return me with an error instead of
    hanging. So I think that my service name is alright. I just
    don't know whether I need to put any changes into sqlnet.ora, I
    didn't do any change to this file.
    Alfred.

  • Getting Error while installing Repository Creation Utility (RCU)!!!!!

    Hi,
    While installing RCU, I was getting the Invalid Username/Password error on Database Connection Details Screen when i give sys userid. on Database Connection Details Screen I was trying to connect with sys user but failed then I used system user and it got connect.
    Then on Component screen, I was getting the below error.
    RCU-6083:Failed - Check prerequisites requirement for selected component:ORAESS
    Please refer to RCU log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
    Trying to connect as a non SYSDBA user. User should have SYSDBA privileges to successfully load the ESS schema.
    RCU-6092:Component Selection validation failed. Please refer to log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
    I do not know why i am unable to connect with sys user as i am giving the correct password. Now i have changed the sys password but still unable to connect.
    Please check the below link.
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu_screens.htm
    Please suggest something.
    --- Log File Error ------------------------
    2009-12-22 16:46:06.904 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: HOSTNAME: cicl-11g
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: OSINFO: i386 2.6.18-164.6.1.el5 Linux
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: JREINFO: 1.6.0_14 /u01/app/oracle/rcuHome/jdk/jre
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERNAME: oracle
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERDIR: /u01/app/oracle/rcuHome/bin
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User country: US
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User language: en
    2009-12-22 16:46:06.913 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java class path: /u01/app/oracle/rcuHome/jlib/rcu.jar:/u01/app/oracle/rcuHome/jlib/share.jar:/u01/app/oracle/rcuHome/jlib/help-share.jar:/u01/app/oracle/rcuHome/jlib/ohj.jar:/u01/app/oracle/rcuHome/jlib/orai18n-mapping.jar:/u01/app/oracle/rcuHome/lib/xmlparserv2.jar:/u01/app/oracle/rcuHome/jdbc/lib/ojdbc5.jar:/u01/app/oracle/rcuHome/jdbc/lib/ojdbc14.jar:/u01/app/oracle/rcuHome/jlib/jewt4.jar:/u01/app/oracle/rcuHome/jlib/ojdl.jar:/u01/app/oracle/rcuHome/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/oracle/rcuHome/jlib/SchemaVersion.jar:/u01/app/oracle/rcuHome/jlib/wlsqlserver.jar:/u01/app/oracle/rcuHome/jlib/wlbase.jar:/u01/app/oracle/rcuHome/jlib/wlutil.jar:/u01/app/oracle/rcuHome/jlib/com.bea.core.weblogic.workmanager_1.6.0.0.jar:/u01/app/oracle/rcuHome/jlib/com.bea.core.weblogic.workmanager_1.7.0.0.jar:/u01/app/oracle/rcuHome/jlib/wldb2.jar:/u01/app/oracle/rcuHome/jlib/help-share.jar:/u01/app/oracle/rcuHome/jlib/ohj.jar:/u01/app/oracle/rcuHome/jlib/oracle_ice.jar:/u01/app/oracle/rcuHome/jlib/rcuhelp.jar:/u01/app/oracle/rcuHome/jlib/rcuhelppages.jar:/u01/app/oracle/rcuHome/assistants/opca/jlib/opca.jar:/u01/app/oracle/rcuHome/portal/jlib/ptlshare.jar:/u01/app/oracle/rcuHome/jlib/ldapjclnt11.jar:/u01/app/oracle/rcuHome/jlib/commons-collections-3.1.jar:/u01/app/oracle/rcuHome/jlib/commons-dbcp-1.2.1.jar:/u01/app/oracle/rcuHome/jlib/commons-logging.jar:/u01/app/oracle/rcuHome/jlib/commons-pool-1.2.jar:/u01/app/oracle/rcuHome/jlib/quartz-1.6.0.jar:/u01/app/oracle/rcuHome/jlib/jta.jar:/u01/app/oracle/rcuHome/jlib/xml.jar:/u01/app/oracle/rcuHome/jlib/iam-platform-utils.jar:/u01/app/oracle/rcuHome/jlib/iam-platform-authz-service.jar:/u01/app/oracle/rcuHome/jlib/iam-features-identity.zip:/u01/app/oracle/rcuHome/jlib/iam-features-configservice.zip:/u01/app/oracle/rcuHome/jlib/jps-api.jar:/u01/app/oracle/rcuHome/jlib/jps-common.jar:/u01/app/oracle/rcuHome/jlib/jps-ee.jar:/u01/app/oracle/rcuHome/jlib/jps-internal.jar:/u01/app/oracle/rcuHome/jlib/jps-manifest.jar:/u01/app/oracle/rcuHome/jlib/MicroSM.jar:/u01/app/oracle/rcuHome/jlib/javax.persistence_1.0.0.0_1-0-2.jar:/u01/app/oracle/rcuHome/jlib/org.eclipse.persistence_1.0.0.0_1-1-0.jar:/u01/app/oracle/rcuHome/jlib/identitystore.jar:/u01/app/oracle/rcuHome/jlib/jps-unsupported-api.jar:/u01/app/oracle/rcuHome/jlib/pd-internal.jar
    2009-12-22 16:46:06.913 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java library path: /u01/app/oracle/rcuHome/jdk/jre/lib/i386/client:/u01/app/oracle/rcuHome/jdk/jre/lib/i386:/u01/app/oracle/rcuHome/jdk/jre/../lib/i386:/u01/app/oracle/rcuHome/lib32:/u01/app/oracle/rcuHome/network/lib32:/u01/app/oracle/rcuHome/lib:/u01/app/oracle/rcuHome/network/lib:/u01/app/oracle/product/11.2.0/network/lib:/u01/app/oracle/product/11.2.0/jdbc/lib:/u01/app/oracle/product/11.2.0/lib:/usr/lib:/usr/local/lib:/usr/java/packages/lib/i386:/lib:/usr/lib
    2009-12-22 16:46:06.913 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Launching RCU.
    2009-12-22 16:46:06.916 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Creating InteractiveRCUModel
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: Base URL : file:///u01/app/oracle/rcuHome/rcu/config/
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: ComponentInfo xml location : /u01/app/oracle/rcuHome/rcu/config/ComponentInfo.xml
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: Storage xml location : /u01/app/oracle/rcuHome/rcu/config/Storage.xml
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: DTD Validation : true
    2009-12-22 16:46:07.891 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.RCUCommandLineParser::process: Processing command line ....
    2009-12-22 16:46:39.363 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:system, role:Normal, connectString:(description=(address=(host=cicl-11g)(protocol=tcp)(port=1521))(connect_data=(service_name=DEV11G)(server=dedicated)))
    2009-12-22 16:46:40.515 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Initializing repository configuration metadata
    2009-12-22 16:46:40.515 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = INIT_META_DATA
    2009-12-22 16:46:40.704 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : AS_COMMON
    2009-12-22 16:46:40.707 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : MDS
    2009-12-22 16:46:40.713 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : MDS
    2009-12-22 16:46:40.714 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : MDS
    2009-12-22 16:46:40.716 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : IAU
    2009-12-22 16:46:40.720 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORAESS
    2009-12-22 16:46:40.721 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : IDM
    2009-12-22 16:46:40.721 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : OID
    2009-12-22 16:46:40.723 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : OIF
    2009-12-22 16:46:40.732 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : OWLCS
    2009-12-22 16:46:40.733 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPXDMS
    2009-12-22 16:46:40.735 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPSDS
    2009-12-22 16:46:40.759 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPLS
    2009-12-22 16:46:40.760 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOA
    2009-12-22 16:46:40.761 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOAINFRA
    2009-12-22 16:46:40.762 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOAINFRA
    2009-12-22 16:46:40.762 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOAINFRA
    2009-12-22 16:46:40.763 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : BAM
    2009-12-22 16:46:40.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPM
    2009-12-22 16:46:40.768 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPM
    2009-12-22 16:46:40.769 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPM
    2009-12-22 16:46:40.770 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER_SUITE
    2009-12-22 16:46:40.771 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER
    2009-12-22 16:46:40.771 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER
    2009-12-22 16:46:40.772 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER
    2009-12-22 16:46:40.774 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTLET
    2009-12-22 16:46:40.776 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTLET
    2009-12-22 16:46:40.777 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTLET
    2009-12-22 16:46:40.778 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : CONTENTSERVER
    2009-12-22 16:46:40.778 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : CONTENTSERVER
    2009-12-22 16:46:40.779 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : CONTENTSERVER
    2009-12-22 16:46:40.783 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS
    2009-12-22 16:46:40.784 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS
    2009-12-22 16:46:40.785 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS
    2009-12-22 16:46:40.786 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS_CRAWLER
    2009-12-22 16:46:40.791 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS_CRAWLER
    2009-12-22 16:46:40.794 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WIKI
    2009-12-22 16:46:40.795 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WIKI
    2009-12-22 16:46:40.795 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WIKI
    2009-12-22 16:46:40.796 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTAL_BI
    2009-12-22 16:46:40.797 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTAL
    2009-12-22 16:46:40.800 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCOVERER
    2009-12-22 16:46:40.821 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseXmlData: XML Document: /u01/app/oracle/rcuHome/rcu/config/ComponentInfo.xml is valid
    2009-12-22 16:46:40.835 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : MDS
    2009-12-22 16:46:40.843 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//mds/mds.xml is valid
    2009-12-22 16:46:40.852 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : IAU
    2009-12-22 16:46:40.857 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/iau/iau.xml is valid
    2009-12-22 16:46:40.864 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORAESS
    2009-12-22 16:46:40.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//ess/ess.xml is valid
    2009-12-22 16:46:40.883 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : OID
    2009-12-22 16:46:40.886 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//oid/oid.xml is valid
    2009-12-22 16:46:40.891 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : OIF
    2009-12-22 16:46:40.898 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//oif/oif.xml is valid
    2009-12-22 16:46:40.904 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPXDMS
    2009-12-22 16:46:40.907 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//commspresence/commspresence.xml is valid
    2009-12-22 16:46:40.915 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPSDS
    2009-12-22 16:46:40.932 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//commssds/commssds.xml is valid
    2009-12-22 16:46:40.938 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPLS
    2009-12-22 16:46:40.939 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//commsls/commsls.xml is valid
    2009-12-22 16:46:40.945 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : SOAINFRA
    2009-12-22 16:46:40.950 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//soainfra/soainfra.xml is valid
    2009-12-22 16:46:40.955 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : BAM
    2009-12-22 16:46:40.958 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//bam/bam.xml is valid
    2009-12-22 16:46:40.963 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPM
    2009-12-22 16:46:40.975 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//sdpm/sdpm.xml is valid
    2009-12-22 16:46:40.981 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : WEBCENTER
    2009-12-22 16:46:40.991 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//webcenter/webcenter.xml is valid
    2009-12-22 16:46:40.998 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : PORTLET
    2009-12-22 16:46:41.006 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//portlet/portlet.xml is valid
    2009-12-22 16:46:41.011 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : CONTENTSERVER
    2009-12-22 16:46:41.021 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/contentserver/contentserver.xml is valid
    2009-12-22 16:46:41.024 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCUSSIONS
    2009-12-22 16:46:41.030 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//jive/jive.xml is valid
    2009-12-22 16:46:41.040 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCUSSIONS_CRAWLER
    2009-12-22 16:46:41.048 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//jive-crawler/jive-crawler.xml is valid
    2009-12-22 16:46:41.052 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : WIKI
    2009-12-22 16:46:41.056 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//wiki/wiki.xml is valid
    2009-12-22 16:46:41.063 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : PORTAL
    2009-12-22 16:46:41.065 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/portal/portal.xml is valid
    2009-12-22 16:46:41.070 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCOVERER
    2009-12-22 16:46:41.073 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/dc/discoverer.xml is valid
    2009-12-22 16:46:41.108 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseStorageData: XML Document: /u01/app/oracle/rcuHome/rcu/config/Storage.xml is valid
    2009-12-22 16:46:41.452 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Initializing repository configuration metadata : 937 milliseconds
    2009-12-22 16:46:41.464 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Obtain properties of the specified database
    2009-12-22 16:46:41.464 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_QUERY_DATABASE
    2009-12-22 16:46:41.498 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Obtain properties of the specified database : 34 milliseconds
    2009-12-22 16:46:41.514 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Check requirement for specified database
    2009-12-22 16:46:41.514 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_GLOBAL_CHECK
    2009-12-22 16:46:41.557 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Check requirement for specified database : 43 milliseconds
    2009-12-22 16:46:41.572 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Execute pre create operations
    2009-12-22 16:46:41.573 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.CustomCompManager::getActionList: CustomCompManager.getActionList: CUSTOM_COMP_PRELOAD_SETUP
    2009-12-22 16:46:41.579 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryAndCopyData
    2009-12-22 16:46:41.582 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryTable
    2009-12-22 16:46:41.582 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Execute pre create operations : 9 milliseconds
    2009-12-22 16:46:55.687 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Metadata Services
    2009-12-22 16:46:55.687 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = MDS
    2009-12-22 16:46:55.687 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2009-12-22 16:46:55.722 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Metadata Services : 35 milliseconds
    2009-12-22 16:46:55.727 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Audit Services
    2009-12-22 16:46:55.727 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = IAU
    2009-12-22 16:46:55.727 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2009-12-22 16:46:55.761 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Audit Services : 34 milliseconds
    2009-12-22 16:46:55.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Enterprise Scheduler Service
    2009-12-22 16:46:55.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = ORAESS
    2009-12-22 16:46:55.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2009-12-22 16:46:55.773 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.PrereqTask::execute: Prereq Evaluation Failed
    oracle.sysman.assistants.rcu.backend.validation.PrereqException: RCU-6083:Failed - Check prerequisites requirement for selected component:ORAESS
    Please refer to RCU log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
         at oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator.executePrereqTask(PrereqEvaluator.java:642)
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:68)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
         at java.lang.Thread.run(Thread.java:619)
    2009-12-22 16:46:55.773 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
    oracle.sysman.assistants.common.task.TaskExecutionException: RCU-6083:Failed - Check prerequisites requirement for selected component:ORAESS
    Please refer to RCU log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
    Trying to connect as a non SYSDBA user. User should have SYSDBA privileges to successfully load the ESS schema.
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:76)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: yousufpaya on Dec 22, 2009 7:31 PM

    Hi yousuf;
    Please follow below and see its helpful for your issue:
    http://soadev.blogspot.com/2009_07_01_archive.html ( part:Error in Running Repository Creation Utility (RCU) While Using Oracle XE database )
    Also check:
    http://forums.tangosol.com/forums/thread.jspa?threadID=930952&tstart=60 (Joaanas post)
    Regard
    Helios

  • Repository Creation Utility for windows 7 64 bit

    Hi All,
    I did not find Repository Creation Utility for windows 7 64 bit.
    Any idea how I can get around this or where I can find RCU for windows 7 64 bit.
    Thanks, in advance!

    Hi DK,
    There is not a particular 64bit installation. I think it works like this: if you are using a 64bit JDK the apps server is also running 64 bit.
    You can find the generic jar here: http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html and take the generic one (http://download.oracle.com/otn/nt/middleware/11g/wls1033_generic.jar)
    You install this by a command like this (you have to look up the documentation): java -XXm.... .... wls1033_generic.jar
    Then a installer pops up.
    So these were my steps:
    - installed RCU
    - installed 64 bits JDK (jdk-6u21-windows-x64.exe)
    - installed Weblogic (wls1033_generic.jar)
    - installed OBI as "software only"
    - configured OBIi (config.bat you can find in <obi11g home>\Oracle_BI1\bin)
    All together it does not take much longer then the 32bit install. Only some extra steps to do.
    Hope this works for you too.
    Regards

  • Disk Utility crashed?

    Hi guys does the below mean anything to anyone.
    I had a CD in the dvd drive (a game play disk) and when i pressed the eject key on the keyboard the CD did not eject, so i open Disk Utility to eject the CD that way and Disk Utility locked up.
    So tried to restart and shut down via the apple menu. No Joy.
    The only thing i can think off is i had a disk image mounted that was on my NAS (It was a game dvd of 1.2GB, the program was installed, the image of the install DVD was mounted to save time while playing the game) and that is what caused the conflict between to mounted images? One in the dvd drive and one on the NAS, but they were different games so i don't get it.
    That said the play disk on the NAS was Mounted with Toasts 'Mount It' option - right click - More - 'Mount It' as if i used 'DiskImageMounter' (default) the game would ask for the install CD.
    I have ran the AHT and ASD - all OK, and ran remember via single user - all OK
    I just want to understand what happened.
    The best bit is while the mac was locking up bit by bit, as System Preferences then decided to lock up, i tried Toast 7, to eject the CD, it locked up. Spotlight was OK so ran terminal and as Safari was OK browsed the web and tried various command line shut downs and using activity monitor force quite apps. I managed to shut down to the logging off blue screen with spinning wheel before my G5 decided to do no more and i had to do a forced shut down.
    I was able to open the Dashboard widgets but the Drive Health.wdgt didn't work and still doesn't?
    If i put the game play disk in the G5 and open Disk Utility it locks up again, i had to do another forced shut down.
    After restarting i put the game disk in and opened Disk Utility again and all was OK. Tried 3 more ejects and re-inserting, all OK.
    I checked my 2 drives SMART info, for piece of mind, via Drive Health.wdgt but it would not display any info, it wouldn't update.
    So i have just booted of my firewire HD and the Drive Health.wdgt works fine and the only difference between my firewire HD and my local HD is that i have run applejacks since i re-imaged, and further examinations reveal that the error relating to the Drive Health.wdgt is a permissions error so i am even more baffled than when i started.
    console log at time of the first Disk Utility crash.
    05/11/2009 13:50:43 Disk Utility[6932] Image “other game.dmg” created successfully.
    05/11/2009 13:52:57 com.apple.launchd[113] (0x10bb50.Locum[7062]) Exited: Terminated
    05/11/2009 13:57:31 com.apple.launchd[113] (0x10b920.Locum[7159]) Exited: Terminated
    05/11/2009 13:59:28 com.apple.launchd[113] (0x10baf0.Locum[7181]) Exited: Terminated
    05/11/2009 14:06:00 com.apple.quicklook[7210] No accelerated IMDCT transform found
    05/11/2009 14:06:00 com.apple.quicklook[7210] No accelerated IMDCT transform found
    05/11/2009 14:16:20 Disk Utility[7281] ********
    05/11/2009 14:16:20 Disk Utility[7281] Disk Utility started.
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Users/Ray/Library/Widgets/Drive Health.wdgt/
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Users/Ray/Library/Widgets/Cyberduck.wdgt/
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Users/Ray/Library/Widgets/RPG.wdgt/
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Library/Widgets/Calculator.wdgt/
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Library/Widgets/World Clock.wdgt/
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Library/Widgets/iCal.wdgt/
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Library/Widgets/Weather.wdgt/
    05/11/2009 14:27:44 [0x0-0x6006].com.apple.dock[126] CPSPostEventRecordTo failed -600 /Users/Ray/Library/Widgets/Drive Health.wdgt/
    05/11/2009 14:32:02 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:32:02 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:32:05 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:32:05 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:32:05 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:32:05 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:32:35 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:32:35 com.apple.KernelEventAgent[25] KernelEventAgent: sysctl_queryfs: No such file or directory
    05/11/2009 14:38:39 [0x0-0x179179].com.apple.Safari[7445] Debugger() was called!
    05/11/2009 14:54:35 com.apple.launchd[113] (com.apple.quicklook[7460]) Exited abnormally: Interrupt
    05/11/2009 14:59:59 loginwindow[24] Could not find image named 'NSApplication'.
    05/11/2009 14:59:59 com.apple.loginwindow[24] 2009-11-05 14:59:59.607 loginwindow[24:20b] Could not find image named 'NSApplication'.
    05/11/2009 14:59:59 loginwindow[24] Could not find image named 'hgfhfg'.
    05/11/2009 14:59:59 com.apple.loginwindow[24] 2009-11-05 14:59:59.611 loginwindow[24:20b] Could not find image named 'hgfhfg'.
    05/11/2009 15:07:19 com.apple.launchd[1] (com.apple.loginwindow[24]) Exited: Killed
    05/11/2009 15:07:19 com.apple.launchd[113] (com.apple.pboard[124]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x188188].com.apple.Terminal[7680]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0xd00d].com.kodak.EasyShareHelper[137]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x18a18a].com.apple.ActivityMonitor[7694]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] (com.apple.UserEventAgent-Aqua[121]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0xc00c].com.bresink.system.tempmonitor.lite[136]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x40040].com.apple.iTunesHelper[772]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.RemoteUI[7443] Thu Nov 5 15:07:19 ray-sps-power-mac-g5.local Front Row[7443] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    05/11/2009 15:07:19 com.apple.RemoteUI[7443] Thu Nov 5 15:07:19 ray-sps-power-mac-g5.local Front Row[7443] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x189189].com.apple.Safari[7692]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] (com.apple.Spotlight[120]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x8008].com.apple.systemuiserver[127]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x29029].com.apple.AppleSpell[606]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x6006].com.apple.dock[126]) Stray process with PGID equal to this dead job: PID 7575 PPID 1 DashboardClient
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x6006].com.apple.dock[126]) Stray process with PGID equal to this dead job: PID 7574 PPID 1 DashboardClient
    05/11/2009 15:07:19 com.apple.launchd[113] ([0x0-0x6006].com.apple.dock[126]) Exited: Terminated
    05/11/2009 15:07:19 com.apple.WindowServer[50] Name ATY,Piton matches IOService:/MacRISC4PE/pci@0,f0000000/AppleMacRiscAGP/ATY,PitonParent@10/ATY,Pit on_A@0, new version 01018058, current version 01018058
    05/11/2009 15:07:19 com.apple.WindowServer[50] Name ATY,Piton matches IOService:/MacRISC4PE/pci@0,f0000000/AppleMacRiscAGP/ATY,PitonParent@10/ATY,Pit on_B@1, new version 01018058, current version 01018058
    05/11/2009 15:07:39 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Exit timeout elapsed (20 seconds). Killing.
    05/11/2009 15:07:39 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Exit timeout elapsed (20 seconds). Killing.
    05/11/2009 15:07:39 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Exit timeout elapsed (20 seconds). Killing.
    05/11/2009 15:07:39 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Exit timeout elapsed (20 seconds). Killing.
    05/11/2009 15:07:39 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Exit timeout elapsed (20 seconds). Killing.
    05/11/2009 15:07:44 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 5 seconds ago...
    05/11/2009 15:07:44 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 5 seconds ago...
    05/11/2009 15:07:44 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 5 seconds ago...
    05/11/2009 15:07:44 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 5 seconds ago...
    05/11/2009 15:07:44 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 5 seconds ago...
    05/11/2009 15:07:49 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 10 seconds ago...
    05/11/2009 15:07:49 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 10 seconds ago...
    05/11/2009 15:07:49 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 10 seconds ago...
    05/11/2009 15:07:49 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 10 seconds ago...
    05/11/2009 15:07:49 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 10 seconds ago...
    05/11/2009 15:07:54 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 15 seconds ago...
    05/11/2009 15:07:54 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 15 seconds ago...
    05/11/2009 15:07:54 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 15 seconds ago...
    05/11/2009 15:07:54 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 15 seconds ago...
    05/11/2009 15:07:54 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 15 seconds ago...
    05/11/2009 15:07:59 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 20 seconds ago...
    05/11/2009 15:07:59 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 20 seconds ago...
    05/11/2009 15:07:59 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 20 seconds ago...
    05/11/2009 15:07:59 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 20 seconds ago...
    05/11/2009 15:07:59 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 20 seconds ago...
    05/11/2009 15:08:04 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 25 seconds ago...
    05/11/2009 15:08:04 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 25 seconds ago...
    05/11/2009 15:08:04 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 25 seconds ago...
    05/11/2009 15:08:04 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 25 seconds ago...
    05/11/2009 15:08:04 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 25 seconds ago...
    05/11/2009 15:08:09 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 30 seconds ago...
    05/11/2009 15:08:09 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 30 seconds ago...
    05/11/2009 15:08:09 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 30 seconds ago...
    05/11/2009 15:08:09 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 30 seconds ago...
    05/11/2009 15:08:09 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 30 seconds ago...
    05/11/2009 15:08:14 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 35 seconds ago...
    05/11/2009 15:08:14 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 35 seconds ago...
    05/11/2009 15:08:14 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 35 seconds ago...
    05/11/2009 15:08:14 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 35 seconds ago...
    05/11/2009 15:08:14 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 35 seconds ago...
    05/11/2009 15:08:19 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 40 seconds ago...
    05/11/2009 15:08:19 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 40 seconds ago...
    05/11/2009 15:08:19 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 40 seconds ago...
    05/11/2009 15:08:19 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 40 seconds ago...
    05/11/2009 15:08:19 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 40 seconds ago...
    05/11/2009 15:08:24 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 45 seconds ago...
    05/11/2009 15:08:24 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 45 seconds ago...
    05/11/2009 15:08:24 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 45 seconds ago...
    05/11/2009 15:08:24 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 45 seconds ago...
    05/11/2009 15:08:24 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 45 seconds ago...
    05/11/2009 15:08:29 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 50 seconds ago...
    05/11/2009 15:08:29 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 50 seconds ago...
    05/11/2009 15:08:29 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 50 seconds ago...
    05/11/2009 15:08:29 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 50 seconds ago...
    05/11/2009 15:08:29 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 50 seconds ago...
    05/11/2009 15:08:34 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 55 seconds ago...
    05/11/2009 15:08:34 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 55 seconds ago...
    05/11/2009 15:08:34 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 55 seconds ago...
    05/11/2009 15:08:34 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 55 seconds ago...
    05/11/2009 15:08:34 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 55 seconds ago...
    05/11/2009 15:08:39 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 60 seconds ago...
    05/11/2009 15:08:39 com.apple.launchd[113] ([0x0-0x16f16f].com.apple.systempreferences[7381]) Did not die after sending SIGKILL 60 seconds ago...
    05/11/2009 15:08:39 com.apple.launchd[113] ([0x0-0x165165].com.apple.DiskUtility[7281]) Did not die after sending SIGKILL 60 seconds ago...
    05/11/2009 15:08:39 com.apple.launchd[113] ([0x0-0x133133].com.apple.finder[6828]) Did not die after sending SIGKILL 60 seconds ago...
    05/11/2009 15:08:39 com.apple.launchd[113] (com.apple.RemoteUI[7443]) Did not die after sending SIGKILL 60 seconds ago...
    05/11/2009 15:09:20 com.apple.launchctl.System[2] fsck_hfs: Volume is journaled. No checking performed.
    05/11/2009 15:08:44 com.apple.launchd[113] ([0x0-0x185185].com.roxio.Toast[7592]) Did not die after sending SIGKILL 65 seconds ago...
    05/11/2009 15:09:20 com.apple.launchctl.System[2] fsck_hfs: Use the -f option to force checking.
    05/11/2009 15:09:22 com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key for string: cccTaskName
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key: cccTaskName
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key for dictionary: cccTimingDict
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown value type '5' for key: cccNextFireDate
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key for string: cccTaskUUID
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key: cccTaskUUID
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key: ServiceDescription
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key for dictionary: cccTaskDict
    05/11/2009 15:09:22 com.apple.launchd[1] (com.bombich.ccc.scheduledtask.35EDF0C3-3677-4AE7-BE50-B37F90492542) Unknown key for integer: cccVersion
    05/11/2009 15:09:22 com.apple.launchd[1] (com.apple.RemoteDesktop.PrivilegeProxy) Unknown key for boolean: EnableTransactions
    05/11/2009 15:09:22 com.apple.launchd[1] (com.apple.usbmuxd) Unknown key for boolean: EnableTransactions
    05/11/2009 15:09:22 com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    05/11/2009 15:09:22 com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    05/11/2009 15:09:22 com.apple.launchd[1] (org.x.privileged_startx) Unknown key for boolean: EnableTransactions
    05/11/2009 15:09:35 com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 3 seconds
    05/11/2009 15:09:36 com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 3 seconds
    05/11/2009 15:09:36 com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 3 seconds
    05/11/2009 15:09:38 com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 10 seconds
    05/11/2009 15:09:40 com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[76]) Exited: Terminated
    05/11/2009 15:09:41 com.apple.launchd[82] (org.x.startx) Unknown key for boolean: EnableTransactions
    05/11/2009 15:09:42 com.apple.coreservicesd[46] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    05/11/2009 15:09:42 com.apple.coreservicesd[46] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    05/11/2009 15:09:43 com.apple.coreservicesd[46] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    05/11/2009 15:09:43 com.apple.coreservicesd[46] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    05/11/2009 15:09:46 com.apple.coreservicesd[46] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    05/11/2009 15:09:46 com.apple.coreservicesd[46] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    05/11/2009 15:09:46 SystemUIServer[102]
    MenuCracker
    see http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.

    I managed to save a crash report from Disk Utility - the report was unable to gather system info - well thats what it stated under the Tab in the error window.
    05/11/2009 14:16:20 Disk Utility[7281] ********
    05/11/2009 14:16:20 Disk Utility[7281] Disk Utility started.
    05/11/2009 14:16:20 Disk Utility[7281] Disk Utility started.
    Date/Time: 2009-11-05 14:21:30 +0000
    OS Version: 10.5.8 (Build 9L31a)
    Architecture: ppc
    Report Version: 4
    Command: Disk Utility
    Path: /Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility
    Version: 11.1 (252.4)
    Build Version: 8
    Project Name: DiskUtility
    Source Version: 2520400
    Parent: launchd [113]
    PID: 7281
    Event: hang
    Time: 9.81s
    Steps: 77
    Process: Disk Utility [7281]
    Path: /Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility
    ADDRESS BINARY
    00001000 /Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility
    00056000 /Applications/Utilities/Disk Utility.app/Contents/MacOS/../Frameworks/DUSupport.framework/Versions/A/DUSuppo rt
    000be000 /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    00165000 /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    002ca000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    003ff000 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    00446000 /System/Library/PrivateFrameworks/Restore.framework/Versions/A/Restore
    0044e000 /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    00491000 /usr/lib/libcurl.4.dylib
    0063c000 /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    04776000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    047a8000 /Applications/Utilities/Disk Utility.app/Contents/PlugIns/ASR.dumodule/Contents/MacOS/ASR
    0492d000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0637b000 /Applications/Utilities/Disk Utility.app/Contents/PlugIns/DFA.dumodule/Contents/MacOS/DFA
    0638e000 /Applications/Utilities/Disk Utility.app/Contents/PlugIns/Erase.dumodule/Contents/MacOS/Erase
    063a4000 /Applications/Utilities/Disk Utility.app/Contents/PlugIns/Info.dumodule/Contents/MacOS/Info
    063f4000 /Applications/Utilities/Disk Utility.app/Contents/PlugIns/Partition.dumodule/Contents/MacOS/Partition
    06424000 /Applications/Utilities/Disk Utility.app/Contents/PlugIns/RAID2.dumodule/Contents/MacOS/RAID2
    Process: kernel_task [0]
    Path: kernel_task
    ADDRESS BINARY
    Thread id: 452e78
    Thread id: 5c8cbe0
    Thread id: 5c8c838
    Thread id: 5c8c490
    Thread id: 5c8c0e8
    Thread id: 5c8bd40
    Thread id: 5c8b998
    Thread id: 5c8b248
    Thread id: 5ebd000
    Thread id: 5ebed40
    Kernel stack:
    77 buf_listunlock + 104 [0xdea48]
    77 _msleep + 176 [0x2aa1fc]
    77 _ureadc + 1560 [0x2a9e28]
    77 lck_mtxsleep + 92 [0x300f0]
    77 thread_blockreason + 180 [0x36b98]
    77 Switchcontext + 452 [0xb1fa4]
    Thread id: 5ebf490
    Thread id: 5ec0000
    Thread id: 5fc7be0
    Thread id: 5fc70e8
    Thread id: 5ebe248
    Thread id: 5fc7490
    Thread id: 5fc5750
    Thread id: 5fc53a8
    Thread id: 5ebf838
    Thread id: 5ec0750
    Thread id: 5fc6d40
    Thread id: 5ec2838
    Thread id: 5ebdaf8
    Thread id: 5fc6248
    Thread id: 5c8a3a8
    Thread id: 5c8a000
    Thread id: 60c05f0
    Thread id: 60c1838
    Thread id: 5c8aea0
    Thread id: 5fc5ea0
    Kernel stack:
    77 ifnetinput + 3044 [0x12ecc4]
    77 _msleep + 176 [0x2aa1fc]
    77 _ureadc + 1560 [0x2a9e28]
    77 lck_mtxsleep + 92 [0x300f0]
    77 thread_blockreason + 180 [0x36b98]
    77 Switchcontext + 452 [0xb1fa4]
    Thread id: 5ebd3a8
    Thread id: 5fc7838
    Thread id: 5ec1248
    Thread id: 60c1be0
    Thread id: 5ec0ea0
    Thread id: 5ebe998
    Thread id: 60c10e8
    Kernel stack:
    77 macxswapinfo + 568 [0x2f06f0]
    77 mach_msgreceive + 140 [0x24860]
    77 ipc_mqueuereceive + 716 [0x1ef60]
    77 thread_blockreason + 180 [0x36b98]
    77 Switchcontext + 452 [0xb1fa4]
    Thread id: 60c0d40
    Thread id: 60bfea0
    Thread id: 68e8490
    Kernel stack:
    77 ifnetinput + 3044 [0x12ecc4]
    77 _msleep + 176 [0x2aa1fc]
    77 _ureadc + 1560 [0x2a9e28]
    77 lck_mtxsleep + 92 [0x300f0]
    77 thread_blockreason + 180 [0x36b98]
    77 Switchcontext + 452 [0xb1fa4]
    Thread id: 7099d40
    Thread id: 709c248
    Kernel stack:
    1 __ZN10IOWorkLoop10threadMainEv + 44 [0x35c1e8]
    1 __ZN10IOWorkLoop15runEventSourcesEv + 164 [0x35c134]
    1 __ZN22IOInterruptEventSource12checkForWorkEv + 184 [0x35ced0]
    1 com.apple.ATIRadeon9700 (5.4.8) + 36296 [0x62d7edc8]
    1 mlckPatchisync + 708 [0xac898]
    1 lck_mtx_lockwait + 416 [0x30bcc]
    1 thread_blockreason + 180 [0x36b98]
    1 Switchcontext + 452 [0xb1fa4]
    Thread id: 709a0e8
    Thread id: 70995f0
    Thread id: 7099998
    Kernel stack:
    77 com.apple.filesystems.autofs (2.0.2) + 31304 [0x62a9ca48]
    77 _msleep + 176 [0x2aa1fc]
    77 _ureadc + 1520 [0x2a9e00]
    77 lck_mtx_sleepdeadline + 108 [0x3019c]
    77 thread_blockreason + 180 [0x36b98]
    77 Switchcontext + 452 [0xb1fa4]
    Thread id: 709d838
    Thread id: 7558000
    Kernel stack:
    77 com.apple.filesystems.smbfs (1.4.6) + 150856 [0x6b55ad48]
    77 _msleep + 176 [0x2aa1fc]
    77 _ureadc + 1904 [0x2a9f80]
    77 thread_blockreason + 180 [0x36b98]
    77 Switchcontext + 452 [0xb1fa4]
    SHARED FRAMEWORK AREA
    ADDRESS BINARY
    90003000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    9009b000 /usr/lib/libbz2.1.0.dylib
    900a9000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    900c6000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    900c7000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    900c8000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    9042e000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    90468000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    9050b000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    90724000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    90cdf000 /usr/lib/libSystem.B.dylib
    90f98000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    91049000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    910c5000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    9143e000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    916a2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    91704000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    91820000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    91b23000 /usr/lib/libbsm.dylib
    91b2c000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    91b74000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    91b81000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    91b86000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    91dcd000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    91e1d000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    91e31000 /usr/lib/libz.1.dylib
    91e40000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    91ec3000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    91f3e000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    91f5f000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    920b8000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    920e8000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    9286a000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    9292c000 /usr/lib/libxslt.1.dylib
    92955000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    92a1e000 /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    92a3e000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    92ba7000 /usr/lib/libobjc.A.dylib
    92c8b000 /usr/lib/libcups.2.dylib
    92daa000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    92dec000 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    92ea9000 /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    92f1f000 /usr/lib/system/libmathCommon.A.dylib
    92f63000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    937eb000 /usr/lib/libxml2.2.dylib
    93900000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    93997000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    944a6000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    944a7000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    94578000 /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    94584000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    945dd000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    9461a000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    9465f000 /System/Library/Frameworks/Security.framework/Versions/A/Security
    94849000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    948e3000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    948f8000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    94b29000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    94b92000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    95c90000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    95cad000 /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    95cae000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    95fe8000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    96003000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    9600b000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    960bc000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    96190000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    961a4000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    961ae000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    96237000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    96240000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    96322000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    9632a000 /usr/lib/libstdc++.6.dylib
    96392000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    9692e000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    96a58000 /usr/lib/libicucore.A.dylib
    96ba1000 /usr/lib/libgcc_s.1.dylib
    96bcc000 /usr/lib/libsqlite3.0.dylib
    96c58000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    96ca8000 /usr/lib/libssl.0.9.7.dylib
    96cd3000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    96f82000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    96f9a000 /usr/lib/libcrypto.0.9.7.dylib
    97152000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    97243000 /usr/lib/libffi.dylib
    97245000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    97249000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    97289000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    972f8000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    97388000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    9738c000 /usr/lib/libresolv.9.dylib
    973ac000 /usr/lib/libauto.dylib

  • Looking For Oracle Fusion Middleware Repository Creation Utility

    I'm trying to install a development Fusion Middleware 11.1.1.7 (Weblogic, BPM, etc) environment in a Windows Virtual Box VM. I'm following the directions in the following document: Oracle Fusion Middleware Download, Installation, and Configuration ReadMe. I've installed Oracle 11G r2 and am on the step for using the "Oracle Fusion Middleware Repository Creation Utility". I have looked high and low and can't find this utility on the Oracle web site. Can someone PLEASE point me to the location so I can download it.

    Actually it is delivered on Edelivery and as a Patch on MOS:
    Oracle® Fusion Middleware Download, Installation, and Configuration ReadMe
    5.2 Downloading the Oracle Fusion Middleware Repository Creation Utility
    You use the Oracle Fusion Middleware Repository Creation Utility to install the database schemas that are required by specific Oracle Fusion Middleware products.
    For Oracle Fusion Middleware 11g Release 1 (11.1.1.7.0), download one of the following:
        Repository Creation Utility 11g Release 1 (11.1.1.7.0) from OTN or Oracle Software Delivery Cloud
        Patch 16471709 (for Windows and Linux 32-bit systems) from My Oracle Support

  • Disk Utility Crashed during an "erase free space" and now no space exists

    So i have no idea how to recover my space after disk utility crashed while I was out today, All I know is I had close to two hundred gigs freed that I wanted to wipe clean after resetting some things in various applications.
    I figure I could go find the offending file through some unix-fu. Boy was I wrong
    udo find / -type f -size +300000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
    /System/Library/Speech/Voices/Alex.SpeechVoice/Contents/Resources/PCMWave: 382M
    /Users/vahtryn/lotusnotes851_macCZ5S6EN.dmg: 402M
    Thats all I got for searching for any file sized 300 meg or more. So, what's the deal? How can I recover this space if I can't find the EFTFile1.sparseimage that's supposed to be created?
    I read elsewhere it should be here: ls -lh /var/root/Library/Caches/TemporaryItems
    ls: /var/root/Library/Caches/TemporaryItems: No such file or directory
    Not on my SL install.

    Okay, found a solution. Posting it for others who experience this problem.
    1. Restart your computer
    2. When your computer is completely started back up, check your trash can. If there are recovered files in there, empty trash.
    3. If no files are in there, delete a file you don't need, or make a screen shot of something and delete it. Then empty trash.
    After doing the above, temporary files were erased. At least that's what worked for me.
    Finally: if you haven't done so already, back up your entire system, so in the event you have a complete crash, you will have a back up.

Maybe you are looking for

  • When I try to print something, my "documents library opens which creates a printing "error" .

    I have downloaded and installed the HP Drivers for my new windows 7 lap top in the windows programs and in the Mozilla program (fire fox). I can print without any problem from any of the windows programs but not from fir fox. As soon as I click on "p

  • Video Thumbnail images gone - iPad 1st gen, iOS5

    After updgrading my iPad 1st gen to iOS5, all of my video thumbnail images are gone. The iPad just displays a white box with a gray flat screen TV icon for every video file listed under Movies or TV Shows This is most troublesome when I touch the TV

  • FTP Publishing currently failing

    Some months back I created a website for a friend who wanted a new site for his business. His site was already with Mr. Site who supported FTP publishing, so I created his new site and transferred it to his new one, effectively replacing it. Great! W

  • Youtube no longer support Safari 5.1.10 and OS X 10.6.8!!!

    I found out the hard way that Youtube no longer support Safari 5.1.10 and OS X 10.6.8. You have to use Firefox or Chrome, that ***** big time! I love my Safari!

  • Auto set the Time

    Im using a 1st gen iPhone running v2.2 on the Vodafone network in India. I dont see a setting for Auto setting the date/time anywhere. I know there is supposed to be such a setting on the phone because I've seen people referring to it on this forum,