ODL log file registration in 10.1.0.2 with B2B installed

Hi,
we enabled ODL to default log file for our application by adding this handler
<!-- In live deployment useParentHandlers='false' to disable console logging -->     
<logger name='com.gem.ws.proxy' level='INFO' useParentHandlers='true'>
<handler name='oc4j-handler'/>
</logger>
to j2ee-logging.xml for our OC4J instamce.
It seems that default ODL log file in j2ee/home/log/home_default_island_1/oc4j is not registred by OAS log viewer.
I tried to experiment with editing files in diagnostics/config/registration and I succeeded only with adding :
<log path='j2ee/home/log/home_default_island_1/oc4j' componentId='OC4J'>
     <logreader type='ODL'/>
     <logviewer ComponentName='home' ComponentType="OC4J"
          LogType='OC4J_APPLICATION'/>
</log>
to INTEGB2B.xml
However this is not clear solution and ODL log file is registred under incorect attributes. I need to edit the OC4J_logs.xml and register my ODL file here, but I was unable to get it work after many experiments.
Could anybody post valid XML to register default ODL file in logviewer of OAS 10.1.2???

user469244,
I assume you are referring to Oracle's JDBC driver. I am unfamiliar with the "oracle.jar" file. I use the "ojdbc14.jar" file and it does contain the "oracle.jdbc.driver.DatabaseError" class. What is this "oracle.jar" file you mention?
Perhaps you could post the entire error message (and stack trace) you are getting, as well as the section of your code that is causing the error?
Good Luck,
Avi.

Similar Messages

  • Alert Log File Monitoring of 8i and 9i Databases with EM Grid Control 10g

    Is it possible to monitor alert log errors in Oracle 8i/9i Databases with EM Grid Control 10g and EM 10g agents? If yes, is it possible to get some kind of notification?
    I know that in 10g Database, it is possible to use server generated alerts, but what about 8i/9i?
    Regards,
    Martin

    Hello
    i am interested in a very special feature: is it possible to get notified if alerts occur in alert logs in an 8i/9i database when using Grid control and the 10g agent on the 8i/9i systems?
    Moreover, the 10g agent should be able to get Performance Data using the v$ views or direct sga access without using statspack, right?
    Do you know where I can find documentation about the supported features when using Grid Control with 8i/9i databases?

  • Error log file when we change the first date with the ZAL11 transaction

    Hi friends
    How do i change the First Available date(FAD) in the line item of the sales order using ZAL11 transaction. PR and PO generated for the line item of the sales order.
    Thanks&Regards
    Taraka Rami Reddy J

    Standard AL11 is cusomized as ZAL11 functionality is same .
    reagards
    taraka

  • One Log File With Tomcat

    I am trying to figure out how to get all of my logging to use one log file. Currently when I start tomcat as a service it writes to stderr.log, stdout.log as well as a log file I have configured using Log4j. I would like all logs including startup/shutdown logs that are currently going to stdout.log/stderr.log to go to the file I write to using Log4j.
    If I start tomcat using catalina.bat it doesn't do this (bc it writes to the console window) but I would like to send all those startup/shutdown messages to the log that Log4j uses if I start tomcat as a service.
    Any help would be appreciated.

    That doesn't really help, because I've got Log4j already running. It looks like there is no easy solution to this. I'm left with choosing one of the three options below.
    1) Configure a <Logger> element for the Context that catches any logging not sent to the Log4j log file. This means I would have a stdout.log, stderr.log, log from the <Logger> element, and a log for Log4j. That's a lot of log files...
    2) Not configure a <Logger> element for the Context. This means any logging not sent to the Log4j file will go to either stdout.log or stderr.log. Those files could get big and aren't rotated like my Log4j file. Not exactlly ideal either.
    3) Don't install Tomcat through the .exe file. Unpackage it, set the environment variables, and set it up as a serivce through a script such as the one mentioned at http://weblogs.java.net/blog/simongbrown/archive/2003/09/installing_tomc.html setting the same file that Log4j uses for the -out and -err parameters. This means that all logging (startup/shutdown) will go to this one log file. But it also means messing with the install (deviating from the .exe) which scares me a little.
    Unless someone has a better idea...I guess it's one of the three above.
    Thanks,
    Jim

  • HFM ODL log rotate

    Hi everybody,
    Im trying to rotate the hfm ODL logs without stop HFM.
    Has anybody experience with this?
    I want to set some parameters in logging.xml config file, but checking this i note that is configured to recycle the log at 47mb:
    <log_handler name='epmfm-handler' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
          <property name='path' value='${logging.folder}/hfm.odl.log'/>
          <property name='maxFileSize' value='50000000'/>
          <property name='maxLogSize' value='1000000000'/>
    but my log is 250mb, so i think HFM is not using this config file, im missing something?
    I can not found any information about this.
    This issue is happening in different costumers and environments so i guess is not a particular problem for this installation.
    If anybody can help me with this would be great.
    Thanks in advance.
    Joaquin

    Hi all,
    I found that in docs that the path for the correct logging.xml for HFM is
    MIDDLEWARE_HOME/user_projects/domains/domain name/config/fmwconfig/servers/managed server name/logging.xml
    But this path does not exist in my environment i have the logging.xml for odl log in the following path:
    MIDDLEWARE_HOME/EPMSystem11R1\products\FinancialManagement\logging\logging.xml
    Any ideas? i must recreate all the folders an change this configuration file to this location?
    i´m pretty sure this is the correct configuration file due to the content, as you can see below in the config file:
    <?xml version = "1.0" encoding="UTF-8" ?>
    <logging_configuration>
      <log_handlers>
      <log_handler name='epmfm-handler' class='oracle.core.ojdl.logging.ODLHandlerFactory'>  <!-- irrelevant. hfm is a Windows C++ set of objects that do not use log4xx -->
      <property name='path' value='${logging.folder}/hfm.odl.log'/>  <!-- specifies the folder where all HFM log files are stored. -->
      <property name='maxFileSize' value='50000000'/>  <!-- specifies the maximum file size of any single log.  -->
      <property name='maxLogSize' value='1000000000'/>  <!-- specifies the maxmum size of all HFM log files in folder. -->
      <property name='maxDays' value='1'/>  <!-- specifies the number of days before rolling the log.  Use 0 to disable. -->
      </log_handler>
      </log_handlers>
      <loggers>
        <!-- Logger levels: SEVERE, ERROR, INCIDENT_ERROR, WARNING, NOTIFICATION, INFO, CONFIG, FINE, FINER,FINEST, ALL -->
      <logger name="oracle.EPMFM" level="ERROR:1" useParentHandlers="false">
      <handler name="epmfm-handler"></handler>
      </logger>
      </loggers>
    </logging_configuration>
    Another doubt is if the maxDays parameters could be an issue due to is not defined in Oracle docs, i think not because this is the config without changes, but it seems strange to me that there is no info about this parameter in oracle 11.1.2.1 docs.
    If anybody can help that would be great, THANKS!
    Joaquin

  • How to output java logging only to a log file except stderr?

    I create a file logging and noticed that java logging output a log file and stderr simultanously. How to output the logging message only to the log file?
    Thanks.

    HarishDv wrote:
    I dont have indesign  installed on my system. I only have the binary , which needs modification and i have to save back to the DB as indd.
    Can't be done, for a realistic assessment of "can". InDesigns documents cannot reliably be created or modified without InDesign itself. (*)
    If you need to do this on native InDesign documents, you have to buy and install it.
    * "Not true, there is always IDML". But that's not a 'binary'; and you cannot (**) "convert" a binary INDD to IDML and back again without InDesign.
    ** Again, for a remotely realistic value of "can".

  • Wait Events "log file parallel write" / "log file sync" during CREATE INDEX

    Hello guys,
    at my current project i am performing some performance tests for oracle data guard. The question is "How does a LGWR SYNC transfer influences the system performance?"
    To get some performance values, that i can compare i just built up a normal oracle database in the first step.
    Now i am performing different tests like creating "large" indexes, massive parallel inserts/commits, etc. to get the bench mark.
    My database is an oracle 10.2.0.4 with multiplexed redo log files on AIX.
    I am creating an index on a "normal" table .. i execute "dbms_workload_repository.create_snapshot()" before and after the CREATE INDEX to get an equivalent timeframe for the AWR report.
    After the index is built up (round about 9 GB) i perform an awrrpt.sql to get the AWR report.
    And now take a look at these values from the AWR
                                                                       Avg
                                                 %Time  Total Wait    wait     Waits
    Event                                 Waits  -outs    Time (s)    (ms)      /txn
    log file parallel write              10,019     .0         132      13      33.5
    log file sync                           293     .7           4      15       1.0
    ......How can this be possible?
    Regarding to the documentation
    -> log file sync: http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/waitevents003.htm#sthref3120
    Wait Time: The wait time includes the writing of the log buffer and the post.-> log file parallel write: http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/waitevents003.htm#sthref3104
    Wait Time: Time it takes for the I/Os to complete. Even though redo records are written in parallel, the parallel write is not complete until the last I/O is on disk.This was also my understanding .. the "log file sync" wait time should be higher than the "log file parallel write" wait time, because of it includes the I/O and the response time to the user session.
    I could accept it, if the values are close to each other (maybe round about 1 second in total) .. but the different between 132 seconds and 4 seconds is too noticeable.
    Is the behavior of the log file sync/write different when performing a DDL like CREATE INDEX (maybe async .. like you can influence it with the initialization parameter COMMIT_WRITE??)?
    Do you have any idea how these values come about?
    Any thoughts/ideas are welcome.
    Thanks and Regards

    Surachart Opun (HunterX) wrote:
    Thank you for Nice Idea.
    In this case, How can we reduce "log file parallel write" and "log file sync" waited time?
    CREATE INDEX with NOLOGGINGA NOLOGGING can help, can't it?Yes - if you create index nologging then you wouldn't be generating that 10GB of redo log, so the waits would disappear.
    Two points on nologging, though:
    <ul>
    it's "only" an index, so you could always rebuild it in the event of media corruption, but if you had lots of indexes created nologging this might cause an unreasonable delay before the system was usable again - so you should decide on a fallback option, such as taking a new backup of the tablespace as soon as all the nologging operatons had completed.
    If the database, or that tablespace, is in +"force logging"+ mode, the nologging will not work.
    </ul>
    Don't get too alarmed by the waits, though. My guess is that the +"log file sync"+ waits are mostly from other sessions, and since there aren't many of them the other sessions are probably not seeing a performance issue. The +"log file parallel write"+ waits are caused by your create index, but they are happeninng to lgwr in the background which is running concurrently with your session - so your session is not (directly) affected by them, so may not be seeing a performance issue.
    The other sessions are seeing relatively high sync times because their log file syncs have to wait for one of the large writes that you have triggered to complete, and then the logwriter includes their (little) writes with your next (large) write.
    There may be a performance impact, though, from the pure volume of I/O. Apart from the I/O to write the index you have LGWR writting (N copies) of the redo for the index and ARCH is reading and writing the completed log files caused by the index build. So the 9GB of index could easily be responsible for vastly more I/O than the initial 9GB.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    "Science is more than a body of knowledge; it is a way of thinking"
    Carl Sagan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I dont get to reinstall Premiere Pro CS4. I ve log file here! Help me Pls!

    Hi, I m trying to reinstall premiere pro cs4 but it shows a screen saying:
    Critical errors were found in setup for Adobe Premiere Pro CS4:
    - Incompatible payloads already installed
    Please see the Setup log file for details. Click Quit to exit Setup.
    the log file is here: http://bit.ly/cZx8jI
    I ve installed photoshop, fireworks and dreamweaver (CS4) separately.
    How can I solve this problem pls!
    email: [email protected]
    Ty!

    This has nothing to do with hardware questions and please refrain from double posting.

  • Big Log Files resulting in Out Of Memory of serverpartition

    Hi Forte users,
    Using the Component/View Log from EConsole on a server partition triggers
    an
    Out-Of Memory of the server partition when the log file is too big (a few
    Mb).
    Does anyone know how to change the log file name or clean the log file of
    a server partition running interpreted with Forte 2.0H16 ???
    Any help welcome,
    Thanks,
    Vincent Figari
    You don't need to buy Internet access to use free Internet e-mail.
    Get completely free e-mail from Juno at http://www.juno.com
    Or call Juno at (800) 654-JUNO [654-5866]

    Ask in Photoshop General Discussion or go to Microsoft and search for an article on memory allocation
    http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Httpd error log file appears to be missing

    I'm having a somewhat frustrating and seemingly elementary problem with the Server, as freshly installed. I did drag a Web Config.plist to restore the web settings from another server, and I have a feeling that this action might have caused a hiccup where the web server won't start. My symptoms are as follows:
    with no sites in the Sites list, when I click Start Service for Web Service, I get a dialog:
    A service has encourntered an error. / Try to refresh the view (server.address.here/Web). Report the problem to the administrator if it persists. (could not start web service - details in error log).
    Now here's what's frustrating... I can't find an httpd error log. the folder /var/log/httpd/ is where I would expect this log to be, but this folder is empty. There's an Apple KB article that says the httpd error log file should be at /var/log/httpd/ ( you can check it out at http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c5ws4.html ), but no such log file exists. (I verified with terminal and also looked with Console: saw no log entries under the httpd line [there is a disclose triangle that discloses no lines] )
    On a whim, I thought maybe the /var/log/httpd folder didn't have the right permissions, so I increased my permissions on this older form 0755 to 0757, so that it now reads:
    drwxr-xrwx 2 root wheel 68 Mar 27 2005 httpdd
    ... but upon retesting the Start Service button under Web service, I get the same error and can find no log file.
    Like I said, this is a freshly installed copy of OS X 10.4 Server (I have not even upgraded to Server 10.4.10, should I ?) and all I did was an Open Directory configuration (which works), and then dragged a Web Config.plist onto Server Admin to restore saved settings from another machine...
    any thoughts on what I should try next?
    Thanks, any advice is appreciated.

    Recently updated Developer preview and WebObjects. After trying
    sudo apachectl configtest
    this checks apache configuration sintax.
    If nothing fails try to start apache (sudo apachectl graceful)
    and take a look at system.log.
    discovered that /System/Library/WebObjects/Adaptors/Apache/apache.conf no longer existed.
    As root renamed apache.conf.old as apache.conf and restarted. Life is good again.
    Your mileage may vary.

  • Db restore non archive mode lost redo log file..restore from controlfile tr

    i have a db 11g I had taken non archive backup but failed to take redo log files backup...
    so while i restored the db ... after formatting the machine ..the oracle instance wont start.
    I create a controlfile trace but when i run it i get errors.
    since i dont have the older log files.. how do i get around with this issue
    Thanks
    Following is the sample of control file trace ..Note i cannot create the redo log file
    since db wont be mounted at most it shall be in nonmount mode
    and below is my created controlfile ....
    CREATE CONTROLFILE REUSE DATABASE "XE" NORESETLOGS NOARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_80L7C259_.LOG'
    SIZE 50M BLOCKSIZE 512,
    GROUP 2
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_80L7C375_.LOG'
    SIZE 50M BLOCKSIZE 512
    -- STANDBY LOGFILE
    DATAFILE
    'C:\ORACLEXE\APP\ORACLE\ORADATA\XE\SYSTEM.DBF',
    'C:\ORACLEXE\APP\ORACLE\ORADATA\XE\UNDOTBS1.DBF',
    'C:\ORACLEXE\APP\ORACLE\ORADATA\XE\SYSAUX.DBF',
    'C:\ORACLEXE\APP\ORACLE\ORADATA\XE\USERS.DBF'
    CHARACTER SET AL32UTF8
    I dont have these 2 files ..what do i do to get around this situation
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_80L7C259_.LOG'
    SIZE 50M BLOCKSIZE 512,
    GROUP 2
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_80L7C375_.LOG'
    SIZE 50M BLOCKSIZE 512
    -- STANDBY LOGFILE
    DATAFILE
    Edited by: zycoz100 on Feb 27, 2013 10:57 PM

    If you have a cold backup (database shutdown properly) without the redo logs, change this :
    CREATE CONTROLFILE REUSE DATABASE "XE" NORESETLOGS NOARCHIVELOGto
    CREATE CONTROLFILE REUSE DATABASE "XE" RESETLOGS NOARCHIVELOGYou have to change the NORESETLOGS to RESETLOGS for Oracle to recreate the online redo logs.
    Hemant K Chitale

  • RE: Big Log Files resulting in Out Of Memory of serverpartition

    To clean a log on nt, you can open it with notepad, select all and delte, add a space ans save as... with the same file name
    on unix, you can just redirect the standard input to the file name (e.g.:
    # > forte_ex_2390.log
    (Should work with nt but i never tried)
    Hope that will help
    De : Vincent R Figari
    Date : lundi 30 mars 1998 21:42
    A : [email protected]
    Objet : Big Log Files resulting in Out Of Memory of server partition
    Hi Forte users,
    Using the Component/View Log from EConsole on a server partition triggers
    an
    Out-Of Memory of the server partition when the log file is too big (a few
    Mb).
    Does anyone know how to change the log file name or clean the log file of
    a server partition running interpreted with Forte 2.0H16 ???
    Any help welcome,
    Thanks,
    Vincent Figari
    You don't need to buy Internet access to use free Internet e-mail.
    Get completely free e-mail from Juno at http://www.juno.com
    Or call Juno at (800) 654-JUNO [654-5866]

    So try treating your development box like a production box for a day and see if the problem manifests itself.
    Do a load test and simulate massive numbers of changes on your development box.
    Are there any OS differences between production and development?
    How long does it take to exhaust the memory?
    Does it just add new jsp files, or can it also replace old ones?

  • Data Manager log file deletion

    I belive this program (UJF_FILE_SERVICE_DLT_DM_FILES ) can be used to remove log files.  Couple of questions on this process
    1) Can the DM log be deleted from the front end rather than running the program?  Any issues with deleting the log file from the BPC front end?
    2) Is there a transaction code associated with this program?  If yes, do you know what is the transaction code?
    3) Can this be scheduled so that it deletes everyting except the logs that are created in the last 2 or 4 months?

    First the program you mentioned does not delete DM log files, it deletes only the DM data files.  There is no transaction code for that program and you can delete these files from the frontend with no problem.
    If you want to delete DM log files, you can use this program delivered with this how-to guide.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a0e72699-6c32-2d10-5d97-a4db8321ef67
    THe only problem is that this program does not handle deleting the generated folders associated with log files.
    Cheers,
    RIch Heilman

  • Managing and configuring log files for Oracle 9ias

    Hi all,
    I'm wondering where I can find documentation on managing and configuring log files like:
    ORACLE_HOME/admin/ sid/*dump/* ORACLE_HOME/assistants/opca/install.log ORACLE_HOME/webcache/logs/*
    ORACLE_HOME/dcm/logs/*
    ORACLE_HOME/ldap/log/*
    ORACLE_HOME/opmn/logs/*
    ORACLE_HOME/sysman/log/*
    ORACLE_HOME/j2ee/ OC4J_instance/log/*/* ORACLE_HOME/config/schemaload.log ORACLE_HOME/config/useinfratool.log
    because I didn't find anything in document like:
    Oracle9 i Application Server
    Administrator�s Guide
    Release 2 (9.0.2)
    May 2002
    Part No. A92171-02
    So, if anyone has any idea...
    Thanks in advance

    Does anyone know how or if it is possible to send the stdout and/or stderr to the log4j type of logging? I already capture the stdout and stderr to the flat file. But I would like to timestamp every line to compare and diagnose problems with each application that encounters problems. Each web app is using log4j to their own application log4j log file. When they encounter errors or resource draining problems, I would like to see the container logs and see what was occuring inside the container at around that same time.
    Any ideas?

  • Age of Mythology cannot create log file

    I am trying to set up the game "Age of Mythology" on my son's user account. I am the administrator, and it works fine in my account, but when I try to run it from his account, I get the "cannot create log file" error message.
    I've tried doing an install under his user name, but still get this message.
    An thoughts?
    Thanks,
    Boris

    This sounds like a permissions issue. You probably need to enable read and write access to the folder where the log file is created. From your administrator account, Get info on that folder > expand Ownership and Permissions > expand Details > change Others to Read and Write.
    PowerMac G5   Mac OS X (10.4.6)   1GB RAM, nvidia 6800 ultra, Apple 30" Cinema Display

Maybe you are looking for

  • SO_OBJECT_SEND Title issue

    Hi, I am using SO_OBJECT_SEND to send outlookmail in my function module.   CALL FUNCTION 'SO_OBJECT_SEND'     EXPORTING       object_hd_change           = ps_hd_change       object_type                = p_object_type       owner                     

  • Using MD50 to run MRP for Sale Order

    Dear all, I have some problem when using MD50 with Mill Product Industry. When SAP system not activate Mill Product yet. I used transaction code MD50 to run MRP for Sale Order, the system have generated planned order for multilevel. But when SAP syst

  • NW CE 7.2 - EWA?

    OK I've installed SAP Netweaver CE 7.2.  and configured the (also installed) Diagnostics Agent to connect with my SolMan system. I ran RCA Managed system wizard... To my surprise, no EWA task was created. My SolMan is SPS 22.  Diagnostics configured.

  • Need to use Xalan in place of Oracle XSLT processor

    We are working with Oracle BPEL 10.1.3.3. We have a requirement to use Xalan as the XSLT processor to preserve existing investment into transformation maps built using Contivo (which is certified to work with Xalan). That said, we are having some tro

  • AE CS5 says missing component and refuses to fireup

    after effects could not start because a required component could not be found. this may be because of a damaged installation or unsupported operating system. Please consult the minimum requiremtns of re install After Effects. (998) thats the error me