Interpreting DNS log

I got a 2008 server with 2 NIC, one public, the other private. The public NIC should register its A record, and it does, which is good. The private should NOT register its record - we disabled the option accordingly in TCP/IP stack - but the record comes
back from time to time(very far and few between). I am suspecting something other than the NIC is doing the registration, so I enabled DNS log. Below is one entry from the log coming from the server itself. But my question is not about how the record was registered
- I am still working on it - instead, my question is how to interpret the log below. It seems that the server is regstering the private IP based on the entry, but I don't see the record created in DNS. Same update request can be seen in log quite often.
In short, record for private IP is NOT getting created most of the time while the log says otherwise. What gives?
12/12/2013 9:34:31 AM 07A8 PACKET  00000000095AE940 UDP Snd 172.31.85.66    eef2 R U [00a8       NOERROR] SOA    (8)domain(2)parentdomain(13)com(0)
UDP response info at 00000000095AE940
  Socket = 448
  Remote addr [public IP of server here], port 56769        <---------------------------
  Time Query=2212181, Queued=0, Expire=0
  Buf length = 0x0fa0 (4000)
  Msg length = 0x0067 (103)
  Message:
    XID       0xeef2
    Flags     0xa800
      QR        1 (RESPONSE)
      OPCODE    5 (UPDATE)   <-----------
      AA        0
      TC        0
      RD        0
      RA        0
      Z         0
      CD        0
      AD        0
      RCODE     0 (NOERROR)
    ZCOUNT    1
    PRECOUNT  0
    UPCOUNT   1
    ARCOUNT   0
    ZONE SECTION:
    Offset = 0x000c, RR count = 0
    Name      "(8)domain(2)parentdomain(13)com(0)"
      ZTYPE   SOA (6)
      ZCLASS  1
    PREREQUISITE SECTION:
      empty
    UPDATE SECTION:
    Offset = 0x002f, RR count = 0
    Name      "(10)ServerName(8)domain(2)parentdomain(13)com(0)"
      TYPE   A  (1)
      CLASS  254
      TTL    0
      DLEN   4
      DATA   [Private IP here]   <----------------------------------------
    ADDITIONAL SECTION:
      empty

Hi,
Firstly, please refer to the link below to better understand the DNS log:
http://www.zytrax.com/books/dns/ch15/#rdata
In addition, did you mean that the DNS server was multihomed (with two NICs)? If yes, please refer to the links below:
Steps to avoid registering unwanted NIC(s) in DNS on a Mulithomed Domain Controller
http://support.microsoft.com/kb/2023004
How does a DNS query work in a multi-homed PC?
http://social.technet.microsoft.com/Forums/windowsserver/en-US/d0aa6307-41bb-43d1-b918-d9794747958d/how-does-a-dns-query-work-in-a-multihomed-pc?forum=winserverPN
Best regards,
Susie

Similar Messages

  • Errors in DNS Log

    I have searched for an answer to this question with no results.
    After zeroing the dirves and installing server 10.4 and updating to 10.4.7 (Build 8j135) on a g4 xserve and setting up DNS, DHCP, Firewall service I keep seeing this entry in the dns log:
    Aug 08 10:43:01.404 dnsmasterload: named.local:12: ignoring out-of-zone data (1.localhost)
    My defualt named.local file looks like:
    $ORIGIN localhost.
    $TTL 86400
    0.0.127.in-addr.arpa. IN SOA localhost. root. (
    2006080502 ; Serial
    3H ; Refresh
    15M ; Retry
    1W ; Expire
    1D ) ; Minimum
    0.0.127.in-addr.arpa. IN NS localhost.
    1 IN PTR localhost.
    The ssh comand "host localhost" returns
    localhost has address 127.0.0.1
    while "host 127.0.0.1" returns
    Host 1.0.0.127.in-addr.arpa not found: 3(NXDOMAIN).
    If I remove the "$ORIGIN localhost." line in my named.local file and restart the DNS server the error goes away and the ssh comand "host 127.0.0.1" returns
    1.0.0.127.in-addr.arpa domain name pointer localhost
    and everything seems to be working fine.
    The problem is that every time I change something in the DNS records it re-inserts the "$ORIGIN localhost." line and the errors reappear causeing me to re-edit the named.local file and remove the line.
    The question: is the named.local file suppose to look the way that I have posted it here and if so what else could be causing the error and the none look back? Or if it is not suppose to look like this how can I stop it from inserting the "$ORINIG localhost." line every time I change the DNS records?
    John
    G4 Xserve   Mac OS X (10.4.7)  

    changeip is my new friend!

  • DNS LOG writting Issue in win 2k8 server.

    We have Win2K8 Std, we are experiencing the DNS log issue on this Server. We had set the
    DNS Log limit is 200 MB and this logs should be over written , but automatically deleting the logs once reaches the limit ( 200 MB), again will start with writing the fresh logs.Please assist us the issue as early as possible.

    text below from this link: http://technet.microsoft.com/en-us/library/bb726966.aspx
    which one you've set:
    Determine what happens when the maximum log size is reached. The options available are
    Overwrite Events As Needed Events in the log are overwritten when the maximum file size is reached. Generally, this is the best option on a low priority system.
    Overwrite Events Older Than . . . Days When the maximum file size is reached, events in the log are overwritten only if they are older than the setting you select. If
    the maximum size is reached and the events can't be overwritten, the system generates error messages telling you the event log is full.
    Do Not Overwrite Events (Clear Log Manually) When the maximum file size is reached, the system generates error messages telling you the event log is full.
    or check out this thread, you can opt to save event logs:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/728bb896-b9c4-4043-8aed-7fd4d53713f6/how-do-dns-logs-overwrite?forum=winserverNIS
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    IT Stuff Quick Bytes

  • How do DNS logs overwrite?

    I am feeding DNS logs to a syslog server using LogParser with a check file and a scheduled task running every couple minutes.
    When the log grows to the max size, 1gb, it overwrites by truncating some random amount of the log. 
    How can I be sure I'm not missing logs?  
    Can we configure it to FIFO, or retain some amount of the log file when it truncates to avoid missing logs?

    Hi,
    In event viewer, right click DNS server. Then you can customize the maximum size of the log, the value is up to 4 GB. You can also choose whether to overwrite old
    logs.
    For your situation, I think we still need a script to schedule save event log. For your reference:
    Script to schedule save event log
    http://www.petri.co.il/forums/showthread.php?t=16004
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope this helps.

  • JNI Hotspot Error: Access Violation, need help interpreting the log.

    Hello. I'm a relatively new developer (previously an engineer), and so to start me off I was given the task of providing a JNI-enabled interface to some legacy licensing software (it's C++, we want Java). Now the functionality of JNI is not the problem I have. I HAD those types of problems but now I'm having a far more obscure problem that is absolutely stumping me.
    It's a Hotspot error that I cannot get rid off... and I cannot find a clear bit of info on how to interpret them.
    About the problem...first off this does not happen on my development machine, where it is isolated from other components in the end-product. The integration machine with the rest of the software runs fine with a "Dummy" version of my component, but we get errors when the real version is in use. I'd really appreciate any help in understanding these things, even if it is just some general pointers.
    First off here is the log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c82caa4, pid=5516, tid=4420
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_14-b03 mixed mode)
    # Problematic frame:
    # C  [ntdll.dll+0x2caa4]
    ---------------  T H R E A D  ---------------
    Current thread (0x0aa1eaa0):  JavaThread "btpool0-5" [_thread_in_native, id=4420]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x0b1a9a40, EBX=0x00030000, ECX=0x00001448, EDX=0x00000000
    ESP=0x0c90e774, EBP=0x0c90e780, ESI=0x0b1a9a38, EDI=0x0b1aa000
    EIP=0x7c82caa4, EFLAGS=0x00010246
    Top of Stack: (sp=0x0c90e774)
    0x0c90e774:   00030000 00000003 00030005 0c90e7b8
    0x0c90e784:   7c833a2a 0b1a9a4c 0b1aa000 0c90e7ac
    0x0c90e794:   00000000 00000477 00030178 00030000
    0x0c90e7a4:   0ab2de05 0003015c 00000600 0afd0000
    0x0c90e7b4:   00030178 0c90e9e4 7c82b5fb 04030000
    0x0c90e7c4:   000023b8 000023ac 00000000 7c829fd6
    0x0c90e7d4:   7c82a124 00031138 0c90ea04 7c82a0b8
    0x0c90e7e4:   7c82a0fc 000001ba 00000000 7c829fd6
    Instructions: (pc=0x7c82caa4)
    0x7c82ca94:   63 02 00 8b 4e 0c 8d 46 08 8b 10 89 4d 08 8b 09
    0x7c82caa4:   3b 4a 04 89 55 0c 0f 85 ae 4f 01 00 3b c8 0f 85
    Stack: [0x0c8d0000,0x0c910000),  sp=0x0c90e774,  free space=249k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [ntdll.dll+0x2caa4]
    C  [ntdll.dll+0x33a2a]
    C  [ntdll.dll+0x2b5fb]
    C  [MSVCRT.dll+0x1d08c]
    C  [verify.dll+0x4897]
    C  [verify.dll+0x19c6]
    C  [verify.dll+0x126b]
    C  [java.dll+0x3fb7]
    V  [jvm.dll+0x11d86a]
    V  [jvm.dll+0x78acb]
    V  [jvm.dll+0x78deb]
    V  [jvm.dll+0x78aaa]
    V  [jvm.dll+0xcb029]
    V  [jvm.dll+0xcbcc6]
    V  [jvm.dll+0xcbbac]
    V  [jvm.dll+0x82c7b]
    j  com.a.b.c.lmv.Factoralproducer.MeanManagerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;
    Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;Ljava/lang/Boolean;
    Lorg/oasis_open/docs/wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lcom/a/b/c/lmv/Factoralproducer/MeanPolicyType;Ljavax/xml/datatype/XMLGregorianCalendar;
    Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+231
    j  com.a.b.c.lmv.Factoralproducer.FactoralProducerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;
    Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;Ljava/lang/Boolean;Lorg/oasis_open/docs/wsrf/_2004/_06/
    wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lcom/a/b/c/lmv
    /Factoralproducer/MeanPolicyType;Ljavax/xml/datatype/XMLGregorianCalendar;Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+20
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x875dd]
    V  [jvm.dll+0xdfd96]
    V  [jvm.dll+0x874ae]
    V  [jvm.dll+0xf3f82]
    V  [jvm.dll+0xa5752]
    C  [java.dll+0x6d4f]
    j  sun.reflect.NativeMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    J  sun.reflect.DelegatingMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(Lorg/apache/cxf/message/Exchange;
    Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+57
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;
    Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+26
    j  org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object
    ;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+179
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)
    Ljava/lang/Object;+114
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run()V+26
    j  org.apache.cxf.workqueue.SynchronousExecutor.execute(Ljava/lang/Runnable;)V+1
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(Lorg/apache/cxf/message/Message;)V+94
    j  org.apache.cxf.phase.PhaseInterceptorChain.dcntercept(Lorg/apache/cxf/message/Message;)Z+76
    j  org.apache.cxf.transport.ChainInitiationObserver.onMessage(Lorg/apache/cxf/message/Message;)V+137
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+334
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+341
    j  org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+47
    j  org.mortbay.jetty.handler.ContextHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+700
    j  org.mortbay.jetty.handler.ContextHandlerCollection.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+272
    j  org.mortbay.jetty.handler.HandlerWrapper.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+23
    j  org.mortbay.jetty.Server.handle(Lorg/mortbay/jetty/HttpConnection;)V+110
    j  org.mortbay.jetty.HttpConnection.handleRequest()V+131
    J  org.mortbay.jetty.HttpParser.parseNext()J
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.mortbay.jetty.HttpParser.parseAvailable()J+1
    j  org.mortbay.jetty.HttpConnection.handle()V+122
    j  org.mortbay.jetty.bio.SocketConnector$Connection.run()V+130
    j  org.mortbay.jetty.security.SslSocketConnector$SslConnection.run()V+51
    j  org.mortbay.thread.BoundedThreadPool$PoolThread.run()V+45
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x875dd]
    V  [jvm.dll+0xdfd96]
    V  [jvm.dll+0x874ae]
    V  [jvm.dll+0x8720b]
    V  [jvm.dll+0xa2089]
    V  [jvm.dll+0x1112e8]
    V  [jvm.dll+0x1112b6]
    C  [MSVCRT.dll+0x2b530]
    C  [kernel32.dll+0x24829]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.a.b.c.lmv.Factoralproducer.MeanManagerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;
    Ljava/lang/Boolean;Lorg/oasis_open/docs/wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lcom/a/b/c/lmv/Factoralproducer/MeanPolicyType;
    Ljavax/xml/datatype/XMLGregorianCalendar;Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+231
    j  com.a.b.c.lmv.Factoralproducer.FactoralProducerImpl.subscribe
    (Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;Lcom/a/b/c/lmv/baseFactoral/TopicExpressionType;
    Ljava/lang/Boolean;Lorg/oasis_open/docs/wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;
    Lorg/oasis_open/docs/
    wsrf/_2004/_06/wsrf_ws_resourceproperties_1_2_draft_01/QueryExpressionType;Lcom/a/b/c/lmv/Factoralproducer
    /MeanPolicyType;Ljavax/xml/datatype/XMLGregorianCalendar;Lcom/a/b/c/lmv/types/ppoToken;)
    Lorg/xmlbp/schemas/ws/_2003/_03/addressing/EndpcntReferenceType;+20
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccepporImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)
    Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    J  sun.reflect.DelegatingMethodAccepporImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(Lorg/apache/cxf/message/
    Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+57
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;
    Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+26
    j  org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(Lorg/apache/cxf/message/Exchange;
    Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;+179
    j  org.apache.cxf.service.invoker.AbstractInvoker.invoke(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)
    Ljava/lang/Object;+114
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run()V+26
    j  org.apache.cxf.workqueue.SynchronousExecutor.execute(Ljava/lang/Runnable;)V+1
    j  org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(Lorg/apache/cxf/message/Message;)V+94
    j  org.apache.cxf.phase.PhaseInterceptorChain.dcntercept(Lorg/apache/cxf/message/Message;)Z+76
    j  org.apache.cxf.transport.ChainInitiationObserver.onMessage(Lorg/apache/cxf/message/Message;)V+137
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+334
    j  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;)V+341
    j  org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+47
    j  org.mortbay.jetty.handler.ContextHandler.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+700
    j  org.mortbay.jetty.handler.ContextHandlerCollection.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+272
    j  org.mortbay.jetty.handler.HandlerWrapper.handle(Ljava/lang/String;Ljavax/servlet/http/HttpServletRequest;
    Ljavax/servlet/http/HttpServletResponse;I)V+23
    j  org.mortbay.jetty.Server.handle(Lorg/mortbay/jetty/HttpConnection;)V+110
    j  org.mortbay.jetty.HttpConnection.handleRequest()V+131
    J  org.mortbay.jetty.HttpParser.parseNext()J
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  org.mortbay.jetty.HttpParser.parseAvailable()J+1
    j  org.mortbay.jetty.HttpConnection.handle()V+122
    j  org.mortbay.jetty.bio.SocketConnector$Connection.run()V+130
    j  org.mortbay.jetty.security.SslSocketConnector$SslConnection.run()V+51
    j  org.mortbay.thread.BoundedThreadPool$PoolThread.run()V+45
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0aa2d9f8 JavaThread "RMI RenewClean-[47.166.94.29:3617]" daemon [_thread_in_native, id=4792]
    =>0x0aa1eaa0 JavaThread "btpool0-5" [_thread_in_native, id=4420]
      0x0aa1c450 JavaThread "btpool0-4" [_thread_in_native, id=4600]
      0x0aa574d0 JavaThread "btpool0-3" [_thread_in_native, id=3456]
      0x0aa61c60 JavaThread "RMI ConnectionExpiration-[localhost:8099]" daemon [_thread_blocked, id=5060]
      0x0aa44988 JavaThread "btpool0-2" [_thread_in_native, id=3956]
      0x0aa2f270 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=4640]
      0x0aa2e668 JavaThread "RMI TCP Connection(1)-47.166.94.29" daemon [_thread_in_native, id=1600]
      0x0aa40d48 JavaThread "RMI Reaper" [_thread_blocked, id=4696]
      0x0b20ae68 JavaThread "Timer-0" daemon [_thread_blocked, id=4688]
      0x0aa294f8 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=4884]
      0x0aa29680 JavaThread "RMI ConnectionExpiration-[47.166.94.29:4375]" daemon [_thread_blocked, id=4860]
      0x0abfe318 JavaThread "btpool0-1" [_thread_in_native, id=716]
      0x0ac2b1f0 JavaThread "GC Daemon" daemon [_thread_blocked, id=3588]
      0x0ac26730 JavaThread "RMI RenewClean-[47.166.94.29:4375]" daemon [_thread_blocked, id=1820]
      0x0ab92d70 JavaThread "btpool1-0 - Acceptor0 [email protected]:9082" [_thread_in_native, id=3168]
      0x0b162be0 JavaThread "btpool0-0 - Acceptor0 [email protected]:9080" [_thread_in_native, id=5856]
      0x0b0e7a18 JavaThread "RMManager-Timer-12388840" daemon [_thread_blocked, id=4328]
      0x00035088 JavaThread "DestroyJavaVM" [_thread_blocked, id=4780]
      0x0afc6460 JavaThread "Thread-1" [_thread_blocked, id=440]
      0x0afd6768 JavaThread "Thread-0" daemon [_thread_blocked, id=4840]
      0x00814cc8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3076]
      0x00813950 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3248]
      0x00812cc8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5140]
      0x00809bf8 JavaThread "Finalizer" daemon [_thread_blocked, id=3704]
      0x00808780 JavaThread "Reference Handler" daemon [_thread_blocked, id=5196]
    Other Threads:
      0x00804530 VMThread [id=736]
      0x00816058 WatcherThread [id=4436]
    VM state:not at safepcnt (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 1984K, used 1897K [0x02850000, 0x02a70000, 0x02d30000)
    *eden space 1792K,  95% used [0x02850000, 0x029fa418, 0x02a10000)*
    * from space 192K, 100% used [0x02a40000, 0x02a70000, 0x02a70000)*
      to   space 192K,   0% used [0x02a10000, 0x02a10000, 0x02a40000)
    tenured generation   total 25896K, used 18178K [0x02d30000, 0x0467a000, 0x06850000)
       the space 25896K,  70% used [0x02d30000, 0x03ef0b60, 0x03ef0c00, 0x0467a000)
    compacting perm gen  total 22784K, used 22721K [0x06850000, 0x07e90000, 0x0a850000)
      * the space 22784K,  99% used [0x06850000, 0x07e806c8, 0x07e80800, 0x07e90000)*
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      D:\apps\Java\jre1.5.0_14\bin\java.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7de000      D:\apps\Java\jre1.5.0_14\bin\client\jvm.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d290000 - 0x6d298000      D:\apps\Java\jre1.5.0_14\bin\hpi.dll
    0x6d610000 - 0x6d61c000      D:\apps\Java\jre1.5.0_14\bin\verify.dll
    0x6d310000 - 0x6d32d000      D:\apps\Java\jre1.5.0_14\bin\java.dll
    0x6d630000 - 0x6d63f000      D:\apps\Java\jre1.5.0_14\bin\zip.dll
    0x68000000 - 0x68035000      C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0cf000      C:\WINDOWS\system32\SHELL32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls
                                           _6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll
    0x6d4d0000 - 0x6d4e3000      D:\apps\Java\jre1.5.0_14\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x5f270000 - 0x5f2ca000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d4f0000 - 0x6d4f9000      D:\apps\Java\jre1.5.0_14\bin\nio.dll
    0x6d5f0000 - 0x6d5f6000      D:\apps\Java\jre1.5.0_14\bin\rmi.dll
    0x10000000 - 0x10006000      C:\Program Files\a\lmv\punix.dll
    0x71f50000 - 0x71f58000      C:\WINDOWS\system32\snmpapi.dll
    0x0bb90000 - 0x0bb98000      C:\Program Files\a\lmv\periwin.dll
    0x0bba0000 - 0x0bbab000      C:\Program Files\a\lmv\vas.dll
    0x0bbb0000 - 0x0bbd0000      C:\Program Files\a\lmv\nilm.dll
    0x48890000 - 0x488cd000      C:\WINDOWS\system32\ODBC32.dll
    0x77530000 - 0x775c7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls
                                            _6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll
    0x762b0000 - 0x762f9000      C:\WINDOWS\system32\comdlg32.dll
    0x76cf0000 - 0x76d0a000      C:\WINDOWS\system32\iphlpapi.dll
    0x7f010000 - 0x7f134000      C:\WINDOWS\system32\MFC42u.DLL
    0x77670000 - 0x777a9000      C:\WINDOWS\system32\ole32.dll
    0x77d00000 - 0x77d8b000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77210000 - 0x772bb000      C:\WINDOWS\system32\WININET.dll
    0x761b0000 - 0x76243000      C:\WINDOWS\system32\CRYPT32.dll
    0x76190000 - 0x761a2000      C:\WINDOWS\system32\MSASN1.dll
    0x71bb0000 - 0x71bb9000      C:\WINDOWS\system32\WSOCK32.dll
    0x0bda0000 - 0x0bdb7000      C:\WINDOWS\system32\odbcint.dll
    0x0bf20000 - 0x0bf61000      C:\Program Files\a\lmv\JniLib.dll
    0x76cd0000 - 0x76ce9000      C:\WINDOWS\system32\MPRAPI.dll
    0x76df0000 - 0x76e24000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76dc0000 - 0x76de8000      C:\WINDOWS\system32\adsldpc.dll
    0x76b80000 - 0x76bae000      C:\WINDOWS\system32\credui.dll
    0x76a80000 - 0x76a98000      C:\WINDOWS\system32\ATL.DLL
    0x76e30000 - 0x76e3c000      C:\WINDOWS\system32\rtutils.dll
    0x7e020000 - 0x7e02f000      C:\WINDOWS\system32\SAMLIB.dll
    0x770e0000 - 0x771e8000      C:\WINDOWS\system32\SETUPAPI.dll
    0x77840000 - 0x77882000      C:\WINDOWS\system32\netman.dll
    0x76300000 - 0x764c0000      C:\WINDOWS\system32\netshell.dll
    0x74de0000 - 0x74df2000      C:\WINDOWS\system32\CLUSAPI.dll
    0x76e90000 - 0x76ecf000      C:\WINDOWS\system32\RASAPI32.dll
    0x76e40000 - 0x76e52000      C:\WINDOWS\system32\rasman.dll
    0x76e60000 - 0x76e8f000      C:\WINDOWS\system32\TAPI32.dll
    0x7fcf0000 - 0x7fd7e000      C:\WINDOWS\system32\WZCSvc.DLL
    0x76cc0000 - 0x76cc5000      C:\WINDOWS\system32\WMI.dll
    0x76d10000 - 0x76d2f000      C:\WINDOWS\system32\DHCPCSVC.DLL
    0x76f00000 - 0x76f08000      C:\WINDOWS\system32\WTSAPI32.dll
    0x4b180000 - 0x4b284000      C:\WINDOWS\system32\ESENT.dll
    0x730a0000 - 0x730ae000      C:\WINDOWS\system32\WZCSAPI.DLL
    VM Arguments:
    java_command: C:\Program Files\a\lmv\CDF\b_c_lmv.jar C:\Program Files\a\lmv\CDF
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=D:\a\Contact Center\Common Components\Cache\lib
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;
    C:\a\Cache\CacheSys\Mgr\a\DLL;C:\Program Files\a\lmv\TAPI;C:\Program Files\a\lmv\
    OS=Windows_NT
    PROCEppoR_IDENTIFIER=x86 Family 6 Model 15 Stepping 11, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 4 (cores per cpu 4, threads per core 1) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(3537076k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_14-b03) for windows-x86, built on Oct  5 2007 01:21:52 by "java_re" with MS VC++ 6.0
    {code}
    Sorry it's so long.
    Anyways my dll is Jni_interface.dll. It loads legacy.dll, and its dependents. Other code also uses these libraries.
    *So question 1* :
    I load the jni_interface.dll (and also the legacy.dll and its dependents) library at the start of execution in a static class and so it is never unloaded. I do this because the legacy.dll will be calling functions in my Jni_Interface.dll, which are propagated into the Java class on top of it all. Does this stop other code from loading the legacy.dll or from using its functionality?
    *On to question 2*:
    Here is the logged output from my library, immediately before the crash:
    {code:java}
          ***     JNI INTERFACE LIB - LOG 21 Jul 08 19:11:35.682     *** Log Level = DEBUG
    21 Jul 08 19:11:35.698 - Level[ info ] -          Thread[ 716 ]     :: initRegistry     Registry initialisation ok
    21 Jul 08 19:11:35.760 - Level[ info ] -          Thread[ 716 ]     :: vPersistData     vPersistData() called
    21 Jul 08 19:11:35.823 - Level[ debug ] -     Thread[ 716 ]     :: doVoidCallback() [ persistDataHandler ]       Signature  = (I)V
    21 Jul 08 19:11:35.823 - Level[ debug ] -     Thread[ 716 ]     :: doVoidCallback() [ setMaxUsageHandler ]       Signature  = (I)V
    21 Jul 08 19:11:35.838 - Level[ info ] -          Thread[ 716 ]     :: Constructor     _instance is instantiated
    21 Jul 08 19:11:35.838 - Level[ info ] -          Thread[ 716 ]     :: initiateLegacy()     JniManager initialisation successful
    21 Jul 08 19:11:35.838 - Level[ info ] -          Thread[ 716 ]     :: initiateLegacy()     Initial state is NORMAL
    21 Jul 08 19:11:35.838 - Level[ debug ] -     Thread[ 716 ]     :: getLicense()     Get request
    21 Jul 08 19:11:36.010 - Level[ debug ] -     Thread[ 716 ]     :: getLicense()     Get request
    {code}
    Now notice that the current thread in the Hotspot output is NOT the thread in my library. Thread 716 is a java thread by the way. This log appears absolutely fine according to me. Also note that in the hotspot log there is no mention of my java component  (the "boss" class), which is called LegacyLM. So does that mean that is in not to do with my code even though the problem only occurs when my component is included? Or is this just the cryptic nature of these problems?
    *Question 3*:
    If you see the heap section of the report, there are 3 items that I have highlighted that seem like very high values. Is this a possible cause of a crash? Or would I have received an "Out of space" error instead?
    In terms of actual code, I cannot post much, but I can tell you what I have done to try to solve the problem:
    (i) I have added mutex synchronisation to most of my shared variables.
    (ii) I have used monitorEnter and MonitorExit to control callback access to my java class.
    (iii) I have re-organised my code and replaced nearly every occurance of non-string character arrays with string equivalents.
    (iv) I changed how I attach and detach my threads so that I only attach/detach ones that previously were not (i.e. I leave java threads alone)
    As I said at the start, I am utterly confused and I don't have much of an idea about how to proceed. I'd really really appreciate a pointer or two.
    Thanks in advance.
    D
    Edited by: Diom1982 on Jul 21, 2008 12:35 PM
    Edited by: Diom1982 on Jul 21, 2008 12:40 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    For those of you who might be interested, I found a solution to this problem (my version, at least). In my situation, this was caused by attempting to access the fields of a ActionEvent object in VC++ by casting a variant to a BSTR. While the cast "worked", it somehow caused the state of the Java plugin or the AxBridge DLL to get flummoxed, causing the VM dump far downstream.
    The takehome message?
    When seeing problems like this in the plugin / ActiveX bridge, do not assume that the causative error is occuring in the location noted in the stack trace. Visual C++, in all of its gory unprotected glory, gives full memory access to the DLL interface and you can do a serious fandango on the VM core. that won't necessarily bite you until later.
    PS -- Sun gurus ... does this present a security violation in the Java paradigm?

  • Help needed to interpret Panic Log

    Recently, I got couple of system crashes, would like to know what happened exactly with my Macbook Pro, here is the panic log when it crashed. Any help will be appreciated to interpret the following log.
    2009-06-20-232356.panic:
    Description: Panic (system crashes) log
    Size: 6 KB
    Last Modified: 20/06/09 11:23 PM
    Location: /Library/Logs/PanicReporter/2009-06-20-232356.panic
    Recent Contents: Sat Jun 20 23:23:55 2009
    panic(cpu 1 caller 0x001AB0FE): Kernel trap at 0x00010000, type 6=invalid opcode, registers:
    CR0: 0x8001003b, CR2: 0x0686000a, CR3: 0x015b4000, CR4: 0x00002660
    EAX: 0x17163920, EBX: 0x17163cc0, ECX: 0x00000000, EDX: 0x0053d0f0
    CR2: 0x0686000a, EBP: 0x5b2ce378, ESI: 0x0053d0f0, EDI: 0x0b349400
    EFL: 0x00010206, EIP: 0x00010000, CS: 0x00000008, DS: 0x07120010
    Error code: 0x00000000
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x5b2ce178 : 0x12b4c6 (0x45ec20 0x5b2ce1ac 0x13355c 0x0)
    0x5b2ce1c8 : 0x1ab0fe (0x468ecc 0x10000 0x6 0x4685f0)
    0x5b2ce2a8 : 0x1a1703 (0x5b2ce2c0 0x5b2ce304 0x5b2ce378 0x10000)
    0x5b2ce2b8 : 0x10000 (0xe 0x48 0x7120010 0x10)
    0x5b2ce378 : 0xc2313a (0x17163cc0 0x53d0f0 0x5b2ce3a8 0x3f0864)
    0x5b2ce3b8 : 0x413637 (0xb349400 0x0 0x111bd000 0x3efd02)
    0x5b2ce3e8 : 0x41766c (0x111bd000 0x7488d40 0x1 0x807c720)
    0x5b2ce468 : 0x41752f (0x111bd000 0x7414480 0x0 0xffffffff)
    0x5b2ce4b8 : 0x418238 (0x111bd000 0x2 0x1 0x3f26dd)
    0x5b2ce4f8 : 0x411fda (0x111bd000 0x2 0x1 0x17165620)
    0x5b2ce538 : 0x84a242 (0x111bd000 0x2 0x5b2ce578 0x111bd000)
    0x5b2ce578 : 0x83fe5b (0x111bd000 0x9ef4a00 0x6cf5d80 0x40dadd)
    0x5b2ce5a8 : 0x8369c8 (0x111bd000 0x9ef4a00 0x0 0x0)
    0x5b2ce5e8 : 0x83708d (0x9ef4a00 0x1e207f 0x1 0x3f0864)
    0x5b2ce658 : 0x83889f (0x9ef4a00 0x74a4cc0 0x1 0x0)
    0x5b2ce6a8 : 0x416428 (0x9ef4a00 0x9ef0100 0x1 0x3f0838)
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    jp.plentycom.driver.SteerMouse(3.9)@0xc20000->0xc27fff
    dependency: com.apple.iokit.IOUSBFamily(3.4.3)@0x5aa000
    dependency: com.apple.iokit.IOHIDFamily(1.5.5)@0x829000
    dependency: com.apple.iokit.IOUSBHIDDriver(3.2.2)@0x862000
    com.apple.iokit.IOHIDFamily(1.5.5)@0x829000->0x861fff
    BSD process name corresponding to current thread: Parallels
    Mac OS version:
    9J61
    Kernel version:
    Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386
    System model name: MacBookPro4,1 (Mac-F42C89C8)
    System uptime in nanoseconds: 61318563038645
    unloaded kexts:
    com.apple.driver.InternalModemSupport 2.4.0 - last unloaded 160696620767
    loaded kexts:
    com.google.filesystems.fusefs 1.1.1 - last loaded 9804281820047
    com.parallels.kext.Pvsvnic 3.0
    com.parallels.kext.vmmain 3.0
    com.parallels.kext.hypervisor 3.0
    foo.tap 1.0
    foo.tun 1.0
    com.parallels.kext.Pvsnet 3.0
    jp.plentycom.driver.SteerMouse 3.9
    com.parallels.kext.ConnectUSB 3.0.0
    at.obdev.nke.LittleSnitch 2.0.46
    com.apple.filesystems.afpfs 9.0.1
    com.apple.nke.asp_tcp 4.7.1
    com.apple.driver.AppleBluetoothHIDMouse 1.2.3f1
    com.apple.filesystems.msdosfs 1.5.4
    com.apple.driver.AppleHWSensor 1.9d0
    com.apple.filesystems.autofs 2.0.2
    com.apple.iokit.IOBluetoothSerialManager 2.1.6f8
    com.apple.driver.AppleUpstreamUserClient 2.7.5
    com.apple.driver.AppleHDA 1.6.8a3
    com.apple.GeForce 5.4.4
    com.apple.DontSteal_Mac_OSX 6.0.3
    com.apple.driver.AppleIRController 110
    com.apple.driver.AppleHDAController 1.6.8a3
    com.apple.nvidia.nv50hal 5.4.4
    com.apple.driver.SMCMotionSensor 2.1.1d2
    com.apple.iokit.IOFireWireIP 1.7.7
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.kext.AppleSMCLMU 1.4.3d2
    com.apple.driver.ACPISMCPlatformPlugin 3.4.0d10
    com.apple.driver.AppleLPC 1.2.12
    com.apple.driver.AppleBacklight 1.6.0
    com.apple.driver.AppleUSBTCButtons 1.7.4f1
    com.apple.driver.AppleUSBMultitouch 189.32
    com.apple.driver.AppleUSBTCKeyboard 1.7.4f1
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.1.6f8
    com.apple.driver.AppleUSBMergeNub 3.4.3
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.0.9
    com.apple.iokit.SCSITaskUserClient 2.0.9
    com.apple.driver.XsanFilter 2.7.91
    com.apple.iokit.IOAHCIBlockStorage 1.2.1
    com.apple.iokit.IOATAPIProtocolTransport 1.5.2
    com.apple.driver.AppleAHCIPort 1.6.0
    com.apple.driver.AirPortBrcm43xx 363.35.0
    com.apple.driver.AppleIntelPIIXATA 2.0.0
    com.apple.driver.AppleUSBHub 3.4.0
    com.apple.iokit.IOUSBUserClient 3.3.1
    com.apple.driver.AppleUSBEHCI 3.4.3
    com.apple.driver.AppleFWOHCI 3.8.2
    com.apple.driver.AppleUSBUHCI 3.3.5
    com.apple.iokit.AppleYukon2 3.1.12b14
    com.apple.driver.AppleEFINVRAM 1.2.0
    com.apple.driver.AppleSmartBatteryManager 158.10.0
    com.apple.driver.AppleRTC 1.2.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIPCI 1.2.4
    com.apple.driver.AppleACPIButtons 1.2.4
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.2.4
    com.apple.driver.AppleAPIC 1.4
    com.apple.security.seatbelt 107.12
    com.apple.nke.applicationfirewall 1.6.77
    com.apple.security.TMSafetyNet 3
    com.apple.driver.AppleIntelCPUPowerManagement 76.0.0
    com.apple.driver.DiskImages 199
    com.apple.BootCache 30.4
    com.apple.driver.AppleHIDMouse 1.2.3f1
    com.apple.driver.IOBluetoothHIDDriver 2.1.6f8
    com.apple.iokit.IOSerialFamily 9.4
    com.apple.driver.DspFuncLib 1.6.8a3
    com.apple.iokit.IOHDAFamily 1.6.8a3
    com.apple.NVDAResman 5.4.4
    com.apple.iokit.IOAudioFamily 1.6.9fc3
    com.apple.kext.OSvKernDSPLib 1.1
    com.apple.driver.IOPlatformPluginFamily 3.4.0d10
    com.apple.driver.AppleSMC 2.2.1d2
    com.apple.iokit.IONDRVSupport 1.7.3
    com.apple.iokit.IOGraphicsFamily 1.7.3
    com.apple.driver.AppleUSBBluetoothHCIController 2.1.6f8
    com.apple.iokit.IOBluetoothFamily 2.1.6f8
    com.apple.iokit.IOUSBHIDDriver 3.2.2
    com.apple.driver.AppleUSBComposite 3.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.0.9
    com.apple.iokit.IOBDStorageFamily 1.5
    com.apple.iokit.IODVDStorageFamily 1.5
    com.apple.iokit.IOCDStorageFamily 1.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.0.9
    com.apple.iokit.IOAHCIFamily 1.5.0
    com.apple.iokit.IO80211Family 216.1
    com.apple.iokit.IOATAFamily 2.0.1
    com.apple.iokit.IOFireWireFamily 3.4.7
    com.apple.iokit.IOUSBFamily 3.4.3
    com.apple.iokit.IONetworkingFamily 1.6.1
    com.apple.driver.AppleEFIRuntime 1.2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.iokit.IOHIDFamily 1.5.5
    com.apple.iokit.IOStorageFamily 1.5.6
    com.apple.driver.AppleACPIPlatform 1.2.4
    com.apple.iokit.IOACPIFamily 1.2.0
    com.apple.iokit.IOPCIFamily 2.6

    Savang wrote:
    Recently, I got couple of system crashes, would like to know what happened exactly with my Macbook Pro, here is the panic log when it crashed. Any help will be appreciated to interpret the following log.
    I won't claim to be an expert at reading Panic Logs, but until someone with more experience can step in, these two things caught my eye:
    Kernel loadable modules in backtrace (with dependencies):
    jp.plentycom.driver.SteerMouse(3.9)@0xc20000->0xc27fff
    BSD process name corresponding to current thread: Parallels
    The phrase "Kernel trap at 0x00010000, type 6=invalid opcode" suggests that something was trying to execute garbage.

  • How to interpret poa log?

    Can anyone help me to interpret this POA log? One user (user1) is complaining about lost message from another user within our domain (user2). I think he deleted the message by himself by accident, but I'm not sure. He claims that the message disappeared spontaneously without his intervention. He only clicked "Read" button in notifier window and the message has gone??? I don't believe it, but can't find out, what really happened....Is the message really deleted? Who deleted it? There is some "follow-up" message from user2 to user1 at 15:05:36. Should it be "delivery confirmation" notification?
    Is anywhere available some explanation of items in POA logs? I found only "Post Office Agent Error Messages" in Groupwise 2012 troubleshooting document. But what about common messages? The logs are quite worthless, when I can't interpret them enough:-(. Thank you for your help
    15:05:00 EADF C/S Login Windows Net Id=user2 ::GW Id=user2 :: 192.168.7.98
    15:05:03 EADF Client Slap session [1407481774] from IP address 192.168.7.98 Bag ID= 19541
    15:05:03 EADF Client Slap Socket Bag ID = 19541 has been added
    15:05:26 EADF Distribute message from: user2 (user2)
    15:05:26 EADF Begin distribution to 1 users
    15:05:26 EADF Distributed: user1
    15:05:29 EADF Processing update: settings (bag) record (user2)
    15:05:29 EADF *** APP DISCONNECTED, Tbl Entry=11, Check ID=1407481775
    15:05:29 EADF Processing update: settings (bag) record (user2)
    15:05:29 EADF *** APP DISCONNECTED, Tbl Entry=0, Check ID=1407481774
    15:05:30 EADF Processing update: Execution Record (user1)
    15:05:30 EADF Purge Execution Record #45963 (user1)
    15:05:30 EADF Processing update: item record (user1)
    15:05:36 EADF Processing update: item record (user1)
    15:05:36 EADF Distribute message from: user1 (user1)
    15:05:36 EADF Begin distribution to 1 users
    15:05:36 EADF Distributed: user2

    Hi,
    This line here:
    15:05:30 EADF Purge Execution Record #45963 (user1)
    Tells me that User1 deleted the mail.
    If User2 checks their sent items, and looks at the properties of the "missing" e-mail what is the status of the message?
    Just note that the Delete button is right next to the Read button on the notify window. Could it have been user error?
    Let us know,
    Cheers

  • Re: How to interpret firewall log?

    I am presently employing advanced firewall settings on my iMac G5 running Tiger 10.4.7, i.e., block udp traffic, enable firewall logging, and enable stealth mode. When I opened the firewall log for the first time today, I realized I didn't know what I was looking at. Can someone help me interpret what's going on? I guess I'm wondering if stealth mode is working properly?
    Here's a sampling of what was happening several days ago:
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52668 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52671 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52678 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52679 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52681 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52688 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52690 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52691 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52693 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52692 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52694 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52695 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52699 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52700 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52698 from 66.230.172.18:80
    Sep 7 14:10:44 iMac-G5 ipfw: Stealth Mode connection attempt to TCP 10.0.1.3:52696 from 66.230.172.18:80

    Yes it is working properly.
    These are often "tail-end charlies" from a connection you've left with your browser. If you move from one website to another, before the first one has fully loaded, then the firewall will log the un-used packets from the first site as "Stealth Mode connection attempt" because your browser is no longer listening to that site. Note that all the "attempts" are on port 80 (http).
    I find, quite often, that ads and images from sites, other than the one you're actually visiting, can take quite a while to arrive, so if you've moved on at least a few packets are wandering around the 'net looking for a home.

  • How to interpret rmi log msgs when setting -Djava.rmi.server.logCalls=true

    i have set this property: -Djava.rmi.server.logCalls=true
    now i am getting the following rmi log msgs on the console:
    Tue Nov 12 15:38:08 PST 2002:RMI:RMI TCP Connection(4851)-172.16.103.94:[172.16.103.94: sun.rmi.transport.DGCImpl[0:0:0, 2]: java.rmi.dgc.Lease dirty(java.rmi.server.ObjID[], long, java.rmi.dgc.Lease)]
    Tue Nov 12 15:38:13 PST 2002:RMI:RMI TCP Connection(4852)-127.0.0.1:[127.0.0.1: sun.rmi.registry.RegistryImpl[0:0:0, 0]: java.rmi.Remote lookup(java.lang.String)]
    Tue Nov 12 15:38:20 PST 2002:RMI:RMI TCP Connection(4853)-172.16.103.94:[172.16.103.94: sun.rmi.transport.DGCImpl[0:0:0, 2]: void clean(java.rmi.server.ObjID[], long,java.rmi.dgc.VMID, boolean)]
    can some one pls tell me know to interpret the messages, what does the number 4853 in TCP Connection(4853) mean ? thanks a lot

    Basically it is:
    date:subsystem:threadid:[remote object[object-id]:method]The 4853 is part of the thread-id and it is something like an instance number of the thread class.
    EJP

  • Help needed in interpreting panic log from kernel panic error

    My G4 iBook has started giving me kernel panic errors, often immediately after starting up. I haven't installed any new software or RAM recently. I've done a clean system install (completely clean - not an archive and install) then downloaded the combo update for 10.4.11. But the kernel panics are still happening from time to time. I've looked at the panic log, but it means nothing to me, so I'm hoping someone can help:
    Tue Dec 7 21:53:11 2010
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x000000005901F81E PC=0x000000000003FFD4
    Latest crash info for cpu 0:
    Exception state (sv=0x3CFE1280)
    PC=0x0003FFD4; MSR=0x00009030; DAR=0x5901F81E; DSISR=0x40000000; LR=0x0003FFBC; R1=0x22073970; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x000E99BC 0x0002BDCC 0x00304E60 0x00304FDC 0x0030309C 0x0030167C
    0x003009AC 0x002FCF6C 0x003009AC 0x002B7464 0x002EB314 0x0008B6E8 0x00029234 0x000233F8
    0x000ABEAC 0x3D266C74
    Proceeding back via exception chain:
    Exception state (sv=0x3CFE1280)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x3CF81C80)
    PC=0x9000B348; MSR=0x0200F030; DAR=0xE0064000; DSISR=0x42000000; LR=0x9000B29C; R1=0xBFFF9EA0; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x000954F8 0x00095A10 0x00026898 0x000A8204 0x000ABB80
    Proceeding back via exception chain:
    Exception state (sv=0x3CFE1280)
    PC=0x0003FFD4; MSR=0x00009030; DAR=0x5901F81E; DSISR=0x40000000; LR=0x0003FFBC; R1=0x22073970; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x000E99BC 0x0002BDCC 0x00304E60 0x00304FDC 0x0030309C 0x0030167C
    0x003009AC 0x002FCF6C 0x003009AC 0x002B7464 0x002EB314 0x0008B6E8 0x00029234 0x000233F8
    0x000ABEAC 0x3D266C74
    Exception state (sv=0x3CF81C80)
    PC=0x9000B348; MSR=0x0200F030; DAR=0xE0064000; DSISR=0x42000000; LR=0x9000B29C; R1=0xBFFF9EA0; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
    Message was edited by: Lynn Stephenson

    I didn't see anything that would indicate a specific problem. Understanding crash logs isn’t easy and it’s hard (sometimes impossible) to decipher the cause of the problem. Take a look at Apple’s Crash Reporter document at http://developer.apple.com/technotes/tn2004/tn2123.html
    Also look at Tutorial: An introduction to reading Mac OS X crash reports
    http://www.macfixit.com/article.php?story=20060309075929717
    Kernel panics are usually caused by a hardware problem – frequently RAM, a USB device or a Firewire device. What external devices do you have connected?
    To eliminate RAM being the problem, Look at this link: *Testing RAM* @ http://guides.macrumors.com/Testing_RAM Then download & use Memtest & Ramber.
    Running the Apple Hardware Test in Loop Mode is an excellent troubleshooting step for finding intermittent hardware problems. It is especially useful when troubleshooting intermittent kernel panics. If Loop Mode is supported by the version of the Apple Hardware Test you are using, you run the Extended Test in Loop Mode by pressing Control-L before starting the test. Looping On should appear in the right window. Then click the Extended Test button.The test will run continuously until a problem is found. If a problem is found, the test will cease to loop, indicating the problem it found. If the test fails, be sure to write down the exact message associated with the failure.In some cases, RAM problems did not show up until nearly 40 loops, so give it a good run.
    May be a solution on one of these links.
    Mac OS X Kernel Panic FAQ
    Mac OS X Kernel Panic FAQ
    Resolving Kernel Panics
    Avoiding and eliminating Kernel panics
    12-Step Program to Isolate Freezes and/or Kernel Panics
     Cheers, Tom

  • Help interpreting crash logs

    Powerbook G4 10.5.8
    Several issues lately:
    -crashing browser (all add-ons turned off)
    -intermittently not able to connect to wifi (same room with another device not having trouble)
    -kernel panics
    -disk repair partially repaired disk but failed twice to complete repairs
    Seems likely that this is being caused by the disk, but before I change or wipe it I'm curious if the following logs support that conclusion.  Also, are there any other disk repair tools that might have more success than Disk Utility (booted off install disk)?  Apple Hardware Test came back clean.
    Thanks
    Most recent browser crash:
    Process:    
    firefox [116]
    Path:       
    /Applications/Added/TenFourFox7450.app/Contents/MacOS/firefox
    Identifier: 
    com.floodgap.tenfourfox
    Version:    
    24.2.0 (2413.12.6)
    Code Type:  
    PPC (Native)
    Parent Process:  launchd [84]
    Date/Time:  
    2014-01-28 08:27:07.449 -0600
    OS Version: 
    Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  CCC9BE79-DBA8-49A1-A2F5-7BA64F8B6709
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    Thread 0 Crashed:
    0   ???                      
    0000000000 0 + 0
    1   XUL                      
    0x0577eab0 XRE_AddStaticComponent + 35936
    2   XUL                      
    0x0572301c std::vector<__gnu_cxx::_Hashtable_node<std::pair<int const, mozilla::ipc::SharedMemory*> >*, std::allocator<__gnu_cxx::_Hashtable_node<std::pair<int const, mozilla::ipc::SharedMemory*> >*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<__gnu_cxx::_Hashtable_node<std:: pair<int const, mozilla::ipc::SharedMemory*> >**, std::vector<__gnu_cxx::_Hashtable_node<std::pair<int const, mozilla::ipc::SharedMemory*> >*, std::allocator<__gnu_cxx::_Hashtable_node<std::pair<int const, mozilla::ipc::SharedMemory*> >*> > >, unsigned long, __gnu_cxx::_Hashtable_node<std::pair<int const, mozilla::ipc::SharedMemory*> >* const&) + 6343468
    3   XUL                      
    0x050078c0 JSD_GetValueForObject + 1177552
    4   XUL                      
    0x04faa814 JSD_GetValueForObject + 796452
    5   com.apple.CoreFoundation 
    0x941010d4 CFRunLoopRunSpecific + 1108
    6   com.apple.HIToolbox      
    0x9060fb18 RunCurrentEventLoopInMode + 268
    7   com.apple.HIToolbox      
    0x9060f8a4 ReceiveNextEventCommon + 264
    8   com.apple.HIToolbox      
    0x9060f77c BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit         
    0x91ef9248 _DPSNextEvent + 600
    10  com.apple.AppKit         
    0x91ef8c00 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    11  XUL                      
    0x04fa9614 JSD_GetValueForObject + 791844
    12  com.apple.AppKit         
    0x91ef28a0 -[NSApplication run] + 748
    13  XUL                      
    0x04fa9708 JSD_GetValueForObject + 792088
    14  XUL                      
    0x04db4d3c XRE_StartupTimelineRecord + 620
    15  XUL                      
    0x03b08de4 XRE_GetProcessType + 1620
    16  XUL                      
    0x03b0b32c XRE_GetProcessType + 11164
    17  XUL                      
    0x03b0b770 XRE_main + 176
    18  com.floodgap.tenfourfox  
    0x00004ee4 0x1000 + 16100
    19  com.floodgap.tenfourfox  
    0x0000203c start + 812
    20  com.floodgap.tenfourfox  
    0x00001d40 start + 48
    21  ???                      
    0000000000 0 + 0
    Most recent kernel panic:
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x00000000C90000AC PC=0x000000000019DC38
    Latest crash info for cpu 0:
       Exception state (sv=0x44660280)
          PC=0x0019DC38; MSR=0x00009030; DAR=0xC90000AC; DSISR=0x40000000; LR=0x0019DBE0; R1=0x3229FDB0; XCP=0x0000000C (0x300 - Data access)
          Backtrace:
    0x0019D8A0 0x0003F2A0 0x000B1DD4
    Proceeding back via exception chain:
       Exception state (sv=0x44660280)
          previously dumped as "Latest" state. skipping...
       Exception state (sv=0x2a6a8c80)
          PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9L31a
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
    System model name: PowerBook6,2
    System uptime in nanoseconds: 6160061571222
    unloaded kexts:
    com.apple.driver.AppleTexasAudio    2.5.8f1 - last unloaded 1947067544
    loaded kexts:
    com.apple.iokit.IOBluetoothSerialManager    2.1.9f10 - last loaded 622551354
    com.apple.filesystems.autofs    2.0.2
    com.apple.driver.AudioIPCDriver    1.0.6
    com.apple.GeForcePPC    5.4.8
    com.apple.driver.AppleHWSensor    1.9d0
    com.apple.driver.AppleTexasAudio    2.5.8f1
    com.apple.driver.AppleTexas2Audio    2.5.8f1
    com.apple.driver.Portable_PlatformMonitor    1.8.7d5
    com.apple.driver.AppleFCU    1.3.2b0
    com.apple.driver.AppleFan    1.0.10f1
    com.apple.driver.AppleADT746x    1.0.10f1
    com.apple.driver.AppleADM103x    1.0.10f1
    com.apple.iokit.IOFireWireIP    1.7.7
    com.apple.driver.AppleVSP    2.2.2
    com.apple.driver.AppleThermal    1.0.1f2
    com.apple.driver.CSRUSBBluetoothHCIController    2.1.9f10
    com.apple.driver.AppleUSBMergeNub    3.5.2
    com.apple.driver.AppleDACAAudio    2.5.8f1
    com.apple.driver.AppleSCCSerial    1.3.2
    com.apple.driver.AppleADBButtons    3.0
    com.apple.AppleOnboardDisplay    1.15.1
    com.apple.driver.InternalModemSupport    2.4.0
    com.apple.driver.AppleI2S    1.0.1f1
    com.apple.driver.AppleADBMouse    2.1.1
    com.apple.nvidia.nv30hal    5.4.8
    com.apple.driver.AppleSlewClock    1.5.2d0
    com.apple.driver.AppleHWClock    1.5.2d0
    com.apple.driver.CSRHIDTransitionDriver    2.1.9f10
    com.apple.driver.AppleFileSystemDriver    1.1.0
    com.apple.driver.AppleADBKeyboard    2.3.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.1.1
    com.apple.iokit.SCSITaskUserClient    2.1.1
    com.apple.driver.XsanFilter    2.7.91
    com.apple.iokit.IOATAPIProtocolTransport    1.5.3
    com.apple.iokit.IOATABlockStorage    2.0.6
    com.apple.driver.AppleUSBHub    3.4.9
    com.apple.iokit.IOUSBUserClient    3.5.2
    com.apple.driver.ApplePMU    2.5.6d2
    com.apple.driver.AppleGPIO    1.3.0d0
    com.apple.iokit.AppleMediaBay    1.0.2f1
    com.apple.driver.KeyLargoATA    1.1.1f1
    com.apple.driver.AppleI2C    4.0.0d2
    com.apple.driver.AppleVIA    1.5.1d1
    com.apple.driver.MacIOGPIO    1.3.0d0
    com.apple.driver.AppleMPIC    1.5.3
    com.apple.iokit.AppleGMACEthernet    1.5.9f1
    com.apple.driver.AppleFWOHCI    3.9.7
    com.apple.driver.AppleKauaiATA    1.2.1f4
    com.apple.driver.AppleUSBEHCI    3.4.6
    com.apple.driver.AppleUSBOHCI    3.4.6
    com.apple.driver.AirPortBrcm43xx    367.91.22
    com.apple.driver.AppleKeyLargo    1.7.2f1
    com.apple.driver.AppleMacRiscPCI    3.4.0
    com.apple.driver.AppleCore99NVRAM    1.1.1
    com.apple.driver.AppleFlashNVRAM    1.0.5
    com.apple.security.seatbelt    107.12
    com.apple.nke.applicationfirewall    1.8.77
    com.apple.security.TMSafetyNet    3
    com.apple.BootCache    30.4
    com.apple.driver.DiskImages    199
    com.apple.driver.AppleUSBBluetoothHCIController    2.1.9f10
    com.apple.iokit.IOBluetoothFamily    2.1.9f10
    com.apple.driver.AudioI2SControl    2.5.8f1
    com.apple.driver.Apple02Audio    2.5.0
    Disk Verification:
    Performing live verification.
    Checking Journaled HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Incorrect number of file hard links
    Checking multi-linked files.
    Incorrect flags for file inode (id = 2146762)
    (It should be 0x22 instead of 0x2)
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Incorrect number of Extended Attributes
    (It should be 637 instead of 0)
    Incorrect number of Access Control Lists
    (It should be 112 instead of 0)
    Checking volume bitmap.
    Checking volume information.
    Volume Header needs minor repair
    The volume Macintosh HD-Leopard needs to be repaired.
    Error: Filesystem verify or repair failed.

    -disk repair partially repaired disk but failed twice to complete repairs
    This generally means one of three things.  All of which require either a backup or restore to other medium if there is not one:
    1. The hard drive directory is badly munged.  Alsoft Disk Warrior can repair it, but can hasten the drive's demise.
    2. The hard drive interface is broken for some reason.  Replacing the hard drive can isolate that problem.
    3. The hard drive itself is near death.
    See this tip if you can't boot the machine at all in safe mode (with the shift key held down), and need to somehow recover your data because you don't have the latest copy of everything:
    https://discussions.apple.com/docs/DOC-1689
    Note your Powerbook can't run anything higher than 10.5.8.

  • Robocopy Log File - Skipped files - Interpreting the Log file

    Hey all,
    I am migrating our main file server that contains approximately 8TB of data. I am doing it a few large folders at a time.  The folder below is about 1.2TB.  Looking at the log file (which is over 330MB) I can see it skipped a large number of files,
    however I haven't found text in the file where it specifies what was skipped, any idea on what I should search for?
    I used the following Robocopy command to transfer the data:
    robocopy E:\DATA Z:\DATA /MIR /SEC /W:5 /R:3 /LOG:"Z:\Log\data\log.txt"
    The final log output is:
                    Total    Copied   Skipped  Mismatch    FAILED    Extras
         Dirs :    141093    134629      6464         0         0         0
        Files :   1498053   1310982    160208         0     26863       231
        Bytes :2024.244 g1894.768 g 117.468 g         0  12.007 g  505.38 m
        Times :   0:00:00  18:15:41                       0:01:00 -18:-16:-41
        Speed :            30946657 Bytes/sec.
        Speed :            1770.781 MegaBytes/min.
        Ended : Thu Jul 03 04:05:33 2014
    I assume some are files that are in use but others may be permissions issues, does the log file detail why a file is not copied?
    TIA
    Carl

    Hi.
    Files that are skipped are files that already exists. Files that are open/permissions etc will be listed under failed. As Noah said use /v too see which files were skipped. From robocopy /?:
    :: Logging Options :
    /V :: produce Verbose output, showing skipped files.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. Even if you are not the author of a thread you can always help others by voting as Helpful. This can
    be beneficial to other community members reading the thread.
    Oscar Virot

  • Interpret error logs

    I see error items in the error logs about memory shortage and other errors. I am only using less than 15% of memory. Why are errors showing up?

    Whew .... I think issue(s) are resolved.
    I suspect initially I had an audio driver conflict causing freeze ups.
    http://www.evga.com/support/knowledgebase/
    Next I got confused on my onboard Marvel raid needs and installed an extra driver. 
    I uninstalled but crapola remained and I used Driveseeper to clean things.
    So far so good!  Wow ... I can actually edit today!
    -NAN
    Nan Toskey
    651.206.4659
    www.MEDIAtoRemember.com

  • Interpreting crash logs

    Mac Pro Early 2008, OS X 10.8.5, 12 GB 800 MHz DDR2, ATI Radeon HD 2600 XT 256 MB
    Crashing with increasing frequency, link to Firefox/Safari?  I will be reading a web page, especially any page with embedded video, e.g. follow a link on cnn.com, suddenly everything freezes, command+shift+escape does nothing, the fan starts to spin fast and very loud, have to press hard on/off on front of box to stop.  I went to Mavericks a few months ago but was crashing every day, resetting NVRAM didn't help, reset system management controller, ran hardware test suite with no issues detected, single user mode, safe mode, still got crashes, fsck gave 'appears to be ok,' disk utility found one 'orphaned file inode, volume cannot be repaired', but a week later ran Disk utility/Disk repair, got all volumes 'appear ok', still couldn't stop crashes.  Finally reverted to previous version of OS X using TimeMachine.  Performance better, total freeze requiring reboot occurs about once/week now, but again seems to be increasing in frequency.  This is still a great machine, if anyone can intepret panic log (I have more to share if useful) in such a way that I could stop having this problem I would be grateful.
    Here is the most recent panic log.  Any thoughts greatly appreciated.
    Interval Since Last Panic Report:  155956 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    3D86AB0F-D83A-EC2C-9940-63A3721B44ED
    Fri Oct 31 22:12:11 2014
    Machine-check capabilities 0x0000000000000806:
    family: 6 model: 23 stepping: 6 microcode: 1547
    Intel(R) Xeon(R) CPU           E5462  @ 2.80GHz
    6 error-reporting banks
    threshold-based error status present
    Processor 0: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200001084200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8420
      Other information:         0x00000010
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 1: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200001080200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8020
      Other information:         0x00000010
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 2: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200000084200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8420
      Other information:         0x00000000
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 3: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200000080200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8020
      Other information:         0x00000000
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 4: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200001084200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8420
      Other information:         0x00000010
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 5: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200001080200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8020
      Other information:         0x00000010
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 6: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200000084200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8420
      Other information:         0x00000000
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 7: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200000080200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8020
      Other information:         0x00000000
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    panic(cpu 6 caller 0xffffff80042b91b9): "Machine Check at 0xffffff7f85d693ce, registers:\n" "CR0: 0x000000008001003b, CR2: 0x00000001070a4000, CR3: 0x0000000006795000, CR4: 0x0000000000000660\n" "RAX: 0x0000000000000000, RBX: 0xffffff801ab27800, RCX: 0x0000000000000001, RDX: 0x0000000000000000\n" "RSP: 0xffffff812d073ca0, RBP: 0xffffff812d073cd0, RSI: 0x0000000000000001, RDI: 0xffffff81250e5148\n" "R8:  0x1000000000000000, R9:  0x7ffffffffffffffe, R10: 0xffffff80048f3b00, R11: 0x0000000000000206\n" "R12: 0x0000000000000001, R13: 0xffffff801a97f740, R14: 0x0000000000000000, R15: 0x0000000000000148\n" "RFL: 0x0000000000000046, RIP: 0xffffff7f85d693ce, CS:  0x0000000000000008, SS:  0x0000000000000010\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-2050.48.12/osfmk/i386/trap_native.c: 280
    Backtrace (CPU 6), Frame : Return Address
    0xffffff812505dec0 : 0xffffff800421d636
    0xffffff812505df30 : 0xffffff80042b91b9
    0xffffff812505e0a0 : 0xffffff80042cf4df
    0xffffff812d073cd0 : 0xffffff7f85d626d2
    0xffffff812d073db0 : 0xffffff7f85d61a6e
    0xffffff812d073e60 : 0xffffff80042ba19a
    0xffffff812d073e80 : 0xffffff800422f35d
    0xffffff812d073ec0 : 0xffffff800422de11
    0xffffff812d073f20 : 0xffffff800422db83
    0xffffff812d073f60 : 0xffffff800423e5a9
    0xffffff812d073fb0 : 0xffffff80042b3257
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelCPUPowerManagement(214.0)[3B20B0E5-0D48-36D9-BA2C-B6 208BC6E795]@0xffffff7f85d5f000->0xffffff7f85d8cfff
    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:     0x0000000004000000
    Kernel text base: 0xffffff8004200000
    System model name: MacPro3,1 (Mac-F42C88C8)
    System uptime in nanoseconds: 156749797141238
    last loaded kext at 88236882940840: com.apple.driver.AppleUSBCDC    4.1.23 (addr 0xffffff7f860d1000, size 16384)
    last unloaded kext at 88296922811346: com.apple.driver.AppleUSBCDC    4.1.23 (addr 0xffffff7f860d1000, size 12288)
    loaded kexts:
    com.apple.iokit.IOBluetoothSerialManager    4.1.7f4
    com.apple.driver.AudioAUUC    1.60
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AppleUpstreamUserClient    3.5.12
    com.apple.driver.AppleMCCSControl    1.1.11
    com.apple.driver.AppleHDA    2.4.7fc4
    com.apple.kext.AMDFramebuffer    8.1.6
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.ATIRadeonX2000    8.1.6
    com.apple.iokit.CSRBluetoothHostControllerUSBTransport    4.1.7f4
    com.apple.driver.AppleMCEDriver    1.1.9
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleLPC    1.6.3
    com.apple.driver.ApplePolicyControl    3.4.5
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.iokit.SCSITaskUserClient    3.5.6
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.3.5
    com.apple.driver.AppleUSBHub    635.4.0
    com.apple.driver.AppleIntel8254XEthernet    3.1.1b1
    com.apple.driver.AppleFWOHCI    4.9.9
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    34
    com.apple.driver.AppleAHCIPort    2.6.6
    com.apple.driver.AppleIntelPIIXATA    2.5.1
    com.apple.driver.AppleUSBEHCI    621.4.6
    com.apple.driver.AppleUSBUHCI    621.4.0
    com.apple.driver.AppleACPIButtons    1.8
    com.apple.driver.AppleRTC    1.5
    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.driver.AppleUSBHIDKeyboard    170.2.4
    com.apple.driver.AppleHIDKeyboard    170.2.4
    com.apple.iokit.IOUSBHIDDriver    623.4.0
    com.apple.iokit.IOSerialFamily    10.0.6
    com.apple.kext.triggers    1.0
    com.apple.driver.AppleSMBusController    1.0.11d1
    com.apple.driver.DspFuncLib    2.4.7fc4
    com.apple.iokit.IOAudioFamily    1.9.2fc7
    com.apple.kext.OSvKernDSPLib    1.12
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.1.7
    System Profile:
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 12 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
    Memory Module: DIMM Riser B/DIMM 1, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser B/DIMM 2, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser A/DIMM 1, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353142363245363830304600
    Memory Module: DIMM Riser A/DIMM 2, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353142363245363830304600
    Memory Module: DIMM Riser A/DIMM 3, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser A/DIMM 4, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Bluetooth: Version 4.1.7f4 12974, 3 service, 20 devices, 3 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: ATI Radeon HD 2600, sppci_displaycontroller, Slot-1
    Serial ATA Device: ST3500630AS P, 500.11 GB
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd500000 / 2
    USB Device: USB Optical Mouse, 0x046d  (Logitech Inc.), 0xc077, 0xfd510000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd520000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 2
    FireWire Device: built-in_hub, 800mbit_speed

    Below is the output from refreshed System Information/Hardware/Memory.  Strangely, at the bottom of the system information window, on the window edge, the path given lists a smb address I accessed a few days ago, SMB://... then right triangle then Hardware, but the Hardware in question is for this machine, and I'm not connected to any SMB share at the moment.
      ECC:    Enabled
    DIMM Riser B/DIMM 1:
      Size:    1 GB
      Type:    DDR2 FB-DIMM
      Speed:    800 MHz
      Status:    OK
      Manufacturer:    0x80AD
      Part Number:    0x48594D5035313241373243503844332D5335
      Serial Number:   
    DIMM Riser B/DIMM 2:
      Size:    1 GB
      Type:    DDR2 FB-DIMM
      Speed:    800 MHz
      Status:    OK
      Manufacturer:    0x80AD
      Part Number:    0x48594D5035313241373243503844332D5335
      Serial Number:   
    DIMM Riser A/DIMM 1:
      Size:    4 GB
      Type:    DDR2 FB-DIMM
      Speed:    800 MHz
      Status:    OK
      Manufacturer:    0x0000
      Part Number:    0x000000463732353142363245363830304600
      Serial Number:    0x00000000
    DIMM Riser A/DIMM 2:
      Size:    4 GB
      Type:    DDR2 FB-DIMM
      Speed:    800 MHz
      Status:    OK
      Manufacturer:    0x0000
      Part Number:    0x000000463732353142363245363830304600
      Serial Number:    0x00000000
    DIMM Riser B/DIMM 3:
      Size:    Empty
      Type:    Empty
      Speed:    Empty
      Status:    Empty
      Manufacturer:    Empty
      Part Number:    Empty
      Serial Number:    Empty
    DIMM Riser B/DIMM 4:
      Size:    Empty
      Type:    Empty
      Speed:    Empty
      Status:    Empty
      Manufacturer:    Empty
      Part Number:    Empty
      Serial Number:    Empty
    DIMM Riser A/DIMM 3:
      Size:    1 GB
      Type:    DDR2 FB-DIMM
      Speed:    800 MHz
      Status:    OK
      Manufacturer:    0x80AD
      Part Number:    0x48594D5035313241373243503844332D5335
      Serial Number:    0x7136370A
    DIMM Riser A/DIMM 4:
      Size:    1 GB
      Type:    DDR2 FB-DIMM
      Speed:    800 MHz
      Status:    OK
      Manufacturer:    0x80AD
      Part Number:    0x48594D5035313241373243503844332D5335
      Serial Number:    0x71363510

  • GC: meaning / interpreting the log messages of -verbose:gc / PrintGCDetails

    Hello,
    i have a webapp running in tomcat 4 and at some point in time the whole app starts running very slow. after some debugging and experiencing with VM settings, especial GC logging settings i saw that the consumed memory from NewGen is never free'd, and, if i understand correct, is not copy'd to OldGen. Are the new objects allocated in OldGen? The GC there is able to free memory everytime GC runs, but the time for that collection is very long, and i think the reason why our app runs so slow ...
    Can anybody explain me the behaviour of the VM? (Java version: 1.4.2_06)
    33249.940: [GC 33249.940: [DefNew: 409599K->409599K(460800K), 0.0000420 secs]33249.940: [Tenured: 192446K->193182K(409600K), 1.2274960 secs] 602046K->193182K(870400K), 1.2276930 secs]
    33252.139: [GC 33252.139: [DefNew: 409599K->409599K(460800K), 0.0000430 secs]33252.139: [Tenured: 193182K->193633K(409600K), 1.5801410 secs] 602782K->193633K(870400K), 1.5803400 secs]
    33255.535: [GC 33255.535: [DefNew: 409593K->409593K(460800K), 0.0000370 secs]33255.535: [Tenured: 193633K->191216K(409600K), 2.1173670 secs] 603226K->191216K(870400K), 2.1175360 secs]
    33258.457: [GC 33258.457: [DefNew: 409599K->409599K(460800K), 0.0000400 secs]33258.457: [Tenured: 191216K->192107K(409600K), 1.1388990 secs] 600816K->192107K(870400K), 1.1390530 secs]
    thx, Chris

    Hi Chris
    Refer this you will know .,
    http://java.sun.com/docs/hotspot/gc1.4.2/example.html
    -Krish

Maybe you are looking for

  • Múltiplas NFes de entrada em um email

    Boa tarde senhores, Há algumas semanas percebi que a implementação "padrão" que fizeram da NFe de entrada considera apenas uma nota por email (unbelievable!). Além disso, pega o primeiro anexo e toca ficha... se esse primeiro anexo for o pdf com a da

  • Derby db named query causes parse error when using derby db MONTH function

    Hi all! I'm trying to create an application using the persistance api and beans binding. I have created my database and entity classes. My problem is creating a named query that uses some of the functionality from the derby database (which is embedde

  • FBRA PROBELM

    Hi All, My SAP system is very slow while doing FBRA tranaction in production clinet. Please tell me what is reason to getting the slow the same. Best Rgds Suma

  • Problem with 16 Bit colour in Elements 10

    I use Lightroom 4.4 to adjust/convert my camera images (Canon CR2) to TIFF 16 Bit colour  files. In Elements 10 when I try to use some of the tools to adjust these 16 Bit files I get a window stating :- "Could not perform the requested action because

  • A translation of Lightroom 1.0 to  Czech language

    A translation of Lightroom 1.0 to Czech language environment. http://www.amsoft.cz/produkty/Adobe/lightroom/upravacz.php