Logs in ASYNC mode

Hello everyone,
I have a question about logging in PL/SQL.
Let's suppose I have something like this:
CREATE OR REPLACE PACKAGE BODY pck_utilities AS
    PROCEDURE LOG_MESSAGE(message VARCHAR2) AS
        PRAGMA AUTONOMOUS_TRANSACTION;
    BEGIN
        INSERT INTO LOG_TABLE(SYSTIMESTAMP, message);
    END;
END pck_utilities;But I was wondering if it was not possible to do the logging asynchronously. I mean, queue the messages in a queue or something and write them when the system is less needed? Something like log4j...
By the way, any advice on how to implement a powerful (but yet simple) log system would be great.
Thanks,

Yes. It is possible. You can build your own error handler, which uses a public collection variable and you extend that and store your logs in there and then bulk insert all the rows into a table when needed.
Also, you can use log4j kind of component from here (If you don't want to write one for yourself) http://log4plsql.sourceforge.net/
By the way, I haven't explored all the license agreement, You may need before use it.

Similar Messages

  • Logs for 'Operating mode' change in mirroring

    Logs for 'Operating mode' change in mirroring
    Hi Everyone,
    Is there any log,that shows when the Operating mode of a database involved in mirroring(SQL SERVER 2008 R2) has been changed from asynchronous to synchrous(or vise versa).
    Regards,
    Aspet
    A.G

    Try looking into trace log files
    DECLARE @filename VARCHAR(100), @filenum int
    SELECT @filename = CAST(value AS VARCHAR(100))
    FROM fn_trace_getinfo(DEFAULT)
    WHERE property = 2
      AND traceid = 1
      AND value IS NOT NULL
    SELECT @filename
    SELECT @filename = substring(@filename, 0, charindex('_', @filename)+1) + convert(varchar, (convert(int, substring(left(@filename, len(@filename)-4), charindex('_', @filename)+1, len(@filename)))-4)) + '.trc'
    SELECT @filename
    SELECT gt.EventClass, 
           te.Name AS EventName,  
           gt.TEXTData, 
           gt.NTUserName, 
           gt.NTDomainName, 
           gt.HostName, 
           gt.ApplicationName, 
           gt.LoginName, 
           gt.SPID, 
           gt.StartTime, 
           gt.EndTime, 
           gt.ObjectName, 
           gt.DatabaseName, 
           gt.FileName 
    FROM [fn_trace_gettable](@fileName, DEFAULT) gt 
    JOIN sys.trace_events te ON gt.EventClass = te.trace_event_id 
    WHERE EventClass = 116 
      AND TEXTData LIKE '%Alter
    database%' 
    ORDER BY StartTime; 
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Blog:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance

  • OdiStartScen in async mode: variables lost in execution queue

    I have the following case:
    - a scenario must be called for each row in a database table
    - this scenario has a variable, declared in the scenario parent package: variable values are read from the table
    - rows are more than the "maximum number of sessions" for the agent
    - execution of the scenarios should run in parallel
    So I made a procedure, with only one step. The source command is something like "SELECT col1 alias1 FROM MyTable". The target command, on Sunopsis API, is OdiStartScen -SCEN_NAME=MyScenario "-GLOBAL.VAR1=#alias1"
    When the procedure is executed by the agent, I have the following outcomes:
    - if OdiStartScen is run synchronously (-SYNC_MODE=1): OK, no problem
    - if OdiStartScen is run asynchronously (-SYNC_MODE=2) AND the number of rows in MyTable is less than the "Maximum number of sessions" set in Topology Manager for the executing agent: OK, no problem
    - if OdiStartScen is run in async mode, and the number of rows in MyTable is greater then the maximum number of sessions, then the execution is OK only for the first rows of the table. Successive executions get enqueued, but when it's time for the agent to run them, Operator reports the followin error: "Variable has no value".
    So it seems to me that variable values don't get enqueued, is it correct?

    OK, my suggestion is:
    It will be necessary add a new procedure at the process.
    Create a new procedure and:
    1) at 1º step:
    Target Tab
    Technology: javascript
    code:
    <@String vSS="";@>
    2) 2º step
    Source Tab:
    Exact the same query, technology and Logical Schema as where the problem happens.
    Target tab
    Technology: javascript
    code:
    <@vSS+=" select 'OdiStartScen -SCEN_NAME=TESTPARALLEL -SCEN_VERSION=001 -SYNC_MODE=2 -GLOBAL.HOST=#p_host -GLOBAL.LAST_DATE=#p_last_date' as vComm from dual union";@>
    *** VERY IMPORTANT: do not let any return carriage at the above command... probably it will appear into two lines at you screen but be sure that there is no return carriage character. I mean, the 2 lines are just because it can not be showed at just one.
    3) 3º step
    Target tab
    Technology: javascript
    code:
    <@vSS=vSS.substring(0,vSS.length()-5);@>
    4) now, a small change at your original procedure...
    at the step where the select was done change the code to:
    Source tab --> keep all but the code:
    New code:
    <@=vSS@>
    Target tab --> keep all but the code:
    New code:
    #vComm
    I believe that will solve the problem... I converted the parameters to strings then they do not need to exist as parameter at a new agent (balance)
    obs.: Must be done in 2 procedures, because a javascript limitation.
    Make any sense?
    Please, try it and let me now... As I wrote the code with no ODI maybe could have some typed mistake, if you get any error let me now. (You can address me by my email at profile)
    Edited by: Cezar Santos on 04/12/2008 16:52

  • Kxs logs in debug mode

    I have my kxs logs in debug mode. I am trying to understand what how much time my request takes to get served by kjs and on which engine. The output is as below:
    [22/Apr/2004 23:20:05:1] info: NSAPICLI-012: plugin reqstart, tickct: 1082686805s 156055us
    [04/22/04 23:20:05:161] Request 034 Starting AppLogic {GUID} on Engine 1
    [04/22/04 23:20:05:479] Request 034 Completing AppLogic {GUID} Execution
    [22/Apr/2004 23:20:05:4] info: NSAPICLI-009: plugin reqexit: 0s 324306us
    What could be interpreted by looking the above excerpt ?

    For what i can see i think that is:
    The request was sent to engine 1 and toke 0 sec. You can put the NASRespTime=1 and by that way you can check out i much "real" time it spent.
    Bye,
    Joao Cesar

  • Diffrence b/w sync & async mode in bdc.

    hi all,
       wat is the diffrence b/w sync & async mode in bdc? plz explain interview point of view.
    regards
    deepak

    A Asynchronous updating. In this mode, the called transaction does not wait for any updates it produces to be completed. It simply passes the updates to the SAP update service. Asynchronous processing therefore usually results in faster execution of your data transfer program.
    S Synchronous updating. In this mode, the called transaction waits for any updates that it produces to be completed. Execution is slower than with asynchronous updating because called transactions wait for updating to be completed. However, the called transaction is able to return any update error message that occurs to your program. It is much easier for you to analyze and recover from errors
    one simple example : You are creating sales order from file and also you want to update header text of sales order.
    when you want to update sales order header text,you need to use save_text function module ,here you need to pass sales order number.
    when you use call transaction update 'A', data will update transaction level and it goes to the next record,here it will not wait for database .
    when you use call transaction update 'S',data will update transaction level and it will update database then it goes next record.
    if you want to update header text,then you need to use sync update
    database commit -
    comitt work - it will update data in database sucessfully
    roll back - it will not update in database.
    Thanks
    Seshu

  • Always On - async mode - Failover and failback check list

    Hi All,
    Our production is configured with Always On in Async mode with DR.
    We are planning to do a failover and failback on the Availability Groups in weekend.
    Apart from the time consuming to do a failover and failback, does anyone having complete checklist on what all has to be checked at the time of failover and failback?
    Thanks in advance!

    Hi MvKalyan,
    In AlwaysOn Avaliability Groups, when availability replicas are configured for asynchronous-commit mode, it supports only the manual failover mode.  For more details, please review this article:
    Failover and Failover Modes (AlwaysOn Availability Groups).
    Before performing a failover of SQL Server AlwaysOn Avaliability Group,  there are several things should be considering, such as data loss, connectivity problems and so on. For more information, you can review this online blog:
    Before You Fail Over a SQL Server AlwaysOn Availability Group.
    Thanks,
    Lydia Zhang

  • Restore Log with Standby Mode on VHDX disk problem - hotfix for SQL 2014 needed

    Restore Log with Standby Mode on Virtual VHDX disk cause a 9004 error in SQL Server 2014 ( test performed on Web edition and Standard version )
    Similar Bug for SQL 2008R2 is already registered with number hotfix
    KB2987585
    Restore operations always fail in Hyper-V R2 Server in situations ( text copied from
    KB2987585 page )
    The primary database has its transaction log file (.ldf) stored on a disk that has "Bytes per Physical Sector" set as 512 bytes.
    You take the transaction log backups of this database, and then you try to restore it by using the standby option on the secondary database.
    The secondary database transaction log file (.ldf) is located on a VHDX disk that has "Bytes per Physical Sector" set as 4,096 bytes.
    In this scenario, the restore operation fails and returns the following error message:
    Error: 9004, Severity: 16, State: 6.
    An error occurred while processing the log for database '<databasename>'. If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log.
    After this error occurs, the secondary database goes into a suspect state.
    So restore from Generation1 to Generation2 machine ( where only VHDX disk is possible ) always fails and database is not accessible.
    Please create hotfix for SQL 2014 version

    Please create hotfix for SQL 2014 version
    This is a community forum, no one of use can create a hotfix for SQL Server.
    Raise a case at Microsoft Support or create an entry at MS Connect:
    http://connect.microsoft.com/SQLServer
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Backup and restore full and transaction log in nonrecovery mode failed due to LSN

    In SQL 2012 SP1 enterprise, when taking a full backup and followed up a transaction log backup immediately, the transaction log backup starts with an earlier LSN than the ending LSN of the full backup. As a result, I cannot restore
    the transaction log backup after the full backup both as nonrecovery on another machine. I was trying to make the two machine in sync for mirroring purpose. An example is as follows.
    full backup:       first 1121000022679500037, last 1121000022681200001
    transaction log: first 1121000022679000001, last 1121000022682000001
    --- SQL Scripts used  
    BACKUP DATABASE xxx  TO DISK = xxx WITH FORMAT
    go
    backup log  xxx to disk = xxx
    --- When restore, I tried the
    restore log BarraOneArchive  from disk=xxx  WITH STOPATMARK  = 'lsn:1121000022682000001', NORECOVERY
    Also tried StopBeforeMark, did not work either. Complained about the LSN too early to apply to the database

    I think that what I am saying is correct .I said in sync mirroring ( i was not talking about witness) if network goes for few minutes or some longer time may be 20 mins ( more than that is reare scenario IS team has backup for that) logs on Principal will
    continue to grow as they wont be able to commit because there connection with mirror is gone so commit from mirror is not coming.After network comes online Mirror will replay all logs and will soon try to come up with principal
    Books Online says this: This is achieved by waiting to commit a transaction on the principal database, until the principal server receives a message from the mirror server stating that it has hardened the transaction's log to disk. That is,
    if the remote server would go away in a way so that the primary does not notice, transactions would not commit and the primary would also be stalled.
    In practice it does not work that way. When a timeout expires, the principal will consider the mirror to be gone, and Books Online says about this case
    If the mirror server instance goes down, the principal server instance is unaffected and runs exposed (that is without mirroring the data). In this section, BOL does not discussion transaction logs, but it appear reasonable that the log records are
    retained so that the mirror can resync once it is back.
    In Async Mirroring Transaction log is sent to Mirror but it does not waits for Acknowledgement from mirror and commits the transaction.
    But I would expect that the principal still gets acknowledgement that the log records have been consumed, or else your mirroring could start failing f you backup the log too frequently. That is, I would not expect any major difference between sync and async
    mirroring in this regard. (Where it matters is when you fail over. With async mirroring, you are prepared to accept some data loss in case of a failover.)
    These are theories that could be fairly easily tested if you have a mirroring environment set up in a lab, but I don't.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Force logging in archivelog mode

    Hi !!!
    What happen if I have "force_logging" parameter set to true when the database is in archivelog mode ?
    Thanks.

    rarain wrote:
    Hi Juamd,
    You should only use this option when it is really required because this option will forcibly generate redo for all Nologging operations that means you might find more archives and you need to setup more space for archive.
    Normally we use this option when we need to replicate data changes from one database to another database like in standby configuration, Golden Gate replication etc. I would suggest you to monitor Redo amount generated after enabling this option and accordingly estimate archive space and backup space for archive.
    Thanks...Ah, don't agree with that at all. You can compromise your recovery if you happen to want to restore to a point-in-time when there was a NOLOGGING operation going on. Fine, if it's an index, but if it happens to be on a table...
    (Yes, been there, done that - with a non-Production database, thankfully)
    This is one of the 'must haves', IMO, for Production - set it at the database-level and it overrides any tablespace or object setting.
    Archivelogs are generated for a reason. If you have a particular operation that really does massively benefit from NOLOGGING and is something you are sure that you simply re-run/re-create yourself, fine. If not, by default, you really should FORCE LOGGING.

  • Database in log archive mode and redo log file in mode not archive

    Hello,
    I have a dabatabase running in archive log mode, recently changed, I have 5 redo log groups and one of them (the current one) shows in the v$log view, that ARC: NO, I mean, no archiving. All redo logs except it shows ARC:Yes
    What does it mean?
    Am I going to have problems with this redo log file?
    Thanks

    If you do describe on v$log, you'll find that the full column name is Archived (meaning is it archived yet?).
    You could try alter system switch logfile and then check v$log again a few times after.
    Use the docu for finding out more about v$ views and so on
    http://www.oracle.com/pls/db102/print_hit_summary?search_string=v%24log

  • Remote panels- server running applicatio​n in log-off locked mode

    I have not used remote panels before and was pondering if they would work if the server (Win Xp) running the application goes into workstation locked mode.
    Company IT policy dictates that all PC's must go into locked screensaver mode after 15 minutes of inactivity. To reactivate, the user must log back in. Of course any applications continue to execute normally while in locked mode.
    Would another user at another PC be able to view/control the front panel of a LabVIEW exe remotely while the server running the application is in locked mode?
    Thanks
    -AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    The remote panel should continue to run while in locked mode.  If another user wanted to open the remote panel and view it, that should be ok too.  Remember that there are limits to the number of users that can be viewing a remote panel.  The limit depends on how many licenses you have.  info here
    Because only one user can take control of the vi.  If the second user wanted to take control (and the first user had control) then the second user would not be able to take control.  The solution to this is to set time limits on how long a user can have control.  This is a configuration setting.
    SteveA
    CLD
    FPGA/RT/PDA/TP/DSC

  • Log and Transfer .MOD, .MOI

    Hi,
    I have a Canon Legria FS19 which records onto SD Card. When I bring up the SD Card it shows lots of .MOD and .MOI files which are unreadable.
    Beacuse iMovie recognises the camera, I have been using it to import the footage and then I export it as a DV Stream to edit into FCP.
    But I feel this might have some loss in quality, so my question is: If I upgrade to FCP 6 to get the "Log and Transfer" feature, will it support my camera?
    Thanks,

    Thank for the help, I had look and the batch function is great! You can tell it to automatically join the clips in MPEG Streamclip!
    Most of my work is professional but I brought this camera for home movies because of it's light weight, I think that FCP should support everything.
    One last question, is there a guide online showing you how to achieve best compression results with this type of footage?
    Thanks very much

  • Permanently set /var/log/messages* to mode 644

    What process constantly changes /var/log/messages* mode back to 640? I want to disable that. Thanks.

    I would guess logrotate.  Have you checked /etc/logrotate.d/syslog?  Does it specify a particular permission there?
    If not specified, logrotate should retain the permissions of the existing file.
    Marc

  • Normal Startup Messages (System.log; Intel Verbose Mode)?

    Over this past weekend, I wanted to test the backup I had for my 24" iMac. I had always used Apple's Backup program that comes with .Mac when I had my PowerBook, and never tested it. This was bad, because it didn't work when I actually needed it.
    I also suspected there might be something slightly wrong with my iMac, so equipped with about 4 hours and my install DVDs i went to work.
    The only thing I've done so far is get all the Apple updates and setup my iChat account. I changed to boot in verbose mode, and found that the eery messages that scared me prior to doing my reinstallation of OS X (I zeroed the drive, then did a full install) were still there.
    Here is my entire System.log:
    Jan 30 09:22:35 mike-barcas-computer sudo: Mike : TTY=ttyp1 ; PWD=/Users/Mike ; USER=root ; COMMAND=/usr/sbin/nvram boot-args=-v
    Jan 30 09:22:48 mike-barcas-computer shutdown: reboot by Mike:
    Jan 30 09:22:48 mike-barcas-computer SystemStarter[279]: authentication service (287) did not complete successfully
    Jan 30 09:22:48 mike-barcas-computer kernel[0]: (295: ps)tfp: failed on 0:
    Jan 30 09:22:48 mike-barcas-computer kernel[0]: (295: ps)tfp: failed on 0:
    Jan 30 09:22:48 mike-barcas-computer kernel[0]: (295: ps)tfp: failed on 0:
    Jan 30 09:22:49 mike-barcas-computer kernel[0]: (322: ps)tfp: failed on 0:
    Jan 30 09:22:49 mike-barcas-computer SystemStarter[279]: The following StartupItems failed to properly start:
    Jan 30 09:22:49 mike-barcas-computer kernel[0]: (322: ps)tfp: failed on 0:
    Jan 30 09:22:49 mike-barcas-computer SystemStarter[279]: /System/Library/StartupItems/AuthServer
    Jan 30 09:22:49 mike-barcas-computer kernel[0]: (323: ps)tfp: failed on 0:
    Jan 30 09:22:49 mike-barcas-computer SystemStarter[279]: - execution of Startup script failed
    Jan 30 09:23:08 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jan 30 09:23:08 localhost kernel[0]: PAE enabled
    Jan 30 09:23:08 localhost kernel[0]: 64 bit mode enabled
    Jan 30 09:23:08 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jan 30 09:23:08 localhost kernel[0]: vmpagebootstrap: 512343 free pages
    Jan 30 09:23:08 localhost kernel[0]: migtable_maxdispl = 71
    Jan 30 09:23:08 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jan 30 09:23:08 localhost kernel[0]: 80 prelinked modules
    Jan 30 09:23:08 localhost kernel[0]: ACPI CA 20060421
    Jan 30 09:23:08 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jan 30 09:23:08 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jan 30 09:23:08 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jan 30 09:23:08 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jan 30 09:23:08 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jan 30 09:23:08 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Jan 30 09:23:08 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jan 30 09:23:08 localhost kernel[0]: Started CPU 01
    Jan 30 09:23:08 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jan 30 09:23:08 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jan 30 09:23:08 localhost kernel[0]: Security auditing service present
    Jan 30 09:23:08 localhost kernel[0]: BSM auditing present
    Jan 30 09:23:08 localhost kernel[0]: disabled
    Jan 30 09:23:08 localhost kernel[0]: rooting via boot-uuid from /chosen: 771A8047-7B26-48DC-ABB6-89E46168EE40
    Jan 30 09:23:08 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jan 30 09:23:08 localhost kernel[0]: USB caused wake event (EHCI)
    Jan 30 09:23:08 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 0017f2fffe6db760; max speed s800.
    Jan 30 09:23:08 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/ST3500641AS Q Media/IOGUIDPartitionScheme/AppleHFS_Untitled2@2
    Jan 30 09:23:08 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jan 30 09:23:08 localhost kernel[0]: CSRHIDTransitionDriver::probe: -v
    Jan 30 09:23:08 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jan 30 09:23:08 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jan 30 09:23:08 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jan 30 09:23:08 localhost kernel[0]: Jettisoning kernel linker.
    Jan 30 09:23:08 localhost kernel[0]: Resetting IOCatalogue.
    Jan 30 09:23:08 localhost kernel[0]: GFX0: family specific matching fails
    Jan 30 09:23:08 localhost kernel[0]: Matching service count = 1
    Jan 30 09:23:08 localhost kernel[0]: Matching service count = 2
    Jan 30 09:23:08 localhost kernel[0]: Matching service count = 2
    Jan 30 09:23:08 localhost kernel[0]: Matching service count = 2
    Jan 30 09:23:08 localhost kernel[0]: Matching service count = 2
    Jan 30 09:23:08 localhost kernel[0]: Matching service count = 2
    Jan 30 09:23:08 localhost kernel[0]: NVDANV40HAL loaded and registered.
    Jan 30 09:23:08 localhost kernel[0]: GFX0: family specific matching fails
    Jan 30 09:23:08 localhost kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    Jan 30 09:23:08 localhost kernel[0]: 4.80.76.0Previous Shutdown Cause: 3
    Jan 30 09:23:08 localhost memberd[38]: memberd starting up
    Jan 30 09:23:08 localhost mDNSResponder-108.2 (Aug 25 2006 14: 50:48)[31]: starting
    Jan 30 09:23:10 localhost lookupd[44]: lookupd (version 369.6) starting - Tue Jan 30 09:23:10 2007
    Jan 30 09:23:13 localhost diskarbitrationd[37]: disk0s2 hfs 8AAF2196-1366-34AB-B7BC-3D96F131E9AD Macintosh HD /
    Jan 30 09:23:13 localhost DirectoryService[43]: Launched version 2.1 (v353.5)
    Jan 30 09:23:13 localhost kernel[0]: yukonosx: Ethernet address 00:16:cb:9e:39:58
    Jan 30 09:23:13 localhost kernel[0]: AirPort_Brcm43xx: Ethernet address 00:17:f2:99:63:9d
    Jan 30 09:23:13 localhost lookupd[56]: lookupd (version 369.6) starting - Tue Jan 30 09:23:13 2007
    Jan 30 09:23:14 mike-barcas-computer configd[35]: setting hostname to "mike-barcas-computer.local"
    Jan 30 09:23:14 mike-barcas-computer kernel[0]: Registering For 802.11 Events
    Jan 30 09:23:14 mike-barcas-computer /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jan 30 09:23:14 mike-barcas-computer kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jan 30 09:23:16 mike-barcas-computer mDNSResponder: Adding browse domain local.
    Jan 30 09:23:16 mike-barcas-computer loginwindow[50]: Login Window Started Security Agent
    Jan 30 09:23:17 mike-barcas-computer kernel[0]: SetCryptoKey T: len 16, idx 0
    Jan 30 09:23:17 mike-barcas-computer kernel[0]: SetCryptoKey R: len 16, idx 1
    Jan 30 09:23:17 mike-barcas-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network Ferrari
    Jan 30 09:23:20 mike-barcas-computer configd[35]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jan 30 09:23:20 mike-barcas-computer configd[35]: posting notification com.apple.system.config.network_change
    Jan 30 09:23:20 mike-barcas-computer lookupd[88]: lookupd (version 369.6) starting - Tue Jan 30 09:23:20 2007
    Jan 30 09:23:20 mike-barcas-computer ntpdate[126]: no servers can be used, exiting
    Jan 30 09:23:21 mike-barcas-computer configd[35]: target=enable-network: disabled
    The lines that concern me are the ones bolded at the top of System.log
    The other thing that is a bit unnerving to me is that when I have it set to boot in verbose mode, and then restart the computer, I get a screen that looks out of place. It is a box with a dark background in the center of the screen with text in there, and then it quickly switches to full screen verbose mode. The first line of full screen verbose mode (which is what I'm used to since I always used verbose mode on my PowerBook) is this one:
    Jan 30 09:23:08 localhost kernel[0]: hi mem tramps at 0xffe00000
    In the centered text, it mentions something about "loading drivers" followed by many lines of periods. It is only up for about 5 seconds, and then switches to full screen verbose mode. Is that centered window for verbose mode new to intel Macs? I never recall seeing it on my PowerBook.
    When i googled around for the "hi mem tramps" message, i found it might be linked to bad ram. I used memtest and did 3 passes to check the ram, and it found no errors.
    Are these messages in System.log normal?
    Thanks!

    Hi, Mike.
    First, please don't use the "scatter gun" or "post everywhere" approach. I see you've also post the same question here. I appreciate your urgent desire for help, but it would be very annoying to anyone answering questions here to spend time researching your question in one post, only to find it already answered in another place where it was also posted. The "scatter gun" approach is a good way to get all your future posts ignored.
    According to what I read in the second post of this topic on another forum, I suspect you may have a Startup Item that's causing the highlighted messages to be written to system.log. Perhaps some PowerPC code you may have migrated over to your Intel-based Mac if you used the Setup / Migration Assistant to move to the new Mac from a pervious Mac.
    There have been numerous posts about the tfp: failed on 0 message, which can be seen in this search of the Discussions. However, I suspect the explanation I've cited above fits your situation.
    If an errant Startup Item is the cause, my "Troubleshooting Startup and Login Items" FAQ can help you pin that down if such an item is causing the problem.
    As to hi mem tramps…, that may be normal. If you read this item and click on the link for dmesg you'll see a typical output someone else posted as, I suspect, an example of "normal."
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • How to disable BPEL java api logging in SOAP mode?

    Hi,
    I have build an 11g ADF based application using the Oracle BPEL java API to access the BPEL and workflow engine. Since i am unable to make it running with the REMOTE_CLIENT on Weblogic 10.3 we run it in SOAP_CLIENT mode. This generates a lot of logging which i want to turn of in our production environment. Does anybody know how to achieve that? Or even better, how to use the bpel api in REMOTE_CLIENT mode from a 11g adf application?
    Kind Regards,
    Andre

    No you dont have to change your startManagedServer.cmd/.sh everytime you need to have a Java Embedding activity. You only need it in case of using Log4J. As log4j requires a configuration xml viz log4j.debug.xml and log4j.dtd you need to let the soa managed server know about it. The best way to load this configuration files is using the JAVA_OPTIONS command during server startup.
    Hope the explanation helps.

Maybe you are looking for

  • Movie Help!

    Well, So I just downloaded a movie from my computer. I decided to put into my iPad when so I can watch it anywhere I go. So this is the problem, whenever I watch it, it all goes fine until a certain time the screen would turn black and I would only h

  • Site Disappeared while editing through DW CS4. Help?

    I designed a new site using Dreamweaver CS4.  My web host, powweb, helped me with the configurations under Site|Management over the phone, and it showed up great on the internet! I then realized I misspelled a word in the index.html homepage. I edite

  • Extensions not Showing IN DW CS6

    Extentions appear in extension manager and in DW CS5 but not in the DW CS6 Programme

  • How to install adobe pdf pack

    i downloaded and installed the adobe pdf pack but it is not showing up in the adobe reader window as installed because i can't start changing pdf's to word documents. It is asking me to buy the package again?

  • NEED A GRIP OF HELP ZEN MICRO PROBLEM, MUST HAVE MY MU

    when i try to transfer music to my zen it only puts 3 out of the say 0 song that are on the cd! i tryed to sync it with my comp and i was let down i got maby or2 of the 340 songs that wernt on the device. then i tryed to use t6the creative mediea exp