External Log4j viewer config? eg. Chainsaw

Folks,
Anyone configure an external Log4j viewer such as Chainsaw with Oracle BPEL Process Manager? I've reviewed C:\OraBPELPM\system\config\log4j-config.xml and it looks like it would be done there but I'm not sure how to align the xml tags there with the instructions with Chainsaw, those being:
"You will need to configure Log4J to send logging events to Chainsaw and a file. Here is a sample log4j.properties file for sending logging events to a file in XML format and Chainsaw.
log4j.rootCategory=DEBUG, Default, Chainsaw
log4j.appender.Default=org.apache.log4j.FileAppender
log4j.appender.Default.file=../log/server.log
log4j.appender.Default.layout=org.apache.log4j.xml.XMLLayout
log4j.appender.Default.append=false
log4j.appender.Chainsaw=org.apache.log4j.net.SocketAppender
log4j.appender.Chainsaw.remoteHost=localhost
log4j.appender.Chainsaw.port=4445
log4j.appender.Chainsaw.locationInfo=true
Any thoughts on going about this?

Well......
Here's what I'm trying, I've created two new appenders named a3 and a4 with all of their params, and added each appender to each of the logger statements so that each now has a1, a2, a3 and a4.
<?xml version='1.0'?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
<appender class="com.collaxa.cube.util.CXRollingFileAppender" name="A1">
<param value="true" name="ImmediateFlush" />
<param value="false" name="Append" />
<param value="C:/OraBPELPM/system/logs/orabpel.log" name="File" />
<param value="10" name="MaxBackupIndex" />
<layout class="org.apache.log4j.PatternLayout">
<param value="<%d> <%p> <%c> %m%n" name="ConversionPattern" />
</layout>
</appender>
<appender class="org.apache.log4j.ConsoleAppender" name="A2">
<param value="true" name="ImmediateFlush" />
<layout class="org.apache.log4j.PatternLayout">
<param value="<%d> <%p> <%c> %m%n" name="ConversionPattern" />
</layout>
</appender>
<appender class="org.apache.log4j.net.SocketAppender" name="A3">
     <param value="localhost" name="remoteHost"
     <param value="4445" name"port"
     <param value=true"" name="locationInfo"
</appender>
<appender class="org.apache.log4j.FileAppender" name="A4">
<param value="../log/server.log" name="file" />
<param value="false" name="append" />
<layout class="org.apache.log4j.xml.XMLLayout">      <!-- <param value="<%d> <%p> <%c> %m%n" name="ConversionPattern" /> -->
</layout>
</appender>
<logger name="collaxa" additivity="false">
<level value="DEBUG" />
<appender-ref ref="A1" />
<appender-ref ref="A2" />
<appender-ref ref="A3" />
<appender-ref ref="A4" />
</logger>
etc......,
etc.....,

Similar Messages

  • External Monitor Viewing - ALL FRAMES Unchecked

    Hello FCP gurus
    I cannot get a video signal on my external monitor.
    For some reason I have lost the ability to check the ALL FRAMES option in the View Menu under External Video. Each time I click ALL FRAMES it stays in the OFF mode. I think this may be the reason for the external picture loss? I have also just relocated my edit suite so somewhere in the move I might have upset the 'workflow'. Not sure, can't see why? Before today I was getting an external picture no problem.
    The configuration I have is: A Firewire connection from the Hard Drive to a DV Cam (PD150). RCA Vid connector from the cam into a domestic TV.
    I have followed all of Shane's #8 Stock Answer and still nudda!!
    Can anyone help?
    Thanks in advance!
    josie
    P.S. I work in Pal
    #8 External Monitor Viewing.
    Shane's Stock Answer #8:
    A simple path is mac > firewire > camera or deck > rca cables > tv
    Then start up your camera and tv, then open fcp.
    Then go View > External video > all frames
    Video playback should be Apple firewire NTSC (If you are using an NTSC set)
    Audio playback should be Audio follows Video
    Techinially, this should send synched video to your TV
    If for some reason you can't view your timeline on your external monitor, there are a few things to try:
    1) Make sure that the camera/deck is connected and powered on BEFORE you open FCP.
    2) In the Final Cut Pro menu select AUDIO/VIDEO Preferences and make sure your signal is being sent out thru Firewire DV.
    3) Go to the menu and select VIEW>EXTERNAL>ALL FRAMES.
    4) Click in the % box above the image and select FIT TO WINDOW.
    5) Go to VIEW->refresh A/V devices
    6) Make sure the Log & Capture window is closed
    If you want it to play in both the canvas and the external monitor you need to go to the FINAL CUT PRO menu and select AUDIO/VIDIO settings and make sure MIRROR ON DESKTOP is selected under the PLAYBACK OUTPUT section
    Shane
    G5 Mac OS X (10.4.8) FCP 5.1.2

    Heck, I don't know, but reading your question helped me to finally figure out how to get my external monitor working.
    Would it be okay to add to your question. Now that I have mine working the audio goes through the monitor instead of my nice Cerwin-Veg speakers. Is there a way to fix that?
    P.S. Have you tried a power down, hooking up the monitor and then coming back up?

  • Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported la

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

  • Structure enhanced but fields don't appear in View Config

    Hi,
    I have enhanced the structure CRMST_QUERY_COMPL_BTIL with an append structure that has the fields CREATED_AT_DATE (type CRMT_CREATED_AT_DATE), SALES_OFFICE (type CRMT_SALES_OFFICE) and SALES_ORG (type CRMT_SALES_ORG).
    Now I see these fields in the 'View Structure' tab of the component workbench, under the context node SEARCH in the view BT120S_CPL/AdvSearchComplEF. However, I do not see these fields in the 'Available Search Criteria' table in the 'Configuration' tab.
    Do I need to do anything additional to make these three new fields appear in the available search criteria?
    I am not using design layer.

    Hi Rohan,
    Create an attribute by right clicking on the context node's attribute list.There in the bol field you can select the field which u added as an append structure.
    Once this is done,in the view config just add the newly created attribute as the search criteria from the available fields.
    You need to implement some badi though to filter on the value of this search criteria.
    Hope this helps.
    thanks,
    Ashish.

  • LMS4.1 soft appliance: cant view Configs in GUI

    Hello,
    Cant view Configs in Version Summary or Version Tree. After klicking a config, a forever loading white Window opens. I tried this with many configs and after a reboot of the LMS server also.
    BTW: also device selector in configuration management was just working after rebooting the appliance.
    Steffen

    Developed a working solution for SCP based file exchange with LMS-Linux-Appliance:
    LMS Appliance:
    carshell> shell
    sysadmin # useradd -g casusers -d /home/scp -s /bin/bash -c "SCP user for file transfer from and to LMS" scp
    sysadmin # passwd scp
    sysadmin # ...
    WinSCP-Settings:
    1. create a new profile with the LMS-IP and scp user
    2. force SCP as transport. In SSH version-2, SFTP is the standard scp transport. So you will need a combination of version 2 and SCP, because SFTP is not installed at the LMS linux appliance.
    The reason for the need of an extra user is: SCP transport needs a shell and carshell is not a proper shell to handle SCP commands beside Default Shell enforcement doesnt work with WinSCP.
    3. optional: preset remote dir: /var/adm/CSCOpx/files/rme/dcma/shadow
    Steffen

  • External monitor view looks stretched

    Over the weekend, I ventured into the world of Mac ownership with a new macbook pro.  At my office, I've connected it to a 23" external monitor just to make it easier on my eyes.  When I first set it up last night, the view on the external monitor looked stretched or a like blown up version of what's on my computer screen.  (FTR, I have mirror display turned on because I'm keeping the macbook on a shelf under my desk and just want to work from the one screen.)  I messed with the resolution size of the external monitor but that didn't fix the problem. 
    Today, when I came in and hooked everything up, the screen looked like how I originally expected it to look - not stretched or any of that junk. Just very crisp and clean - exactly the way I wanted it.  Then a bit ago, I tried to mess with clamshell mode and for some reason, that made the external monitor go back to being stretched.  I've tried restarting several times and unplugging the DVI->mini display port converter but it's not fixing it. 
    I have no idea what I did right this morning, but can anyone help me?  It's a stupid problem, for sure but it's annoying staring at this stretched screen.

    Try this instead, hit CMD F1 to place the monitor in extended desktop mode,  It should look good again.
    Go to System Preferences > Displays > Arrangement tab > notice the grey "menubar" at the top of the left display.  Move it to your other monitor display.  This will control which monitor has the dock and menubar.  If the external monitor is not available, it moves back to the MBpro.
    Regards,
    Captfred

  • Pulling in external HTTP views

    Greetings allGreetings all, I am new to Flex, so please
    forgive me if this is a silly question. I am attempting to
    implement a view which pulls in an external HTTP web page (the web
    page is hosted in a separate app server and is independent of Flex,
    such as www.google.com). I want this to be one component in a
    multi-component Flex application. I can not figure out how to do
    this. I tried using a TextArea and feeding the data to the httpData
    field, but that didn’t work. I tried using
    “navigateToURL” but it redirects the entire app to the
    URL. Can someone please give me some hints as to how to accomplish
    this (an example would be excellent)
    Thanks,
    -David-

    Sorry, you can't do this simply. The Flash Player cannot
    parse/render a full html page. The htmlText control can render a
    very limited set of HTML tags.
    The only real solution is to fake it using a IFRAME to
    display the HTML page. There is a very complete example available
    at:
    http://coenraets.com/viewarticle.jsp?articleId=95
    Tracy

  • Using StringMatchFilter in Log4J XML Config. File?

    I'm trying to use the StringMatchFilter in an appender to determine based on the contents of the message when to send an email, when testing with single words it works great. For example if the message has "Here is a DEBUG" and my "StringToMatch" value is DEBUG then that message is correctly identified. However if I want to match on more specific string like "Here is DEBUG" for my "StringToMatch" value it will match on every message that has the word "Here" in it anywhere. So it would incorrectly match on "Here is a WARN" when the "StringToMatch" value specified is "Here is DEBUG". Below are my two files I'm using to run my test. How should I specify a string with embedded spaces for this to work? I've tried with single quotes inside the double quotes like this: "'Here is DEBUG'" but it still matched on 'Here'.
    My XML Config. file looks like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
      <appender name="EMAIL"  class="org.apache.log4j.net.SMTPAppender">
              <param name="BufferSize" value="512" />
              <param name="SMTPHost" value="???" />
              <param name="From" value="???" />
              <param name="To" value="???" />
              <param name="Subject" value="Test LogMessage" />
              <layout class="org.apache.log4j.PatternLayout">
                      <param name="ConversionPattern" value="[%d{ISO8601}]%n%n%-5p%n%n%c%n%n%m%n%n" />
              </layout>
              <filter class="org.apache.log4j.varia.StringMatchFilter">
                      <param name="StringToMatch" value="Here is DEBUG" />
                      <param name="AcceptOnMatch" value="true" />
              </filter>
              <filter class="org.apache.log4j.varia.LevelRangeFilter">
                      <param name="LevelMax" value="FATAL"/>
                      <param name="LevelMin" value="DEBUG"/>
              </filter>
      </appender>
      <root>
        <appender-ref ref="EMAIL"/>
      </root>
    </log4j:configuration>and my test java code looks like this:
    import org.apache.log4j.Logger;
    import org.apache.log4j.xml.DOMConfigurator;
    public class Test{
       static Logger logger = Logger.getLogger(Test.class);
       public static void main(String args[]) {
          DOMConfigurator.configure("/home/agsteam/testing/log4j/Test.xml");
          logger.debug("Here is DEBUG");
          logger.info("Here is some INFO blah");
          logger.warn("Here is some WARN");
          logger.error("Here");
          logger.fatal("fatal here");
    }In the above example code every logger message matches, the debug, info, warn, error and fatal all match because of the the 'here' that is found in the message, even though the filter StringToMatch values has "Here is DEBUG".
    Thanks for any help.

    There's an XML parser in the tomcat common diretories. Check out the documentation for XML parser on www.java.sun.com for descriptions.
    Basically there's two levels of XML parsing, the first generates "events" for tags, attributes etc. the second comiples into a tree of Node objects.

  • External HD viewing

    Hello,
    I have Mac Pro Xenon Processor, upgraded to 24GB RAM, I'm trying to playback HD footage from FCP 6.0.5 through Intensity Blackmagic Pro Video card using HDMI into a Sharp HDTV. HOWEVER, when I scrub, I see my footage, when I play, I see nothing...help?
    External Video settings: Intensity HDTV 1080i 50(1920 x 1080)

    VIEW menu...EXTERNAL>ALL FRAMES?
    Shane

  • Access external database views on different tablespace

    Hi everybody,
    I'm trying to access a external Oracle database (dbcon entry is set successfully) and read data from a view wich does not belong to my schema. In other IDEs the statement is simple:
    select *
    from schema.view
    In ABAP the code looks like this:
    SELECT *
    FROM ('schema.view').
    But ABAP splits this literal into two pieces and so I get an error message view  does not exist.
    Any idea how to correct the FROM part?
    For your information. I tried to link the view on the oracle database over a synonym to access the view in the other schema. Normally this works fine, but synonyms will not be publicated to SAP so I can't read the data furthermore.
    Thx so far!
    Sincerely,
    Bastian
    Edited by: Bastian Gröbl on Mar 13, 2008 8:56 AM
    Edited by: Bastian Gröbl on Mar 13, 2008 9:21 AM

    Instead of accessing the views on an different schema I created my own views.

  • Parser view config problem

    Hi,
    Please could I have some expert view of where I might be going wrong with this config.
    I have setup a parserver view as follows:
    parser view testparserview
    secret 5 $1$KBuN$yqdkAM.2w62qoRaOq7UQU0
    commands configure include access-list
    commands exec include configure terminal
    commands exec include configure
    commands exec include show running-config
    commands exec include show
    username fred view testparserview password 0 ciscofred
    The thing I don't understand is that when I login with fred and enter enable it does not automatically choose the testparserview, to use it I have to enter :
    enable view testparserview
    Is there a way to automatically select the configured parserver view within the username command?
    Many thanks

    Hi,
    Please could I have some expert view of where I might be going wrong with this config.
    I have setup a parserver view as follows:
    parser view testparserview
    secret 5 $1$KBuN$yqdkAM.2w62qoRaOq7UQU0
    commands configure include access-list
    commands exec include configure terminal
    commands exec include configure
    commands exec include show running-config
    commands exec include show
    username fred view testparserview password 0 ciscofred
    The thing I don't understand is that when I login with fred and enter enable it does not automatically choose the testparserview, to use it I have to enter :
    enable view testparserview
    Is there a way to automatically select the configured parserver view within the username command?
    Many thanks

  • Discoverer4i viewer config error

    I am in the process of install 9iAS and experienced this problem
    during config tools:
    in the starting discoverer4i viewer, looks like some files are
    missing, and even the folder util is not there. do thses related
    to other tools because some others are failed (oracle db cache
    config and portal)? how to fix the problem? the msg is:
    starting discoverer4i viewer processes:
    /local/home/oracle/iSuites/6iserver/discwb4/disc41_server:
    /local/home/oracle/iSuites/6iserver/discwb4/util/applypreferances
    .sh: not found
    /local/home/oracle/iSuites/6iserver/discwb4/util/regiserall.sh:no
    t found
    /local/home/oracle/iSuites/6iserver/discwb4/util/startlocator.sh:
    not found
    /local/home/oracle/iSuites/6iserver/discwb4/util/applypreferances
    .sh:not found
    /local/home/oracle/iSuites/6iserver/discwb4/util/stsrtoad.sh:not
    found
    /local/home/oracle/iSuites/6iserver/discwb4/util/stsrtosagent.sh:
    not found
    Thanks

    I think your installation problem maybe addressed thru the
    fallowing Note:131662.1 titled How To Manually Install
    Discoverer 3i or 4i With 9iAS on a UNIX Platform.
    It discusses the manual installation process of Discoverer with
    9iAS.
    Christopher

  • Audio Monitoring, external tv viewer - no sound on tv

    Hi.
    I'm having trouble getting my tv to play the audio as I view it. Is that normal?
    I can hear it on my computer, and i can see it on my tv, but I can't hear it.
    When I fiddle with View>Audio settings>Follow video, or >default, best I can do is hear real sketchy sound - almost like I'm listening to the fan on my computer through my camcorder.
    Any thoughts? I like the speakers built into my tv better than the ones on my computer.
    Thanks!
    fcp 5.1.4, Macbookpro w intel; wd 250 passport drive for scratch; firewire ntsc video out to camcorder, rca and dv (roundish jack) into tv.
    Using View>all frames, refresh external device, and tried all Audio playback settings.
    jc

    Audio follows video is the correct setup for sending audio to the camera then on to the monitor.
    Are your audio cables connected correctly?
    Do you have the camera set up properly to pass through the DV>analog conversion?
    Is the audio in 48khz/16bit format?
    x

  • Log4J: Different config files for different applications?

    Hi all.
    If you run an application which uses Log4J logging it's enough to place the log4j.xml file in the Classpath.
    But how do you specify which configuration file to use during startup of a Java programm if they need different configurations but have the same classpath?
    Thanks in advance
    Carsten

    my log4j knowledge is a bit outdated - but somewhere in your apps you should have a line that loads the properties file, something like:PropertyConfigurator.configure(path_to_log4j.properties);And the log4j.properties file should be in your app's EAR file somewhere - and since the app server creates a context for each application, I don't think there would be any "bleed over". So, does your setup differ from this somehow?
    Good Luck
    Lee

  • WLSE 1130 Release 2.13 - View configs for all in flat file

    I am trying to get all of my device configs into a searchable format. For example cut and paste or search using windows for specific details in configs. In CiscoWorks I do this by looking for text containing and search the .cfg directory. How can i do something similar in WLSE? I do not mind copying all into a flat file but seem to be only able to do this on an individual device basis. I am missing something I know any help greatly appreciated.

    Hi Steve.
    The only way to do this is by selecting individual archives and exporting them through the "Configuration-->Archive-->Export to File" functionality.
    At one time this was being looked at as an Enhancement Request, but has not been implemented.
    HTH,
    -Joe

Maybe you are looking for

  • Can't get icloud to sync bookmarks from pc to pc in internet explorer

    i use multiple pc's (work, home, etc.) and have set up the icloud ctl pnl on each of them.  my main pc (work) will sync the bookmarks with my phone and one other pc in my garage.  however, i use an alien laptop in my home and cannot get the bookmarks

  • Fn + Spacebar key combinatio​n stopped working

    Fn + Spacebar key combination stopped working. I am using Windows 7. FWIW, I typed the key combination  "Ctrl +" which Windows 7 uses for magnification. Could this have overridden my Lenovo keypad settings?? Thank you,  Solved! Go to Solution.

  • USER EXIT or BADI for MIGO

    Hi friends, The Issue is: User tries to execute Migo with 103 or 101 movement. I want to throw an error if the posting date of the item is Before its original Delivery date in PO. I tried exit MBCF0005 and applied 'break-point' but its not going to d

  • Aperture 2.0 All Projects View Organization

    Is it really possible that it's not possible to organize the projects in Apertures "All Projects" view, by name or any other way except the default chronological???

  • Flex Datagrid Issue

    Hi I am using a flex datagrid component which has around 48 columns. There is a option for the user to select which columns he wish to see. Based on the user's selection the visible columns will be 1-50. The Datagrid is inside a Vbox container. The i