OracALERT.txt log message

In the oracALERT.txt log for my database, I get the following message:
Performance statistics empty: data overflow
Does any one know what this means and how to fix this.
Thanks,
Michael
(A new oracle user)

Hello,
The SNMP manager is using an incorrect community password to query the SNMP agent that on your Catalyst 6509.
I can see that multiple managers fail to authenticate with your switch. Please check your configuration to see if the password is consistent with your NMS configuration.
#show running-config | include snmp-server
HTH
--Leon
* Please rate posts.

Similar Messages

  • Populating our log message along with standard sap log in ck11n.

    Hi all,
    I have developed a user exit which is used in costing of material using ck11n.
    Here i have to show our custom log message along with the standard log shown by standard sap system after costing run is complete.
    I got one FM-- CM_F_MESSAGE  which is used by SAP. But i want the message along with SAP messages and not separately.
    Can u help me out for this. its very urgent.
    Thanks in advance.

    Hi
    I'm not sure because I don't know that trx, but I seem the function group of that function manages a log, so you can try.
    This is an extract of abap code of SAPLCKDI where that fm is used:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = Y_CMF-CK
         MSGNR = '327'
         MSGTY = Y_CMF-W
         MSGV1 = SICHT
         MSGV2 = KLVAR.
    So I suppose you should call it by this way:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = <your message class>
         MSGNR = <message number>
         MSGTY = <message type>
         MSGV1 = <text 1>
         MSGV2 = <text 2>
         MSGV3 = <text 3>
    I think MSGV* is optional parameter.
    Max

  • Log messages for 'auditing' are different in 'general'  and'application log

    Hi,
    From UI, When I audit a file using a profile which comprises of user-defined 'rules/categories/analyzers', I will get log messages at ''File-name(Application) log window' and 'Messages' log window, which are located at bottom of Jdev UI page. One common message in both the log windows is
    " <n1> violations, <n2> exceptions, <n3> documents, <n4> seconds>.
    But here the 'n1,n2,...' numbers are dfferent in two windows though the log output is for a same file. In this the 'file-name' log shows the correct
    Example:-
    In 'file-name' log window ,it shows as:
    3 documents, 8 violations, no exceptions
    In messages window, it shows as
    "Audit starting on EFC.jpr (Default)
    Audit completed: no violations, no exceptions, 3 documents, 1 second"
    If I use the 'pre-existed'(Jdev's) rules profile, I will get similar output in both log windows.
    From this I concluded that there is something missing to register for a new 'rule/category/analyzer'.
    Could you suggest me in this case. Do I forgot anything to do in any files of '<rule-implementation.java>', 'audit.properties', <add-in launcher>.java, extension.xml.
    Actually, I want to use 'ojaudit' executable from command line to my project files. Here I observed that the output of the 'ojaudit' is similar to the above explained 'Message' log window in JDeveloper UI. But where the 'Message' log window output is not correct for user-defined rules.
    Regards
    Madhu

    Romano,
    In the upcoming production release (planned to be released next week), we added caching of authorized roles and permissions in JhsAuthorizationProxy class.
    I suggest you wait for this relase, if the problem persists, it is most likely an ADF issue (as is the logging)
    Steven Davelaar,
    JHeadstart team.

  • Need help in creating a 'Generic txt log' monitor

    Hi
    We require some help in creating a 'Generic txt log' monitor.
    In a txt-log a system is writing log-entries of a job.
    When the job is running successfully, the entries is like this:
    First line: CRM VISMA Import - Start of job execution
    Second line: CRM VISMA Import - Job execution finished
    When the job is NOT running successfully, the entries are like:
    First line: CRM VISMA Import - Start of job execution
    Second line <this could be anything>
    So, how to we create a monitor that trigger an alert if
    First line = "CRM VISMA Import - Start of job execution"
    and second line is NOT "CRM VISMA Import - Job execution finished"
    And closing the alert if the entries are once again gets:
    First line: CRM VISMA Import - Start of job execution
    Second line: CRM VISMA Import - Job execution finished
    Thanks in advance
    /Peter

    You may consider using script monitor, below is the coding of script section:
    Assumption: the file is stored in c:\temp\AppLog.txx. You should modify the file path for your own situation
    Dim oAPI, oBag
    dim strComputer, objWMIService, PerfProcess,Perf, PerfPro
    Dim PerfMems,PerfMem,Mem
    Set oAPI=CreateObect("MOM.ScriptAPI")
    Set oBag=oAPI.CreatePropertyBag()
    Set objFileToRead = CreateObject("Scripting.FileSystemObject").OpenTextFile("C:\temp\AppLog.txt",1)
    Dim strLine,PreLine
    Dim jobFail
    JobFail=false
    do while not objFileToRead.AtEndOfStream
     strLine = objFileToRead.ReadLine()
     if PreLine<>"" then
                if strLine<>"CRM VISMA Import - Job execution finished" then
                   JobFail=true
                else
                   JobFail=false
                end if
                PreLine=""
             end if
     if strLine="CRM VISMA Import - Start of job execution" then
        PreLine=strLine
     end if
    loop
    objFileToRead.Close
    Set objFileToRead = Nothing
    If JobFail then
     Call oBag.AddValue("JobFail", "Yes")
    else
     Call oBag.AddValue("JobFail", "NO")
    end if
    Call OAPI.Reten(oBag)
    Roger

  • Decoding a fire wall log message

    I need help decoding the following firewall log message:
    Stealth Mode connection attempt to TCP 192.168.1.97:50459 from 70.42.185.114:80
    Neither of these IP numbers belong to me (but mine is similar to the first).
    Why is my firewall showing a connection attempt to a different computer?

    Do not panic. That may be a more-or-less innocuous probe by, for example, a "web crawler" that's cataloging everything it can find on the internet. Think Google.
    In your Applications/Utilities folder is the +Network Utility+ app. Among many other things, you can look up IP addresses and, often, find out where it's located and/or registered to.

  • Log Messages from Transaction Event Logger

    I have 4 instances of MII v12.1 and within a transaction I want to add a message to the log when the transaction runs so I can view it through the message logger. All 4 MII instances were installed by the same consultant a few years ago so there "should" be no differences in the log configs. On 3 of the instances this is working fine - I have created a very simple transaction with one Event Logger action configured with a message "Test Message" and when I execute the transaction I see the correct entry in the log viewer. On the fourth however, although the transaction executes without error I am not seeing anything in the viewer for this event. I am using the standard "last 24 hours" log viewer with no filters and no specific log locations selected, and no customisations. I am seeing other system generated messages. I found some documentation about logging and the viewer and I found the Netweaver log config but as far as I can see it looks consistent between the instance which is working and the one which is not working. Is there some other config which needs to be done to enable Event Logging from transactions? My user has the same access across all instances. Any guidance would be appreciated. I attach a screen shot of what I am expecting to see (taken from one of the instances which is working).

    Hi Partha
    Many thanks for your reply. I have tried this and unfortunately it makes no difference. I also checked on the other instances and found they have their tracing levels all set to error, not Info. I have also noticed that on the instance which is working, in the System Configuration section at the bottom of the Log Config page - for Applications and all sub categories I see the entry .\log\applications_00.log in the Pattern column. On the instance which is not working I see that entry for the Applications root but not for any of the sub categories (even after selecting Copy to subtree). I cannot see where I can set this value (there is no modify function available, even under Administrator login).
    Also, when I look at the log messages which have generated when setting the Event Type to Error on the instance which is not working, it shows one entry and the Category and Location columns show <com.sap.xmii.bls.executables.action.logging.LoggingActions>. When I generate an event with type Error on the instance which is working I get 2 log messages, one with the Category and Location <com.sap.xmii.bls.executables.action.logging.LoggingActions> and the other with Category /Applications/XMII/Xacute/Event and Location <com.sap.xmii.bls.executables.action.logging.LoggingActions>.
    I guess that the .\log\applications_00.log should be showing for all subtree items under Applications and because it is not then the messages are not going into any application log. Not sure how to fix this however.
    I have also reset to the default configuration and it does not change the above.
    Best Rgds
    Richard

  • How to add log messages in the sever/webui objects?

    Hi,
    I am new to the OA Framework.
    Can any one share any information in how to add log messages in the sever/webui objects?
    What are the beans I need to use to show in the diagnostic page?
    Can I get sample code for this log staments?
    Thanks in advance,
    Padma

    Hello. This forum is for reporting problems with the published Oracle documentation. You have a better change of getting a reply if you post your question on the Database - General forum.
    Regards,
    Diana

  • How to Write Log Message in a XML Data Source Report

    Hi Friends,
    Can anyone help me out what is the process of writing a log file in the XML Data Source Report. for eg: in Plsql we use FND_LOG.PUT_LINE to print the Log message in the Concurrent Request Output. in the similar manner, when we develop a report using XML, where we write Coding in XQuery of XML, what is the process need to follow to print the logs for the XQuery.
    Any inputs/Suggestion on this Highly appreciable.
    Thanks in advance.

    Create an RMI application (for example) that writes the log, and let all logging calls call that remote application.
    Something like that is the only feasible way that doesn't require you to have a drive on the remote machine mapped to the local one (which causes its own problems as you could have multiple simultaneous write attempts...).

  • How to Write log messages in a text file located in another machine

    Basically My application is distributed across two or more tomcat servers running in multiple machines.And I get a log4j logs in the respective machines.
    But I want a consolidated log message in a single machine.
    How do i get that done??
    Any samples?? Any clues??
    Any specific technoliges??

    Create an RMI application (for example) that writes the log, and let all logging calls call that remote application.
    Something like that is the only feasible way that doesn't require you to have a drive on the remote machine mapped to the local one (which causes its own problems as you could have multiple simultaneous write attempts...).

  • Error saving data structure CE11000 (please read log) message number KX 655

    while activating the data structure in the operating concern of CO PA sap gives the following errors.
    1.Error saving data structure CE11000 (please read log)
    Message no. KX655
    2.Error saving table CE01000
    Message no. KX593
    3.in Log Reference field CE31000-REC_WAERS for CE31000-VVQ10001 has incorrect type.
    Pls suggest

    Hey,
    Below tables are related to application logs
    BAL_AMODAL  :                   Application Log: INDX table for amodal communication
    BALC        :                   Application Log: Log or message context            
    BALDAT      :                   Application Log: Log data                          
    BALHANDLE   :                   Application Log: Lock object dummy table           
    BALHDR      :                   Application log: log header                        
    BALHDRP     :                   Application log: log parameter                     
    BAL_INDX    :                   Application Log: INDX tables                       
    BALM        :                   Application log: log message                       
    BALMP       :                   Application log: message parameter                 
    BALOBJ      :                   Application log: objects                           
    BALOBJT     :                   Application log: object texts                      
    BALSUB      :                   Application log: sub-objects                       
    BALSUBT     :                   Application log: Sub-object texts                  
    -Kiran
    *Please mark useful answers

  • Ipod Nano not recognized by itunes but appears on the explorer. Log message

    My ipod doesn't appear on itunes but is recognized by windows. It used to work before.
    I have found several answers to this problem but no one can't solve the problem : 5R, Terminal Service, Ipod Service, Restore, Reset, Usb, Last version of Itunes....
    With the last version of Itunes, I have launched the diagnotisc and the result is four green led.
    I have recorded the log file and into this one there are few message that show errors (I have copied only interesting messages):
    [SERVICE: 0x140,08:48:25 ERROR] Did not find first letter of stage
    [SERVICE: 0x980,08:51:21 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x980,08:51:21 INFO] File does not exist!
    [SERVICE: 0x980,08:51:21 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x980,08:51:21 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x980,08:51:21 INFO] [1] ReadDevicePreferences() failed!
    I can't understand these messages but I have the feeling that they have a relation with the hidden file Preferences store in ipod_control\device
    When I tried to open Preferences with "bloc note" of windows it doesn't work. Maybe this file is corrupted seen that I can open the file "SysInfo" which is in the same repertory. When I format the Ipod with FAT32, these files reappeared with the next power on and I have always same problem.
    Does anyone know if this file "Preferences" is readable with a valid iPOD?
    What mean "Did not find first letter of stage?" of the log message?
    Thanks for your answers,
    Nicolas

    If its brand new and doing this, return it with receipt.

  • PL/SQL log messages are not printing from Java concurrent program

    Hi,
    I have a strange issue while submitting the Java concurrent program through PL/SQL.
    I have a PL/SQL concurrent program which will invoke the Java concurrent program inside the package by use of "FND_GLOBAL.SUBMIT_REQUEST". It worked and submitted successfully. From that Java concurrent program we are calling some other PL/SQL packages and printing some log messages over there. But problem here is the request is only printing the Java log messages in view log but not the PL/SQL log messages.  But if I submit the Java concurrent program directly from SRS form at that it is printing both Java and PL/SQL log messages.
    I am just wondering how the log messages has not printed. Please provide your inputs to solve this problem.
    Thanks
    Suriya

    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');Do you have COMMIT in your code?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%27FND_FILE.PUT_LINE%27+AND+commit&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Using GenericPortlet sublcass .. cannot get any log messages to come out.

    Hi all ..
    I'm having a lot of problems getting any exceptions or log messages dumped from my portlet to help me debug.
    I'm currently using subclass of javax.portlet.GenericPortlet and not a sublcass of com.sun.portal.providers.jsp.JSPProvider. Does that matter? Anyone know if there are issues that I might be running into here?
    More details ..
    I've tried making nice PortletException wrappers around all sorts of other exceptions .. and even using the API call:
    GenericPortlet.getPortletContext().log(<msg>,<throwable> )
    I've tweaked every debug/log/show exception config setting I can find .. including setting logger.log.level=ALL in:
    /etc/opt/SUNWps/portlet/PDConfig.properties
    It'll mostly fail with nada .. zilch .. zero. No hint or reason why. Occasionally I'll get something useful and I'll see an exception I made .. but the other 95% of the time I get no hint.
    I've a script that searches for any file touched in /opt/SUNW*, /var/opt/SUNW* and /etc/opt/SUNW*. I regularly get the following files touched:
    /var/opt/SUNWam/debug/portletcontainer.log
    /var/opt/SUNWam/debug/<myportlet>.log
    /var/opt/SUNWam/debug/desktop.debug
    Can anyone tell me where I should expect to see PortletExceptions logged? How do I turn that feature on .. just in case I've missed the config I need to change? Has anyone had any luck using the PortletContext.log(<msg>,<throwable) API calls? Is there some config that controls where that goes? (I would've assumed it all goes in the <myportlet>.log file .. but not for me.)
    Many thanks for your time ..
    Curtis.
    p.s. Below is an example of some of the messages I do see.
    One instance I get "ERROR: Content not available" .. I get a series of
    rather unhelpful internal exceptions that (for example) complain the portlet threw an exception of some sort. If only the root cause had been printed out it would be possible to nail exactly what's going on in my code that's the issue. Unfortunately this style of "black box" debugging is taking me 10 times (literally .. honestly!) longer than it should. I have to comment out stuff and slowly add it back in again .. if only I could've seen the exception.
    (NOTE: I modifed PrefPortlet.java example .. still called the same at the minute :-) )
    From log file /var/opt/SUNWam/debug/desktop.debug ..
    06/09/2004 09:25:08:066 PM PDT: Thread[Thread-76,5,main]
    ERROR: ProviderCaller.run(): exception thrown from PrefPortlet
    com.sun.portal.providers.ProviderException: PortletWindowProvider.getContent():container exc
    eptioncom.sun.portal.container.ContainerException: PortletContainer.getMarkup():getting cont
    ent com.sun.portal.container.ContentException: PortletContainer.getMarkup(): Cannot get cont
    ent
    at com.sun.portal.providers.portletwindow.PortletWindowProvider.getContent(PortletWi
    ndowProvider.java:284)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.
    java:158)
    com.sun.portal.container.ContainerException: PortletContainer.getMarkup():getting content co
    m.sun.portal.container.ContentException: PortletContainer.getMarkup(): Cannot get content
    at com.sun.portal.container.portlet.impl.PortletContainer.getMarkup(PortletContainer
    .java:201)
    [snip]
    (not much help really)
    From the file /var/opt/SUNWam/debug/<myportlet>.log (my specific portlet log) ..
    2004/06/09 21:25:08.058 PDT | Curtis First Port | SEVERE | Thread-76 | Portle
    tAppEngineServlet.HandleError()() - Error: null | LifecycleManagerImpl.getPortlet(),
    can not get portlet.
    x -----------------------------------------------------------------------------
    X javax.portlet.PortletException: LifecycleManagerImpl.getPortlet(), can not get por
    tlet.
    X at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.getPortlet(Life
    cycleManagerImpl.java:163)
    X at com.sun.portal.portletappengine.PortletAppEngineServlet.service(PortletAp
    pEngineServlet.java:187)
    X at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    [snip]
    (still not much help)
    Note .. i sometimes get useful exceptions dumped to that last file .. but
    it's rare .. I just can't seem to spot the pattern when they will and won't
    get printed.
    From file /var/opt/SUNWam/debug/portletcontainer.log
    2004/06/09 21:25:07.414 PDT | null | INFO | Thread-76 | Portle
    tContainer.invokePAE(): invoking:
    app name /<myportlet>
    portlet name PrefPortlet
    action RENDER | -
    2004/06/09 21:25:08.063 PDT | null | SEVERE | Thread-76 | Portle
    tContainer:executeAction(): Exception thrown from render() of <myportlet>|PrefPortlet
    |PrefPortlet | -
    [snip]
    (the least helpful of all!!)
    When I simply comment out the new code I added, recompile, and view the portlet again .. it works fine. If I could only see the root cause exception!!

    Ok .. weirder and weirder ...
    I left this for a while .. and then went back to my xterms where I was working .. and one of them I saw this:
    # Jun 9 21:55:14 troy server1 appservd[7440]: [ID 702911 daemon.alert] SEVERE ( 7440): hefalump - Problem setting up PAL array!
    Jun 9 21:55:14 troy java.io.FileNotFoundException: http://pie1.some.thing.com/portal/arraylist.xml
    Jun 9 21:55:14 troy at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:789)
    Jun 9 21:55:14 troy at java.net.URL.openStream(URL.java:913)
    Jun 9 21:55:14 troy at com.tarantella.portal.bell.test.WebtopHostFinder.<init>(WebtopHostFinder.java:42)
    Jun 9 21:55:14 troy at com.some.portal.test.PrefPortlet.init(PrefPortlet.java:72)
    Jun 9 21:55:14 troy at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.createPortlets(LifecycleManagerImpl.java:329)
    Jun 9 21:55:14 troy at com.sun.portal.portletappengine.impl.LifecycleManagerContextListenerImpl.contextInitialized(LifecycleManagerContextListenerImpl.java:13)
    Jun 9 21:55:14 troy at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3255)
    Jun 9 21:55:14 troy at org.apache.catalina.core.StandardContext.reload(StandardContext.java:2525
    Jun 9 21:55:14 troy at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.init(LifecycleManagerImpl.java:109)
    That is exactly the information I'm looking for!!!
    I've no idea how it got there .. I think the appservd process just dumped it there .. after I saw this I grep'ed the entire set of files in /opt/SUNW* /var/opt/SUNW* /etc/opt/SUNW* for "hefalump" (my unique 'log' key) and it's not in any log file.
    Anyone know what's going on?
    Curtis.

  • After Effects CS5.5 error: crash in progress last logged message was 3300 DynamicLink 5

    Randomly when I start after effects CS5.5 and premiere pro CS5.5 I get the following error:
    After effects error: crash in progress last logged message was <3300> <DynamicLink> <5> 000000001AAB2080
    I have all programs updated.
    PC Specs:
    i7 930 @ 2.8GHz
    12GB RAM
    Nvidia GTX 570
    Windows 7 Proffesional 64bit
    Thanks in advance guys!

    What does "randomly" mean? What do you do, when the issue appears? Do you run games before? Use other programs? Also check the Event Viewer for the exact cause...
    Mylenium

  • After effects alert last log message

    What to do when I get this message when opening after effects cs6?
    cs6 after effects Alert last log message was: <140735200987488> >GPUManager> <2>Sniffer Result Code: 3. Generating crash log, which may take a few minutes.
    I just cannot open after effects anymore.

    Hi,
    Now I here again, my Mac os X version is 10.7.5
    Prosessor is 2.66ghz intel core 2 duo
    memory 4gt 1067 mhz DDR3
    Graphic card: NVIDIA GeForce 9400 256 MB
    After effects version is 11.0 if I am checking it right
    I have used after effects about three mounths and suddenly it just quiet working. That´s not good for my work. Luckily I got almost everything in premiere pro. Because I can´t even use files from AE in Premiere pro.
    I have rebooted machine.
    I haven´t reinstall AE yet. I will.
    How do I trash preferences and from where? I cannot open AE at all.

Maybe you are looking for

  • How do i "save down" in photoshop cs2?

    How do I save my Photoshop CS2 document in a lower version of Photoshop for a different user with older software?

  • JSP Doesn't work on Apache

    I installed Oracle Portal Early Adoptor edition to Windows 2000. I noticed that the Oracle HTTP server has Apache/Jserv. The servlet sample works, however the JSP doesn't work. There aren't any documentation about JSP. Do I have to install a 3rd part

  • SPA941 with two extensions

    Hi there - I have an SPA941 setup with 2 extensions. The second extension is a shared extension that in also setup on another SPA941. I am the voicemail settings entered for the second extension but I can never get to the voicemail. Here some scenari

  • Quick iPhone packager question...

    Hello, I am interested in purchasing Flash CS5 so I can make an iPhone app that involves PDF opening and saving, but I had a question to all those who have used AlivePDF... would it work with the packager for iphone to make an iPhone app? If not... W

  • Getting ORA-01000 : maximum open cursors exceeded  problem

    I am getting ORA-01000 : maximum open cursors exceeded problem in my piece of java code when the load is high .Open cursors is set to 1000 still getting the same problem . Basically i have to select some rows from a table which i am doing in A() func