Standalone Logviewer does not display newly added subdirectories.

We are running the logviewer daemon on our UNIX servers so the developers can monitor the logs.  We noticed that whenever a new subdirectory in our case a log4j log file subdirectory; the file does no show up in the logviewer until after you restart the log viewer daemon.
Has anyone else noticed this?  Since developers can add new log4j log file directories at any point, restarting does not seem practical.  Refreshing the node of the tree did not appear to work either.

Hi
please have a lok at this guide which tell how you can integrate third party logging api 's
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36085e78-0801-0010-678d-8b4e89ddff3c
Also a sample example on integration with log 4j is given which can be downloaded
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/webas_migration_isv_certification/logging.zip
hope this helps, please mark points for helpful answers
regards
rajeshkr

Similar Messages

  • LOV does not show newly added data in the same session

    Hi guys,
    I work with JDeveloper 11g Release 2. We use Oracle ADF to develop our web app.
    In a page we have a LOV (say the page name is "a"). The related data for that LOV is inserted to the db in another page ( say the page name is "b").
    When new data is added in the page "b" and goes directly to the page "a" the LOV does not show newly added data. But if the user log out and log in again
    LOV shows newly added data correctly.
    Is there a way to show the newly added data in the same session without logging out? Please help.
    Regards !
    Sameera.

    Add the following method in your ViewRowImpl base class:
    public void refreshLOVAccessorQueries() {
        List lovs = getViewDef().getListBindingDefs();
         if (lovs != null) {
             for (Object obj : lovs) {
                getListBindingRSI((ListBindingDef)obj).getRowSet().executeQuery();
                 ListBindingDef lbd = (ListBindingDef)obj;
    Export that method to the Row Client interface, add him to the pageDef, and invoke in the executables section of the pageDef:
        <executables>
    <invokeAction Binds="refreshLOVAccessorQueries" id="callRefreshLOVs"
    RefreshCondition="#{!requestContext.postback and empty bindings.exceptionList}"/>
       </executables>

  • Printservicelookup does not list newly added printer in OAS R2.

    Hi,
    We are using OAS R2 Server and JDK 1.5. In our application we have a scenario where we will display the list of printers configured to the Server. The below is the code we are using to get the list of printers configured in the server.
    Code:
    AttributeSet aset = new HashAttributeSet();
    PrintService[] services = PrintServiceLookup.lookupPrintServices(null,aset);
    The above code works fine to display the existing printers configured in the server. But when ever we add a new printer to the server, it is not listed. We have even restarted the server and the machine after adding the printer,Still it does not display the newly added printer. Any help would be greatly appreciated?
    P.S: The same code works fine in OAS R3 server, after restarting the server it displays the newly added printer.
    Regards,
    Karthik

    I have the same problem. Have you found any solution to this issue?

  • BPM Process does not show newly added task

    I added a new task to my current BPM Process which has several tasks already built into it and they work when deployed. When I execute the workflow and get to that step, I get the following message: Details not available for this task. I am using jDeveloper 11.1.1.5. I created my page with ADF. I can see the pages for all the rest of the tasks in my process but not this newly added step. I have checked the source for this task against other tasks in the process and it looks the same. Does anyone have an idea what I might need to change or add in order to make this work?
    Edited by: user10279592 on Jan 13, 2012 7:20 AM

    If you're getting the Server 500 error and it is not an initiator task, what are you seeing at the bottom of your log file?
    If you're getting the Server 500 error and it's an initiator task, then there is a trick to figuring out the real problem (close the dialog -> refresh the worklist -> select the work item at the bottom of the list). The initiator activity makes it necessary to do this additional step to see what the issue is.
    Hope this helps,
    Dan

  • Web Analysis data layout does not reflect newly added attribute dimension

    Hi,
    We newly added one new attribute dimension. If any new report creation in Web Analysis reflect that dimension. However, the reports which are old(created before the addition of new dimension), does not show the newly added dimension.
    Please advice.
    Thanks,
    Meenakshi

    Thanks for this.
    I have tried assigning the new DB connection. However, still it did not work. Does the data layout displays dimensions according to reports. I mean, can we restrict the visibility of dimension at report level? Please advice.
    Thanks,
    Meenakshi

  • Photoshop Elements 10 does not see newly added memory

    Hi,
    I have been using PSE 10 on my MacBook Pro with 4 GB memory (RAM). Today I upgraded to 16 GB but PSE still displays available memory as 3072 MB.
    What can I do to make it use the extra memory? Thanks for reading this.

    Yes, I am seeing a problem. When merging multiple frames into a Pano, PSE tries to extrapolate the image vertically to fill the edges. That does not work at all with 4 GB.
    Besides, more the merrier. With more memory, I expect the response to be snappier even for normal edits.
    I understand that Adobe may want to push me over the edge towards the CS6 if the above really matter to me. It's like driving an economy car versus a luxury car. I only wish the price difference wouldn't have been so huge.

  • Refresh of a Report Builder Dataset does NOT show newly added field

    I'm working with Report Builder 2.0 (we don't plan on getting SQL 2008 R2 - so NO 3.0 for us!) and have found that if I have an existing report using an existing stored procedure (it has 4 existing parameters) and I add a new field to the stored procedure
    it will not refresh the
    data set.  I have gone to the DataSet properties and executed the query(SPROC) where it does show the new field (so I know the sproc will
    execute), but when I click OK and hit Refresh Fields it stops responding.  I also tried the same steps without the Refresh Fields and still stops responding.  I also tried to add the field name and it errored out as invalid.
    The only work around I've found is to
    create a new dataset referencing the updated SPROC with a different name, deleting the old dataset and then re-naming the newer dataset with the old
    one's name so all the field references are the same.  I do know that in the case of renaming
    a field in a sproc that this would end BADLY because there is no way any of the old field's references would work.  
    But it seems odd I have to go through so much to refresh for new fields, so perhaps I'm missing a step in dealing with this situation.  Any recommendations would be appreciated.

    Hi CinBH,
    I understand that the Report Builder 2.0 hangs while flush the dataset by executing the query. In that case, I think it is necessary to capture a user dump when the problem occurred. And then, you can send the dump to Microsoft CSS support. Support Professionals
    from Microsoft will assist you to solve the problem.
    I am providing the steps below for you to gather the hang dump or crash dump to further work on this issue,
    Hang dump,
    a. Open Report Builder as usual, and wait for a while.
    b. When you found that the Report Builder application hang, and was not responding, please open TaskManager by one of follws,
    - Pressing “Ctrl + Alt + Del” button and then click “Start Task Manager” item.
    - Or right-clicking your task bar, click “Start Task Manager”menu.
    c. Once the Task Manager opened, switch to Process tab, find the “Report Builder” process MSReportBuilder.exe.
    d. Right-click the item, click Create dump file.
    e. After that, it will prompt a window and let you know the location of the dump file.
    You can copy the hang dump or crash dump file to your development machine configured with symbols files, and open it in Visual Studio 2008. Next, you can analyze the error / exception, and call stacks to see why the error happens.
    Thanks,
    Eileen

  • Edited pdf does not display properly

    I scanned in doc to a .pdf. It displayed properly on iPad (iBooks). I added some text using preview. It did not display when reading it to iBooks. Thinking it was a layering issue, I "Flattened" the file with Adobe Acrobat Pro, and freaked it to iBooks. Still does not display the added text. Added text is displayed by Adobe Reader for iPad. How do I get the iBooks program to properly read an edited .PDF? Is it really necessary to print and rescan the .PDF each time? Can I add the text in IBooks?

    Stick with Adobe Reader. iBooks will not and cannot display form fields or edited text in a PDF as you have learned. You cannot add text in iBooks either. You can't change that. The built in mail app is also incapable of displaying edited PDF files. Adobe Reader is much more robust and feature rich than iBooks, which I'm sure you have already seen for yourself.
    iBooks pales in comparison as a useful PDF tool. i think that you will be much better off using Adobe Reader.

  • PSE8 Organizer does not display added .jpg's

    I cannot find a way to get PSE8 Orgamizer to display newly added files.  I have clicked on every "Show All" I can find.  The only way I can see the new files is to build a new catalog.
    This is on a new PC with Win7.
    Please help!

    Hi GaryKuep,
    What you have written here sounds like what I do in PSE9 and it worked fine...until today. The catalog I've been working with had a mere 5,000 files in it. I was adding files and moving things around between drives and suddenly the catalog had about 65,000 files in it- 60,000 of which were hidden. I could not find the hidden files anywhere and I certainly did not add 60,000. Then I noticed some of my other, smaller catalogs were acting strange. I would be working with the 5,000 file catalog and the program would suddenly switch over to one of the smaller catalogs. I ended up purging the PSE Organizer preference folder, deleting ALL the catalogs, restarting my computer, and making all new catalogs. The problem seems to have cleared up once I was able to finally delete the 5,000 file catalog...I think. Deleting the 5,000 file catalog was not easy. The programwould not let me just delete it in the normal way through the catalog manager, until I restarted my computer. I'm not sure just what cleaned things up but everything seems to be working ok now.
    I suspect something I'm doing confuses the program. When I moved folders between drives I think the program got lost, (I was moving PSE things to larger drives when I realized just how big these PSE catalogs and related file folders, etc were becoming.)
    If this all sounds confused, well, that's were I am with it as well...confused.
    Dave

  • How to display newly added bookmarks on top of the list in Unsorted Bookmarks? (not in Bookmark Manager window)

    I have hundreds of bookmarks.The Bookmarks Toolbar is filled.I made a shortcut of the "Unsorted Bookmarks" folder and placed it in on the Bookmarks Toolbar.Whenever I click the star to add a bookmark, it adds one to the real Unsorted Bookmarks, which add a copy of that bookmarks into the folder named Unsorted Bookmarks which is on the Bookmarks Toolbar.
    When I click on the Unsorted Bookmarks(both original and shortcut folder), it displays the oldest bookmarks on top, which honestly makes no sense to me because the user has to scroll a lot to get to the newest bookmarks, which are more likely to be used than the old ones that have been sitting there for a long time.Is there any way to sort the bookmarks by a reversed chronological order and display newly added ones on top of the list ?
    I am aware that you can do this in Bookmarks Manager window(called Library?) but it requires too many steps and it's time consuming and not easy to use in general.I'd rather click on the folder on Bookmarks Toolbar to open my bookmarks, but they show old ones on top.
    Thanks !
    hashtag - firstworldproblem

    Hmm, you might need to create a "smart folder" for this. You may have noticed some blue folders in your bookmarks such as "Most Visited" and "Recently Bookmarked". These show the results of a query run against your bookmarks or history (Places database) and you can create your own queries with a little elbow grease.
    So one possibility might be to create a custom "Recently Bookmarked" folder that extends beyond the current limit of 10. I gave the steps for creating a 20-item version of this folder in this post: https://support.mozilla.org/questions/934205#answer-358492
    That example searched ''all'' bookmarks and not specifically Unsorted Bookmarks. To create a new "smart folder" for Unsorted Bookmarks, you could try this:
    (1) Select and copy the following places search query:
    place:queryType=1&folder=UNFILED_BOOKMARKS&folder=UNFILED_BOOKMARKS&sort=12&excludeQueries=1
    ''(For definitions of those parameters and many more, see: [https://developer.mozilla.org/docs/Places_query_URIs])''
    (2) Expand the Bookmarks Menu (e.g., from the toolbar button or menu bar, or in the sidebar or Library dialog), right-click the first bookmark, and choose New Bookmark
    (3) In the Location field, paste the query (Ctrl+v or right-click > Paste)
    (4) In the Name, enter something like Unsorted Desc (for descending order) or the name of your choice. Then click Add.
    (5) Drag the new bookmark to the desired location on the Bookmarks Toolbar. If you are using the menu, click and drag and hover over Bookmarks Toolbar until it expands. Once it is on the toolbar, you can easily move it again to the desired location. During the first move, Firefox will recognize it as a query-type bookmark so that is why I have you create it on the menu and move it to the toolbar.

  • Form does not display all records from table

    Hi guys
    I modified one form that was based on a signle DB table. I removed certain fields from the table and added some extra fields to that table. Then based on the new table I also modified the form and removed the text items related to old fields in the table and added new text items pointing to the new fields now. II have checked all the new items properties and they have don't seem to be wrong or so. But now the problem is the form does not display all the records from the table. before it used to display all records from the table when qureied but not now. It only certain records from the table containing all new data and also old data but the form does not display other records though I don't see any obvious discrepancy. Remember that the before doing the modifications, I have table back for the old, created another table that contained new records for the new fields, and then I inserted the old records and updated the new table data in the new table with these new table values. So this way I have got my new table. Could someone help why the new modified form fails to display all records from the new table updated table though it display some of them successfully.
    Any help will be appreciated.
    Thanks

    hi
    Set the block property of "Query All Records" to "YES"
    hope it will work.
    Faisal

  • CRVS2010 beta - Date field from database does not display in report

    Hi there - can someone please help?!
    I am getting a problem where a date field from the database does not display in the report viewer (It displays on my dev machine, but not on the client machines...details given below)
    I upgraded to VS 2010
    I am using the CRVS2010 Beta
    My development machine is Windows 7 - and so is my fellow developer's
    We are using Microsoft SQL Server 2000
    We run the queries within VS and then we send the data table to VS using .SetDataSource
    We have a few reports which display the date on our dev machines (whether we run the EXE or from within Visual Studio)
    When we roll out to the client machines (running Windows XP SP3) then everything works, except that the date does not display (on quite a few reports)
    This is the only real issue I have had - a show stopper for me
    The rest works well - any input will be greatly appreciated
    Regards,
    Ridwan

    Hi Ridwan,
    After much testing I have it all working now using CRDB_adoplus.dll as a data source ( XML )
    Alter your Config file to look like this:
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
    </startup>
    Then using the code below, and CR requires the Schema to be able to read the date format.
    private void SetToXML_Click(object sender, EventArgs e)
    CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    ISCDReportClientDocument rcd;
    rcd = rptClientDoc;
    string connString = "Provider=SQLOLEDB;Data Source=dwcb12003;Database=xtreme;User ID=sb;Password=password";
    string sqlString = "Select * From Orders";
    OleDbConnection oleConn = new OleDbConnection(connString);
    OleDbDataAdapter oleAdapter = new OleDbDataAdapter(sqlString, oleConn);
    //OleDbDataAdapter oleAdapter2 = new OleDbDataAdapter(sqlString2, oleConn);
    DataTable dt1 = new DataTable("Orders");
    oleAdapter.Fill(dt1);
    System.Data.DataSet ds = new System.Data.DataSet();
    // We need the schema to get the data formats
    ds.WriteXml("c:
    sc.xml", XmlWriteMode.WriteSchema);
    //Create a new Database Table to replace the reports current table.
    CrystalDecisions.ReportAppServer.DataDefModel.Table boTable = new CrystalDecisions.ReportAppServer.DataDefModel.Table();
    //boMainPropertyBag: These hold the attributes of the tables ConnectionInfo object
    PropertyBag boMainPropertyBag = new PropertyBag();
    //boInnerPropertyBag: These hold the attributes for the QE_LogonProperties
    //In the main property bag (boMainPropertyBag)
    PropertyBag boInnerPropertyBag = new PropertyBag();
    //Set the attributes for the boInnerPropertyBag
    boInnerPropertyBag.Add("File Path ", @"C:\sc.xml");
    boInnerPropertyBag.Add("Internal Connection ID", "{680eee31-a16e-4f48-8efa-8765193dccdd}");
    //Set the attributes for the boMainPropertyBag
    boMainPropertyBag.Add("Database DLL", "crdb_adoplus.dll");
    boMainPropertyBag.Add("QE_DatabaseName", "");
    boMainPropertyBag.Add("QE_DatabaseType", "");
    //Add the QE_LogonProperties we set in the boInnerPropertyBag Object
    boMainPropertyBag.Add("QE_LogonProperties", boInnerPropertyBag);
    boMainPropertyBag.Add("QE_ServerDescription", "NewDataSet");
    boMainPropertyBag.Add("QE_SQLDB", "False");
    boMainPropertyBag.Add("SSO Enabled", "False");
    //Create a new ConnectionInfo object
    CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo boConnectionInfo =
    new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
    //Pass the database properties to a connection info object
    boConnectionInfo.Attributes = boMainPropertyBag;
    //Set the connection kind
    boConnectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
    //*EDIT* Set the User Name and Password if required.
    boConnectionInfo.UserName = "";
    boConnectionInfo.Password = "";
    //Pass the connection information to the table
    boTable.ConnectionInfo = boConnectionInfo;
    //Get the Database Tables Collection for your report
    CrystalDecisions.ReportAppServer.DataDefModel.Tables boTables;
    boTables = rptClientDoc.DatabaseController.Database.Tables;
    //For each table in the report:
    // - Set the Table Name properties.
    // - Set the table location in the report to use the new modified table
    boTable.Name = "Orders";
    boTable.QualifiedName = "Orders";
    boTable.Alias = "Orders";
    rptClientDoc.DatabaseController.SetTableLocation(boTables[0], boTable);
    //Verify the database after adding substituting the new table.
    //To ensure that the table updates properly when adding Command tables or Stored Procedures.
    rptClientDoc.VerifyDatabase();
    MessageBox.Show("Data Source Set", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
    Thanks again
    Don

  • Content does not display when page first opened

    Hi All;
    I have a contenta are/region which I have divided into multiple tabbed areas. I have two main tabs that divide the content into two major topics. Within each of these main areas I have added 4 to five tabs. One set for example holds a calendar, another tab a news release area and a third a content area for holding multiple folders of a department's documentation. The problem I am encountering is that when I first bring up the page all I see are the tabs and no matter what tab area is exposed the content within it is not displayed. For example, I start with the Calendar tab active (the calendar does not display). I then click on to say the document area, which displays all of its content's correctly. When I return to the calendar tab the calendar is displayed. My question... how can I ensure that the calendar (or any other tabbed area's content is displayed when the user first brings up the page?
    PS. This is a hot topic since I will be demoing my pages to my managers next week in an effort to convince them that Oracle Portal is the way to go.

    When I email the page to our server, the href links are missing.
    You email the page to the server?  What does that mean?
    MaureenHayslett wrote:
    I am using CS3 on Mac OS 10.6. The page previews perfectly in Safari. When I email the page to our server, the href links are missing. For example, the banner doesn't use the correct font, and the background color the the whole page is missing. Please go to http://www.crhcarchives.org/links.html
    All of the other pages on the website look correct. Thank you.
    Look at the source on that page.  There is virtually no styling on it....
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
    <style type="text/css">
    <!--
    .style16
         {font-size:14px}
    -->
    </style>
    </head>
    There is nothing telling the page which fonts to use, or which colors to use.  Are you sure you have uploaded the correct page?

  • Bridge CS3 Does Not Display Pentax PEF files

    Hi,
    I am running Vista and have Bridge CS3 installed on my Notebook. I updated Bridge to v 2.1.1.9 and have added Camera RAW 4.5. My problem is that Bridge does not display Pentax RAW files from a K20 camera (its on the supported list). DNG and JPG files show correctly. Bridge only shows a PEF Icon for each image. When you double click on the Icon, the file opens in Camera RAW 4.5 correctly and also in Photoshop CS3.
    Can anyone tell me what I need to do to see the PEF images in Bridge?
    Thanks
    Keith

    Revisit the download page, look at the instructions, and make sure you unzipped ACR to the correct folder, and you don't have an ACR in two places.

  • Preview does not display pdf properly

    I have OS X 10.5.8 and Preview 4.2. Preview will not display a bank statement properly. Most of the content is missing. I initially thought this was the bank's fault, but the pdf statement displays OK on my work Mac using Adobe Acrobat Professional. On Preview, howerver, at work (OS X 10.4) it also does not display properly.
    Can anyone suggest a fix, or does Apple read these discussions...? Thanks. Graham

    "Preview is meant for previewing PDFs generated by OSX applications for printing.
    OSX uses its own code to generate and display PDFs, not Adobe's code.
    Adobe has been adding features to its PDF code that is used by some non-Apple software.
    PDFs generated by such software may not display correctly with Preview, but will work with the latest Adobe Reader."
    (courtesy of Malcolm Rayfield in this thread https://discussions.apple.com/message/12739728#12739728 )
    So, download and install the latest free Adobe Reader on your home Mac for these statements.
    Stefan

Maybe you are looking for

  • Creating table with null and not null values.

    I have to create a table with 5 Null nd 5 Not Null fields.My questionis which fields are place first?Not or Not Null and why???

  • Why can't I drag a reminder to my schedule in iCal on my macbook pro?

    I used to be able to drag reminders into my schedule in iCal. Now when I do that it doesn't work. Is there something I'm missing here - has this capability been taken away? Sometimes I can drag a reminder over to the schedule, but it won't sync up ac

  • RMCVNEUF - document not updated

    The business recently made a change to the Item Categories that update LIS/SIS. They want us to load all historical documents with this Item Category to our SIS structures and DW. There was a change made to RMCVNEUF to allow for us to search all bill

  • Printing all PDF files in a folder.

    is there a way to print all my individual PDF files in one folder without opening each and then printing it before opening the next one. I have 52 PDF files in one folder that I need to print.

  • Accordian Spry Tab link

    I've successfully created an accordian spry menu in Dreamweaver CS4 but want to make the "AccordianPanelTab" a link as well.  Currenly only the panel content will go to other pages. On a different topic, can I force a content panel to be open when go