Message tracking centre log files

1) If message tracking is enabled, any idea where exactly the physical log files reside on windows 2008 server?2)
2) if message tracking logs only go back 30 days, is there anyway to restore older logs from backups so they can be searched in tracking centre?
3) is there any 3rd party tools that can search/parse message tracking logs, so you can just restore the raw log files from the backup and not have to touch the live system?
this if for exchange 2010.

Hi,
1) If message tracking is enabled, any idea where exactly the physical log files reside on windows 2008 server?
A: By default, the message tracking log files exist in %ExchangeInstallPath%TransportRoles\Logs\MessageTracking. For Exchange 2010, the logs are generally stored in C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\MessageTracking
directory. On an Exchange 2013 Mailbox server, you can use the Set-TransportServer cmdlet to set the log path, for example:
Set-TransportServer Exchange01 -MessageTrackingLogPath "D:\Message Tracking"
2) if message tracking logs only go back 30 days, is there anyway to restore older logs from backups so they can be searched in tracking centre?
A: Also, we can use the Set-TransportServer cmdlet to set the maximum age of a message tracking log file. The example sets the maximum age of a message tracking log file to 45 days:
Set-TransportServer Exchange01 -MessageTrackingLogMaxAge 45.00:00:00
For more information about how to configure Message Tracking, please refer to:
http://technet.microsoft.com/en-us/library/aa997984(v=exchg.141).aspx
3) is there any 3rd party tools that can search/parse message tracking logs, so you can just restore the raw log files from the backup and not have to touch the live system?
A: Exchange 2010 also have message tracking tool in Exchange Management Console to search the Message Tracking Log. For more information about it, please refer to Searching the Message Tracking Logs by Using the Exchange Management Console
part in the following article:
http://technet.microsoft.com/en-us/library/bb124926(v=exchg.141).aspx
Regards,
Winnie Liang
TechNet Community Support

Similar Messages

  • Help on printing error messages to a log file

    Hi, may I know whether is there any way to print the error messages to a log file? Thanks for your help!

    noobboy,
    Please refrain from crossposting all of your questions into multiple forums. You were asked to stop this the last time you did this as well. Please be more considerate in future.

  • Warning Messages in the log file

    Hi,
    I see following warning message in my log files. Can any one help me what exactly this means?
    "Skipping grouping rule '(null)' in profile 'Global_Profile_Records_Management_FieldGroup'. The grouped field 'xCategoryID' is a parent "
    Thanks,
    Vidya

    See: Skipping Grouping Rule 'General' In Profile - Warnings [ID 1202354.1]     
    Cause:
    p51044545 Hiding dDocName and dSecurityGroup with IsGroup set throws IdocScript error
    Solution:
    Unchecking the IsGroup flag will avoid the reporting of the mentioned warnings
    -ryan

  • **ERROR: Messages in webi log files

    Hi,
    My log files seem to be littered with messages like:
    ***ERROR:C3_cdbDSLServer:(A) cdbDSLServer_LoadUniverseMetadata : CreateChildItem (false)....
    or
    **ERROR:C3_Dictionary:cdbDictionaryFolder::RegisterFolder failed for: "WE Calendar"....
    or
    **ERROR:C3_tbDimensionalSLDS:BOException: ...
    or
    **ERROR:IECore_kc3CoreEngineImpl:GetUniverseLOV failed.
    etc.
    These show up in the Webi server logs.  We don't see these on the screen and I am having a hard time tracking any information about them down.  Is it a *real* error? Should I be concerned??
    thanks,
    -missy

    SAP Support said not to worry about the messages marked as ***ERROR as they 'soft errors'.
    For the example of :
    ERROR:C3_cdbDSLServer:(A) cdbDSLServer_LoadUniverseMetadata : CreateChildItem (false)...
    This message was due to a report loading the objects and taking longer than the system is designed to wait, so it logs a message and continues on to completion.  I paraphrased that a bit, but that was the primary description.
    In contrast, if it was a hard error, the report would fail and a message of some sort would be displayed on screen.
    If reports start failing or messages are displayed on screen, then I should be concerned and should open a new ticket.
    So pretty much what you said Prabhith.
    I can't say I get a warm and fuzzy feeling about this response, but nothing is failing on our end, so at the same time I am not going to push the issue.  His response was prompt and he had seen it before, so I am less worreid, but I will still continue to keep an eye on it as usual.
    thanks,
    missy

  • Tracking down .log file creators?

    I have had disk space getting eaten up and discovered using "WhatSize" a number of files in the private/var folder set (see discussion on similar in Nov 2008) The response to the query then was to track down what was writing the files in the first place.
    I can locate the files - a series called swapfile which build exponentially to a size of 1 GB, but there is no indication of what app is creating the file.
    I have found a similar set with suffix .asl which ostensibly are created by Adobe Photoshop CS3 - great, except I don't have that installed on my iBook. I do have Photoshop CS, but the recent creation dates (last week) of the files don't match up with my last use of Photoshop (two months ago).
    Has anyone any suggestions?

    Hmm, Niel may have some ideas, but several things strike me as being odd with what is happening on your machine. First, those swap files should have been cleared out with a simple restart, you should not have had to remove them by hand. In fact, from what I've read you really aren't supposed to.
    Second, if you are running 10.5.7 and have Activity Monitor set to show all processes, you really ought to see aslmanager at some point--it is supposed to run "as needed" when called by syslogd. For more information about it, see this note at MacFixIt:
    http://www.macfixit.com/article.php?story=20090122213555897
    And if everything is running along normally, I don't think kernel_task should be using too much of your system resources. At the moment, with only two programs running of my own, it is using 1.2% of the CPUs and 71MBs of RAM. If kernel-task is hogging your resources I would think something is wrong, perhaps a bad driver or other system level extension of something.
    If you haven't done so, you might try launching Console from your Utilities folder, make sure the Log List is showing (there's an icon in the top left corner to hide and show it), expand the Log Database Queries at the top, and select All Messages. You'll see a lot of messages about what your computer did to get started, then other messages will start to appear, they'll all be time-stamped, see if you start to get a lot messages about something that isn't working (which would account for the too large log files), or else you might see that the kernel is working very hard at something or other, and what it might be (which would tell you why the kernel-task is using a lot of resources).
    Francine
    Francine
    Schwieder

  • Error message in the log file

    Hi,
    I'm running CF 7.0.2. The app is using Flash forms.
    I have this onError function in my Application.cfc.
    <cffunction name="onError">
    <cfargument name="Except" required="yes">
    <cfargument name="EventName" type="string"
    required="yes">
    <cflog file="#This.Name#" type="error" text="Event Name:
    #EventName#" time="yes">
    <cflog file="#This.Name#" type="error" text="Messsage:
    #except.message#" time="yes">
    <cflocation url="errorPage.cfm" addtoken="no">
    <cfabort>
    </cffunction>
    The app is working fine but my log file is full of errors:
    Event Name: onRequestStart
    Messsage: Event Handler Exception
    Any idea what's wrong?
    Is there any way to get more specific error message?
    Thanks,
    b.

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • Errors tracking through log file(tomcat5)/jsp

    Hi All!
    Can anyone find out errors in this log file ..pls its urgent..
    I got to make jsp package run perfectly ...but its not finding out class files.
    log4j: Finished configuring.
    Oct 12, 2005 2:04:24 PM org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path from URL file:C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT
    Oct 12, 2005 2:04:24 PM org.apache.commons.digester.Digester fatalError
    SEVERE: Parse Fatal Error at line 16 column 2: The markup in the document following the root element must be well-formed.
    org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
         at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
         at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.apache.commons.digester.Digester.parse(Digester.java:1548)
         at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:263)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:624)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:216)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4290)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:480)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Oct 12, 2005 2:04:24 PM org.apache.catalina.startup.ContextConfig applicationConfig
    SEVERE: Parse error in application web.xml
    org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.apache.commons.digester.Digester.parse(Digester.java:1548)
         at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:263)
         at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:624)
         at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:216)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4290)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:480)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Oct 12, 2005 2:04:24 PM org.apache.catalina.startup.ContextConfig applicationConfig
    SEVERE: Occurred at line 16 column 2
    Oct 12, 2005 2:04:24 PM org.apache.catalina.startup.ContextConfig start
    SEVERE: Marking this application unavailable due to previous error(s)
    Oct 12, 2005 2:04:24 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error getConfigured
    Oct 12, 2005 2:04:24 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context startup failed due to previous errors
    Oct 12, 2005 2:04:24 PM org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path /servlets-examples from URL file:C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\servlets-examples
    Oct 12, 2005 2:04:25 PM org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path /tomcat-docs from URL file:C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\tomcat-docs
    Oct 12, 2005 2:04:25 PM org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path /webdav from URL file:C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\webdav
    Oct 12, 2005 2:04:26 PM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8000
    Oct 12, 2005 2:04:26 PM org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    Oct 12, 2005 2:04:26 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/62 config=C:\Program Files\Apache Software Foundation\Tomcat 5.0\conf\jk2.properties
    Oct 12, 2005 2:04:26 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 9953 ms
    <ERROR> http-8000-Processor25:ConfigSharedMem.setConfigMem() \tomcat5\webapps\sms\smsconfig.xml (The system cannot find the path specified)
    java.io.FileNotFoundException: \tomcat5\webapps\sms\smsconfig.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.eprimes.sms.config.ConfigSharedMem.setConfigMem(ConfigSharedMem.java:61)
         at com.eprimes.sms.config.ConfigSharedMem.<init>(ConfigSharedMem.java:44)
         at com.eprimes.sms.mvc.ServletFactory.executeCommand(ServletFactory.java:417)
         at com.eprimes.sms.mvc.ServletFactory.executeMVC(ServletFactory.java:325)
         at com.eprimes.sms.mvc.ServletFactory.doPost(ServletFactory.java:309)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)
    <ERROR> http-8000-Processor25:DaoLogin.login() Name smsdb is not bound in this Context
    javax.naming.NameNotFoundException: Name smsdb is not bound in this Context
         at org.apache.naming.NamingContext.lookup(NamingContext.java:768)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:151)
         at com.eprimes.common.DBConnect.getConnection(DBConnect.java:30)
         at com.eprimes.sms.login.dao.DaoLogin.login(DaoLogin.java:45)
         at com.eprimes.sms.login.bizprocess.BizLogin.login(BizLogin.java:27)
         at com.eprimes.sms.mvc.login.LoginCmd.execute(LoginCmd.java:70)
         at com.eprimes.sms.mvc.ServletFactory.executeCommand(ServletFactory.java:507)
         at com.eprimes.sms.mvc.ServletFactory.executeMVC(ServletFactory.java:325)
         at com.eprimes.sms.mvc.ServletFactory.doPost(ServletFactory.java:309)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)
    <ERROR> http-8000-Processor25:ConfigSharedMem.setConfigMem() \tomcat5\webapps\sms\smsconfig.xml (The system cannot find the path specified)
    java.io.FileNotFoundException: \tomcat5\webapps\sms\smsconfig.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.eprimes.sms.config.ConfigSharedMem.setConfigMem(ConfigSharedMem.java:61)
         at com.eprimes.sms.config.ConfigSharedMem.<init>(ConfigSharedMem.java:44)
         at com.eprimes.sms.login.bizprocess.BizLogin.login(BizLogin.java:36)
         at com.eprimes.sms.mvc.login.LoginCmd.execute(LoginCmd.java:70)
         at com.eprimes.sms.mvc.ServletFactory.executeCommand(ServletFactory.java:507)
         at com.eprimes.sms.mvc.ServletFactory.executeMVC(ServletFactory.java:325)
         at com.eprimes.sms.mvc.ServletFactory.doPost(ServletFactory.java:309)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)
    <ERROR> http-8000-Processor25:ServletFactory.executeMVC() getAttribute: Session already invalidated
    java.lang.IllegalStateException: getAttribute: Session already invalidated
         at org.apache.catalina.session.StandardSession.getAttribute(StandardSession.java:975)
         at org.apache.catalina.session.StandardSessionFacade.getValue(StandardSessionFacade.java:118)
         at com.eprimes.sms.login.bizprocess.BizLogin.login(BizLogin.java:40)
         at com.eprimes.sms.mvc.login.LoginCmd.execute(LoginCmd.java:70)
         at com.eprimes.sms.mvc.ServletFactory.executeCommand(ServletFactory.java:507)
         at com.eprimes.sms.mvc.ServletFactory.executeMVC(ServletFactory.java:325)
         at com.eprimes.sms.mvc.ServletFactory.doPost(ServletFactory.java:309)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)
    regards

    Thank you.
    But in the same time - when I see in alert log those error messages ora -12560, 12537,12535,12570 and so on - clients programs, whiie try to connect, hang up.
    For sql plus takes 20 minutes to connect.
    lsnrctl status gives the following
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 04-FEB-2013 16:01
    :46
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxx-BD.mosxxx
    .elektra.net)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 01-FEB-2013 10:22:48
    Uptime 3 days 5 hr. 39 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\listener.ora
    Listener Log File c:\oracle\diag\tnslsnr\xxx-BD\listener\alert\l
    og.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx-BD.mosxxx.elektra.net)
    (PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XXX" has 2 instance(s).
    Instance "XXX", status UNKNOWN, has 1 handler(s) for this service...
    Instance "xxx", status READY, has 1 handler(s) for this service...
    Service "XXXDB" has 1 instance(s).
    Instance "xxx", status READY, has 1 handler(s) for this service...
    The command completed successfully
    To tell the truth I am confuse - I thought I have only 1 service "XXXDB" and 1 instance - "xxx".
    May be I have wrong entries in tnslsnr.ora?

  • Message in alert log file during the startup of the DB

    Hi,
    i have two instances, i have the same warning in the alert log file during the startup of the DB:
    Oracle instance running on a system with low open file descriptor limit.
    Tune your system to increase this limit to avoid severe performance degradation.
    The db_files parameter was at 1024 for the two instances, i have set it to 300 for the first instance and 550 for second, the message for the first instance was droped(it's ok), but the message was there in the alert log for the second instance.
    The two instance are on the same machine.
    The number of the open file limit on the linux machine is equal to 1024.
    I have shutdown the first instance (with db_files=300) the problem persits for the second instance (with db_files=550).
    My question is how to determinate the right value of db_files parameter to avoid this message.
    Regards.
    Message was edited by:
    learn

    Increase the max number of open file on Linux or decrease db_files.
    f the OS limit is 1024 db_files would have to be >= 472 for the message to be printed. t is printed if an instance is configured to access more datafiles than the OS-specific limit on the number of files that can be open in a single process. In this case the server will re-cycle the file descriptors.
    Vadim Bobrov
    Oracle Database Tools
    http://www.fourthelephant.com

  • How to Write Error messages to application.log file in OAS 10g.

    Hi All i am in urgent need of writing log messages to Oracle Application Server10g application.log file.
    Using JDeveloper 10.1.3.4.0.4270.
    Thanks & Regards,
    Renuka
    Edited by: Renuka on Jan 18, 2013 8:00 AM

    Zariel wrote:Boot from where? If you want the entire boot process you can use debug parameter. BUT I dont know what you will get becauseyour harddrive gets mounted during init, and during init it dumps dmesg to a log file, i guess dmesg gets its logs from minilogd which also gets started during init. The only way of doing it would be to get the kernel to log its output to ram then flush it to disk at the relevant time. Ive no idea if you can do this or not.
    I just boot normally from my hard disk, but all the messages between "INIT version 2.86 booting" and the output from /etc/issue (when login is started), is gone. It's not in /var/log/messages nor do I get it via dmsg.
    All the kernel messages BEFORE "INIT version 2.86 booting" are logged okay.

  • Seeing ORABPEL-12164 error message in domain.log file.

    Hi,
    Can someone help me in debugging the ORABPEL-12164 error seen in domain.log
    <2007-06-15 11:40:36,521> <INFO> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_PO_PUBLISHER_1.0.jar/publish3A6BAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Using JCA Connection Pool - max size = <unbounded>
    <2007-06-15 11:40:36,521> <INFO> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_INVOICE_1.0.jar/publishStatusToOracleBAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Using JCA Connection Pool - max size = <unbounded>
    <2007-06-15 11:40:36,568> <ERROR> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_PO_PUBLISHER_1.0.jar/publish3A6BAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Could not invoke operation 'Produce_Message' against the 'JMSAdapter' due to:
    ORABPEL-12164
    ERRJMS_MSGPROD_CONSTR_ERR.
    Unable to construct MessageProducer.
    Please examine the log file to determine the problem.
    <2007-06-15 11:40:36,568> <INFO> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> Change logging level for Logger 'NTAPDEV.collaxa.cube.ws' to DEBUG to see full error stack
    <2007-06-15 11:40:36,568> <ERROR> <NTAPDEV.collaxa.cube.ws> <AdapterFramework::Outbound> file:/E:/OraHome_1/integration/orabpel/domains/NTAPDEV/tmp/.bpel_NAPP_PO_PUBLISHER_1.0.jar/publish3A6BAM.wsdl [ Produce_Message_ptt::Produce_Message(STATE_MSG) ] - Rolling back JCA LocalTransaction
    Thanks, G

    I recently took over this system, I believe all the configuration you mentioned should have been done.
    Any pointers in verifying is highly appreciated.
    Thanks, G

  • Tracking a log file

    Dear BlackBerry Technical Support,
    I have a technical inquiry regarding my blackberry phone and would appreciate you support.
    I have a blackberry curve 9630. I did a full backup for the device on my PC in case the need to restore in the future arises.
    Among the backed-up files there was a .DOC file which I had received thru email via BES. 
    My inquiry here is: how can I track if this specific .DOC file was opened and viewed from the BES and/or the PC.
    Regards,

    I think the only way to know would be to restore the backup file and look to see if the email is showing as read or unread. I don't think there is a more technical way to determine that info.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Directing Log4J messages into OC4J log file

    Hi,
    We currently have a web application that is running on Tomcat. We want to migrate that application over to OC4J. The application currently uses Log4J for messages. What do I have to do to have the application still write to the log4j logs.
    Thanks,
    J

    Try this:
    http://buttso.blogspot.com/2007/09/directing-log4j-logs-into-oc4j-logging.html
    The application still issues log messages via log4j, but you as an administrator can configure OC4J so that the log4j messages get captured in the OC4J log system so they can be viewed using the log viewer mechanism of OC4J.
    -steve-

  • Show RMAN  message in log file and screen at same time

    Is there any way I can save all RMAN message in a log file and also show on standar out (screen).
    Thanks

    Hi,
    You can try a shell script like this if you are using linux:
    #!/bin/sh
    # Name: test_backup
    # Author: Tad_cs
    # Description: Executes backup using the RMAN
    export ORACLE_HOME=$1
    export ORACLE_SID=$2
    export LOG_DIR=$3
    # Variables:
    SCRIPT="test_backup"
    data_log=`date '+%y-%m-%d_%H:%M:%S'`
    logfile=${LOG_DIR}/${SCRIPT}-${data_log}.log
    # Execution of script backup of rman:
    $ORACLE_HOME/bin/rman <<EOF > $logfile
    connect target rman/rman
    connect catalog rman/rman
    run { execute script test_backup; }
    EOF
    exitSo, While the script is performing, you can open other screen, search for
    the log that is generating, and see the contents using:
    tail -f log_file_name.logIs this you need?
    []´s

  • CSS 11800 show many server up/down message in log file

    My customer use css 11800 running 6.10 Build 304 software for server load-blance
    I config default http keepalive to probe the server status like below.
    service WWW2
    ip address 163.29.x.x
    keepalive type http
    active
    service WWW3
    ip address 163.29.x.x
    keepalive type http
    active
    Since last week,I found many server up/down message in sys.log file
    SEP 20 01:22:36 7/1 1145 NETMAN-2: Enterprise:Service Transition:dpsvr2 -> down
    SEP 20 01:22:41 7/1 1146 NETMAN-2: Enterprise:Service Transition:amd52 -> down
    SEP 20 01:24:26 7/1 1147 NETMAN-5: Enterprise:Service Transition:amd52 -> alive
    SEP 20 01:24:56 7/1 1148 NETMAN-5: Enterprise:Service Transition:dpsvr2 -> alive
    SEP 20 03:20:06 7/1 1149 NETMAN-2: Enterprise:Service Transition:WWW3 -> down
    SEP 20 03:20:16 7/1 1150 NETMAN-5: Enterprise:Service Transition:WWW3 -> alive
    SEP 20 07:00:57 7/1 1151 NETMAN-2: Enterprise:Service Transition:www5 -> down
    SEP 20 07:01:11 7/1 1152 NETMAN-5: Enterprise:Service Transition:www5 -> alive
    The server status change down to up,almost during 20 sec only,and We can access the server without any problem at the same time
    Does this is a software bug.If not,How do I trace this problem,thks!!

    capture a sniffer trace to see exactly what's going on.
    Going to the server with a browser may work because using GET/POST method, but the CSS configured the way you did will use a HEAD method which could be a problem for your server.
    The server could be slow to respond as well.
    Try to increase the keepalive frequence since the timeout is linked to the frequency.
    Finally, you may want to configure a url to poll with the command 'keepalive uri .....'
    Once again, by simply sniffing between the CSS and the server, you will know exactly where is the problem.
    Gilles.

  • SQLScript , writing messages to log file

    Hi,
    We're developing SQLScript and executing them directly on Unix via Unix command HDBSQL. We use the -o keyword with HDBSQL to write messages like comments, custom errors into a log file. The only way we know how to force custom messages into the log file is the SELECT "Text" FROM DUMMY.
    Now our SQL consists of multiple procedures that may be called in a nested fashion i.e Proc 1 calls Proc 2 which in turn calls Proc 3. We noticed that the SELECT FROM DUMMY way of writing comments into the log only works if the procedure is the first procedure in the line of nested calls(Proc 1). SELECT FROM DUMMY from a  sub/nested procedure does not make it to the log file.
    Is there any other way we can achieve this? Other DBs have options like DBMS.output which work well in such scenarios.
    I would like to thank this group for being ever so helpful in all the issues we have faced so far.
    Regards,
    Nehal

    Hello,
    I do not agree. have you taken a look at Oracle9i Supplied PL/SQL Packages and Types Reference?
    You can use UTL_FILE and DBMS_OUTPUT to achieve exactly what you want.
    Rgds
    Fidel

Maybe you are looking for