WLS 6.1 sp2 crash - exception outside JVM

In the directory wlserver6.1 we get files named hs_err_pidNNN.log for each server
crash. Those files looks like this presented below. Any suggestion why we get
those crashes ? Maybe to low memory (512MB), or to high load. Is this bug can
be in our application or it is weblogic or jvm fault?
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77fca927
Function name=RtlFreeHeap
Library=C:\WINNT\System32\ntdll.dll
Current Java thread:
     at java.io.FileInputStream.readBytes(Native Method)
     at java.io.FileInputStream.read(FileInputStream.java:183)
     at weblogic.utils.classloaders.FileSource.getBytes(FileSource.java:43)
     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:271)
     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:156)
     at weblogic.servlet.jsp.JspClassLoader.findClass(JspClassLoader.java:36)

Sounds like JVM bug, what is the JDK?
cheers
mbg
"Jerzy Krawczuk" <[email protected]> wrote in message
news:3ed75842$[email protected]..
>
In the directory wlserver6.1 we get files named hs_err_pidNNN.log for eachserver
crash. Those files looks like this presented below. Any suggestion why weget
those crashes ? Maybe to low memory (512MB), or to high load. Is this bugcan
be in our application or it is weblogic or jvm fault?
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77fca927
Function name=RtlFreeHeap
Library=C:\WINNT\System32\ntdll.dll
Current Java thread:
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:183)
at weblogic.utils.classloaders.FileSource.getBytes(FileSource.java:43)
atweblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLo
ader.java:271)
atweblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.
java:156)
at weblogic.servlet.jsp.JspClassLoader.findClass(JspClassLoader.java:36)

Similar Messages

  • Wls 6.1 sp2 crashes

    Our server is crashing without a trace. There is no error in weblogic.log. No error in application log. Is there any suggestion as to how to capture some more information at run time? Would I be able to force a thread dump is the server is crashing? Thanks.

    What platform is it on? How repeatable/reproducible is the problem? What
    version of the JVM are you running on.
    Without knowing the above, I would turn on verbosegc - at least, you will
    see if heap was a problem (outOfMemory exceptions etc).
    Did the outage create a core file (check ulimit -c) to see if you can create
    a core file.
    If you are on a really old JVM, you might want to consider moving up.
    Bernie
    "Yang Song" <[email protected]> wrote in message
    news:[email protected]..
    Our server is crashing without a trace. There is no error in weblogic.log.No error in application log. Is there any suggestion as to how to capture
    some more information at run time? Would I be able to force a thread dump is
    the server is crashing? Thanks.

  • The crash happened outside the java virtual machine in native code

    Hi,
    I have a biometric device with which I am given some C++ dlls. I am trying to call methods inside these using java (jna). I am loading the dll "zkemsdk.dll+" as follows:
    zkemkeeper INSTANCE1 = (zkemkeeper)Native.loadLibrary("zkemsdk", zkemkeeper.class);//zkemsdk is the dll, I am loading the dll here.
    Then, I am calling the function:
    zkemkeeper.INSTANCE1.Z_Connect_NETEX("ip address",4370);//Z_Connect_NETEX is a function inside zkemsdk.dll
    This returns me true or false based on whether am connected to the biometric device or not.Thus I am able to invoke this method without issues. But for other methods inside the dll, run time exception is thrown in console:
    Can someone help me resolve this issue. ??? Following is the content of the log file generated.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [zkemsdk.dll+0xfe3b]
    # If you would like to submit a bug report, please visit:
    # http://www.java.net/external?url=http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x003a9000): JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000106
    Registers:
    EAX=0x0090f7c4, EBX=0x00000001, ECX=0x00000000, EDX=0x00000001
    ESP=0x0090f7b4, EBP=0x0090f848, ESI=0x00000096, EDI=0x003a9000
    EIP=0x0351fe3b, EFLAGS=0x00010216
    Top of Stack: (sp=0x0090f7b4)
    0x0090f7b4: 00000000 0090f930 000003fc 00000103
    0x0090f7c4: 0090f800 6d9532d0 373e92a0 00912ec5
    0x0090f7d4: 00000401 0090f7d8 369860d1 0090f800
    0x0090f7e4: 37390050 00000000 37390f90 00000000
    0x0090f7f4: 0090f800 0090f930 003a9000 0090f830
    0x0090f804: 10008fd8 0090f840 0090f930 00000008
    0x0090f814: 0090f88c 0090fa28 0090f8f4 0090f848
    0x0090f824: eb53f637 0351ffdc 00000096 00000003
    Instructions: (pc=0x0351fe3b)
    0x0351fe2b: 0f 53 50 8d 44 24 18 50 e8 58 7c 00 00 83 c4 0c
    0x0351fe3b: 8b 4e 70 51 8b 0e 83 c3 04 53 6a 64 8d 54 24 18
    Stack: [0x008c0000,0x00910000], sp=0x0090f7b4, free space=13d0090f2e8k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [zkemsdk.dll+0xfe3b]
    C [jna5972695927945545932.tmp+0x9182]
    C [jna5972695927945545932.tmp+0x2161]
    C [jna5972695927945545932.tmp+0x2849]
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    V [jvm.dll+0xf049c]
    V [jvm.dll+0x17fcf1]
    V [jvm.dll+0xf051d]
    V [jvm.dll+0xf9bc5]
    V [jvm.dll+0x10181d]
    C [javaw.exe+0x2155]
    C [javaw.exe+0x8614]
    C [kernel32.dll+0xb729]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02b10c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1976, stack(0x02dc0000,0x02e10000)]
    0x02b0a400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1280, stack(0x02d70000,0x02dc0000)]
    0x02b08c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1984, stack(0x02d20000,0x02d70000)]
    0x02b07800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2160, stack(0x02cd0000,0x02d20000)]
    0x02b02400 JavaThread "Finalizer" daemon [_thread_blocked, id=2052, stack(0x02c80000,0x02cd0000)]
    0x02afd800 JavaThread "Reference Handler" daemon [_thread_blocked, id=752, stack(0x02c30000,0x02c80000)]
    =>0x003a9000 JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    Other Threads:
    0x02afc400 VMThread [stack: 0x02be0000,0x02c30000] [id=1504]
    0x02b1b800 WatcherThread [stack: 0x02e10000,0x02e60000] [id=1980]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4928K, used 2455K [0x22970000, 0x22ec0000, 0x27ec0000)
    eden space 4416K, 55% used [0x22970000, 0x22bd5db0, 0x22dc0000)
    from space 512K, 0% used [0x22dc0000, 0x22dc0000, 0x22e40000)
    to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
    tenured generation total 10944K, used 0K [0x27ec0000, 0x28970000, 0x32970000)
    the space 10944K, 0% used [0x27ec0000, 0x27ec0000, 0x27ec0200, 0x28970000)
    compacting perm gen total 12288K, used 343K [0x32970000, 0x33570000, 0x36970000)
    the space 12288K, 2% used [0x32970000, 0x329c5f20, 0x329c6000, 0x33570000)
    ro space 10240K, 51% used [0x36970000, 0x36e9ae00, 0x36e9ae00, 0x37370000)
    rw space 12288K, 54% used [0x37370000, 0x37a072d8, 0x37a07400, 0x37f70000)
    Dynamic libraries:
    0x00400000 - 0x00424000 C:\Program Files\Java\jre6\bin\javaw.exe
    0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f03000 C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da97000 C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll
    0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
    0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin\net.dll
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x10000000 - 0x10052000 C:\Documents and Settings\bkonwar\Local Settings\Temp\jna5972695927945545932.tmp
    0x03510000 - 0x03546000 C:\WINDOWS\system32\zkemsdk.dll
    0x03560000 - 0x03574000 C:\WINDOWS\system32\commpro.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252
    java_command: com.xyz.bhabs.fingerPrint
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:/Program Files/Java/jre6/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\Program Files\Java\jre1.6.0_07\bin;C:\Program Files\Android\android-sdk-windows\tools;C:\Program Files\TortoiseSVN\bin
    USERNAME=BKonwar
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2085780k(1286036k free), swap 4024188k(3249652k free)
    vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Wed May 25 10:02:24 2011
    elapsed time: 21 seconds
    Regards,
    Bhabs
    Edited by: 861222 on May 25, 2011 12:19 AM

    861222 wrote:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832Not much to tell here. This line here looks suspiciously like a null-pointer error happening in the native code. It is impossible to say how, where and why. Go back to your code and start debugging I'd say, see where invalid data can be passed to the native code.

  • Troubleshooting tuneables, WLS 6.1/SP2 on Solaris 8/SPARC.

    Hi,
    Is there a way to monitor dynamic or otherwise the memory, filedescriptor and
    CPU allocation per application and/or thread?
    If this is not available in 6.1 is it available in later releases/patchlevels
    such as 7.x or 8.x?
    rgds
    /PL

    Yes i tried that, but it says, incorrect option, JVM could not be created.
    any was i cd identify is the install binary was correct?
    like any indication in jdk131/jre/bin folder?
    Kumar Allamraju <[email protected]> wrote:
    i think it does.
    Have you tried to start with java -server weblogic.Server?
    Are you getting any errors?
    Kumar
    vinay wrote:
    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, serverfolders...how
    is this possible?
    how to correct this?

  • WLS 7.0 sp2 - Servlet Problems with SOAP messages

              I'm using Weblogic 7.0 SP2 and trying to create a Servlet to receive SOAP wrapped
              XML messages. I'm getting the following error. Is this a problem with WLS7.0sp2's
              support of JAXM? The System.out.println's indicate I have successfully received
              the incoming SOAP request and then successfully formatted the SOAP response, but
              upon returning saving the response it appears to blow up. Does anyone have any
              suggestions?
              I need to do the following in a servlet:
              - receive an incoming SOAP request with an embedded XML message
              - perform some processing
              - return a SOAP response with an embedded XML message
              Should I be using JAXM? Or can I do this same task easily with JAX-RPC?
              <Feb 24, 2004 4:10:42 PM AST> <Error> <HTTP> <101017> <[ServletContext(id=260434
              7,name=isd.war,context-path=)] Root cause of ServletException
              java.lang.Error: NYI
              at weblogic.webservice.core.soap.SOAPMessageImpl.saveRequired(SOAPMessag
              eImpl.java:360)
              at javax.xml.messaging.JAXMServlet.doPost(Unknown Source)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
              (ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:401)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:306)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
              n.run(WebAppServletContext.java:5445)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
              eManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              rvletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              pl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              >
              I've stripped the code down so that all it does is verifies the incoming SOAP/XML
              request and creates a hard-coded response... be gentle... I'm a novice at this
              import javax.xml.soap.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              // import javax.xml.transform.*;
              import java.util.*;
              import java.io.*;
              public class RegisterServlet extends HttpServlet
              static MessageFactory fac = null;
              static
              try
              fac = MessageFactory.newInstance();
              catch (Exception ex)
              ex.printStackTrace();
              public void init(ServletConfig servletConfig) throws ServletException
              super.init(servletConfig);
              public void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException,
              IOException
              try
              System.out.println("** Note: doPost() Entering req = " + req);
              // Get all the headers from the HTTP request
              MimeHeaders headers = getHeaders(req);
              // Get the body of the HTTP request
              InputStream is = req.getInputStream();
              // Now internalize the contents of a HTTP request
              // and create a SOAPMessage
              SOAPMessage msg = fac.createMessage(headers, is);
              System.out.println("** Note: doPost() Step A");
              SOAPMessage reply = null;
              reply = onMessage(msg);
              System.out.println("** Note: doPost() Step B reply = " + reply);
              if (reply != null)
              * Need to call saveChanges because we're
              * going to use the MimeHeaders to set HTTP
              * response information. These MimeHeaders
              * are generated as part of the save.
              if (reply.saveRequired())
              System.out.println("** Note: doPost() Step C reply.saveRequired()");
              reply.saveChanges();
              resp.setStatus(HttpServletResponse.SC_OK);
              putHeaders(reply.getMimeHeaders(), resp);
              // Write out the message on the response stream
              OutputStream os = resp.getOutputStream();
              System.out.println("** Note: doPost() Step D os = " + os);
              reply.writeTo(os);
              os.flush();
              else
              resp.setStatus(HttpServletResponse.SC_NO_CONTENT);
              catch (Exception ex)
              throw new ServletException("** Error: SAAJ POST failed: " + ex.getMessage());
              static MimeHeaders getHeaders(HttpServletRequest req)
              Enumeration enum = req.getHeaderNames();
              MimeHeaders headers = new MimeHeaders();
              while (enum.hasMoreElements())
              String headerName = (String)enum.nextElement();
              String headerValue = req.getHeader(headerName);
              StringTokenizer values =
              new StringTokenizer(headerValue, ",");
              while (values.hasMoreTokens())
              headers.addHeader(headerName,
              values.nextToken().trim());
              return headers;
              static void putHeaders(MimeHeaders headers, HttpServletResponse res)
              Iterator it = headers.getAllHeaders();
              while (it.hasNext())
              MimeHeader header = (MimeHeader)it.next();
              String[] values = headers.getHeader(header.getName());
              if (values.length == 1)
              res.setHeader(header.getName(),
              header.getValue());
              else
              StringBuffer concat = new StringBuffer();
              int i = 0;
              while (i < values.length)
              if (i != 0)
              concat.append(',');
              concat.append(values[i++]);
              res.setHeader(header.getName(), concat.toString());
              // This is the application code for handling the message.
              public SOAPMessage onMessage(SOAPMessage message)
              SOAPMessage replymsg = null;
              try
              System.out.println("** Note: OnMessage() Entering msg = " + message);
              //Extract the ComputerPart element from request message and add to reply SOAP
              message.
              SOAPEnvelope reqse = message.getSOAPPart().getEnvelope();
              SOAPBody reqsb = reqse.getBody();
              //System.out.println("** Note: OnMessage() Step B");
              System.out.println("** Note: OnMessage () Step A Soap Request Message Body = "
              + reqsb);
              //Create a reply mesage from the msgFactory of JAXMServlet
              System.out.println("** Note: OnMessage () Step B");
              replymsg = fac.createMessage();
              SOAPPart sp = replymsg.getSOAPPart();
              SOAPEnvelope se = sp.getEnvelope();
              SOAPBody sb = se.getBody();
              System.out.println("** Note: OnMessage () Step C Soap Reply Before Message Body
              = " + sb);
              se.getBody().addBodyElement(se.createName("RegisterResponse")).addChildElement(se.createName("ErrorCode")).addTextNode("000");
              System.out.println("** Note: OnMessage () Step D Soap Reply After Message Body
              = " + sb);
              replymsg.saveChanges();
              System.out.println("** Note: OnMessage() Exiting replymsg = " + (replymsg));
              catch (Exception ex)
              ex.printStackTrace();
              return replymsg;
              

    Michael,
    I got the same error on WLS8.1/Win2K professional and apache FOP (old version).
    After digging into the WLS code and FOP(old version). i found the conflict happens
    on
    the "org.xml.sax.parser" system property. In WLS code, they hard coded like the
    following when startup weblogic server:
    System.setProperty("org.xml.sax.parser", "weblogic.xml.jaxp.RegistryParser");
    But the FOP code try to use the "org.xml.sax.parser" system property to find the
    sax parser then conlict happens.
    Here is the response from BEA support :
    "I consulted with our developers regarding the question of whether we can change
    the hard-coded value for the java system property: org.xml.sax.parser by using
    a configuration parameter and I found that unfortunately there is no specific
    setting to change the value. As you had mentioned in your note the org.xml.sax.parser
    system property can be changed programmatically in your application code."
    I solve my problem by using newer apache FOP (it never use the system property:org.xml.sax.parser
    any more) and XML Registy for WLS8.1.
    Good luck.
    David Liu
    Point2 Technologies Inc.
    "p_michael" <[email protected]> wrote:
    >
    Help.
    When we migrated from WLS 6.1 to WLS 7.0 SP2 when encountered a problem
    with XML
    parsing that did not previously exist.
    We get the error "weblogic.xml.jaxp.RegistryParser is not a SAX driver".
    What does this mean? And, what should we do about it.
    p_michael

  • Jdk131 of wls 6.1 sp2 on Solaris 7 doesnt support -server option?

    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, server folders...how
    is this possible?
    how to correct this?

    Yes i tried that, but it says, incorrect option, JVM could not be created.
    any was i cd identify is the install binary was correct?
    like any indication in jdk131/jre/bin folder?
    Kumar Allamraju <[email protected]> wrote:
    i think it does.
    Have you tried to start with java -server weblogic.Server?
    Are you getting any errors?
    Kumar
    vinay wrote:
    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, serverfolders...how
    is this possible?
    how to correct this?

  • WLS 6.1 SP2 and JDK 1.4.0

    In configuring our WLS 6.1 SP2 to run on the released JDK 1.4 and starting the
    server, most things seemed to start fine except for our ObjectIDFactorySession
    EJB. It cacked when it tried to create a bean in the free pool. Stack trace
    below. I know this is not supported, but can anyone shed some light?
    ####<Feb 15, 2002 3:05:03 PM EST> <Warning> <EJB> <023app11> <port7011server>
    <main> <system> <> <010063> <The EJB: ObjectIDFactorySession had an <initial-beans-in-free-pool>
    setting in its weblogic-ejb-jar.xml. An error occurred while creating these initial
    bean instances. The error was:
    nulljava.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at java.lang.Class.newInstance0(Class.java:296)
         at java.lang.Class.newInstance(Class.java:249)
         at javax.rmi.CORBA.Util.createDelegateIfSpecified(Util.java:339)
         at javax.rmi.CORBA.Util.<clinit>(Util.java:51)
         at javax.rmi.PortableRemoteObject.createDelegateIfSpecified(PortableRemoteObject.java:179)
         at javax.rmi.PortableRemoteObject.<clinit>(PortableRemoteObject.java:58)
         at prototype.com.guardian.util.HomeFactory.createHome(HomeFactory.java:81)
         at prototype.com.guardian.util.HomeFactory.newHome(HomeFactory.java:49)
         at prototype.com.guardian.util.HomeFactory.newSession(HomeFactory.java:95)
         at prototype.com.guardian.fw.ObjectIDFactorySessionBean.ejbCreate(ObjectIDFactorySessionBean.java:31)
         at prototype.com.guardian.fw.ObjectIDFactorySessionBean_r4ogoq_Impl.ejbCreate(ObjectIDFactorySessionBean_r4ogoq_Impl.java:112)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:153)
         at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:198)
         at weblogic.ejb20.pool.Pool.onAfterDeploy(Pool.java:177)
         at weblogic.ejb20.deployer.Deployer.runAfterDeploymentListeners(Deployer.java:1325)
         at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:1013)
         at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.DynamicMBeanImpl.addDeployment(DynamicMBeanImpl.java:984)
         at weblogic.management.internal.DynamicMBeanImpl.addDeployment(DynamicMBeanImpl.java:971)
         at weblogic.management.internal.DynamicMBeanImpl.add(DynamicMBeanImpl.java:956)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:648)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy65.addTarget(Unknown Source)
         at weblogic.management.mbeans.custom.ApplicationManager.autoDeploy(ApplicationManager.java:867)
         at weblogic.management.mbeans.custom.ApplicationManager.addApplication(ApplicationManager.java:966)
         at weblogic.management.mbeans.custom.ApplicationManager.addApplication(ApplicationManager.java:886)
         at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:802)
         at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:733)
         at weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:206)
         at weblogic.management.mbeans.custom.ApplicationManager.startAdminManager(ApplicationManager.java:278)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:152)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy5.start(Unknown Source)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1184)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    Caused by: java.lang.RuntimeException: could not find or instantiate any UtilDelegate
    class
         at weblogic.iiop.UtilDelegateImpl.<clinit>(UtilDelegateImpl.java:73)
         ... 77 more
    >

    I've solved my own problem. I learned that there was a sp4 (let alone a
    sp3) for WLS. Installed that and the problem went away. Sorry for the
    noise.
    -Phil
    Philip Bower <[email protected]> wrote in
    news:[email protected]:
    When I try to deploy the struts-example.war or if I add the struts.jar
    to any other web app I've created, I get this error when I start WLS
    and it tries to deploy that war.
    java.lang.StringIndexOutOfBoundsException
    at weblogic.servlet.internal.WebAppHelper.resolveManifestName
    (WebAppHelper.java:469)
    I'm using version 1.1b3 of struts. I'm having no problems with
    version 1.0.2 of struts.
    I'm guessing its complaining about the manifest file in struts.jar,
    but I don't understand why.
    Here's my version info and the stack trace (my web app is called
    findme in this example). Thanks in advance.
    -Phil
    Server BuildWebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529
    All Server Product VersionsWebLogic Server 6.1 SP2 12/18/2001
    11:13:46 #154529 WebLogic XML Module 6.1 SP2 12/18/2001 11:28:02
    #154529
    <Feb 11, 2003 7:45:25 AM EST> <Error> <J2EE> <Error deploying
    application findme: Could not load findme>
    <Feb 11, 2003 7:45:25 AM EST> <Error> <Management> <ApplicationManager
    starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException:
    java.lang.StringIndexOutOfBoundsException: String index out of range:
    -1
    at java.lang.String.substring(String.java:1525)
    at
    weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper
    .jav a:469)
    at
    weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.j
    ava: 234)
    at
    weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebApp
    Serv letContext.java:3407)
    at
    weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServlet
    Cont ext.java:3376)
    at
    weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContex
    t.ja va:862)

  • Wls 7.0 sp2 proxy plugin issue with iplanet6.x and wls 6.1 sp3 app server

    Hi,
    I've a setup with iplanet 6.x webserver using the wls 7.0 sp2 proxy plugin to
    route requests to the clustered app server instances (2 of them) that are in wls
    6.1 sp3.
    The issue is, I'm noticing that the session is not sticky and is getting routed
    onto the other app server instance. The error that I see in the wlproxy.log is
    as follows:
    *******Exception type [PROTOCOL_ERROR] raised
    at line 654 of URL.cpp
    Thu Nov 13 11:30:08 2003 failure on sendRequest() w/ recycled connection
    to Instance1:7001, numfailures=1
    Thu Nov 13 11:30:08 2003 Marking Instance1:7001 as bad
    Thu Nov 13 11:30:08 2003 got exception in sendRequest phase:
    PROTOCOL_ERROR [line 654 of URL.cpp]: unexpected EOF
    reading HTTP status at line 1010
    Thu Nov 13 11:30:08 2003 Failing over after sendRequest exception
    Thu Nov 13 11:30:08 2003 attempt #1 out of a max of 5
    Has anyone seen this issue? Can anyone explain why this issue is occuring.?
    Thanks.

    Did you find a solution for this problem?
    I have somthing very similar going on where I am currently working.
    Thanks!
    Andy.
    "Simple Guy" <[email protected]> wrote:
    >
    Hi,
    I've a setup with iplanet 6.x webserver using the wls 7.0 sp2 proxy plugin
    to
    route requests to the clustered app server instances (2 of them) that
    are in wls
    6.1 sp3.
    The issue is, I'm noticing that the session is not sticky and is getting
    routed
    onto the other app server instance. The error that I see in the wlproxy.log
    is
    as follows:
    *******Exception type [PROTOCOL_ERROR] raised
    at line 654 of URL.cpp
    Thu Nov 13 11:30:08 2003 failure on sendRequest() w/ recycled connection
    to Instance1:7001, numfailures=1
    Thu Nov 13 11:30:08 2003 Marking Instance1:7001 as bad
    Thu Nov 13 11:30:08 2003 got exception in sendRequest phase:
    PROTOCOL_ERROR [line 654 of URL.cpp]: unexpected EOF
    reading HTTP status at line 1010
    Thu Nov 13 11:30:08 2003 Failing over after sendRequest exception
    Thu Nov 13 11:30:08 2003 attempt #1 out of a max of 5
    Has anyone seen this issue? Can anyone explain why this issue is occuring.?
    Thanks.

  • Re: WLS 6.0 SP2 hangs due to many sockets in CLOSE_WAIT state

    We have the same issue with HPUX and Weblogic 5.1 SP8. In fact, we get
    errors on the ListenThread because occasionally it (the ListenThread)
    says too many files open. Running a monitoring tool - the process
    typically only has ~130 file handles open at any time. When we start
    getting a lot of sockets "stuck" in close_wait state the number of open
    files increases dramatically occasionally freezing the server until (I
    believe) the OS steps in and cleans house.
    For those curious, our box is configured to have a max of 1024 files
    open. Please don't even suggest that we raise that parameter because it
    is already high enough.
    We are tempted to use apache as the webserver and proxy request through
    apache to weblogic. Apache doesn't suffer from this issue AFAIK.
    -Tim
    sogal nagavardhan wrote:
    Hi !!
    We are using weblogic 6.0 SP2 with jdk1.3.1 running on windows 2000 platform.
    Currently we are using running some stablity tests and noticing that there are
    lot of sockets in close_wait state and handle count keeps going up and eventually
    crashes the weblogic. We also tried reducing the TcpTimedWaitDelay as suggested
    in this newsgroup, and we are still noticing this problem. Does any body have
    the same issue?. is this a know problem with weblogic http server?. and finally
    any fixes or workarounds to this issue.
    Thanks
    Sogal.N

    BEA acknowledges this problem in 6.0 SP2 with iPlanet plug-in.
    Solution that they recommend is to use 6.1 SP2 plug-in (they claim
    full compatibility). Also, you may have to set KeepAliveEnabled to
    false in obj.conf (the problem is in wrong pooling).
    Hope it helps,
    Bala
    Robert Patrick <[email protected]> wrote in message news:<[email protected]>...
    There are a couple of issues.
    1.) You need to tune the machine running the web server and the machine
    running WebLogic to make sure that it is configured appropriately for a
    high-volume HTTP server. See
    http://e-docs.bea.com/wls/platforms/sun/index.html for details on tuning
    Solaris.
    2.) I believe that there is a bug in the plugins in 6.0 where it is not
    properly closing sockets. Try using the plugin from WLS 6.1 SP2...
    Hope this helps,
    Robert
    Kevin Phillips wrote:
    Tim Funk <[email protected]> wrote:
    I am experiencing similar problems with WL 6.0 SP2 on Solaris 2.6.
    We are already proxying all HTTP traffic through a
    cluster of apache servers. Unfortuantely, the apache-WL
    bridge seems to work so efficiently that our servers are
    still flooded with open sockets in the TCP_CLOSE_WAIT state.
    It seems to be bound by WebLogic's capacity to respond to
    the requests in a speedy enough fashion.
    Anybody have any suggestions?
    Kevin
    We have the same issue with HPUX and Weblogic 5.1 SP8. In fact, we get
    errors on the ListenThread because occasionally it (the ListenThread)
    says too many files open. Running a monitoring tool - the process
    typically only has ~130 file handles open at any time. When we start
    getting a lot of sockets "stuck" in close_wait state the number of open
    files increases dramatically occasionally freezing the server until (I
    believe) the OS steps in and cleans house.
    For those curious, our box is configured to have a max of 1024 files
    open. Please don't even suggest that we raise that parameter because
    it
    is already high enough.
    We are tempted to use apache as the webserver and proxy request through
    apache to weblogic. Apache doesn't suffer from this issue AFAIK.
    -Tim
    sogal nagavardhan wrote:
    Hi !!
    We are using weblogic 6.0 SP2 with jdk1.3.1 running on windows 2000
    platform.
    Currently we are using running some stablity tests and noticing that
    there are
    lot of sockets in close_wait state and handle count keeps going up
    and eventually
    crashes the weblogic. We also tried reducing the TcpTimedWaitDelay
    as suggested
    in this newsgroup, and we are still noticing this problem. Does any
    body have
    the same issue?. is this a know problem with weblogic http server?.
    and finally
    any fixes or workarounds to this issue.
    Thanks
    Sogal.N

  • Ignoring Http basic authentication header in wls 7.0.sp2 web service servlet (weblogic.webservice.server.servlet.WebServiceServlet)

    Hi!
    We need to implement authentication using our own methods, and the authentication
    information is provided to the web service implementation in a basic authentication
    header. The problem is, that the servlet
    weblogic.webservice.server.servlet.WebServiceServlet, which handles web services
    in
    wls 7.0.sp2, always attempts to perform authentication, if the header is present.
    Is there any way to circumvent this, because we want to implement authentication
    on our own?
    I already know two workarounds:
    The best would of course be to implement a custom security realm for our own
    authentication system. This is not an option, implementing an own security
    realm is overkill for this specific web service.
    The other way would be to route the requests by way of a custom servlet, which
    would
    remove the basic authentication header, and put the authentication info in custom
    headers, such as x-auth: <user:password>, or smthng similar, and after successful
    authentication, make a call to bea's servlet weblogic.webservice.server.servlet.WebServiceServlet.
    But still, I'd like to know if there is any way to tell bea's servlet to ignore
    the basic
    authentication header?
    Oh yeah, by the way, this is URGENT, as always. (really!! ;)
    Toni Nykanen

    Currently there is no option to turn off security check.
    I think you can use a servlet filter mapped to the URL
    of your service, instead of a proxy servlet?
    Regards,
    -manoj
    http://manojc.com
    "Toni Nykanen" <[email protected]> wrote in message
    news:3ef1577b$[email protected]..
    >
    Hi!
    We need to implement authentication using our own methods, and theauthentication
    information is provided to the web service implementation in a basicauthentication
    header. The problem is, that the servlet
    weblogic.webservice.server.servlet.WebServiceServlet, which handles webservices
    in
    wls 7.0.sp2, always attempts to perform authentication, if the header ispresent.
    Is there any way to circumvent this, because we want to implementauthentication
    on our own?
    I already know two workarounds:
    The best would of course be to implement a custom security realm for ourown
    authentication system. This is not an option, implementing an own security
    realm is overkill for this specific web service.
    The other way would be to route the requests by way of a custom servlet,which
    would
    remove the basic authentication header, and put the authentication info incustom
    headers, such as x-auth: <user:password>, or smthng similar, and aftersuccessful
    authentication, make a call to bea's servletweblogic.webservice.server.servlet.WebServiceServlet.
    >
    But still, I'd like to know if there is any way to tell bea's servlet toignore
    the basic
    authentication header?
    Oh yeah, by the way, this is URGENT, as always. (really!! ;)
    Toni Nykanen

  • Problem starting wls 6.1 sp2

    Hi
    I have developed an appliaction using wls 6.1 sp2 on w2k, which I want to migrate
    to Solaris 8.
    I have modified my windows statup scripts to Solaris, but I get a strange error
    when starting weblogic. I am starting the server as root and my weblogic.policy
    file is modified according to my installation.
    Has anybody encountered anything similar?
    <Feb 20, 2002 12:08:09 PM CET> <Critical> <Management> <Unable to deploy an internal
    management web application - <all-internal-apps>. Managed servers may be unable
    to start.
    java.io.FileNotFoundException: ./config/Certifikat/.wlstaging/wl_management_internal2.war
    (No such file or directory)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
    at weblogic.management.mbeans.custom.ApplicationManager.stageGlobalWarFile(ApplicationManager.java:398)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:334)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    >
    My startup script is as follows
    bash-2.03$ more startWeblogic.sh
    #!/usr/bin/bash
    # Set user-defined variables.
    export PROJECT=postdanmark
    export ENVIRONMENT=test
    export RELEASE_DIR=/opt/projects/$PROJECT/$ENVIRONMENT/lib
    export JAVA_HOME=/opt/jdk/j2sdk1_3_1_02
    export WEBLOGIC_HOME=/opt/bea/weblogic/6.1
    export PATH=$WEBLOGIC_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:.:$PATH
    export CLASSPATH=$RELEASE_DIR/internal/util/1.0/Util.jar
    export CLASSPATH=$CLASSPATH:$WEBLOGIC_HOME/lib/weblogic.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/sun/jaxb/1.0ea/lib/jaxb-rt-1.0-ea.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/postdanmark/1.0/PostDanmarkPC.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/EntrustCAEjb/1.0/EntrustCAEjb.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/websupport/1.0/WebSupport.jar
    export CLASSPATH=$CLASSPATH:/opt/projects/$PROJECT/$ENVIRONMENT/batch/properties
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/corba/interfaces/entrustca/1.2/EntrustCA.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/mysql/jdbc/2.0.4/mm.mysql-2.0.4-bin.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entbase.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entuser.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entp7.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entmisc.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entcertlist.jar
    echo off
    echo *********************************************
    echo * Starting weblogic application server *
    echo *********************************************
    # Set WLS_PW equal to your system password for no password prompt server startup.
    export WLS_PW=certifikat
    # Set Production Mode. When set to true, the server starts up in production mode.
    When set to false, the server starts up i
    n development mode. The default is false.
    export STARTMODE=false
    export WEBLOGIC_OPTIONS='-Dweblogic.Domain=Certifikat'
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.Name=PostDanmarkServer"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.discover=false"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dbea.home=/opt/bea/weblogic/6.1"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.home=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.dir=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.password=$WLS_PW"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.ProductionModeEnabled=$STARTMODE"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.security.policy=$WEBLOGIC_HOME/lib/weblogic.policy"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.RootDirectory=/opt/projects/$PROJECT/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.util.logging.config.file=/opt/projects/$PROJECT/$ENVIRONMENT/batch/proper
    ties/logging.properties"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.library.path=$WEBLOGIC_HOME/lib/solaris:$WEBLOGIC_HOME/lib/solaris/oci816
    _8"
    export JAVA_OPTIONS='-hotspot -ms64m -mx64m -classpath '
    export JAVA_OPTIONS=${JAVA_OPTIONS}$CLASSPATH
    echo on
    echo "using JAVA OPTIONS : "$JAVA_OPTIONS"
    echo "using WEBLOGIC OPTIONS : "$WEBLOGIC_OPTIONS"
    "$JAVA_HOME/bin/java" $JAVA_OPTIONS $WEBLOGIC_OPTIONS weblogic.Server

    Hi.
    Try placing the wl_management_internal2.war file from the mydomain/.wlstaging directory into the directory your server is expecting.
    Regards,
    Michael
    Peter Buus wrote:
    Hi
    I have developed an appliaction using wls 6.1 sp2 on w2k, which I want to migrate
    to Solaris 8.
    I have modified my windows statup scripts to Solaris, but I get a strange error
    when starting weblogic. I am starting the server as root and my weblogic.policy
    file is modified according to my installation.
    Has anybody encountered anything similar?
    <Feb 20, 2002 12:08:09 PM CET> <Critical> <Management> <Unable to deploy an internal
    management web application - <all-internal-apps>. Managed servers may be unable
    to start.
    java.io.FileNotFoundException: ./config/Certifikat/.wlstaging/wl_management_internal2.war
    (No such file or directory)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
    at weblogic.management.mbeans.custom.ApplicationManager.stageGlobalWarFile(ApplicationManager.java:398)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:334)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    >
    My startup script is as follows
    bash-2.03$ more startWeblogic.sh
    #!/usr/bin/bash
    # Set user-defined variables.
    export PROJECT=postdanmark
    export ENVIRONMENT=test
    export RELEASE_DIR=/opt/projects/$PROJECT/$ENVIRONMENT/lib
    export JAVA_HOME=/opt/jdk/j2sdk1_3_1_02
    export WEBLOGIC_HOME=/opt/bea/weblogic/6.1
    export PATH=$WEBLOGIC_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:.:$PATH
    export CLASSPATH=$RELEASE_DIR/internal/util/1.0/Util.jar
    export CLASSPATH=$CLASSPATH:$WEBLOGIC_HOME/lib/weblogic.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/sun/jaxb/1.0ea/lib/jaxb-rt-1.0-ea.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/postdanmark/1.0/PostDanmarkPC.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/EntrustCAEjb/1.0/EntrustCAEjb.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/websupport/1.0/WebSupport.jar
    export CLASSPATH=$CLASSPATH:/opt/projects/$PROJECT/$ENVIRONMENT/batch/properties
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/internal/corba/interfaces/entrustca/1.2/EntrustCA.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/mysql/jdbc/2.0.4/mm.mysql-2.0.4-bin.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entbase.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entuser.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entp7.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entmisc.jar
    export CLASSPATH=$CLASSPATH:$RELEASE_DIR/external/entrust/java_toolkit/6.0/lib/application/entcertlist.jar
    echo off
    echo *********************************************
    echo * Starting weblogic application server *
    echo *********************************************
    # Set WLS_PW equal to your system password for no password prompt server startup.
    export WLS_PW=certifikat
    # Set Production Mode. When set to true, the server starts up in production mode.
    When set to false, the server starts up i
    n development mode. The default is false.
    export STARTMODE=false
    export WEBLOGIC_OPTIONS='-Dweblogic.Domain=Certifikat'
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.Name=PostDanmarkServer"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.discover=false"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dbea.home=/opt/bea/weblogic/6.1"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.home=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Duser.dir=/opt/projects/$PROJECTS/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.management.password=$WLS_PW"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.ProductionModeEnabled=$STARTMODE"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.security.policy=$WEBLOGIC_HOME/lib/weblogic.policy"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Dweblogic.RootDirectory=/opt/projects/$PROJECT/$ENVIRONMENT/weblogic"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.util.logging.config.file=/opt/projects/$PROJECT/$ENVIRONMENT/batch/proper
    ties/logging.properties"
    export WEBLOGIC_OPTIONS=${WEBLOGIC_OPTIONS}" -Djava.library.path=$WEBLOGIC_HOME/lib/solaris:$WEBLOGIC_HOME/lib/solaris/oci816
    _8"
    export JAVA_OPTIONS='-hotspot -ms64m -mx64m -classpath '
    export JAVA_OPTIONS=${JAVA_OPTIONS}$CLASSPATH
    echo on
    echo "using JAVA OPTIONS : "$JAVA_OPTIONS"
    echo "using WEBLOGIC OPTIONS : "$WEBLOGIC_OPTIONS"
    "$JAVA_HOME/bin/java" $JAVA_OPTIONS $WEBLOGIC_OPTIONS weblogic.Server--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Mail crashes every time I try to search while on TRUSH. As soon as I enter the 3rd character in crashes : Exception Type:  EXC_CRASH (SIGABRT) IOS 10.9.1

    Mail crashes every time I try to search while on TRUSH. As soon as I enter the 3rd character in crashes : Exception Type:  EXC_CRASH (SIGABRT) IOS 10.9.1

    Process:         Mail [32596]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.1 (1827)
    Build Info:      Mail-1827000000000000~5
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [178]
    Responsible:     Mail [32596]
    User ID:         501
    Date/Time:       2014-01-02 20:11:17.383 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  3B951437-E3FD-42AA-8878-20AF0D171B6E
    Sleep/Wake UUID: CAAFEE4F-1ECC-48CF-95E4-B4B5524633D7
    Crashed Thread:  20  Dispatch queue: com.apple.root.high-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'MFSQLiteException', reason: 'checking for existence of object'
    abort() called
    terminating with uncaught exception of type NSException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff83adf41c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8ef9ce75 objc_exception_throw + 43
    2   Mail                                0x00007fff8370044e mf_sqlite3_get_table_printf + 0
    3   Mail                                0x00007fff8362c91f databaseIsEmpty + 32
    4   Mail                                0x00007fff8362f34b +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 3670
    5   Mail                                0x00007fff83627fc8 spotlightNotificationCallback + 868
    6   CoreFoundation                      0x00007fff83aadfcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    7   CoreFoundation                      0x00007fff839a1c5d _CFXNotificationPost + 2893
    8   CoreFoundation                      0x00007fff839f175e CFNotificationCenterPostNotificationWithOptions + 110
    9   Metadata                            0x00007fff8548cbf6 ___pushNotification_block_invoke + 148
    10  libdispatch.dylib                   0x00007fff870471d7 _dispatch_call_block_and_release + 12
    11  libdispatch.dylib                   0x00007fff870442ad _dispatch_client_callout + 8
    12  libdispatch.dylib                   0x00007fff8704609e _dispatch_root_queue_drain + 326
    13  libdispatch.dylib                   0x00007fff87047193 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib             0x00007fff894e4ef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib             0x00007fff894e7fb9 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8db08b16 syscall_thread_switch + 10
    1   libsystem_platform.dylib                0x00007fff8c18df30 _os_lock_handoff_lock_slow + 79
    2   libobjc.A.dylib                         0x00007fff8ef9896e _objc_rootRetain_slow + 25
    3   libobjc.A.dylib                         0x00007fff8efac36e -[NSObject retain] + 126
    4   com.apple.CoreText                      0x00007fff894fd437 TStorageRange::TStorageRange(_CTGlyphStorage*, CFRange) + 43
    5   com.apple.CoreText                      0x00007fff894fd37d TRun::TRun(_CTGlyphStorage*, CFRange, TAttributes const&) + 117
    6   com.apple.CoreText                      0x00007fff89515e01 TRunEncoder::Encode(_CTGlyphStorage*, CFRange, unsigned int, __CFDictionary const*) + 175
    7   com.apple.CoreText                      0x00007fff89515d48 CTRunCreateMutableRunsWithStorageAndOptions + 196
    8   com.apple.AppKit                        0x00007fff82581b6e -[NSATSGlyphStorage createCTTypesetter] + 700
    9   com.apple.AppKit                        0x00007fff8257d8d3 -[NSATSTypesetter _ctTypesetter] + 327
    10  com.apple.AppKit                        0x00007fff8257caf9 -[NSATSLineFragment layoutForStartingGlyphAtIndex:characterIndex:minPosition:maxPosition:lineFragme ntRect:] + 85
    11  com.apple.AppKit                        0x00007fff8257b64e -[NSATSTypesetter _layoutLineFragmentStartingWithGlyphAtIndex:characterIndex:atPoint:renderingCon text:] + 2777
    12  com.apple.AppKit                        0x00007fff825aec79 -[NSATSTypesetter layoutParagraphAtPoint:] + 149
    13  com.apple.AppKit                        0x00007fff82c27ce2 -[NSTypesetter _layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:maxC haracterIndex:nextGlyphIndex:nextCharacterIndex:] + 8552
    14  com.apple.AppKit                        0x00007fff825adc9d -[NSTypesetter layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:] + 202
    15  com.apple.AppKit                        0x00007fff825adb81 -[NSATSTypesetter layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:] + 1107
    16  com.apple.AppKit                        0x00007fff825ac219 -[NSLayoutManager(NSPrivate) _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] + 1306
    17  com.apple.AppKit                        0x00007fff825abac9 -[NSLayoutManager(NSPrivate) _fillLayoutHoleAtIndex:desiredNumberOfLines:] + 201
    18  com.apple.AppKit                        0x00007fff825aa868 _NSFastFillAllLayoutHolesUpToEndOfContainerForGlyphIndex + 907
    19  com.apple.AppKit                        0x00007fff825aa338 -[NSLayoutManager textContainerForGlyphAtIndex:effectiveRange:] + 137
    20  com.apple.AppKit                        0x00007fff825aa172 -[NSLayoutManager glyphRangeForTextContainer:] + 299
    21  com.apple.AppKit                        0x00007fff826505ad -[NSStringDrawingTextStorage drawTextContainer:withRect:graphicsContext:baselineMode:scrollable:padding:] + 312
    22  com.apple.AppKit                        0x00007fff8263e41b _NSStringDrawingCore + 3424
    23  com.apple.AppKit                        0x00007fff8263cc30 _NSDrawTextCell + 6400
    24  com.apple.AppKit                        0x00007fff826438bc -[NSTextFieldCell drawInteriorWithFrame:inView:] + 963
    25  com.apple.AppKit                        0x00007fff82642728 -[NSControl drawRect:] + 341
    26  com.apple.AppKit                        0x00007fff826378b0 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1075
    27  com.apple.AppKit                        0x00007fff82637bb0 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1843
    28  com.apple.AppKit                        0x00007fff82637bb0 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1843
    29  com.apple.AppKit                        0x00007fff82637bb0 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1843
    30  com.apple.AppKit                        0x00007fff8263736d __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 186
    31  com.apple.AppKit                        0x00007fff82637153 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2297
    32  com.apple.AppKit                        0x00007fff82636848 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108
    33  com.apple.QuartzCore                    0x00007fff837ff852 CABackingStoreUpdate_ + 2220
    34  com.apple.QuartzCore                    0x00007fff837fefa0 ___ZN2CA5Layer8display_Ev_block_invoke + 59
    35  com.apple.QuartzCore                    0x00007fff837fef5c x_blame_allocations + 84
    36  com.apple.QuartzCore                    0x00007fff837fea6b CA::Layer::display_() + 1539
    37  com.apple.AppKit                        0x00007fff82636713 _NSBackingLayerDisplay + 235
    38  com.apple.AppKit                        0x00007fff8260daab -[_NSViewBackingLayer display] + 811
    39  com.apple.QuartzCore                    0x00007fff837fe1a2 CA::Layer::display_if_needed(CA::Transaction*) + 590
    40  com.apple.QuartzCore                    0x00007fff837fd8f1 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
    41  com.apple.QuartzCore                    0x00007fff837fd37c CA::Context::commit_transaction(CA::Transaction*) + 236
    42  com.apple.QuartzCore                    0x00007fff837fd016 CA::Transaction::commit() + 388
    43  com.apple.QuartzCore                    0x00007fff8380d7a1 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 71
    44  com.apple.CoreFoundation                0x00007fff83a100a7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    45  com.apple.CoreFoundation                0x00007fff83a10017 __CFRunLoopDoObservers + 391
    46  com.apple.CoreFoundation                0x00007fff83a01294 CFRunLoopRunSpecific + 340
    47  com.apple.HIToolbox                     0x00007fff8a2a9f0d RunCurrentEventLoopInMode + 226
    48  com.apple.HIToolbox                     0x00007fff8a2a9cb7 ReceiveNextEventCommon + 479
    49  com.apple.HIToolbox                     0x00007fff8a2a9abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    50  com.apple.AppKit                        0x00007fff824d628e _DPSNextEvent + 1434
    51  com.apple.AppKit                        0x00007fff824d58db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    52  com.apple.AppKit                        0x00007fff824c99cc -[NSApplication run] + 553
    53  com.apple.AppKit                        0x00007fff824b4803 NSApplicationMain + 940
    54  libdyld.dylib                           0x00007fff8df605fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8db0d662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8704643d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff87046152 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8db08a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8db07d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff83a02315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff83a01939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff83a01275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8d2d9907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8d2d970b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8db0c9aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff83a4dd43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8db08a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8db07d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff83a02315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff83a01939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff83a01275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff826761ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 5:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff8db08a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8db07d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff838113b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff838112ed thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8db0c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff894e5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87d37e15 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x00007fff87d2d0af ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8db0c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff894e5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87d38887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff87d38718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87d2d0af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 8:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8db0c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff894e5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87d37e15 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x00007fff87d2d0af ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8db0c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff894e5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87d38887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff87d38718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87d2d0af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff894e3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff894e372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff894e7fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8db0ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff894e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8db0ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff894e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 12:: Dispatch queue: com.apple.root.high-priority
    0   libsystem_kernel.dylib                  0x00007fff8db0c746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff894e6779 _pthread_mutex_lock + 372
    2   com.apple.Mail.framework                0x00007fff8367e007 -[MFMailbox mutableCopyOfChildrenIncludingHiddenChildren:hidingGmail:] + 58
    3   com.apple.Mail.framework                0x00007fff8366d0c6 -[MFMailAccount allMailboxesEvenIfInactive:] + 165
    4   com.apple.Mail.framework                0x00007fff8361664d +[MFLibrary _getActiveAccountURLs:andActiveMailboxURLs:] + 656
    5   com.apple.Mail.framework                0x00007fff8362e752 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 605
    6   com.apple.Mail.framework                0x00007fff83627fc8 spotlightNotificationCallback + 868
    7   com.apple.CoreFoundation                0x00007fff83aadfcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    8   com.apple.CoreFoundation                0x00007fff839a1c5d _CFXNotificationPost + 2893
    9   com.apple.CoreFoundation                0x00007fff839f175e CFNotificationCenterPostNotificationWithOptions + 110
    10  com.apple.Metadata                      0x00007fff8548cbf6 ___pushNotification_block_invoke + 148
    11  libdispatch.dylib                       0x00007fff870471d7 _dispatch_call_block_and_release + 12
    12  libdispatch.dylib                       0x00007fff870442ad _dispatch_client_callout + 8
    13  libdispatch.dylib                       0x00007fff8704609e _dispatch_root_queue_drain + 326
    14  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    15  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    16  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 13:: Dispatch queue: Query work queue
    0   libsystem_kernel.dylib                  0x00007fff8db0c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff894e5c3b _pthread_cond_wait + 727
    2   com.apple.Metadata                      0x00007fff8548cb1f _pushNotification + 558
    3   com.apple.Metadata                      0x00007fff8548c73f processUpdatesLocked + 10255
    4   com.apple.Metadata                      0x00007fff854842ef tryProcessUpdates + 397
    5   com.apple.Metadata                      0x00007fff85489799 _MDQueryCallback + 186
    6   com.apple.Metadata                      0x00007fff854896b7 __doQueryResultsCallback_block_invoke + 72
    7   libdispatch.dylib                       0x00007fff870471d7 _dispatch_call_block_and_release + 12
    8   libdispatch.dylib                       0x00007fff870442ad _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff8704668f _dispatch_queue_drain + 451
    10  libdispatch.dylib                       0x00007fff870479dd _dispatch_queue_invoke + 110
    11  libdispatch.dylib                       0x00007fff87045fa3 _dispatch_root_queue_drain + 75
    12  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8db0ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff894e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8db0ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff894e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 16:: -[MFSnippetManager _calculateSnippetForMessages]  Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8db0c72e __psynch_mutexdrop + 10
    1   libsystem_pthread.dylib                 0x00007fff894e6928 pthread_mutex_unlock + 113
    2   libobjc.A.dylib                         0x00007fff8ef968e2 objc_sync_exit + 43
    3   com.apple.Mail.framework                0x00007fff8367e1c9 -[MFMailbox mutableCopyOfChildrenIncludingHiddenChildren:hidingGmail:] + 508
    4   com.apple.Mail.framework                0x00007fff8366d0c6 -[MFMailAccount allMailboxesEvenIfInactive:] + 165
    5   com.apple.Mail.framework                0x00007fff8361664d +[MFLibrary _getActiveAccountURLs:andActiveMailboxURLs:] + 656
    6   com.apple.Mail.framework                0x00007fff8362e752 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 605
    7   com.apple.Mail.framework                0x00007fff836027f7 +[MFLibrary setSnippetsForMessages:] + 83
    8   com.apple.Mail.framework                0x00007fff83646b3e -[MFLibraryStore saveSnippetsForMessages:] + 272
    9   com.apple.Mail.framework                0x00007fff836fc2fd __48-[MFSnippetManager _calculateSnippetForMessages]_block_invoke + 715
    10  com.apple.CoreFoundation                0x00007fff83a1ca1f __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    11  com.apple.CoreFoundation                0x00007fff83a1c92e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    12  com.apple.Mail.framework                0x00007fff836fc012 -[MFSnippetManager _calculateSnippetForMessages] + 287
    13  com.apple.CoreFoundation                0x00007fff839cadec __invoking___ + 140
    14  com.apple.CoreFoundation                0x00007fff839cac54 -[NSInvocation invoke] + 308
    15  com.apple.MailCore                      0x00007fff8183c808 -[MCThrowingInvocationOperation main] + 40
    16  com.apple.MailCore                      0x00007fff817e0f08 -[_MCInvocationOperation main] + 332
    17  com.apple.Foundation                    0x00007fff8d27a591 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation                    0x00007fff8d27a23b __NSOQSchedule_f + 64
    19  libdispatch.dylib                       0x00007fff870442ad _dispatch_client_callout + 8
    20  libdispatch.dylib                       0x00007fff8704668f _dispatch_queue_drain + 451
    21  libdispatch.dylib                       0x00007fff870479dd _dispatch_queue_invoke + 110
    22  libdispatch.dylib                       0x00007fff87045fa3 _dispatch_root_queue_drain + 75
    23  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 17:: Dispatch queue: com.apple.root.high-priority
    0   libsystem_kernel.dylib                  0x00007fff8db0c866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff894e435c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff834ddbba abort + 125
    3   libc++abi.dylib                         0x00007fff865a0141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff865c5abc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff8ef9d30d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff865c33e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff865c3456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff8ef9d0b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff870442c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff8704609e _dispatch_root_queue_drain + 326
    11  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    12  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    13  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 18:: Dispatch queue: com.apple.root.high-priority
    0   libsystem_kernel.dylib                  0x00007fff8db0ca3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff834fce60 nanosleep + 200
    2   com.apple.Foundation                    0x00007fff8d30360d +[NSThread sleepForTimeInterval:] + 156
    3   com.apple.Mail.framework                0x00007fff8362f31f +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 3626
    4   com.apple.Mail.framework                0x00007fff83627fc8 spotlightNotificationCallback + 868
    5   com.apple.CoreFoundation                0x00007fff83aadfcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    6   com.apple.CoreFoundation                0x00007fff839a1c5d _CFXNotificationPost + 2893
    7   com.apple.CoreFoundation                0x00007fff839f175e CFNotificationCenterPostNotificationWithOptions + 110
    8   com.apple.Metadata                      0x00007fff8548cbf6 ___pushNotification_block_invoke + 148
    9   libdispatch.dylib                       0x00007fff870471d7 _dispatch_call_block_and_release + 12
    10  libdispatch.dylib                       0x00007fff870442ad _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x00007fff8704609e _dispatch_root_queue_drain + 326
    12  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8db0ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff894e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 20 Crashed:: Dispatch queue: com.apple.root.high-priority
    0   libsystem_kernel.dylib                  0x00007fff8db0ca52 __semwait_signal_nocancel + 10
    1   libsystem_c.dylib                       0x00007fff83487a7c nanosleep$NOCANCEL + 189
    2   libsystem_c.dylib                       0x00007fff834b15fe usleep$NOCANCEL + 54
    3   libsystem_c.dylib                       0x00007fff834ddbc4 abort + 135
    4   libc++abi.dylib                         0x00007fff865a0141 abort_message + 257
    5   libc++abi.dylib                         0x00007fff865c5abc default_terminate_handler() + 264
    6   libobjc.A.dylib                         0x00007fff8ef9d30d _objc_terminate() + 103
    7   libc++abi.dylib                         0x00007fff865c33e1 std::__terminate(void (*)()) + 8
    8   libc++abi.dylib                         0x00007fff865c3456 std::terminate() + 54
    9   libobjc.A.dylib                         0x00007fff8ef9d0b0 objc_terminate + 9
    10  libdispatch.dylib                       0x00007fff870442c1 _dispatch_client_callout + 28
    11  libdispatch.dylib                       0x00007fff8704609e _dispatch_root_queue_drain + 326
    12  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 21:: -[MessageMiniMall _performFilterTask:seriesID:]  Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8db0c746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff894e6779 _pthread_mutex_lock + 372
    2   com.apple.Mail.framework                0x00007fff8367e007 -[MFMailbox mutableCopyOfChildrenIncludingHiddenChildren:hidingGmail:] + 58
    3   com.apple.Mail.framework                0x00007fff8366d0c6 -[MFMailAccount allMailboxesEvenIfInactive:] + 165
    4   com.apple.Mail.framework                0x00007fff8361664d +[MFLibrary _getActiveAccountURLs:andActiveMailboxURLs:] + 656
    5   com.apple.Mail.framework                0x00007fff8362e752 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 605
    6   com.apple.Mail.framework                0x00007fff8361e490 +[MFLibrary snippetsForMessages:] + 151
    7   com.apple.Mail.framework                0x00007fff836fb7b1 __45-[MFSnippetManager fetchSnippetsForMessages:]_block_invoke + 94
    8   com.apple.CoreFoundation                0x00007fff83a1ca1f __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    9   com.apple.CoreFoundation                0x00007fff83a1c92e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    10  com.apple.Mail.framework                0x00007fff836fb65a -[MFSnippetManager fetchSnippetsForMessages:] + 237
    11  com.apple.mail                          0x000000010483ca2d 0x1047f9000 + 277037
    12  com.apple.CoreFoundation                0x00007fff839cadec __invoking___ + 140
    13  com.apple.CoreFoundation                0x00007fff839cac54 -[NSInvocation invoke] + 308
    14  com.apple.mail                          0x000000010483c2d0 0x1047f9000 + 275152
    15  com.apple.CoreFoundation                0x00007fff839cadec __invoking___ + 140
    16  com.apple.CoreFoundation                0x00007fff839cac54 -[NSInvocation invoke] + 308
    17  com.apple.MailCore                      0x00007fff8183c808 -[MCThrowingInvocationOperation main] + 40
    18  com.apple.MailCore                      0x00007fff817e0f08 -[_MCInvocationOperation main] + 332
    19  com.apple.Foundation                    0x00007fff8d27a591 -[__NSOperationInternal _start:] + 631
    20  com.apple.Foundation                    0x00007fff8d27a23b __NSOQSchedule_f + 64
    21  libdispatch.dylib                       0x00007fff870442ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff8704668f _dispatch_queue_drain + 451
    23  libdispatch.dylib                       0x00007fff870479dd _dispatch_queue_invoke + 110
    24  libdispatch.dylib                       0x00007fff87045fa3 _dispatch_root_queue_drain + 75
    25  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    26  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    27  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8db0ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff894e4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 23:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8db08a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8db07d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff83a02315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff83a01939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff83a01275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8d2f500e -[NSConnection sendInvocation:internal:] + 1965
    6   com.apple.CoreFoundation                0x00007fff83a3d384 ___forwarding___ + 452
    7   com.apple.CoreFoundation                0x00007fff83a3d138 _CF_forwarding_prep_0 + 120
    8   com.apple.AppKit                        0x00007fff82b42c3c -[NSSpellChecker _checkSpellingAndGrammarInString:range:enclosingRange:offset:types:options:orth ography:inSpellDocumentWithTag:mutableResults:wordCount:] + 2071
    9   com.apple.AppKit                        0x00007fff826cc8a3 NSSpellCheckerCheckString + 8096
    10  com.apple.AppKit                        0x00007fff826ca894 -[NSTextCheckingOperation main] + 152
    11  com.apple.Foundation                    0x00007fff8d27a591 -[__NSOperationInternal _start:] + 631
    12  com.apple.Foundation                    0x00007fff8d27a23b __NSOQSchedule_f + 64
    13  libdispatch.dylib                       0x00007fff870442ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8704668f _dispatch_queue_drain + 451
    15  libdispatch.dylib                       0x00007fff870479dd _dispatch_queue_invoke + 110
    16  libdispatch.dylib                       0x00007fff87045fa3 _dispatch_root_queue_drain + 75
    17  libdispatch.dylib                       0x00007fff87047193 _dispatch_worker_thread2 + 40
    18  libsystem_pthread.dylib                 0x00007fff894e4ef8 _pthread_wqthread + 314
    19  libsystem_pthread.dylib                 0x00007fff894e7fb9 start_wqthread + 13
    Thread 20 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x0000000000000000  rcx: 0x000000010cf54858  rdx: 0x0000000000000001
      rdi: 0x0000000000000b03  rsi: 0x0000000000000000  rbp: 0x000000010cf54890  rsp: 0x000000010cf54858
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x000000010cf54a10  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x000000010cf548a0
      rip: 0x00007fff8db0ca52  rfl: 0x0000000000000247  cr2: 0x00007fff865ae92e
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x1047f9000 -        0x104ae8fff  com.apple.mail (7.1 - 1827) <B82D2EA4-7D7C-33E6-80FF-9D96E62880C2> /Applications/Mail.app/Contents/MacOS/Mail
           0x104ce1000 -        0x104ce8ff7  com.apple.SyncedDefaults (1.3 - 91.30) <FC5A4423-3D91-3A34-853A-C49971EEAE4E> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x104d28000 -        0x104d2bfff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x104e17000 -        0x104e17ff7  libHebrewConverter.dylib (61) <4BA290B9-7A39-3B72-9B9C-1BCF81AB1511> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib
           0x1065b9000 -        0x1065bbfff  apop.so (170) <79E840B4-6D30-3CBB-99D3-345D6C77D5DF> /usr/lib/sasl2/apop.so
           0x1065bf000 -        0x1065cffff  dhx.so (170) <A9EBA1D4-8ED8-37BB-BA1E-263091EAF96E> /usr/lib/sasl2/dhx.so
           0x1065db000 -        0x1065e3fff  digestmd5WebDAV.so (170) <9DBE65CE-9B5C-37A3-8112-40F39BE3B5F8> /usr/lib/sasl2/digestmd5WebDAV.so
           0x1065e8000 -        0x1065eafff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
           0x1065ee000 -        0x1065f0fff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
           0x1065f5000 -        0x1065fdff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
           0x106602000 -        0x106606fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
           0x10660b000 -        0x10660dfff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
           0x106615000 -        0x10661afff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
           0x10661f000 -        0x106626fff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
           0x10662f000 -        0x106631fff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
           0x106635000 -        0x106639fff  libpps.so (170) <9BAB4F91-A2DF-3F11-A2E4-8E353562ECC8> /usr/lib/sasl2/libpps.so
           0x10663e000 -        0x106641ff7  mschapv2.so (170) <7B006E8A-BEB7-3004-9C16-134D37C077A5> /usr/lib/sasl2/mschapv2.so
           0x106646000 -        0x10666eff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x106684000 -        0x106686fff  pwauxprop.so (400) <924056F9-D203-3DAD-B78D-61439A2E6BE8> /usr/lib/sasl2/pwauxprop.so
           0x1066d5000 -        0x1066d7fff  shadow_auxprop.so (170) <2E0153C3-9D36-3496-8885-DE8B91838036> /usr/lib/sasl2/shadow_auxprop.so
           0x1066dc000 -        0x1066defff  smb_nt.so (170) <903A6BA5-5B1F-305A-98EA-27BE757A7CFF> /usr/lib/sasl2/smb_nt.so
           0x1066e3000 -        0x1066e5fff  smb_ntlmv2.so (170) <15A0B3C1-DA72-3B4C-8234-EF24132FEB0B> /usr/lib/sasl2/smb_ntlmv2.so
           0x10687e000 -        0x10687ffff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x1068e2000 -        0x1068e6ff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10690e000 -        0x10690fff4 +cl_kernels (???) <88A0B404-C4F2-46CB-AD54-6C26318BA9F7> cl_kernels
           0x10699c000 -        0x1069a0ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.3 - 2.5.3fc1) <844CFCFD-F813-36F1-A5BF-FB9D7BD7040D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x108499000 -        0x10849affa +cl_kernels (???) <4A20BB34-870B-4601-9730-2A755FE96976> cl_kernels
           0x1084a2000 -        0x1084a2ffd +cl_kernels (???) <57B7C3CF-9B18-4754-A773-1E40A0B7C117> cl_kernels
           0x1084fb000 -        0x1084fbfff +cl_kernels (???) <5FF9C0C1-5CD1-42F3-BA23-12F17DAF2A9A> cl_kernels
           0x108854000 -        0x108855ff6 +cl_kernels (???) <7EF35112-423F-4905-BE5D-C8C949BD8DA3> cl_kernels
           0x1088e3000 -        0x1088e7fff  com.apple.google.iaplugin (2.1 - 210) <F42AE5E6-0CD7-3EE3-B90E-CEDFD6085728> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
           0x10899e000 -        0x10899eff9 +cl_kernels (???) <7ABFD6F6-F3EB-4C6C-9CDA-209E3064C607> cl_kernels
           0x108a2e000 -        0x108a7aff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10a978000 -        0x10a978ffb +cl_kernels (???) <CF6CAD4C-2F58-4524-96F6-AAC9312A7E84> cl_kernels
           0x10aa9e000 -        0x10aa9effe +cl_kernels (???) <1A8E14BE-98A4-4C24-BFEC-7F874A31E614> cl_kernels
           0x10aad8000 -        0x10aad9ff2 +cl_kernels (???) <39E7B8B2-5DE3-4BFC-854C-3D8C717FDD44> cl_kernels
           0x10abdd000 -        0x10abddff7 +cl_kernels (???) <5351C070-2888-4A1A-AED5-CCF7B415A098> cl_kernels
           0x10abe6000 -        0x10abe6ff7 +cl_kernels (???) <6FE11E96-25E5-409E-BAA5-D5076747823D> cl_kernels
           0x10acd4000 -        0x10adbafef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10adfc000 -        0x10aedcff7  unorm8_rgba.dylib (2.3.58) <DDD1AFEB-FD30-34D2-958A-823C3EFD649A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x10c60b000 -        0x10c62aff7  com.apple.icloud.iaplugin (426 - 455) <F0489D74-BA4D-3233-8DA0-10659660B46A> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x10d36f000 -        0x10d3f3ff7  com.apple.AOSUI (1.2 - 270) <B33570A8-00E2-3A0C-9ABB-E71D3F62A4BA> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x10dd30000 -        0x10df01fff  com.apple.audio.units.Components (1.9 - 1.9) <80991B19-4B07-3DBF-A4B3-597DA1AA65B2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
        0x7fff63c28000 -     0x7fff63c5b817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff817bb000 -     0x7fff81864ff7  com.apple.MailCore (7.1 - 1827) <7EB93CBF-910A-3EBB-A424-CFD8BF5A60B4> /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore
        0x7fff81865000 -     0x7fff819a5fff  com.apple.QTKit (7.7.3 - 2826.0.1) <44109489-09C2-34C4-AB66-E52A505D7887> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff81d53000 -     0x7fff81f43ff5  com.apple.WebKit2 (9537 - 9537.73.11) <FE8D26BB-F8B7-37D6-94A0-D82161541F30> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff81f44000 -     0x7fff82074ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff82075000 -     0x7fff8208dff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff820b3000 -     0x7fff820dffff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff820e0000 -     0x7fff821c7ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff821ca000 -     0x7fff821cdfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff821d1000 -     0x7fff82200ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff82201000 -     0x7fff8225fff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff82260000 -     0x7fff82260fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff82261000 -     0x7fff822a7ff7  com.apple.DiskManagement (6.0 - 744) <FE9F0616-FFCA-31D2-A0B5-E6C943326543> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff822a8000 -     0x7fff822f5ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff822f6000 -     0x7fff82303ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff82304000 -     0x7fff82306fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff82307000 -     0x7fff82314ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff82315000 -     0x7fff82483ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff82484000 -     0x7fff82486ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff82487000 -     0x7fff824b1ff7  libsandbox.1.dylib (278.10) <B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5> /usr/lib/libsandbox.1.dylib
        0x7fff824b2000 -     0x7fff83026ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8302d000 -     0x7fff83034ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff83077000 -     0x7fff8307bfff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff8307c000 -     0x7fff830ceff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff830cf000 -     0x7fff830cffff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff830d0000 -     0x7fff830d5fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff830d6000 -     0x7fff830fcfff  com.apple.iCalendar (7.0 - 162) <2B270453-6FFD-3AD3-B40B-51715BE66B33> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff830fd000 -     0x7fff83100fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff83101000 -     0x7fff83142fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff83143000 -     0x7fff83182fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff83183000 -     0x7fff831c0ff7  com.apple.MailUI (7.1 - 1827) <1190E1DA-6476-3CB1-8609-EE74982F2D4E> /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI
        0x7fff831c1000 -     0x7fff831c3ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff831c4000 -     0x7fff831fdff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff831fe000 -     0x7fff8345fff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff83465000 -     0x7fff83466ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff83467000 -     0x7fff83480ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff83481000 -     0x7fff8350aff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff8350b000 -     0x7fff8356eff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8356f000 -     0x7fff83780fff  com.apple.Mail.framework (7.1 - 1827) <27546F7A-E050-3750-9515-9E5EF0FB8F41> /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail
        0x7fff83781000 -     0x7fff8378bfff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8378c000 -     0x7fff837a7fff  com.apple.CalendarStore (7.0 - 1363) <3B8C272C-D888-359B-B0E1-B842113F6603> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff837c1000 -     0x7fff837c4ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff837d8000 -     0x7fff837e0ff7  com.apple.CloudServices (1.0 - 1) <D59A4139-B4E4-3097-A442-BA87928B355C> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
        0x7fff837ea000 -     0x7fff83986ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff83987000 -     0x7fff83990ff7  com.apple.MailService (7.1 - 1827) <2E55B00F-29F4-338B-BC60-7F66E0CE6660> /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService
        0x7fff83991000 -     0x7fff83b76ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff83bb3000 -     0x7fff83c84ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff83d03000 -     0x7fff83d1affa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff83d1b000 -     0x7fff83d2ffff  com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff83d30000 -     0x7fff83d59fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff83d5a000 -     0x7fff83d81ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff83d82000 -     0x7fff83de4ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff83dea000 -     0x7fff83e46fff  com.apple.coredav (1.0.1 - 229.6) <6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff83e47000 -     0x7fff83fffff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
        0x7fff84000000 -     0x7fff84002fff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff84003000 -     0x7fff8400dff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff84026000 -     0x7fff8406ffff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff84070000 -     0x7fff840fcff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff840fd000 -     0x7fff84f4affb  com.apple.WebCore (9537 - 9537.73.13) <A468175D-078A-3377-A883-0BC5C8A4339F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84f4b000 -     0x7fff84f50ff7  com.apple.MediaAc

  • Wls 8.1 sp2: weblogic.jspc complains about struts-html tags

              Hi,
              I am trying to compile jsps with weblogic.jspc, which use struts' html tags. However,
              the compilation fails with the following message:
              [java] Translation of /views/viewPageBody.jsp failed: (line 3): Error in using
              tag library uri='/tags/struts-html' prefix='html': The Tag class 'org.apache.struts.taglib.html.BaseTag'
              has no setter method corresponding to TLD declared attribute 'server', (JSP 1.1
              spec, 5.4.1)
              I opened the BaseTag class from the struts jar and found the setter exists for
              the attribute 'server' of html tld. So does the property 'server'. The property
              'server' is a string and the parameter in the setter is a string. I read about
              the jspc errors in wls 8.1 about the setter parameter being of different type
              than the property. However, that is not the case here. I tried using both Sun's
              and BEA's jdk. None of them help. Btw, there is another attribute mentioned in
              the html tld, which is 'target'. The compiler doesn't complain yet about this.:(
              Also, I happened to compile other apps which have struts logic tags.
              My environment:
              OS: Win2k sp3
              WLS: 8.1 sp2
              JDK: Sun's 1.4.2 sp4 / Bea's 1.4.1 sp5 (tried both)
              Ant: 1.5.3 (I had an issue earlier with ant until I found that Bea officially
              without any mention supports only ant 1.5.3.)
              I would appreciate any help in this regard.
              Thanks,
              Abbas
              

              What version of Struts are you trying to use?
              Are you certain you're not encountering a different instance of that class in
              an unexpected location in your classpath?
              "Abbas" <[email protected]> wrote:
              >
              >Hi,
              >I am trying to compile jsps with weblogic.jspc, which use struts' html
              >tags. However,
              >the compilation fails with the following message:
              >
              >[java] Translation of /views/viewPageBody.jsp failed: (line 3): Error
              >in using
              >tag library uri='/tags/struts-html' prefix='html': The Tag class 'org.apache.struts.taglib.html.BaseTag'
              >has no setter method corresponding to TLD declared attribute 'server',
              >(JSP 1.1
              >spec, 5.4.1)
              >
              >I opened the BaseTag class from the struts jar and found the setter exists
              >for
              >the attribute 'server' of html tld. So does the property 'server'. The
              >property
              >'server' is a string and the parameter in the setter is a string. I read
              >about
              >the jspc errors in wls 8.1 about the setter parameter being of different
              >type
              >than the property. However, that is not the case here. I tried using
              >both Sun's
              >and BEA's jdk. None of them help. Btw, there is another attribute mentioned
              >in
              >the html tld, which is 'target'. The compiler doesn't complain yet about
              >this.:(
              >Also, I happened to compile other apps which have struts logic tags.
              >
              >
              >My environment:
              >OS: Win2k sp3
              >WLS: 8.1 sp2
              >JDK: Sun's 1.4.2 sp4 / Bea's 1.4.1 sp5 (tried both)
              >Ant: 1.5.3 (I had an issue earlier with ant until I found that Bea officially
              >without any mention supports only ant 1.5.3.)
              >
              >I would appreciate any help in this regard.
              >
              >Thanks,
              >
              >Abbas
              

  • Iplanet 6.x, NSAP & WLS 6.1 SP2

    This is very strange. I can get NSAPI with iplanet 4.x to come up fine (everything proxies, etc. as it should). When we try to get iPlane 6.x working with NSAPI and WLS 6.1 SP2...nothing..doesn't work. We're running everything on Solaris.
    Does anyone have or know of some good documentation that might describe how to get NSAPI working between WLS 6.1 and iPlanet 6...all the examples I've been seeing are mostly Windows paths, .dlls', etc. I'd love to see some working magnus.conf & obj.conf, etc. using WLS6.1 SP2 and iPlanet 6...we're not clustered and we're not using SSL (yet) so it's pretty vanilla.
    What's blowing my mind is why iplanet 4.x works and 6.x doesn;t?? I wonder if the differences between the two are really that great. I checked BEA's doc...and like I said...it seemed a bit cryptic...someone told me ther was a typo or two regarding what was to go in magnus or was it obj.conf...I don't recall..it's just frustrating trying to get NSAPI up and running with WLS 6.1 SP2 and iPlanet 6. Any ideas? Thanks!!

    Thanks Kumar. Does the syntax change (such as WebLogicCluster=xxxxxxxxxxxxxxx) if
    we are running a single instance of WebLogic (a non-clustered environment)?
    Thanks,
    Doug
    Kumar Allamraju <[email protected]> wrote:
    In iplanet 6.x
    magnus.conf should have
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib=/usr/local/netscape/plugins/libproxy.so
    Init fn="wl_init"
    and obj.conf should have
    <Object name="weblogic" ppath="*/weblogic/*">
    Service fn=wl_proxy \
    WebLogicCluster="myweblogic.com:7001,yourweblogic.com:7001,\
    theirweblogic.com:7001" PathTrim="/weblogic"
    </Object>
    Pls post the exact errors that you are seeing, so that we can help
    Kumar
    "Doug E." wrote:
    This is very strange. I can get NSAPI with iplanet 4.x to come up fine(everything proxies, etc. as it should). When we try to get iPlane 6.x
    working with NSAPI and WLS 6.1 SP2...nothing..doesn't work. We're running
    everything on Solaris.
    Does anyone have or know of some good documentation that might describehow to get NSAPI working between WLS 6.1 and iPlanet 6...all the examples
    I've been seeing are mostly Windows paths, .dlls', etc. I'd love to see
    some working magnus.conf & obj.conf, etc. using WLS6.1 SP2 and iPlanet
    6...we're not clustered and we're not using SSL (yet) so it's pretty vanilla.
    What's blowing my mind is why iplanet 4.x works and 6.x doesn;t?? I wonderif the differences between the two are really that great. I checked BEA's
    doc...and like I said...it seemed a bit cryptic...someone told me ther
    was a typo or two regarding what was to go in magnus or was it obj.conf...I
    don't recall..it's just frustrating trying to get NSAPI up and running
    with WLS 6.1 SP2 and iPlanet 6. Any ideas? Thanks!!

  • IIS Plug for WLS 6.1 SP2: The specified procedure could not be found.

    I get an the following error message "The specified procedure could not be
    found." in my browser when trying to use the IIS-proxy plugin on WLS 6.1 sp2
    Windows 2000
    Has anyone else encountered this message? Any solutions?
    Regards,
    Jonas Klemming

    Thank you for posting your answer, and then solution! :> I was fighting
    with my IIS/WLS installation last night when I was about to give up, I came
    across your posting. Although I'm playing with 7, I thought I would try
    reading your posting anyways, and thankfully I did. What I saw, reminded me
    to look at the steps one more time and I found I wasn't forwarding the
    .wlforward piece on! So thank you veyr much! :>>>>
    "Jonas Klemming" <[email protected]> wrote in message
    news:[email protected]..
    Fixed it.
    I had mapped .wlforward to iisforward.dll instead of iisproxy.dll
    /Jonas
    "Jonas Klemming" <[email protected]> wrote in message
    news:[email protected]..
    I get an the following error message "The specified procedure could not
    be
    found." in my browser when trying to use the IIS-proxy plugin on WLS 6.1sp2
    Windows 2000
    Has anyone else encountered this message? Any solutions?
    Regards,
    Jonas Klemming

Maybe you are looking for

  • My ipod will no longer sync to my itunes. Shows up but will not sync when i add music

    When i add music to my 5th gen ipod it will no longer sync in itunes. It shows up in itunes, but when i add mysic it comes up with an error number (13019). The songs show under music on my ipod, but when i disconnect it theyre not on there for me to

  • New Keyboard Shortcut Webapp for Motion 5

    Hi all, To help you memorize all keyboard shortcuts for Motion 5 (and Final Cut Pro X), here's a nifty online tool that visualizes them: http://keycommands.info/motion-5-keyboard-shortcuts.php Cheers

  • GB doesn't allow the midi signal in from my Yamaha p-250 keyboard

    I'm using a Yamaha p-250 keyboard with a USB out to connect to my computer. I installed the driver for the p-250. Although the driver appears in the System Preferences it is somehow not getting a midi signal through to Garage Band, even though Garage

  • How does s8_preload work in ld.config

    I'm Running solaris 8 in a solaris 10 zone. it appears that doing so makes /etc/ld/ld.config contain LD_PRELOAD=/usr/lib/secure/s8_preload.so.1. Unfortunately IBM's purify doesn't handle this very well. the recommended removing that file. I did that,

  • Change page

    Dear, How can we change page with javascript in LiveCycle. for exemple : goto page 5; Thanks