SQL Server log file

We are facing one issue can anyone please help me out.
Logs are getting full in below path . Can we remove the logs ? is it archive logs ?
Path : H:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA

If T-Log backups are configured then the log automatically get truncated once backup is compelted. If you dont have backups configured and you dont want to save the transactions you can manually truncate it
Hi,
From SQL Server 2008 onwards truncate_only is removed, it is replaced by
backup log db_name to disk='Null'
Also if your log is growing AND YOU DONT NEED POINT IN TIME RECOVERY switch recovery model to simple it will force checkpoint and logs will get truncated( If transaction does not requires the log) . Avoid using backup log to null or truncate only.
Swapna,
>>Also if you dont want the transactions to be saved then you can set the recovery model and Simple
This is incorrect language used saving/committing transaction does not depends on recovery model. Recovery model only controls logging and recovery. if transaction is committed it will be present in database no matter what recovery model you use.
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
My TechNet Wiki Articles

Similar Messages

  • How to Open Or read SQL Server log file .ldf

    Hi all,
    How to Open Or read SQL Server log file .ldf
    When ever we create database from sql server, it's create two file. (1) .mdf (2) .ldf.
    I want to see what's available inside the .ldf file.
    Thanks,
    Ashok

    I am not too sure but may be the below two undocumented commands might yield the desired result.
    DBCC Log
    Fn_dblog function
    Refer these links for more info,
    http://www.mssqlcity.com/Articles/Undoc/SQL2000UndocDBCC.htm
    http://blogs.sqlserver.org.au/blogs/greg_linwood/archive/2004/11/27/37.aspx
    http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1173464,00.html
    Some 3rd party tools like Log Explorer can do the job for you.
    http://www.lumigent.com/products/le_sql.html
    - Deepak

  • Repeated Errors in SQL Server log file

    I have hundreds of these errors saying 'Login failed for user 'Reporting' The user is not associated with a trusted SQL Server connection [CLIENT: ip address]
    The ip address is that of the server that sql server is installed on.
    Looking in my log file, all looks good until I get to Service Broker manager has started, then I get Error: 18452, Severity: 14 State: 1 then these two lines repeat about every minute, for the last 3 days!
    I think I must have just missed a tick box somewhere, but where?
    I have been into one of the databases, and input  and checked data, both via an application I wrote and SQL Server Management Studio.
    I am also having trouble connecting using my application to connect to the database, I can only connect if I use a Windows administrator account (this SQL Server 2005 running on a Windows 2003 Server, with the app on PC running Windows 2000)

    Hello Graham,
    did you find any solutions for that problem? I'm discovering a similar problem. The state of my error message is 5. According to the following source http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx this means the user is not known. This is correct. Neither the SQL-Server nor the Windows system has such a userid.
    The faulty user name is 'Reporting'. What is that user used for? I have set up other SQL Server 2005 servers but was never asked for such a name.
    Greetings,
    Frank

  • System Center 2012 R2 install: SQL server Data file and log file

    This might be a dumb question, but I can't find the answer anywhere.  
    I'm installing a new instance of  System Center 2012 R2 on a new server, I'm stuck on the SQL Server data file section.  Everytime I put in a path, it says that tne path does not exist.  I'm I supposed to be creating some sort of SQL Server
    data file and log file before this installation, I didn't get this prompt when installing System Center 2012 SP1 or hen I upgraded from System Center 2012 SP1 to System Center 2012 R2
    My SQL is on a different server
    Thank you in advanced

    Have you reviewed the setup.log?
    On a side note, why would you put the database file on the same drive as the OS? That defeats the whole purpose of having a remote SQL Server. Why use a remote SQL Server in the first place.
    Jason | http://blog.configmgrftw.com

  • I see most recent file is called sql server log shipping work file

    What is "SQL server log shipping work file"?

    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/62a6556e-6655-4d19-9112-1788cf7bbcfc/wrk-file-in-logshipping-2005
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Logical sql in log file.

    Can someone please tell me how to see the complete sql query in the log file. If I run the same query the sql is not being produced I looked in the server log file and also manage sessions log file. It just says all columns from 'Subject Area'. I want to see all the joins and filters as well. Even for repeated queries how can I see complete sql. I set my logging level to 2.

    http://lmgtfy.com/?q=obiee+disable+query+caching
    http://catb.org/esr/faqs/smart-questions.html#homework

  • Crystal Report 2008 results "Password did not match error" in SQL Server Log

    Hi,
    I am trying to develop some crystal reports using Crystal Report 2008 SP4 to connect to SQL server 2008 through RDO (ODBC). My problem is that anytime Crystal Report is trying to establish a connection with SQL Server, first it tries to connect with the wrong password and results the following error message in SQL Server log:
    Login failed for user 'peyman'. Reason: Password did not match that for the login provided. [CLIENT: 192.168.2.198]
    The login name 'peyman' is the right one as I have quoted the same in setting up ODBC System DSN using "SQL Server Native Client 10". But somehow Crystal Report is taking its chance and trying to connect before prompting me for the password. After this error logged to SQL server side, I can see Crystal Report pops up the prompt to enter DSN password. After supplying password to this prompt, Crystal Report works fine and pulls the data and renders the report without having any more incorrect password error logged to SQL Server.
    The attached file shows the step I am taking to regenerate the issue. I need this to be fixed as anytime uses any of these reports and tries to render it with crystal runtime engine the same error message raises in SQL Server side and logged in the log file.
    Thanks,

    Hi Peyman,
    This is the way it should work, In CR designer when you open the report it does nothing. As soon as you hit the Refresh button then CR tries to use the connection saved with the report. It assumes what is saved with the report is a valid server and connection info. CR simply tries to verify the server is still active.
    If you don't want it to fail in CRD then before opening any report Click the File, Log on Database option and connect. Now when refreshing reports it won't log the failed.
    In the SDK it does the same thing, it assumes the Server info is the same and does try to connect to verify the Server does exist. It only takes a few milli-seconds to do this
    To stop this from happening set the log on info first then it won't log the attempt to connect, it's checking to see if Trusted is allowed.
    TIMESTAMP    THREAD_ID    FILENAME    LINE_NUMBER    LOGGED_DATA    LEVEL
    2014-6-2 8:30:11.439    57320    .\QESession.cpp    444    Set Product View Locale: 4105    20
    2014-6-2 8:30:11.439    57320    .\QESession.cpp    478    Set Preferred View Locale: 4105    20
    2014-6-2 8:30:11.439    57320    .\QESession.cpp    500    Set Process Locale: 4105    20
    2014-6-2 8:30:11.440    57320    .\qecommon.cpp    117    This property is currently in a read-only state and cannot be modified. File Name: ".\QEProperty.cpp". Line: 217    1
    2014-6-2 8:30:11.967    57208    .\QESession.cpp    444    Set Product View Locale: 4105    20
    2014-6-2 8:30:11.967    57208    .\QESession.cpp    478    Set Preferred View Locale: 4105    20
    2014-6-2 8:30:11.967    57208    .\QESession.cpp    500    Set Process Locale: 4105    20
    2014-6-2 8:30:11.968    57208    .\qecommon.cpp    117    This property is currently in a read-only state and cannot be modified. File Name: ".\QEProperty.cpp". Line: 217    1
    2014-6-2 8:30:11.999    57208    .\QESession.cpp    444    Set Product View Locale: 1033    20
    2014-6-2 8:30:12.4    57320    .\qecommon.cpp    117    This value is write-only. File Name: ".\QEProperty.cpp". Line: 145    1
    2014-6-2 8:30:56.278    57208    .\odbcapi.cpp    301    Beginning COdbcapi::DriverConnect    20
    2014-6-2 8:30:56.342    57208    .\odbcapi.cpp    335    Ending COdbcapi::DriverConnect    20
    2014-6-2 8:30:56.342    57208    .\connect.cpp    2170    SQLDriverConnect succeeded: DSN = 192.168.13.172, User ID = sa, Password = ********    10
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 826    1
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 854    1
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 826    1
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 826    1
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 854    1
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 826    1
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 854    1
    2014-6-2 8:30:56.348    57208    .\qecommon.cpp    117     File Name: ".\QEQueryInfo.cpp". Line: 916    1
    2014-6-2 8:30:56.348    57208    .\QERowset.cpp    1184    Beginning CQERowset::readFirstRecord    20
    2014-6-2 8:30:56.348    57208    .\QERowset.cpp    2149    Beginning CQERowset::restart    20
    2014-6-2 8:30:56.348    57208    .\QERowset.cpp    2370    Beginning CQERowset::execute    20
    2014-6-2 8:30:56.353    57208    .\DbQueryBuilder.cpp    514    Query Targets: sqlncli10, ODBC3SQLServer    10
    2014-6-2 8:30:56.353    57208    .\DbQueryBuilder.cpp    525    Successfully built query:    SELECT "Orders"."Customer ID", "Orders"."Employee ID"   FROM   "xtreme"."dbo"."Orders" "Orders"    10
    2014-6-2 8:30:56.353    57208    .\odbcapi.cpp    875    Beginning COdbcapi::ExecDirect    20
    2014-6-2 8:30:56.354    57208    .\odbcapi.cpp    884    Finishing COdbcapi::ExecDirect    20
    2014-6-2 8:30:56.354    57208    .\rowset.cpp    220    SQLExecDirect succeeded:  SELECT "Orders"."Customer ID", "Orders"."Employee ID" FROM   "xtreme"."dbo"."Orders" "Orders"    10
    2014-6-2 8:30:56.354    57208    .\QERowset.cpp    2814    bindToField succeeded: Orders.Customer ID is using client buffer    10
    2014-6-2 8:30:56.354    57208    .\QERowset.cpp    2814    bindToField succeeded: Orders.Employee ID is using client buffer    10
    Notice it doesn't try to connect first if I set the log on info first using code.
    So nothing we can do to stop SQL server from logging this info. Check with the DBA, possibly they can "filter" out the application attempts to connect or change your work flow in the app.
    If you have a Preview Button to view the report then simply add your Database log on info prompt there if Connectioninfo.Trusted is not true:
    mainSecureDB = rpt.Database.Tables[tableIndex].LogOnInfo.ConnectionInfo.IntegratedSecurity;
    if mainSecureDB = false then prompt the user for log on info and set accordingly, if it is true the it should not fail when it connects.
    This is simply a matter of changing your App work flow...
    Thanks
    Don

  • Sql server log shipping space consumption

    I have implemented sql server logs shipping from hq to dr server
    The secondary databases are in standby mode .
    The issue is that after configuring it , my dr server is running out of space very rapidly
    I have checked the log shipping folders where the trn files resides and they are of very decent size , and the retention is configured for twenty four hours
    I checked the secondary databases and their size is exactly same as that of the corresponding primary databases
    Could you guys please help me out in identifying the reason behind this odd space increase
    I would be grateful if you could point me to some online resources that explains this matter with depth

    The retention is happening . I have checked the folders they do not have records older then 24 hours .
    I dont know may be its because in the secondary server (Dr) there is no full backup job working , is it because of this the ldf file is getting bigger and bigger but again I far as my understanding goes we cannot take a database full backup in the stand
    by mode .
    The TLog files of log shipped DBs on the secondary will be same size as that of primary. The only way to shrink the TLog files on secondary (I am not advising you to do this) is to shrink them on the primary, force-start the TLog backup job, then the copy
    job, then the restore job on the secondary, which will sync  the size of the TLog file on the secondary. 
    If you have allocated the same sized disk on both primary and secondary for TLog files, then check if the Volume Shadow Copy is consuming the space on the secondary
    Satish Kartan www.sqlfood.com

  • Problem specifying SQL Loader Log file destination using EM

    Good evening,
    I am following the example given in the 2 Day DBA document chapter 8 section 16.
    In step 5 of 7, EM does not allow me to specify the destination of the SQL Loader log file to be on a mapped network drive.
    The question: Does SQL Loader have a limitation that I am not aware of, that prevents placing the log file on a network share or am I getting this error because of something else I am inadvertently doing wrong ?
    Note: I have placed the DDL, load file data and steps I follow in EM at the bottom of this post to facilitate reproducing the problem *(drive Z is a mapped drive)*.
    Thank you for your help,
    John.
    DDL (generated using SQL developer, you may want to change the space allocated to be less)
    CREATE TABLE "NICK"."PURCHASE_ORDERS"
        "PO_NUMBER"      NUMBER NOT NULL ENABLE,
        "PO_DESCRIPTION" VARCHAR2(200 BYTE),
        "PO_DATE" DATE NOT NULL ENABLE,
        "PO_VENDOR" NUMBER NOT NULL ENABLE,
        "PO_DATE_RECEIVED" DATE,
        PRIMARY KEY ("PO_NUMBER") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS NOCOMPRESS LOGGING TABLESPACE "USERS" ENABLE
      SEGMENT CREATION DEFERRED PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
        INITIAL 67108864
      TABLESPACE "USERS" ;
    Load.dat file contents
    1, Office Equipment, 25-MAY-2006, 1201, 13-JUN-2006
    2, Computer System, 18-JUN-2006, 1201, 27-JUN-2006
    3, Travel Expense, 26-JUN-2006, 1340, 11-JUL-2006
    Steps I am carrying out in EM
    log in, select data movement -> Load Data from User Files
    Automatically generate control file
    (enter host credentials that work on your machine)
    continue
    Step 1 of 7 ->
      Data file is located on your browser machine
      "Z:\Documentation\Oracle\2DayDBA\Scripts\Load.dat"
       click next
    step 2 of 7 ->
      Table Name
      nick.purchase_orders
      click next
    step 3 of 7 ->
      click next
    step 4 of 7 ->
      click next
    step 5 of 7 ->
      Generate log file where logging information is to be stored
      Z:\Documentation\Oracle\2DayDBA\Scripts\Load.LOG
      Validation Error
      Examine and correct the following errors, then retry the operation:
      LogFile - The directory does not exist.

    Hi John,
    But, i did'nt found any error when i am going the same what you did.
    My Oracle Version is 10.2.0.1 and using Windows xp. See what i did and i got worked
    1.I created one table in scott schema :
    SCOTT@orcl> CREATE TABLE "PURCHASE_ORDERS"
      2  (
      3      "PO_NUMBER"      NUMBER NOT NULL ENABLE,
      4      "PO_DESCRIPTION" VARCHAR2(200 BYTE),
      5      "PO_DATE" DATE NOT NULL ENABLE,
      6      "PO_VENDOR" NUMBER NOT NULL ENABLE,
      7      "PO_DATE_RECEIVED" DATE,
      8      PRIMARY KEY ("PO_NUMBER") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS NOCOMPRESS LOGGING TABLESPACE "USERS" ENABLE
      9  )
    10  TABLESPACE "USERS";
    Table created.I logged into em Maintenance-->Data Movement-->Load Data from User Files-->My Host Credentials
    Here i total 3 text boxes :
    1.Server Data File : C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    2.Data File is Located on Your Browser Machine : z:\load.dat <--- Here z:\ means other machine's shared doc folder; and i selected this option (as option button click) and i created the same load.dat as you mentioned.
    3.Temporary File Location : C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\ <--- I did'nt mentioned anything.
    Step 2 of 7 Table Name : scott.PURCHASE_ORDERS
    Step 3 of 7 I just clicked Next
    Step 4 of 7 I just clicked Next
    Step 5 of 7 I just clicked Next
    Step 6 of 7 I just clicked Next
    Step 7 of 7 Here it is Control File Contents:
    LOAD DATA
    APPEND
    INTO TABLE scott.PURCHASE_ORDERS
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
    PO_NUMBER INTEGER EXTERNAL,
    PO_DESCRIPTION CHAR,
    PO_DATE DATE,
    PO_VENDOR INTEGER EXTERNAL,
    PO_DATE_RECEIVED DATE
    And i just clicked on submit job.
    Now i got all 3 rows in purchase_orders :
    SCOTT@orcl> select count(*) from purchase_orders;
      COUNT(*)
             3So, there is no bug, it worked and please retry if you get any error/issue.
    HTH
    Girish Sharma

  • SQL Server Assertion: File: "logmgr.cpp" , line=5512

    Hi All,
    We are using Sql Server 2005 Express , 
    we got the below exception of Sql Server Assertion
    2014-11-17 00:26:12.59 spid51      Error: 17066, Severity: 16, State: 1.
    2014-11-17 00:26:12.59 spid51      SQL Server Assertion: File: <"logmgr.cpp">, line=5512 Failed Assertion = '!(minLSN.m_fSeqNo < lfcb->lfcb_fSeqNo)'. This error may be timing-related. If the error persists after rerunning
    the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.
    2014-11-17 00:26:12.61 spid51      Error: 3624, Severity: 20, State: 1.
    2014-11-17 00:26:12.61 spid51      A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running
    DBCC CHECKDB. If you agreed to send dumps to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a QFE from Technical Support. 
    2014-11-17 00:27:34.81 Server      Using 'dbghelp.dll' version '4.0.5'
    2014-11-17 00:27:34.81 Server      ***Unable to get thread context - no pss
    2014-11-17 00:27:34.81 Server      * *******************************************************************************
    2014-11-17 00:27:34.81 Server      *
    2014-11-17 00:27:34.81 Server      * BEGIN STACK DUMP:
    2014-11-17 00:27:34.81 Server      *   11/17/14 00:27:34 spid 0
    2014-11-17 00:27:34.81 Server      *
    2014-11-17 00:27:34.81 Server      * Non-yielding Scheduler
    2014-11-17 00:27:34.81 Server      *
    2014-11-17 00:27:34.81 Server      * *******************************************************************************
    2014-11-17 00:27:34.81 Server      Stack Signature for the dump is 0x000003E6
    2014-11-17 00:27:35.75 Server      External dump process return code 0x20000001.
    External dump process returned no errors.
    2014-11-17 00:27:35.75 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    99%. Interval: 75000 ms.
    2014-11-17 00:28:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 135953 ms.
    2014-11-17 00:29:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 195953 ms.
    2014-11-17 00:30:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 255953 ms.
    2014-11-17 00:31:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 315953 ms.
    2014-11-17 00:32:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 375953 ms.
    2014-11-17 00:33:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 435953 ms.
    2014-11-17 00:34:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 495953 ms.
    2014-11-17 00:35:05.77 Server      The time stamp counter of CPU on scheduler id 1 is not synchronized with other CPUs.
    2014-11-17 00:35:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 555953 ms.
    2014-11-17 00:36:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    97%. Interval: 615953 ms.
    2014-11-17 00:37:35.77 Server      Process 51:0:0 (0x1574) Worker 0x20AA00E8 appears to be non-yielding on Scheduler 0. Thread creation time: 13059477540625. Approx Thread CPU Used: kernel 0 ms, user 0 ms. Process Utilization 0%. System Idle
    98%. Interval: 675953 ms.

    Assertion error are usually some corruption in SQL Server database. And non yielding scheduler seems like bug what is output of
    select @@Version
    Did you tried running dbcc checkdb on SQL Server 2005 database
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • How to have a live feed from application server log file (realtime viewr )

    how to have a live feed from application server log file (realtime viewr for apps log files)
    hi , thank you for reading my post.
    is there any way to have a live feed of Application server log ?
    for example is there any application that can watch the log file and show the changes as new log items come in ?
    can some one with more experience help ?

    Your question would be more suited to the Developer Forums
    http://devforums.apple.com
    but anyway...
    My goal is to develop a web application that is able to run on iPhone too, to capture the audio and video content from its camera and mic.
    Web Apps running in Safari don't have access to the camera or mic hardware.
    Or I should built a native application distributed through Apple store?
    That is your only option, although such a system already exists:
    http://itunes.apple.com/us/app/ustream-live-broadcaster/id319362690?mt=8

  • WebLogic 10.3.2.0 hanging at startup after "The server log file is opened."

    Hi,
    A WebLogic 10.3.2.0 server is hanging at startup. There are no error messages. The last command in the startup window is:
    "The server log file <log file dest> is opened. All server side log events will be written to this file."
    I think the next line should be:
    "Security initializing using security realm realm."
    Any ideas on what could be the issue? For instance what resources should be accessed at that point of time? There is sufficient space left on the (virtual machine) disk. The VM configured with 8GB memory. Could it be performance related still?
    Following is written to the log file:
    ####<12.aug.2010 kl 09.47 CEST> <Info> <WebLogicServer> <oim> <> <Main Thread> <> <> <> <1281599254656> <BEA-000214> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.> ####<12.aug.2010 kl 09.47 CEST> <Notice> <Log Management> <oim> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1281599255312> <BEA-170019> <The server log file ....logs\AdminServer.log is opened. All server side log events will be written to this file.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Log Management> <oim> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1281599255390> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Diagnostics> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599255671> <BEA-320001> <The ServerDebug service initialized successfully.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Store> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599256515> <BEA-280050> <Persistent store "WLS_DIAGNOSTICS" opened: directory="....s\domains\oim\servers\AdminServer\data\store\diagnostics" writePolicy="Disabled" blockSize=512 directIO=false driver="wlfileio2"> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "t3" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "t3s" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "http" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "https" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257140> <BEA-002622> <The protocol "iiop" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257156> <BEA-002622> <The protocol "iiops" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257156> <BEA-002622> <The protocol "ldap" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257156> <BEA-002622> <The protocol "ldaps" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257187> <BEA-002622> <The protocol "cluster" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257187> <BEA-002622> <The protocol "clusters" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257218> <BEA-002622> <The protocol "snmp" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257218> <BEA-002622> <The protocol "admin" is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257218> <BEA-002624> <The administration protocol is "t3s" and is now configured.> ####<12.aug.2010 kl 09.47 CEST> <Info> <RJVM> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257468> <BEA-000570> <Network Configuration for Channel "AdminServer"
    Listen Address          :7001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<12.aug.2010 kl 09.47 CEST> <Info> <Server> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599257687> <BEA-002609> <Channel Service initialized.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Socket> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599258000> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    ####<12.aug.2010 kl 09.47 CEST> <Info> <Socket> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599258078> <BEA-000436> <Allocating 3 reader threads.> ####<12.aug.2010 kl 09.47 CEST> <Info> <Socket> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599258078> <BEA-000446> <Native IO Enabled.> ####<12.aug.2010 kl 09.47 CEST> <Info> <IIOP> <oim> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1281599259500> <BEA-002014> <IIOP subsystem enabled.>
    Thanks!!

    tried both of these, still having same error as below:
    <Sep 8, 2010 1:32:37 PM IST> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    <Sep 8, 2010 1:32:37 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic2 javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic2 denied
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    <Sep 8, 2010 1:32:37 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Sep 8, 2010 1:32:37 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Sep 8, 2010 1:32:37 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Pls help me out ASAP...

  • How do I turn off |INFO| entries in my server.log files?

    Sun Java System Application Server 8.2
    How do I turn off |INFO| entries in my server.log files? Is this a setting in the admin console that I am over looking?
    Thanks,
    --Todd
    [#|2006-06-01T09:48:43.776-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- undeploy web/transactionbrowser]|#]
    [#|2006-06-01T09:48:44.855-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=11;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-06-01T09:48:44.949-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- reference-removed transactionbrowser]|#]
    [#|2006-06-01T09:48:45.011-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-06-01T09:48:45.121-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=13;|Total Deployment Time: 16 msec, Total EJB Compiler Module Time: 0 msec, Portion spent EJB Compiling: 0%|#]
    [#|2006-06-01T09:48:46.403-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=14;|DPL5109: EJBC - START of EJBC for [transactionbrowser]|#]
    [#|2006-06-01T09:48:46.403-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=14;|Processing beans ...|#]
    [#|2006-06-01T09:48:46.418-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=14;|DPL5110: EJBC - END of EJBC for [transactionbrowser]|#]
    [#|2006-06-01T09:48:46.637-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=14;|Total Deployment Time: 813 msec, Total EJB Compiler Module Time: 15 msec, Portion spent EJB Compiling: 1%
    Breakdown of EJBC Module Time: Total Time for EJBC: 15 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    |#]
    [#|2006-06-01T09:48:46.731-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=14;|deployed with moduleid = transactionbrowser|#]
    [#|2006-06-01T09:48:46.950-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=13;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- reference-added transactionbrowser]|#]
    [#|2006-06-01T09:48:46.997-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=13;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-06-01T09:48:47.028-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=15;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- deploy web/transactionbrowser]|#]
    [#|2006-06-01T09:48:47.044-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=15;|WEB0100: Loading web module [transactionbrowser] in virtual server [server] at [transactionbrowser]|#]
    [#|2006-06-01T09:48:48.733-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)|#]
    [#|2006-06-01T09:48:48.748-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)|#]
    [#|2006-06-01T09:48:48.889-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlCommandButton)|#]
    [#|2006-06-01T09:48:48.889-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlCommandLink)|#]
    [#|2006-06-01T09:48:48.905-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlDataTable)|#]
    [#|2006-06-01T09:48:48.905-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputHidden)|#]
    [#|2006-06-01T09:48:48.905-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputSecret)|#]
    [#|2006-06-01T09:48:48.905-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputText)|#]
    [#|2006-06-01T09:48:48.905-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputTextHelp)|#]
    [#|2006-06-01T09:48:48.905-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputTextarea)|#]
    [#|2006-06-01T09:48:48.905-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlGraphicImage)|#]
    [#|2006-06-01T09:48:48.920-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlMessage)|#]
    [#|2006-06-01T09:48:48.920-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlMessages)|#]
    [#|2006-06-01T09:48:48.920-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlOutputLabel)|#]
    [#|2006-06-01T09:48:48.920-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlOutputText)|#]
    [#|2006-06-01T09:48:48.920-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelGrid)|#]
    [#|2006-06-01T09:48:48.920-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelGroup)|#]
    [#|2006-06-01T09:48:48.936-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSelectBooleanCheckbox)|#]
    [#|2006-06-01T09:48:48.936-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSelectManyCheckbox)|#]
    [#|2006-06-01T09:48:48.936-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSelectManyListbox)|#]
    [#|2006-06-01T09:48:48.936-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSelectManyMenu)|#]
    [#|2006-06-01T09:48:48.936-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSelectOneListbox)|#]
    [#|2006-06-01T09:48:48.936-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSelectOneMenu)|#]
    [#|2006-06-01T09:48:48.936-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSelectOneRadio)|#]
    [#|2006-06-01T09:48:48.952-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.AliasBean)|#]
    [#|2006-06-01T09:48:48.952-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.AliasBeansScope)|#]
    [#|2006-06-01T09:48:48.952-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.Buffer)|#]
    [#|2006-06-01T09:48:48.952-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.Document)|#]
    [#|2006-06-01T09:48:48.952-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.DocumentHead)|#]
    [#|2006-06-01T09:48:48.952-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.DocumentBody)|#]
    [#|2006-06-01T09:48:48.967-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.Div)|#]
    [#|2006-06-01T09:48:48.967-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlCheckbox)|#]
    [#|2006-06-01T09:48:48.967-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlColumn)|#]
    [#|2006-06-01T09:48:48.967-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlColumns)|#]
    [#|2006-06-01T09:48:48.967-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlCommandNavigation)|#]
    [#|2006-06-01T09:48:48.967-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlCommandNavigationItem)|#]
    [#|2006-06-01T09:48:48.967-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlCommandSortHeader)|#]
    [#|2006-06-01T09:48:48.983-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlHeaderLink)|#]
    [#|2006-06-01T09:48:48.983-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputCalendar)|#]
    [#|2006-06-01T09:48:48.999-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputDate)|#]
    [#|2006-06-01T09:48:48.999-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlInputFileUpload)|#]
    [#|2006-06-01T09:48:48.999-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlDataList)|#]
    [#|2006-06-01T09:48:48.999-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlDataScroller)|#]
    [#|2006-06-01T09:48:48.999-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlJsValueSet)|#]
    [#|2006-06-01T09:48:49.014-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlNewspaperTable)|#]
    [#|2006-06-01T09:48:49.014-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlCollapsiblePanel)|#]
    [#|2006-06-01T09:48:49.014-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelLayout)|#]
    [#|2006-06-01T09:48:49.030-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelNavigation)|#]
    [#|2006-06-01T09:48:49.030-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelNavigationMenu)|#]
    [#|2006-06-01T09:48:49.030-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelStack)|#]
    [#|2006-06-01T09:48:49.030-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelTab)|#]
    [#|2006-06-01T09:48:49.030-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPanelTabbedPane)|#]
    [#|2006-06-01T09:48:49.030-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlPopup)|#]
    [#|2006-06-01T09:48:49.045-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlRadio)|#]
    [#|2006-06-01T09:48:49.045-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlSwapImage)|#]
    [#|2006-06-01T09:48:49.045-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlTag)|#]
    [#|2006-06-01T09:48:49.045-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlTree)|#]
    [#|2006-06-01T09:48:49.045-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlTree2)|#]
    [#|2006-06-01T09:48:49.045-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlTreeCheckbox)|#]
    [#|2006-06-01T09:48:49.045-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlTreeColumn)|#]
    [#|2006-06-01T09:48:49.061-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlTreeImageCommandLink)|#]
    [#|2006-06-01T09:48:49.061-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.HtmlTreeNode)|#]
    [#|2006-06-01T09:48:49.061-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.InputHtml)|#]
    [#|2006-06-01T09:48:49.061-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.JSCookMenu)|#]
    [#|2006-06-01T09:48:49.061-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.JsValueChangeListener)|#]
    [#|2006-06-01T09:48:49.061-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.NavigationMenuItem)|#]
    [#|2006-06-01T09:48:49.077-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.SaveState)|#]
    [#|2006-06-01T09:48:49.077-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.SelectOneCountry)|#]
    [#|2006-06-01T09:48:49.077-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.SelectOneLanguage)|#]
    [#|2006-06-01T09:48:49.077-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ComponentRule]{faces-config/component} Merge(org.apache.myfaces.Stylesheet)|#]
    [#|2006-06-01T09:48:49.077-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigDecimal)|#]
    [#|2006-06-01T09:48:49.077-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ConverterRule]{faces-config/converter} Merge(null,java.math.BigInteger)|#]
    [#|2006-06-01T09:48:49.092-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ConverterRule]{faces-config/converter} Merge(null,java.util.Date)|#]
    [#|2006-06-01T09:48:49.092-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ConverterRule]{faces-config/converter} Merge(null,[Ljava.lang.String;)|#]
    [#|2006-06-01T09:48:49.092-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ConverterRule]{faces-config/converter} Merge(null,org.apache.myfaces.custom.fileupload.UploadedFile)|#]
    [#|2006-06-01T09:48:49.233-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ValidatorRule]{faces-config/validator} Merge(org.apache.myfaces.validator.CreditCard)|#]
    [#|2006-06-01T09:48:49.233-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ValidatorRule]{faces-config/validator} Merge(org.apache.myfaces.validator.Email)|#]
    [#|2006-06-01T09:48:49.233-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ValidatorRule]{faces-config/validator} Merge(org.apache.myfaces.validator.Equal)|#]
    [#|2006-06-01T09:48:49.233-0500|WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=15;|[ValidatorRule]{faces-config/validator} Merge(org.apache.myfaces.validator.RegExpr)|#]
    [#|2006-06-01T09:48:49.515-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.config.FacesConfigurator|_ThreadID=15;|Reading standard config org/apache/myfaces/resource/standard-faces-config.xml|#]
    [#|2006-06-01T09:48:49.702-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.config.FacesConfigurator|_ThreadID=15;|Reading config jar:file:/C:/AppServer/domains/domain1/lib/tomahawk-1.1.2.jar!/META-INF/faces-config.xml|#]
    [#|2006-06-01T09:48:49.968-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.config.FacesConfigurator|_ThreadID=15;|Reading config jar:file:/C:/javaworkspace/petroadmin/transactionbrowser/build/web/WEB-INF/lib/tomahawk-1.1.2.jar!/META-INF/faces-config.xml|#]
    [#|2006-06-01T09:48:50.343-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.config.FacesConfigurator|_ThreadID=15;|Reading config /WEB-INF/faces-config.xml|#]
    [#|2006-06-01T09:48:50.359-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Command rendererType = javax.faces.Button renderer class = org.apache.myfaces.renderkit.html.jsf.DummyFormHtmlButtonRenderer|#]
    [#|2006-06-01T09:48:50.359-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Command rendererType = javax.faces.Link renderer class = org.apache.myfaces.renderkit.html.jsf.DummyFormHtmlLinkRenderer|#]
    [#|2006-06-01T09:48:50.359-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Command rendererType = javax.faces.Button renderer class = org.apache.myfaces.renderkit.html.jsf.DummyFormHtmlButtonRenderer|#]
    [#|2006-06-01T09:48:50.359-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Command rendererType = javax.faces.Link renderer class = org.apache.myfaces.renderkit.html.jsf.DummyFormHtmlLinkRenderer|#]
    [#|2006-06-01T09:48:50.359-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Command rendererType = org.apache.myfaces.Button renderer class = org.apache.myfaces.renderkit.html.ext.HtmlButtonRenderer|#]
    [#|2006-06-01T09:48:50.359-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Command rendererType = org.apache.myfaces.Link renderer class = org.apache.myfaces.renderkit.html.ext.HtmlLinkRenderer|#]
    [#|2006-06-01T09:48:50.359-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Data rendererType = org.apache.myfaces.Table renderer class = org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Panel rendererType = org.apache.myfaces.Grid renderer class = org.apache.myfaces.renderkit.html.ext.HtmlGridRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Panel rendererType = org.apache.myfaces.Group renderer class = org.apache.myfaces.renderkit.html.ext.HtmlGroupRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.Secret renderer class = org.apache.myfaces.renderkit.html.ext.HtmlSecretRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Graphic rendererType = org.apache.myfaces.Image renderer class = org.apache.myfaces.renderkit.html.ext.HtmlImageRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.Text renderer class = org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.TextHelp renderer class = org.apache.myfaces.custom.inputTextHelp.HtmlTextHelpRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.Textarea renderer class = org.apache.myfaces.renderkit.html.ext.HtmlTextareaRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Message rendererType = org.apache.myfaces.Message renderer class = org.apache.myfaces.renderkit.html.ext.HtmlMessageRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Messages rendererType = org.apache.myfaces.Messages renderer class = org.apache.myfaces.renderkit.html.ext.HtmlMessagesRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Output rendererType = org.apache.myfaces.Text renderer class = org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.SelectBoolean rendererType = org.apache.myfaces.Checkbox renderer class = org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.SelectMany rendererType = org.apache.myfaces.Checkbox renderer class = org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.SelectOne rendererType = org.apache.myfaces.Menu renderer class = org.apache.myfaces.renderkit.html.ext.HtmlMenuRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.SelectMany rendererType = org.apache.myfaces.Menu renderer class = org.apache.myfaces.renderkit.html.ext.HtmlMenuRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.SelectOne rendererType = org.apache.myfaces.Listbox renderer class = org.apache.myfaces.renderkit.html.ext.HtmlListboxRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.SelectMany rendererType = org.apache.myfaces.Listbox renderer class = org.apache.myfaces.renderkit.html.ext.HtmlListboxRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.SelectOne rendererType = org.apache.myfaces.Radio renderer class = org.apache.myfaces.renderkit.html.ext.HtmlRadioRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Data rendererType = org.apache.myfaces.AliasBean renderer class = org.apache.myfaces.custom.aliasbean.AliasBeanRenderer|#]
    [#|2006-06-01T09:48:50.375-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Data rendererType = org.apache.myfaces.AliasBeansScope renderer class = org.apache.myfaces.custom.aliasbean.AliasBeansScopeRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Data rendererType = org.apache.myfaces.Buffer renderer class = org.apache.myfaces.custom.buffer.BufferRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Data rendererType = org.apache.myfaces.Document renderer class = org.apache.myfaces.custom.document.DocumentRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Data rendererType = org.apache.myfaces.DocumentHead renderer class = org.apache.myfaces.custom.document.DocumentHeadRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Data rendererType = org.apache.myfaces.DocumentBody renderer class = org.apache.myfaces.custom.document.DocumentBodyRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = org.apache.myfaces.Checkbox rendererType = org.apache.myfaces.Checkbox renderer class = org.apache.myfaces.renderkit.html.ext.HtmlCheckboxRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Panel rendererType = org.apache.myfaces.DataScroller renderer class = org.apache.myfaces.custom.datascroller.HtmlDataScrollerRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.Calendar renderer class = org.apache.myfaces.custom.calendar.HtmlCalendarRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.Date renderer class = org.apache.myfaces.custom.date.HtmlDateRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.FileUpload renderer class = org.apache.myfaces.custom.fileupload.HtmlFileUploadRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myfaces.renderkit.html.HtmlRenderKitImpl|_ThreadID=15;|Overwriting renderer with family = javax.faces.Input rendererType = org.apache.myfaces.InputHtml renderer class = org.apache.myfaces.custom.inputHtml.InputHtmlRenderer|#]
    [#|2006-06-01T09:48:50.390-0500|INFO|sun-appserver-pe8.2|org.apache.myf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           &

    This path is not available for
    Sun Java System Application Server Platform Edition
    9.0 (build b48)
    There is no server-config under Configurations. Do
    you know how to do this for this version of the app
    server?Right.
    There is only one "config" available for Platform Edition. So, can
    you try:
    - Click on Application Server in the left panel.
    - Right hand side, third tab is "Logging". Click there.
    - Second tab below is Log Levels. You can see various component
    (module) log levels there. The default is "INFO" for all.
    I tested this on 9.0 PE - b48.
    Hope this helps.
    Kedar

  • Summary SQL*LDR log file

    Hi,
    I need to get only a summary log file that show me records by error. for example if the log file has 5000 error for datatype and 300 for PK violation and 2000 for not null value, the problem that the log will show me this error row by row. can I get it summary like this
    -5000 rows rejected due to error for datatype
    -300 rows rejected due to PK violation
    -2000 rows rejected due to not null value
    Database: 9i
    O/S: Windows 2000 Server

    eng. Habeeli wrote:
    schavali wrote:
    Pl see your duplicate post here - big SQL*LDR log file
    Pl post what you have found in the documentation so far. AFAIK, there is no way to get a summary log file.
    Sriniits not duplicate ,I change to this form that specialized in sql loadre.
    I don't found any thing about summary log in the documnetPl post a link to the document you read. Did you see my comment above ?
    HTH
    Srini

  • How to set server log file severity

    Will some one suggest how to set the severity for messages logged by server to server log file. The admin console consists of setting "Stdout Severity Threshold" which is applicable only to standard out. I need to restrict info messages to be logged in server log file.

    Which release of WebLogic Server are you using? In WebLogic 9.0 there is an attribute on the LogMBean called LogFileSeverity which could be configured to "Warning" so it will not allow Debug and Info level messages to be written to the server log file. In the 8.1 release you would need to do this programatically using a startup class, by getting a reference to the server Logger by invoking weblogic/logging/LoggingHelper.getServerLogger() and setting the appropriate weblogic/logging/WLLevel on the weblogic/logging/FilestreamHandler that writes to the server log file.
    Hope this helps
    Sandeep

Maybe you are looking for