ORA -00054 Errors in system log

Regards
dhrish

Ho Dhrish,
You might need to increase MAXOPENCURSORS.
Check below notes based on your SAP release : SAP Notes 857423 and 988851
Hope this helps.
Regards,
Deepak Kori

Similar Messages

  • Create database fails with error ORA-01505: error in adding log files

    hi all,
    hope someone can help me out, I'm trying to create a database using a SQL script, the content of the script is:
    create database testora
    user sys identified by oracle
    user system identified by oracle
    logfile group 1 ('/u01/app/oracle/oradata/testora/redo01a.log', '/u02/app/oracle/oradata/testora/redo01b.log') size 100m blocksize 512 reuse,
         group 2 ('/u01/app/oracle/oradata/testora/redo02a.log', '/u02/app/oracle/oradata/testora/redo02b.log') size 100m blocksize 512 reuse,
         group 3 ('/u01/app/oracle/oradata/testora/redo03a.log', '/u02/app/oracle/oradata/testora/redo03b.log') size 100m blocksize 512 reuse,
    maxlogfiles 5
    maxlogmembers 5
    maxdatafiles 100
    character set US7ASCII
    national character set AL16UTF16
    extent management local
    datafile '/u01/app/oracle/oradata/testora/system01.dbf' size 400m reuse
    sysaux datafile '/u01/app/oracle/oradata/testora/sysaux01.dbf' size 400m reuse
    default tablespace users
         datafile '/u02/app/oracle/oradata/testora/users01.dbf' size 500m reuse autoextend on maxsize unlimited
    default temporary tablespace tempts1
         tempfile '/u01/app/oracle/oradata/testora/temp01.dbf' size 20m reuse autoextend on maxsize 4g
    undo tablespace undotbs1
         datafile '/u01/app/oracle/oradata/testora/undotbs01.dbf' size 200m reuse autoextend on maxsize unlimited
    It fails in creating the database with the following output:
    SQL> @/home/oracle/Oracle_Scripts/testora_db_script.sql
    create database testora
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-01501: CREATE DATABASE failed
    ORA-01505: error in adding log files
    ORA-01184: logfile group 1 already exists
    Process ID: 3486
    Session ID: 1 Serial number: 3

    sorry to revive this thread but i have one more issue with this. I created a database with DBCA insetead of CREATE DATABASE command and selected option for Fast Recovery Area space. This automatically set initialization parameter db_recovery_file_dest and db_recovery_file_dest_size, but did not create a OMF redo log group, but instead created three redo log groups with 1 member each.
    select * from v$logfile returns:
    1          ONLINE     /u01/app/oracle/oradata/testdb2/redo01.log     NO
    2          ONLINE     /u01/app/oracle/oradata/testdb2/redo02.log     NO
    3          ONLINE     /u01/app/oracle/oradata/testdb2/redo03.log     NO
    Any idea why if creating a database with create database command and specifying db_recovery_file_dest creates an OMF redo log group and with DBCA it doesn't?

  • ORA-00054 error when loading Oracle table using Data Services

    Hello,
    we are facing ORA-00054 error when loading Oracle table using BO Data services
    (Oracle 10g database, BODS Xi 3.2 SP3)
    Test Job performs
    1- truncate table
    2- load table (tested in standard and bulk load modes)
    Scenario when issue happens is:
    1- Run loading Job
    2- Job end in error for any Oracle data base error
    3- When re-running the same Job, Job fails with following error
         ORA-00054: resource busy and acquire with NOWAIT specified
    It seems after first failure, Oracle session for loading the table stays active and locks the table.
    To be able to rerun the Job, we are forced need to kill Oracle session manually to be able to run the Job again.
    Expected behaviour would be : on error rollback modifications made on table and BODS stops Oracle session in a clean way.
    Can somebody tell me / or point me to any BODS best practice about Oracle error handling to prevent such case?
    Thanks in advance
    Paul-Marie

    the ora-0054 can occure depending how the job failed before. If this occures you will need the DBA to release the lock on the table in question
    Or
           AL_Engine.exe on The server it creates the Lock. Need to Kill Them. Or stop it..
    This Problem Occurs when we select The Bulkloading Option in orclae  We also faced the same issue,Our admin has Killed the session. Then everything alright.

  • Error in system logs of the abap engine

    Hello All,
    I got a incident for "error in system logs of the abap engine".When i checked in SM21,
    13:50:18 BTC 024 001 SETUPADMIN SM59 Q0 W
    SETUPADMIN deletes RFC destination
    0000000000011DECBA9958E212E09B2C
    05782 Background  Processor No. 024 SETUPADMIN
    1 SM59 /ITSC/DSA_PERIODICAL T Transaction Problem STSK
    A destination has been deleted in SM59, destination
    maintenance of RFC.
    Problems can occur if this destination is still used in existing
    ABAP
    I checked in sm37,the job /ITSAM/HEALTHCHECK which
    runs under the program /ITSC/DSA_PERIODICAL with frequency
    10 mins is in finished state.
    Kindly help me out, why this logs is always written in sm21 even if
    the job got finished .
    Thanks & Regards,
    Harshavardhan

    i have the same error but my first select is
    SELECT QMNUM QMTXT QMDAT AUFNR OBJNR QMNAM QMART BTPLN IWERK BEBER INGRP  EQUNR SERIALNR MATNR
            INTO TABLE GT_VIQMEL
            FROM VIQMEL
            WHERE QMNUM IN S_QMNUM .
    please tell me how to solve this error when i run 24000 raw this select dump.
    ASAP
    thanks
    Eman elgammal.

  • How  to solve ora-00054 error while drop the constraint

    i am trying to drop the constraint for the table but it will give the below error.
    ora-00054 resource busy and acquire.
    can you please tell me solve this problem. but in my pc i am not using that table at any where in the system.
    ALTER TABLE EIIS_JBWSTOCK
    DROP CONSTRAINT CHK_TRAN_JOB_TYPE;
    this is my code for alter table constraint.
    thanks

    You may find <sid, serial#> and kill the session.
    SELECT c.owner,
           c.object_name,
           c.object_type,
           b.SID,
           b.serial#,
           b.status,
           b.osuser,
           b.machine
      FROM v$locked_object a, v$session b, dba_objects c
    WHERE b.SID = a.session_id AND a.object_id = c.object_id; --You may add extra condition for your table.
    ALTER SYSTEM KILL SESSION '<sid, serial#>'

  • Error in system log

    HI all,
    this is not a security query, but I need help in this regard.
    Following error msg i showing in system log. I'm getting this error whenever i'm trying to read the Job in SM37. And in some cases I'm unable to see the spool list which is generated by the bg jobs. what coul be the reason?
    <b>> Error reading job log JOBLGX15165600X64603
    Error 2 for write/read access to a file. File = /usr/sap/PRD/SYS/global/999JOBLG/0001X15165600X64603
    BP_JOBLOG_SHOW: Failed to display jobs. Reason:</b>

    Thanks Jose
    Porblem is solved.
    /sapmnt/PRD/global and profile are not mounted on that server.
    Thnak u so much for ur cooperation.
    Regards,
    Raja

  • JBO-26030 and ORA-00054 error when updating a certain row

    I have a page that saves data when you leave a cell in a table. Everything seems to work fine, but when you get to some cells the JBO-26030 error pops up and then no matter what you do you can't ever save anything on that cell. You can close everything down and reopen and change other cells, but when you go back to that cell the error message always pops up. I think it's mainly happening on the cell that is a drop down with 3 values (P, F, and NT). P is the value and key for the drop down.
    Then when I go into the database through Toad I try to change the value just so see what happens and that's when I get the ORA-00054: resource busy and acquire with NOWAIT specified error. This again only happens when editing that row.
    Any help is appreciated...Thanks!
    Edited by: user10942416 on Aug 6, 2009 6:16 AM

    This error is caused when the block property 'DML returning values' equals YES. This property was introduced as of forms 6. What does it do ? As per the on-line help of Forms, "A database update or insert action may initiate server-side triggers that cause alterations or additional changes in the data. In Release 6, when using an Oracle8 database server, Forms uses the DML Returning clause to immediately bring back any such changes. When this property is set to Yes, Forms will automatically update the client-side version of the data, and the user will not need to re-query the database to obtain the changed values". When this property is switched to yes the generated insert/update statement will contain the 'returning clause' and this clause is causing the error.
    As far as I have tested, the only way at present, to get rid of this error is to set 'DML returing values' to NO. So, not to use this functionality.
    See also:
    http://support.oracle.co.uk/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=143395.1
    Please respond if this solution works for you.
    Greets,
    Guido Zeelen

  • Mcxd.app reports errors in system.log

    Hello!
    On every startup of my mac os x server I get the following entries in system.log from mcxd.app.
    Oct 9 20:34:45 sebastian /System/Library/CoreServices/mcxd.app/Contents/MacOS/mcxd: DSGetLocallyHostedNodeNames(): dsFindDirNode() == -14008
    Oct 9 20:34:45 sebastian /System/Library/CoreServices/mcxd.app/Contents/MacOS/mcxd: DSGetSearchPath(): DSGetLocallyHostedNodeNames() == -14956
    Oct 9 20:34:45 sebastian /System/Library/CoreServices/mcxd.app/Contents/MacOS/mcxd: DSGetCurrentConfigInfo(): DSGetSearchPath() == -14956
    Oct 9 20:34:45 sebastian /System/Library/CoreServices/mcxd.app/Contents/MacOS/mcxd: DSGetCacheInfo(): DSGetCurrentConfigInfo() == -14956
    Oct 9 20:34:45 sebastian /System/Library/CoreServices/mcxd.app/Contents/MacOS/mcxd: * MCXD.getComputerInfo: Couldn't get cache info -14956
    How can I get rid off them? Any hints?
    Thanx in advance
    Gerhard

    Nigel,
    While the error messages you are seeing might not be anything to worry about (you will see some of these even in the best of circumstances, but I cannot speak to yours, specifically), you shouldn't be seeing any "wonky" behavior. The fact that you are indicates that something might, indeed, be wrong.
    My best advice to you would be to start with a clean slate. I just received a new machine, myself (this beautiful new 17" Powerbook), and I spent the past day doing just that: starting "clean."
    What I mean by this is formatting the drive right out of the box, then reinstalling. And, not just any format, but a "zeroing" of the entire drive. This took about 45 minutes on my PB, but the process will "map out"any potential bad blocks on the drive, thereby reducing the possibility of encountering disk errors for the near future. Another good reason to reinstall yourself, even if you don't "zero" the drive, is that Apple often ends up installing the wrong version of an OS to a given machine, especially if that machine has just been released. We see many cases where a user will find, by reinstalling from the disks that come with new Mac models, that the OS is slightly different than the one that was originally installed, and that the disk-installed version works without problems. Hmmm.
    Unless and until you do this yourself, you will not have a firm foundation from which to troubleshoot any problems you might be having. If, after having done this, you find that you still have problems, the next thing to look for is a bad RAM module. If you rule out a bad RAM module, only then should you consider the possibility that something is wrong with the machine, itself.
    Scott

  • Errors in system log?

    OK, so I'm relatively new to Mac OS X, but that's on the back of some 20 years of working with UNIX, so I'm well placed to handle Mac OS X.... or so I thought!
    In fact, compared to generic UNIX systems, there's so much added to Mac OS X that it might as well be a totally different system.
    Anyway, I've got this iMac G5 (iSight) 2.1 GHz, which came with 10.4.2 installed, and which I've fully updated (using Software Update) to 10.4.3. After the update, a few glitches have revealed themselves - like the Dock will sometimes just apparently lock up - clicking back on the desktop seems to be a fairly reliable way of unfeezing the Dock, but it's annoying nonetheless.
    The glitches prompted me to look further into the system, and in particular, when I look at the system log, via Console, right after rebooting, I see some messages there that may or may not be of significance:
    - SystemStarter[879]: authentication service (887) did not complete successfully
    - localhost kernel[0]: AppleU3: WARNING: platform-chip-fault expected, but not found
    - launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[65]: exited abnormally: Hangup
    I must admit, the second of those seems a bit odd to me!
    But, can anyone tell me how 'bad' these errors are? Do I need to delve further into their causes, or do Aqua and Darwin handle such 'events' quite gracefully (which I'll accept is more than possible)?
    Whilst I was talking with one of the AppleCare guys earlier today, I tried to ask him about these syslog messages, but the response I got was that I should consult http://www.apple.com/support/mac101 !!! Right, very helpful!
    AppleCare is great, I think, for users who simply need a bit of hand-holding and instruction in how to use their Mac. That's fine, as long as everything is working as it should - but when we're more advanced as users than that, and we have a more technical issue to resolve, whereand how are we supposed to get help from even more knowledgable support personnel?
    Or are these discussion forums the best bet?
    Nigel

    Nigel,
    While the error messages you are seeing might not be anything to worry about (you will see some of these even in the best of circumstances, but I cannot speak to yours, specifically), you shouldn't be seeing any "wonky" behavior. The fact that you are indicates that something might, indeed, be wrong.
    My best advice to you would be to start with a clean slate. I just received a new machine, myself (this beautiful new 17" Powerbook), and I spent the past day doing just that: starting "clean."
    What I mean by this is formatting the drive right out of the box, then reinstalling. And, not just any format, but a "zeroing" of the entire drive. This took about 45 minutes on my PB, but the process will "map out"any potential bad blocks on the drive, thereby reducing the possibility of encountering disk errors for the near future. Another good reason to reinstall yourself, even if you don't "zero" the drive, is that Apple often ends up installing the wrong version of an OS to a given machine, especially if that machine has just been released. We see many cases where a user will find, by reinstalling from the disks that come with new Mac models, that the OS is slightly different than the one that was originally installed, and that the disk-installed version works without problems. Hmmm.
    Unless and until you do this yourself, you will not have a firm foundation from which to troubleshoot any problems you might be having. If, after having done this, you find that you still have problems, the next thing to look for is a bad RAM module. If you rule out a bad RAM module, only then should you consider the possibility that something is wrong with the machine, itself.
    Scott

  • Errors in system.log since leopard upgrade

    I have a mac mini core duo 1.83, with 2gb ram.
    It was running Tiger until I upgraded it to Leopard about October 27th.
    I used the archive and install installation method.
    It has been running fine. The only "glitch" I have noticed is a very occasional
    pause in music playing in iTunes.
    While investigating the cause of that, I realised that the system.log file is very large, and there are many many instances of this error in it.
    Dec 10 15:42:11 macmini Unknown[36394]: Error loading /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib: dlopen(/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bu ndle/Contents/MacOS/IOUSBLib, 262): no suitable image found. Did find:\n /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib: mach-o, but wrong architecture
    Dec 10 15:42:11 macmini Unknown[36394]: Cannot find function pointer IOUSBLibFactory for factory 4547A8AA-9EF3-11D4-A9BD-000A27052861 in CFBundle/CFPlugIn 0x262580 </System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle> (bundle, not loaded)
    The latest log file is over 500mb
    -rw-r----- 1 root admin 607343865 Dec 10 15:49 system.log
    Also I see these errors
    Dec 10 15:50:01 macmini com.apple.launchd[1] (org.postfix.master): Throttling respawn: Will start in 9 seconds
    Dec 10 15:50:10 macmini postfix/master[67855]: fatal: open lock file pid/master.pid: unable to set exclusive lock: Resource temporarily unavailable
    Dec 10 15:50:11 macmini com.apple.launchd[1] (org.postfix.master[67855]): Exited with exit code: 1
    Dec 10 15:50:11 macmini com.apple.launchd[1] (org.postfix.master): Throttling respawn: Will start in 9 seconds
    Am I likely to see any problems other than the large log files?

    Large log files are potential problems. The larger they get the greater the probability they will become corrupted. You should use some software to clear out the logs regularly by running the built-in Unix scripts. See my maintenance FAQ for helpful suggestions:
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility. For situations DU cannot handle the best third-party utilities are: Disk Warrior; DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.0 is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation. TechTool Pro 4.5.2 is Intel Mac compatible; Drive Genius is similar to TechTool Pro in terms of the various repair services provided. The current version, 1.5.1, is Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.
    OS X automatically defrags files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack. If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. PsynchX 2.1.1 and RsyncX 2.1 (Freeware)
    6. Carbon Copy Cloner (Freeware - 3.0 is a Universal Binary)
    7. SuperDuper! (Commercial)
    The following utilities can also be used for backup, but cannot create bootable clones:
    1. Backup (requires a .Mac account with Apple both to get the software and to use it.)
    2. Toast
    3. Impression
    4. arRSync
    Apple's Backup is a full backup tool capable of also backing up across multiple media such as CD/DVD. However, it cannot create bootable backups. It is primarily an "archiving" utility as are the other two.
    Impression and Toast are disk image based backups, only. Particularly useful if you need to backup to CD/DVD across multiple media.
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at www.versiontracker.com and www.macupdate.com.
    I'm only supposing, here, but I think your log errors are generated by left over elements of Tiger not removed when you installed Leopard. This is always a potential problem with upgrade installs and Archive and Install when moving to a new major OS version. I generally recommend doing an Erase and Install.

  • Netinfod errors in system.log

    These errors appear in my system.log every 30 minutes:
    Jan 8 09:18:03 bd netinfod local[54]: notify's udp binder connection to localhost[255.255.255.255]/local failed during opening (UDP) - socket_open failed
    Jan 8 09:18:03 bd netinfod local[54]: notify's tcp binder connection to localhost[255.255.255.255]/local failed during opening (TCP) - socket_connect failed
    Jan 8 09:18:03 bd netinfod local[54]: update 0 to localhost[255.255.255.255]/local failed during binder contacting - couldn't getregister
    Anyway to fix them?
    ...Rene

    Nigel,
    While the error messages you are seeing might not be anything to worry about (you will see some of these even in the best of circumstances, but I cannot speak to yours, specifically), you shouldn't be seeing any "wonky" behavior. The fact that you are indicates that something might, indeed, be wrong.
    My best advice to you would be to start with a clean slate. I just received a new machine, myself (this beautiful new 17" Powerbook), and I spent the past day doing just that: starting "clean."
    What I mean by this is formatting the drive right out of the box, then reinstalling. And, not just any format, but a "zeroing" of the entire drive. This took about 45 minutes on my PB, but the process will "map out"any potential bad blocks on the drive, thereby reducing the possibility of encountering disk errors for the near future. Another good reason to reinstall yourself, even if you don't "zero" the drive, is that Apple often ends up installing the wrong version of an OS to a given machine, especially if that machine has just been released. We see many cases where a user will find, by reinstalling from the disks that come with new Mac models, that the OS is slightly different than the one that was originally installed, and that the disk-installed version works without problems. Hmmm.
    Unless and until you do this yourself, you will not have a firm foundation from which to troubleshoot any problems you might be having. If, after having done this, you find that you still have problems, the next thing to look for is a bad RAM module. If you rule out a bad RAM module, only then should you consider the possibility that something is wrong with the machine, itself.
    Scott

  • ORA-3136 error in alert log file(EBS R12)

    I have found ora-3136 alert log error in ebs r12 instance Can any one help on this error. Alert log continuously write this error. Below is the error i found.
    Fatal NI connect error 12170.
      VERSION INFORMATION:
            TNS for Linux: Version 11.1.0.7.0 - Production
            Oracle Bequeath NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
            TCP/IP NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
      Time: 07-NOV-2013 18:33:49
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS:operation timed out
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=172.17.100.108)(PORT=60495))
    WARNING: inbound connection timed out (ORA-3136)

    Does this affect the functionality of the application?
    Do you get any errors when opening forms or self-service pages?
    Please see:
    ORA-01403 and FRM-40735 error occur while opening any forms (Doc ID 1358117.1)
    Troubleshooting ORA-3135/ORA-3136 Connection Timeouts Errors - Database Diagnostics (Doc ID 730066.1)
    ORA-3136/TNS-12535 or Hang Reported for Connections Across Firewall (Doc ID 974783.1)
    Thanks,
    Hussein

  • ORA-00054 error help

    SQL> drop table worker_hourly
    ERROR at line 1:
    ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
    create table worker_hourly
    ( wrk_id       number(3),
      wrk_perhr    number(5,2) NOT NULL,
      wrk_otrate   number(3,2),
        primary key (wrk_id),
        constraint workerexist foreign key (wrk_id)
            references worker_super(wrk_id),
        constraint validot check (wrk_otrate < 2.5))
    insert into worker_hourly values (333,19.75,NULL)
    insert into worker_hourly values (444,15.45,1.5)
    /im trying to drop this table and start it up again but its showing up that error, how can i fix it, i've never encountered it before

    Either you're not giving the full picture here, or you missed:
    (issued from the session that has an outstanding transaction on your table) So:
    -Are you capable of indentifying sessions that lock 'your' table? (Any tool available?)
    -Do you have a DBA around you can ask?
    -Database version?
    -acces to datadictionary views like V$LOCK amnd V$LOCKED_OBJECT
    -is this a development or a production problem? (I think it's a development problem)
    any other suggestions???Give the full picture here, instead of letting us 'fire guesses at you'.
    That's like walking down 'Cumbersome Avenue'.

  • Httpd spewing errors into system.log...

    Hi,
    I just noticed that httpd is having problems in Mountain Lion...
    Jul 26 15:09:40 eagle com.apple.launchd[1] (org.apache.httpd[4576]): Exited with code: 1
    Jul 26 15:09:40 eagle com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Jul 26 15:09:50 eagle com.apple.launchd[1] (org.apache.httpd[4577]): Exited with code: 1
    Jul 26 15:09:50 eagle com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    The system.log file is growing ;(
    I am having the same problem on another machine but in addition it is continuously removing a certificate.
    Nothing is appearing in the Apache logs....
    Any suggestions?
    Jerry

    Hey. Thanks for the advice thus far but I have the same problem on 10.9 with no resolution... the above solutions don't apply. (No funny apple stuff in apache conf, no permissions problems, logfiles exist, writable, working... and most odd of all... apache is in fact running and working.)
    I just don't like the errors in the console... it disturbs me. Any other ideas? TIA.
    2014/09/15 7:31:10,462 PM com.apple.launchd[1]: (org.apache.httpd[74008]) Exited with code: 1
    2014/09/15 7:31:10,462 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 9 seconds
    2014/09/15 7:31:15,828 PM 1PasswordAgent[430]: Failed to return databaseID, encryption key is not loaded
    2014/09/15 7:31:23,562 PM com.apple.launchd[1]: (org.apache.httpd[74009]) Exited with code: 1
    2014/09/15 7:31:23,562 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    2014/09/15 7:31:31,613 PM com.apple.launchd[1]: (org.apache.httpd[74010]) Exited with code: 1
    2014/09/15 7:31:31,613 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 8 seconds
    2014/09/15 7:31:42,430 PM com.apple.launchd[1]: (org.apache.httpd[74011]) Exited with code: 1
    2014/09/15 7:31:42,430 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 8 seconds
    2014/09/15 7:31:51,435 PM com.apple.launchd[1]: (org.apache.httpd[74012]) Exited with code: 1
    2014/09/15 7:31:51,435 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 9 seconds
    2014/09/15 7:32:04,516 PM com.apple.launchd[1]: (org.apache.httpd[74014]) Exited with code: 1
    2014/09/15 7:32:04,516 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    2014/09/15 7:32:10,611 PM com.apple.launchd[1]: (org.apache.httpd[74015]) Exited with code: 1
    2014/09/15 7:32:10,611 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    2014/09/15 7:32:21,306 PM com.apple.launchd[1]: (org.apache.httpd[74017]) Exited with code: 1
    2014/09/15 7:32:21,307 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    2014/09/15 7:32:31,397 PM com.apple.launchd[1]: (org.apache.httpd[74018]) Exited with code: 1
    2014/09/15 7:32:31,397 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds

  • Mac Pro freezes frequently after "NVChannel" error in system.log

    Hi,
    Can anybody here with a 2008 Mac Pro run the Folding @ Home client without hard crashing the Mac?
    I have a 2008-model Mac Pro, with the nVidia GeForce 8800 GT, which freezes frequently. As detailed in an earlier post[1], the graphics driver sees to be implicated, as just before the freezes, messages like this appear in the system log:
    kernel kern 3/30/08 7:53:52 PM Debug NVChannel(GL): Graphics channel exception! status = 0xffff info32 = 0x6 = Fifo: Parse Error
    kernel kern 3/30/08 7:53:52 PM Debug 0000000b
    If you google for "NVChannel freeze" then you will find many many Mac owners whose machines freeze with similar symptoms. Apple recently released the "Leopard Graphics Update" which fixes such problems for some users, but not others.
    In my 2008 Mac Pro's case, I have found a way to trigger the freeze 100% of the time: install the freeware Folding@Home client[2], and run the demo in the Applications folder. Just opening this app causes those messages to appear in the log, and then the Mac freezes.
    I work for a software company which writes Mac software, so now that I have found a reliable way to reproduce this issue, I will be filing a bug report through Apple's bug system. But for my own sanity, I would like to collect more info, if possible.
    If you have a 2008 Mac Pro and want to be cool, try running the Folding @ Home client app (link below) and post in this thread:
    a.) whether or not your Mac froze
    b.) what video card you have
    c.) how much RAM you have
    Thanks!
    [1]: http://discussions.apple.com/thread.jspa?messageID=6920946&#6920946
    [2]: http://folding.stanford.edu/English/Download

    Yup… this is a memory fault and you should firstly try reseating the RAM and memory Risers (even change the slots they are in - depending on your configuration of course). The can often remove these issues.
    Failing that, I would contact the RAM vendor and discuss it with them. Depending on how they sell things it might be simpler to send a kit, as in two DIMMs, back for replacement rather than a single DIMM that is part of a kit. Also, unless they specifically match your original DIMMs then you'd be better of returning both.

Maybe you are looking for

  • How to get  meta data of business objects  in BOR

    i need to get all the meta data information of  business objects present in BOR. for example purchase order BUS2012 1.  I need to get for example  the attributes information how to get it? 2. if  business object contains further child business object

  • FM for fetching partners corresponding to project

    Hi, Is there any Fm for fetching  the partners ( BP) corresponding to a project which is stored in table cgpl_project. Thanks, Swati.

  • KEPM - COPA Planning - How to copy from version 1 to Version 2

    < MODERATOR:  Message locked.  Please post this message in the [Controlling forum|SAP ERP Financials - Controlling;. > Hi SAP gurus, In KEPM transaction code,I have planned for version 1.Now i wanted to copy the data from version 1 to version 2.what

  • DNG & Camera Manf. JPG color conversions

    IF, a Camera Manf. had a camera that outputs to DNG ... could they imbed in the DNG file ... the "equivelent" of LR "pre-sets" for "there" JPG Color conversion. * So, In LR at a click of a Pre-set listing you could see what the Camera Manf. JPG out o

  • 600MHz iMac Serial Number not Recognized!

    I just purchased a 600MHz iMac from ebay and Apple does not recognize the serial number! I tried going to www.apple.com/support and checking the status and I tried registering the product but I keep gettin this message: "We could not recognize the se