Can perl/cgi append to iplanet error log?

I've tried to print the stderr for the warning/error messages in a hope that they go to the errors logfile. But they don't.
Is it possible to append errors logfile using perl/cgi?
Thanks.

Actually, if you run CGIs in Apache, print to stderr will automatically go to the server's error logs.
For iplanet web server, inside a CGI process, stderr is redirected to stdout, so anything to stderr actually shows up in the response page. It would be nice if iplanet has a configuration param to turn it on/off.

Similar Messages

  • Where can i find th Photoshop CS4 Error Log?

    Hey Guys,
    where i can find the Photoshop Error/Crash Log or where i can enable it?
    If anyone can tell me that where be great

    Normally Windows Error reporting does the job for you , if they are not generated then check in Event Viewer for the Crash information. You can also use third party application like WhoCrash to generate the logs.
    For Xp you can try using drwtsn to generate the dump and User mode process dumper in case you are using Windows 7.

  • Error logging for servlets in Weblogic 5.1?

    Where are errors that occur in servlets logged in 5.1? I have a servlet
              that one of the classes it instantiates during the init() method to load a
              native library (.dll). On the console, there is a message saying
              "unavailable or initialization problem". But I can't seem to find any error
              logs that would tell me what happened.
              Also, are there any special configuration settings I will need to make in
              order to allow the servlet to load the native library?
              

    how is the weblogic.properties configured?
    how do you run the BWLS ? memory (M)?
    is the documentroot and the WEBLOGIC JSP PROPERTIES right ?

  • How to Specify the Log File address as RootDir/Logs/Error.log in Log4j

    I have a web application,
    How to configure the log4j Rolling file Appender in that.
    I want to logs to be redirected to the RootDir/logs/Error.log.
    Currently, I m using following configuration:
    # This file must live on the classpath of the jvm
    # Set root logger level to DEBUG and log to both stdout and rollingFile appenders
    # (see below for their definitions)
    # The set of possible levels are: DEBUG, INFO, WARN, ERROR and FATAL
    log4j.rootLogger=INFO, stdout, R
    ####### Console appender ######
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    # Pattern to output the caller's file name and line number.
    # The pattern: Date Priority (Filename:Line Number) - Message\n
    log4j.appender.stdout.layout.ConversionPattern=%d %-5p (%F:%L) - %m%n
    #### Second appender writes to a file
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=Error.log
    # Control the maximum log file size
    log4j.appender.R.MaxFileSize=100KB
    # Archive log files (one backup file here)
    log4j.appender.R.MaxBackupIndex=1
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%d %-5p (%F:%L) - %m%n
    Thanks for your replies in advance.

    Please follow the following steps, will work.
    To enable log4j logging to a file on lunar pages do the following:
    1) Create a servlet class that will initialize log4j. Here is
    the code:
    package logging;
    import org.apache.log4j.PropertyConfigurator;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    public class Log4jInit extends HttpServlet {
    public
    void init() {
    String prefix = getServletContext().getRealPath("/");
    String file = getInitParameter("log4j-init-file");
    // if the log4j-init-file is not set, then no point in trying
    if(file != null) {
    PropertyConfigurator.configure(prefix+file);
    public
    void doGet(HttpServletRequest req, HttpServletResponse res) {
    2) In your web.xml file add the following entry:
    <servlet>
    <servlet-name>log4j-init</servlet-name>
    <servlet-class>logging.Log4jInit</servlet-class>
    <init-param>
    <param-name>log4j-init-file</param-name>
    <param-value>WEB-INF/classes/log4j.lcf</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    3) Create a log4j.lcf file located in your WEB-INF/classes directory
    as with the following entries:
    log4j.rootLogger=debug, R
    # yourdirectory below is where your site lives.
    log4j.appender.R=org.apache.log4j.RollingFileAppender
    log4j.appender.R.File=/home/yourdirectory/public_html/logs/out.log
    log4j.appender.R.MaxFileSize=500KB
    # Keep one backup file
    log4j.appender.R.MaxBackupIndex=1
    log4j.appender.R.layout=org.apache.log4j.PatternLayout
    log4j.appender.R.layout.ConversionPattern=%d %-5p [%c] %m%n
    4) Add logging to your class. Here is an example:
    import org.apache.log4j.Logger;
    public class Example {
    static Logger logger = Logger.getLogger(Example.class);
    public void doSomething() {
    logger.debug("testing logging");
    5) make sure you have the log4j-1.2.8.jar file located in your WEB-INF/lib directory.
    That should do it!

  • Does anyone know what this error logs means?

    Hello,
    Can anyone tell me what this error log means?
    It is in cups >console.
    Any info. would be much appreciated.
    TIA,
    Kes
    I [05/Feb/2006:18:23:57 -0500] LoadPPDs: No new or changed PPDs...
    I [05/Feb/2006:18:24:08 -0500] Full reload complete.
    E [05/Feb/2006:19:42:51 -0500] Full reload complete.
    I [05/Feb/2006:20:00:44 -0500] Listening to 7f000001:631
    I [05/Feb/2006:20:00:44 -0500] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [05/Feb/2006:20:00:44 -0500] Configured for up to 100 clients.
    I [05/Feb/2006:20:00:44 -0500] Allowing up to 100 client connections per host.
    I [05/Feb/2006:20:00:44 -0500] Full reload is required.
    I [05/Feb/2006:20:00:47 -0500] LoadPPDs: Read "/private/etc/cups/ppds.dat", 211 PPDs...
    I [05/Feb/2006:20:00:47 -0500] LoadPPDs: No new or changed PPDs...
    I [05/Feb/2006:20:01:00 -0500] Full reload complete.

    I had a recent crash with similar code. Appears to be printer log error. Odd thing is that I wasn't trying to print, and no printers are connected.
    error_log:
    Description: Printer error log
    Size: 108.97 KB
    Last Modified: 16/02/2006 13:09
    Location: /var/log/cups/error_log
    Recent Contents: ...
    I [15/Feb/2006:13:12:04 +0000] Configured for up to 100 clients.
    I [15/Feb/2006:13:12:04 +0000] Allowing up to 100 client connections per host.
    I [15/Feb/2006:13:12:04 +0000] Full reload is required.
    E [15/Feb/2006:13:12:04 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [15/Feb/2006:13:12:04 +0000] Full reload complete.
    I [15/Feb/2006:16:07:00 +0000] Listening to 7f000001:631
    I [15/Feb/2006:16:07:00 +0000] Listening to 300ac0:0
    I [15/Feb/2006:16:07:00 +0000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [15/Feb/2006:16:07:00 +0000] Configured for up to 100 clients.
    I [15/Feb/2006:16:07:00 +0000] Allowing up to 100 client connections per host.
    I [15/Feb/2006:16:07:00 +0000] Full reload is required.
    E [15/Feb/2006:16:07:00 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [15/Feb/2006:16:07:00 +0000] Full reload complete.
    I [15/Feb/2006:16:48:37 +0000] Listening to 7f000001:631
    I [15/Feb/2006:16:48:37 +0000] Listening to 300ac0:0
    I [15/Feb/2006:16:48:37 +0000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [15/Feb/2006:16:48:37 +0000] Configured for up to 100 clients.
    I [15/Feb/2006:16:48:37 +0000] Allowing up to 100 client connections per host.
    I [15/Feb/2006:16:48:37 +0000] Full reload is required.
    E [15/Feb/2006:16:48:37 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [15/Feb/2006:16:48:37 +0000] Full reload complete.
    I [15/Feb/2006:17:16:30 +0000] Scheduler shutting down normally.
    I [15/Feb/2006:17:29:02 +0000] Listening to 7f000001:631
    I [15/Feb/2006:17:29:02 +0000] Listening to 300ac0:0
    I [15/Feb/2006:17:29:02 +0000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [15/Feb/2006:17:29:02 +0000] Configured for up to 100 clients.
    I [15/Feb/2006:17:29:02 +0000] Allowing up to 100 client connections per host.
    I [15/Feb/2006:17:29:02 +0000] Full reload is required.
    E [15/Feb/2006:17:29:04 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [15/Feb/2006:17:29:04 +0000] Full reload complete.
    I [15/Feb/2006:18:32:42 +0000] Listening to 7f000001:631
    I [15/Feb/2006:18:32:42 +0000] Listening to 300ac0:0
    I [15/Feb/2006:18:32:42 +0000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [15/Feb/2006:18:32:42 +0000] Configured for up to 100 clients.
    I [15/Feb/2006:18:32:42 +0000] Allowing up to 100 client connections per host.
    I [15/Feb/2006:18:32:42 +0000] Full reload is required.
    E [15/Feb/2006:18:32:42 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [15/Feb/2006:18:32:42 +0000] Full reload complete.
    I [15/Feb/2006:21:32:16 +0000] System going to sleep
    I [15/Feb/2006:22:06:06 +0000] System woke from sleep
    I [15/Feb/2006:22:07:22 +0000] System going to sleep
    I [15/Feb/2006:22:26:39 +0000] System woke from sleep
    I [15/Feb/2006:22:30:18 +0000] System going to sleep
    I [15/Feb/2006:22:39:09 +0000] System woke from sleep
    I [15/Feb/2006:23:05:24 +0000] System going to sleep
    I [16/Feb/2006:08:32:34 +0000] System woke from sleep
    I [16/Feb/2006:11:35:55 +0000] Listening to 7f000001:631
    I [16/Feb/2006:11:35:55 +0000] Listening to 300ac0:0
    I [16/Feb/2006:11:35:55 +0000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [16/Feb/2006:11:35:55 +0000] Configured for up to 100 clients.
    I [16/Feb/2006:11:35:55 +0000] Allowing up to 100 client connections per host.
    I [16/Feb/2006:11:35:55 +0000] Full reload is required.
    E [16/Feb/2006:11:35:55 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [16/Feb/2006:11:35:55 +0000] Full reload complete.
    I [16/Feb/2006:11:42:36 +0000] System going to sleep
    I [16/Feb/2006:11:43:29 +0000] System woke from sleep
    I [16/Feb/2006:11:43:56 +0000] Scheduler shutting down normally.
    I [16/Feb/2006:11:52:20 +0000] Listening to 7f000001:631
    I [16/Feb/2006:11:52:20 +0000] Listening to 300ac0:0
    I [16/Feb/2006:11:52:21 +0000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [16/Feb/2006:11:52:21 +0000] Configured for up to 100 clients.
    I [16/Feb/2006:11:52:21 +0000] Allowing up to 100 client connections per host.
    I [16/Feb/2006:11:52:21 +0000] Full reload is required.
    E [16/Feb/2006:11:52:23 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [16/Feb/2006:11:52:23 +0000] Full reload complete.
    I [16/Feb/2006:13:09:01 +0000] Listening to 7f000001:631
    I [16/Feb/2006:13:09:01 +0000] Listening to 300ac0:0
    I [16/Feb/2006:13:09:02 +0000] Loaded configuration file "/private/etc/cups/cupsd.conf"
    I [16/Feb/2006:13:09:02 +0000] Configured for up to 100 clients.
    I [16/Feb/2006:13:09:02 +0000] Allowing up to 100 client connections per host.
    I [16/Feb/2006:13:09:02 +0000] Full reload is required.
    E [16/Feb/2006:13:09:02 +0000] LoadAllClasses: Unable to open /private/etc/cups/classes.conf - No such file or directory
    I [16/Feb/2006:13:09:02 +0000] Full reload complete.

  • Error running HAL routine from a perl cgi script via a browser

    Hi,
    I'm getting an error while trying to run a HAL routine from a perl- cgi initiated from a web browser. Perl-Cgi script runs fine when run from command line.
    07/23/2010|183648|N/A|Info|N/A|Analytic Services Adapter Log File Started
    07/23/2010|183648|AppName/Plan2|Info|Connect|Method Started
    07/23/2010|183648|AppName/Plan2*|Error|Connect|java.lang.UnsatisfiedLinkError: no HssJNIDriver950 in java.library.path*
    07/23/2010|183648|AppName/Plan2|Error|Connect|Method Ended - Connect completed with exceptions.
    07/23/2010|183648|N/A|Info|N/A|Analytic Services Adapter Log File Ended
    I've added the following env. variables in Apache server's httpd.conf file
    SetEnv ARBORPATH "E:\\Hyperion\\products\\Essbase\\EssbaseClient"
    SetEnv APS_HOME "E:\\Hyperion\\products\\Essbase\\aps"
    SetEnv ESSLANG "English_UnitedStates.Latin1@Binary"
    SetEnv EASPATH "E:\\Hyperion\\products\\Essbase\\eas\\server"
    SetEnv HYPERION_HOME "E:\\Hyperion"
    SetEnv ESSBASEPATH "E:\\Hyperion\\products\\Essbase\\EssbaseClient"
    SetEnv EAS_HOME "E:\Hyperion\products\Essbase\eas\console"
    SetEnv CLASSPATH "E:\\Vignette\\V7\\vbis\\Hyperion\\EssbaseAdapter"
    SetEnv PATH "E:\\Hyperion\\common\\ADM\\9.5.0.0\\Essbase\\9.5.0.0\\bin;E:\\Vignette\\V7\\vbis\\Hyperion\\EssbaseAdapter\\adm;C:\\Program Files (x86)\\Java\\jre1.5.0_17\\bin\\;E:\\Hyperion\\products\\Essbase\\EssbaseClient\\bin;E:\\Hyperion\\products\\Essbase\\EssbaseClient;E:\\Hyperion\\common\\CSS\\9.5.0.0\\bin;E:\\Hyperion\\products\\Essbase\\eas\\console\\bin;"
    Any pointers would be appreciated.
    Thanks in Advance!!

    Vipul,
    Vipul Sanghvi wrote:
    I am facing problem in running a Perl CGI Script on Weblogic
    Application
    Server
    I set the CGIServlet Property in the Weblogic Properties file as
    weblogic.httpd.register.cgi-bin=weblogic.servlet.CGIServlet
    weblogic.httpd.initArgs.cgi-bin=\
    cgiDir=/weblogic/myserver/public_html/cgi-bin,\
    *.pl=/bin/perl.exe,\It shouldn't end with ,\ right?
    Was it a mistake?
    -Kumar
    >
    I installed the Perl on my system and put the perl exe in the bin
    directory
    of the Weblogic App Server. But I am getting the error "failed to
    execute
    the test.pl ". Where test.pl is a simple test perl script.
    APP server ver is WLE5 Beta[att1.html]

  • IPlanet 5.0 error log sayss: too many fds open

    Hello,
    we are using iPlanet 5.0 on a windows 2000 machine.
    In the error log I found the following message:
    Not listening for new connections - too many fds open
    How can I check the number of open fds on a a windows 2000 machine? Where is the maximum number of open fds set?
    Can anybody help me?
    Regards Christiane

    Hi Christiane,
    This message is quite unusual on windows as fds means files descriptors and is more a unix parameter.
    Anyway, normally on Unix, you have 2 locations to modify the file descriptors:
    - One on the OS level (on solaris in the /etc/system file).
    - One on the application (iPlanet Directory Server).
    As I don't think there is any OS parameter for windows, then maybe the one on the Directory Server is there and would need to be increased.
    On a Directory Server 5.x (on Unix), this parameter is located in the configuration file: <server_root>/slapd-<your_instance>/config/dse.ldif
    This parameter is available (again, on Unix) under the "dn: cn=config" block and for the parameter name "nsslapd-maxfiledescriptor".
    You may try to see if this parameter is present in your config file, and if yes, try to increase its value. Do it while the Directory Server is stopped.
    Hope this would help. If it does, then please post back your feedback here, to share your solution with us.
    Cheers / Damien.

  • How can I display error log of a standard program in my custom program?

    Hello Experts,
    I have a requirement where I submit a standard program from my custom module pool program as a background job. I use the TO SAP-SPOOL and thus the log is available when I go to SM37 and check the spool list. I have a requirement that I display this log in a tab within my module pool after the completion of the program. I am unable to fins a proper solution to this. I have both the spool number & the log number but I am unable to find function modules which will help me print them within my program. I found many ways to display it but as full screen and not with in my program.
    Could someone please help me with this.
    Thank You

    Hi,
    FM to read a spool request is "RSPO_RETURN_ABAP_SPOOLJOB".
    If the error log is displayed as a list output in the standard program, you can also use the syntax SUBMIT Program... and RETURN with export to memory addition.
    Then you will be able to read the list output from memory.
    Regards,
    Munesh.

  • Dml error logging: can we pass source column values to ora_err_tag$

    Hi Experts,
    We can set ora_err_tag$ values while implementing dml error logging feature.
    Can we pass source column values to ora_err_tag$ field of error table?
    Thanks,
    Dhiraj

    F5wrong forum
    Philip

  • From where we can get error log of delivering state

    Hi Experts,
      I have processed large file and itseems the message got picked up successfully from sender side and got stucked in deleivering state. Can anyone suggest from where can we get error log that why the message is in delivering state.
    I have checked in channel and MM log but nat able to find.
    Thanks,
    Swetha

    Hi,
    You can check in engine status - backlog data in adapter engine in component monitoring.
    Please check below link:
    [http://help.sap.com/saphelp_nwpi71/helpdata/en/12/5dd23aaad7b3408dde3c1577fda5b3/content.htm]
    Regards,
    Beena.

  • How can we create the error log in a ABAP program

    Hi all,
    How can we create the error log in a ABAP program
    Thanks,
    srinivas.

    Hi,
    Refer to FM's in the Function Group SBAL. For a change most of the FM's have been well documented. Also have a look at the DEMO pgms. Se38---->SBALDEMO & F4.
    Regards
    Raju Chitale

  • After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    so your starting it up and its just crashing right away, yes? can you tell me what app it acutally is? as iOS6 is so new my thought would be that its probably incompatable with it at this time, im having trouble with my networks app that just will not let me log in at all!
    id suggest going to the page of the app on the app store and look to see if it says if its compatable or not? as for a error log its in usage data, which is in settings > general > about, and i think its near the bottom.

  • Can someone take a look at my error log please

    MAC Mini 10.8.5
    Hi
    My Mac's been behaving weird. I ran Avast as well as a full Avira scan to make sure it is not a Trojan or some malware. However, still the MAC freezes up and my email's just been hacked. Just now my MAC did a weird thing: I was just writing an email - the only thing that was running was one Google Chrome window- and my MAC just suddenly shut down on me. When it cam back after the auto restart I had an Avast error screen showing that there was an 'internal error'. Couldn't find out what that error was though. Thanks in advance.
    Here is the MAC error log:
    Interval Since Last Panic Report:  2473078 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    B3223764-0B7B-CC64-7328-B90A411F6468
    Wed Jun 25 19:19:07 2014
    panic(cpu 0 caller 0xffffff80038b8945): Kernel trap at 0xffffff7f83e6284c, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000000, CR3: 0x0000000005c55000, CR4: 0x00000000001606e0
    RAX: 0x0000000000000001, RBX: 0x0000000000000020, RCX: 0xffffff8003e64b50, RDX: 0xffffff8023cf7e08
    RSP: 0xffffff81c9cdbcc0, RBP: 0xffffff81c9cdbd60, RSI: 0x000000000000000c, RDI: 0x0000000000000000
    R8:  0x0000000000000002, R9:  0x000000000000003f, R10: 0x00000000000005cc, R11: 0xffffff7f83e61e70
    R12: 0xffffff8024a2e800, R13: 0x00000000e00002bd, R14: 0x00000000000014ac, R15: 0x0000000000000005
    RFL: 0x0000000000010286, RIP: 0xffffff7f83e6284c, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81c9cdb960 : 0xffffff800381d636
    0xffffff81c9cdb9d0 : 0xffffff80038b8945
    0xffffff81c9cdbba0 : 0xffffff80038cebfd
    0xffffff81c9cdbbc0 : 0xffffff7f83e6284c
    0xffffff81c9cdbd60 : 0xffffff7f83e62015
    0xffffff81c9cdbdb0 : 0xffffff7f83dee401
    0xffffff81c9cdbe00 : 0xffffff7f83e09028
    0xffffff81c9cdbe50 : 0xffffff7f84212cf1
    0xffffff81c9cdbe70 : 0xffffff7f8420b0b5
    0xffffff81c9cdbeb0 : 0xffffff7f8420ba81
    0xffffff81c9cdbed0 : 0xffffff7f84205af3
    0xffffff81c9cdbef0 : 0xffffff8003c50e58
    0xffffff81c9cdbf30 : 0xffffff8003c4f95a
    0xffffff81c9cdbf80 : 0xffffff8003c4fa89
    0xffffff81c9cdbfb0 : 0xffffff80038b3257
          Kernel Extensions in backtrace:
             com.apple.iokit.IOUSBFamily(635.4)[E67F44F7-A4BD-3CD1-A01B-B37D783CE613]@0xffff ff7f83deb000->0xffffff7f83e48fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[6C1D646D-7E5E-3D7F-A557-2CBA398FF878]@0xffffff 7f83dbe000
             com.apple.driver.AppleUSBEHCI(621.4.6)[05EA49D6-EC8C-37A1-896B-D1D617BADF13]@0x ffffff7f84202000->0xffffff7f84219fff
                dependency: com.apple.iokit.IOUSBFamily(635.4.0)[E67F44F7-A4BD-3CD1-A01B-B37D783CE613]@0xff ffff7f83deb000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[6C1D646D-7E5E-3D7F-A557-2CBA398FF878]@0xffffff 7f83dbe000
             jp.co.yamaha.driver.YamahaSteinbergUSBAudio(1.8.31)[AA37983F-907E-638A-F1C9-916 9535BBE31]@0xffffff7f83e55000->0xffffff7f83e6cfff
                dependency: com.apple.iokit.IOAudioFamily(1.9.2fc7)[8577E948-8E87-361C-A079-EBB1AB0AF656]@0 xffffff7f83d7e000
                dependency: com.apple.iokit.IOUSBFamily(635.4.0)[E67F44F7-A4BD-3CD1-A01B-B37D783CE613]@0xff ffff7f83deb000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x0000000003600000
    Kernel text base: 0xffffff8003800000
    System model name: Macmini6,2 (Mac-F65AE981FFA204ED)
    System uptime in nanoseconds: 26136016409849
    last loaded kext at 5754846243699: com.avira.kext.FileAccessControl 1.0.0d1 (addr 0xffffff7f8555f000, size 20480)
    last unloaded kext at 250403897888: com.apple.driver.AppleFileSystemDriver 3.0.1 (addr 0xffffff7f85473000, size 8192)
    loaded kexts:
    com.avira.kext.FileAccessControl 1.0.0d1
    com.avast.AvastFileShield 2.1.0
    com.avast.PacketForwarder 1.4
    jp.co.yamaha.driver.YamahaSteinbergUSBAudio 1.8.31
    com.apple.filesystems.msdosfs 1.8.1
    com.apple.iokit.IOBluetoothSerialManager 4.1.7f4
    com.apple.filesystems.autofs 3.0
    com.apple.driver.ApplePlatformEnabler 2.0.7d2
    com.apple.driver.AGPM 100.13.12
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.4.7fc4
    com.apple.driver.AppleMikeyDriver 2.4.7fc4
    com.apple.driver.AppleSMBusPCI 1.0.11d1
    com.apple.driver.AppleUpstreamUserClient 3.5.12
    com.apple.driver.AppleMCCSControl 1.1.11
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleLPC 1.6.3
    com.apple.driver.AppleIntelHD4000Graphics 8.1.6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.ApplePolicyControl 3.4.5
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleIntelFramebufferCapri 8.1.6
    com.apple.driver.AppleIRController 320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 34
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.3.5
    com.apple.driver.AppleUSBHub 635.4.0
    com.apple.driver.AppleSDXC 1.4.3
    com.apple.iokit.AppleBCM5701Ethernet 3.6.2b4
    com.apple.driver.AirPort.Brcm4331 615.20.17
    com.apple.driver.AppleFWOHCI 4.9.9
    com.apple.driver.AppleAHCIPort 2.6.6
    com.apple.driver.AppleUSBEHCI 621.4.6
    com.apple.driver.AppleUSBXHCI 635.4.0
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleACPIButtons 1.8
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.8
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 214.0.0
    com.apple.nke.applicationfirewall 4.0.39
    com.apple.security.quarantine 2.1
    com.apple.driver.AppleIntelCPUPowerManagement 214.0.0
    com.apple.iokit.IOSerialFamily 10.0.6
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.4.7fc4
    com.apple.driver.AppleSMBusController 1.0.11d1
    com.apple.driver.AppleUSBAudio 2.9.3f3
    com.apple.iokit.IOAudioFamily 1.9.2fc7
    com.apple.kext.OSvKernDSPLib 1.12
    com.apple.iokit.IOAcceleratorFamily 74.15
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.iokit.IOSurface 86.0.4
    com.apple.iokit.IOBluetoothFamily 4.1.7f4
    com.apple.driver.AppleGraphicsControl 3.4.5
    com.apple.iokit.IONDRVSupport 2.3.7
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleHDAController 2.4.7fc4
    com.apple.iokit.IOGraphicsFamily 2.3.7
    com.apple.iokit.IOHDAFamily 2.4.7fc4
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.5d4
    com.apple.driver.IOPlatformPluginFamily 5.4.1d13
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.5.6
    com.apple.iokit.IOUSBMassStorageClass 3.5.2
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.6
    com.apple.driver.AppleUSBHIDKeyboard 170.2.4
    com.apple.driver.AppleHIDKeyboard 170.2.4
    com.apple.driver.AppleUSBMergeNub 621.4.6
    com.apple.driver.AppleThunderboltDPInAdapter 2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily 2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.3.2
    com.apple.iokit.IOUSBHIDDriver 623.4.0
    com.apple.driver.AppleUSBComposite 621.4.0
    com.apple.driver.AppleThunderboltNHI 1.9.2
    com.apple.iokit.IOThunderboltFamily 2.7.7
    com.apple.iokit.IOEthernetAVBController 1.0.2b1
    com.apple.iokit.IO80211Family 530.5
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOUSBUserClient 630.4.4
    com.apple.iokit.IOAHCIFamily 2.5.1
    com.apple.iokit.IOUSBFamily 635.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 1.8.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 220.3
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.DiskImages 345
    com.apple.iokit.IOStorageFamily 1.8
    com.apple.driver.AppleKeyStore 28.21
    com.apple.driver.AppleACPIPlatform 1.8
    com.apple.iokit.IOPCIFamily 2.8
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    Model: Macmini6,2, BootROM MM61.0106.B03, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.8f1
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 768 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x0000, 0x000000000000000000000000000000000000
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f4 12974, 3 service, 21 devices, 3 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
    USB Device: STOR.E ALU 2S, 0x0930  (Toshiba Corporation), 0x0b1a, 0x15100000 / 1
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: miscellaneous_device, 0x046d  (Logitech Inc.), 0x0804, 0x1a130000 / 4
    USB Device: Steinberg UR22, 0x0499  (Yamaha Corporation), 0x1509, 0x1a120000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: Keyboard Hub, apple_vendor_id, 0x1005, 0x1d130000 / 9
    USB Device: USB OPTICAL MOUSE, 0x093a  (Pixart Imaging, Inc.), 0x2500, 0x1d133000 / 11
    USB Device: Apple Keyboard, apple_vendor_id, 0x021d, 0x1d132000 / 10
    USB Device: hub_device, 0x0424  (SMSC), 0x2512, 0x1d180000 / 3
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828a, 0x1d181300 / 6
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4

    I remember several occasions where files where downloaded onto my MAC without even allowing or initiating/ asking for the download. You just open a page and the next thing you know you see that something is being downloaded. Although I immediately trashed the downloaded file weird stuff keeps happening.
    Recently my emails got hacked, twice, even after changing password..and worst of all, in the last few short weeks my bank has cancelled my card 3 times and sent me a new one, because it had been cloned- every time I have anew card it gets cloned. I do not use it anywhere but my own bank's ATM...and this MAC.
    It's almost as if someone has installed something on my MAC that cannot be detected and that can see everything I do. Sounds a bit paranoid- but I really can't understand how the card fraud and email hacks keep happening!
    In any case, I have run Etrecheck and here are the results:
    EtreCheck version: 1.9.12 (48)
    Report generated July 1, 2014 2:32:23 PM ADT
    Hardware Information:
      Mac mini (Late 2012) (Verified)
      Mac mini - model: Macmini6,2
      1 2.3 GHz Intel Core i7 CPU: 4 cores
      16 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: 768 MB
      SMB2230H 1920 x 1080 @ 60 Hz
    System Software:
      OS X 10.8.5 (12F45) - Uptime: 0 days 1:30:28
    Disk Information:
      APPLE HDD HTS541010A9E662 disk0 : (1 TB)
      disk0s1 (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 999.35 GB (372.56 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
      TOSHIBA STOR.E ALU 2S 500.11 GB
      MINI PUNK (disk1s1) /Volumes/MINI PUNK: 500.11 GB (304.6 GB free)
      Yamaha Corporation Steinberg UR22
      Apple Inc. Keyboard Hub
      PIXART USB OPTICAL MOUSE
      Apple Inc. Apple Keyboard
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple, Inc. IR Receiver
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Anywhere
    Kernel Extensions:
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      [loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
      [loaded] com.avira.kext.FileAccessControl (1.0.0d1 - SDK 10.9) Support
      [not loaded] com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.6.0 - SDK 10.7) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.6.0 - SDK 10.7) Support
      [loaded] jp.co.yamaha.driver.YamahaSteinbergUSBAudio (1.8.31 - SDK 10.6) Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.avast.init.plist Support
      [loaded] com.avast.uninstall.plist Support
      [loaded] com.avast.update.plist Support
      [loaded] com.avira.antivirus.dbcleaner.plist Support
      [loaded] com.avira.antivirus.ipm.loader.plist Support
      [running] com.avira.helper.watchdox.plist Support
    Launch Agents:
      [loaded] com.avast.userinit.plist Support
      [loaded] com.avira.antivirus.ipm.ui.plist Support
      [loaded] com.avira.antivirus.notifications.agent.plist Support
      [loaded] com.avira.antivirus.odscan.default.plist Support
      [loaded] com.avira.antivirus.scheduler.agent.plist Support
      [running] com.avira.antivirus.systray.plist Support
      [loaded] com.avira.antivirus.telemetry.agent.plist Support
      [loaded] com.avira.antivirus.update.default.plist Support
    User Launch Agents:
      [loaded] com.avast.home.userinit.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      iTunesHelper
      ZipCloud
      NIHardwareAgent
    Internet Plug-ins:
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 13.0.0.214 - SDK 10.6 Support
      Flash Player: Version: 13.0.0.214 - SDK 10.6 Outdated! Update
      QuickTime Plugin: Version: 7.7.1
      JavaAppletPlugin: Version: 14.5.0 - SDK 10.8 Check version
    Safari Extensions:
      avast! Online Security: Version: 9.0.2021.112
      Searchme: Version: 1.3
      Amazon Shopping Assistant: Version: 1.1
      Slick Savings: Version: 2.0
      Ebay Shopping Assistant: Version: 1.1
    Audio Plug-ins:
      AirPlay: Version: 1.7 - SDK 10.8
      iSightAudio: Version: 7.7.1 - SDK 10.8
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.8
    3rd Party Preference Panes:
      Flash Player  Support
      Native Instruments USB Audio  Support
      Yamaha Steinberg USB  Support
    Time Machine:
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Time Machine not configured!
    Top Processes by CPU:
          5% com.avast.daemon
          2% ZipCloud
          2% WindowServer
          1% activitymonitord
          1% Google Chrome
    Top Processes by Memory:
      295 MB savapi
      279 MB avguard.bin
      164 MB Google Chrome
      115 MB mds
      115 MB com.avast.daemon
    Virtual Memory Information:
      10.41 GB Free RAM
      2.53 GB Active RAM
      1.13 GB Inactive RAM
      1.92 GB Wired RAM
      1.09 GB Page-ins
      0 B Page-outs

  • IPlanet 4.1 Error log has multiple "Exiting JVM" entries

    Anybody ever run into this problem?
    I just did a clean install of iPlanet Enterprise Server (SP8) on my HP-UX
    box (PA_RISC2.0). Java servlets run fine in Tomcat on this box, but whenever
    I try to even turn on the servlet engine in iPlanet, the webserver hangs. In
    the error log I get the message below repeated as long as I let my browser
    continue to try and retrieve the info at a location on the server (static
    doc or servlet):
    info ( 7256): Exiting JVM

    This is an application server forum. Try asking your question in an
    Enterprise Server newsgroup. (iplanet.server is one suggestion)
    David
    KurtHeston wrote:
    Anybody ever run into this problem?
    I just did a clean install of iPlanet Enterprise Server (SP8) on my HP-UX
    box (PA_RISC2.0). Java servlets run fine in Tomcat on this box, but whenever
    I try to even turn on the servlet engine in iPlanet, the webserver hangs. In
    the error log I get the message below repeated as long as I let my browser
    continue to try and retrieve the info at a location on the server (static
    doc or servlet):
    info ( 7256): Exiting JVM

  • How can I create my own error log in sql

    I would like to create an error log table in sql where every time there is an error in sql and every time a stored procedure rolls back it should submit an entry into the error table to show where and what the error was.
    Thank you
    Debra has a question

    I think SQL Server does a fairly good job of creating, writing to, and reading from it's own built-in error log.  please see this link for details.
    http://sqlandme.com/2012/01/25/sql-server-reading-errorlog-with-xp_readerrorlog/
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

Maybe you are looking for