JSPException when the template content contains a stuts form

I have mas a simple example a template including a content which use a
          form
          All I have is an exception !
          javax.servlet.jsp.JspException
          at org.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149)
          when I ask for the following page :
          <%@ page language="java" session="true" %>
          <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
          <template:insert template="/tpl_test.jsp">
          <template:put name="content_main" content="/ctn_test.jsp"/>
          </template:insert>
          which use the template
          <%@ page language="java" session="true" %>
          <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts_html" %>
          <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
          <struts_html:html locale="true">
          <head>
          <struts_html:base/>
          </head>
          <body>
          <h1><template:get name="content_main"/></h1>
          </body>
          </struts_html:html>
          and the follwoing content :
          <%@ page language="java" session="true" %>
          <%@ taglib uri="/WEB-INF/struts.tld" prefix="struts" %>
          <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts_html" %>
          <%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %>
          <struts_html:html locale="true">
          <head>
          <title>TEST</title>
          <struts_html:base/>
          </head>
          <body>
          <form:form action="logon.do">
          <!-- commented or not same exception
          LOGIN
          <form:text property="userName"/>
          PASSWORD
          <form:text property="password"/>
          <struts_html:link href="javascript:submit();"><struts:message
          key="button.submit"/></struts_html:link>
          -->
          </form:form>
          </body>
          </struts_html:html>
          

I'm not sure, but is seems to me, that the resulting html source code is
          wrong.
          in your template page ...
          <struts_html:html locale="true">
          <head>
          <struts_html:base/>
          </head>
          <body>
          <h1><template:get name="content_main"/></h1>
          </body>
          </struts_html:html>
          at the position <template:get .....> the following code will be inserted
          <struts_html:html locale="true">
          <head>
          <title>TEST</title>
          <struts_html:base/>
          </head>
          <body>
          <form:form action="logon.do">
          <!-- commented or not same exception
          LOGIN
          <form:text property="userName"/>
          PASSWORD
          <form:text property="password"/>
          <struts_html:link href="javascript:submit();"><struts:message
          key="button.submit"/></struts_html:link>
          -->
          </form:form>
          </body>
          </struts_html:html>
          you now have several tags twice, which actually may only appear once in an
          html page (body, html, ...)
          try to use the following jsp as your content page:
          <%@ page language="java" session="true" %>
          <%@ taglib uri="/WEB-INF/struts.tld" prefix="struts" %>
          <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts_html" %>
          <%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %>
          <form:form action="logon.do">
          <!-- commented or not same exception
          LOGIN
          <form:text property="userName"/>
          PASSWORD
          <form:text property="password"/>
          <struts_html:link href="javascript:submit();"><struts:message
          key="button.submit"/></struts_html:link>
          -->
          </form:form>
          HTH
          Hansjoerg
          "Christophe CAENEVET" <[email protected]> schrieb im Newsbeitrag
          news:[email protected]...
          > I have mas a simple example a template including a content which use a
          > form
          >
          > All I have is an exception !
          > javax.servlet.jsp.JspException
          > at
          org.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149)
          > when I ask for the following page :
          > <%@ page language="java" session="true" %>
          > <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
          > <template:insert template="/tpl_test.jsp">
          > <template:put name="content_main" content="/ctn_test.jsp"/>
          > </template:insert>
          >
          > which use the template
          >
          > <%@ page language="java" session="true" %>
          > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts_html" %>
          > <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
          > <struts_html:html locale="true">
          > <head>
          > <struts_html:base/>
          > </head>
          > <body>
          > <h1><template:get name="content_main"/></h1>
          > </body>
          > </struts_html:html>
          >
          > and the follwoing content :
          > <%@ page language="java" session="true" %>
          > <%@ taglib uri="/WEB-INF/struts.tld" prefix="struts" %>
          > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts_html" %>
          > <%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %>
          > <struts_html:html locale="true">
          > <head>
          > <title>TEST</title>
          > <struts_html:base/>
          > </head>
          > <body>
          > <form:form action="logon.do">
          > <!-- commented or not same exception
          > LOGIN
          > <form:text property="userName"/>
          > PASSWORD
          > <form:text property="password"/>
          > <struts_html:link href="javascript:submit();"><struts:message
          > key="button.submit"/></struts_html:link>
          > -->
          > </form:form>
          > </body>
          > </struts_html:html>
          

Similar Messages

  • Oracle Apps.XML reports ending with warning when the report output contains

    Hi I have XML reports. When we run these reports as concurrent program through Oracle Apps. window and if the report output contains special characters(like Chineese data) in between of English, then the concurrent program is ending with warning. If we remove special characters then it is working fine or when we run the report query directly from backend it is working fine.
    We are importing this data from legacy system into oracle apps. and we can't control these characters or decode them with some other charactes.
    Can any one guide me how to get the XML report output with special characters.
    Thanks in advance.
    Chandra Babu Lankipalli.

    Hi Hussein,
    The concurrent program is ending with Warning. It is unable to publish output file.
    For the same when we remove special characters and run the program it is completing and generating the
    output. The log fine is as follows when the data file contains special characters.
    Custom Application: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXFA_AR_WIN_EXCEPTION module: XXFA AR Wintrack Customer Interface Exception Report
    Current system time is 23-MAR-2009 05:33:19
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_CUST_ERRORED='3'
    P_CUST_SUCCESS='0'
    P_CUST_TOTAL='3'
    P_REQUEST_ID='4661283'
    P_USER_NAME='SYSADMIN'
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /d01/oracle/fadevora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /d01/oracle/fadevora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Report Builder: Release 6.0.8.25.0 - Production on Mon Mar 23 05:33:19 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 4661284 on node FAHQSNA01SFTD03 at 23-MAR-2009 05:33:20.
    Post-processing of request 4661284 failed at 23-MAR-2009 05:33:21 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 23-MAR-2009 05:33:21
    Thanks in advance.
    Chandra

  • Tabs smartform don't work when the field content is blank

    Hi,
        I'm doing a report with smartform, I created a paragraph with 4 tabs, when the field content is blank the next field don't stop in the right tab. Anybody know why ??
      Thanks.
    Suzuki - Brasil

    see example prgram sf*
    Here is the step by step procedure
    http://sap.niraj.tripod.com/id67.html
    Procedure:
    1. Create a new smartform
    Transaction code SMARTFORMS
    Create new smartforms call ZTEST
    2. Define looping process for internal table
    Pages and windows
    First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)
    Here, you can specify your title and page numbering
    &SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
    Main windows -> TABLE -> DATA
    In the Loop section, tick Internal table and fill in
    ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2
    3. To define the table in smartforms
    Global settings :
    Form interface
    Variable name Type assignment Reference type
    ITAB1 TYPE Table Structure
    Global definitions
    Variable name Type assignment Reference type
    ITAB2 TYPE Table Structure
    4. To display the data in the form
    Make used of the Table Painter and declare the Line Type in Tabstrips Table
    e.g. HD_GEN for printing header details,
    IT_GEN for printing data details.
    You have to specify the Line Type in your Text elements in the Tabstrips Output options.
    Tick the New Line and specify the Line Type for outputting the data.
    Declare your output fields in Text elements
    Tabstrips - Output Options
    For different fonts use this Style : IDWTCERTSTYLE
    For Quantity or Amout you can used this variable &GS_ITAB-AMOUNT(12.2)&
    5. Calling SMARTFORMS from your ABAP program
    REPORT ZSMARTFORM.
    Calling SMARTFORMS from your ABAP program.
    Collect all the table data in your program, and pass once to SMARTFORMS
    In SMARTFORMS
    Declare your table type in :-
    Global Settings -> Form Interface
    Global Definintions -> Global Data
    Main Window -> Table -> DATA
    Written by : SAP Hints and Tips on Configuration and ABAP/4 Programming
    http://sapr3.tripod.com
    TABLES: MKPF.
    DATA: FM_NAME TYPE RS38L_FNAM.
    DATA: BEGIN OF INT_MKPF OCCURS 0.
    INCLUDE STRUCTURE MKPF.
    DATA: END OF INT_MKPF.
    SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.
    SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR.
    MOVE-CORRESPONDING MKPF TO INT_MKPF.
    APPEND INT_MKPF.
    ENDSELECT.
    At the end of your program.
    Passing data to SMARTFORMS
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = 'ZTEST'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    FM_NAME = FM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    if sy-subrc <> 0.
    WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    call function FM_NAME
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS =
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    GS_MKPF = INT_MKPF
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html

  • No clickabel title shown when the search result containing .xlsx Office Excel 2010 file

    in sharepoint 2013 search, everything works fine. but there is no tiltle shown when the search result contains xlsx items. and no issue at all on both docx, pptx, and even xls extension, which is lower than office 2010, any ideas?

    Does the April 2015 CU fix that bug? I don't see it written in the CU's description. Regards
    We found out, that it does not fix the problem and so we digged into it a little deeper. First thing is that our
    documents from FileShares without set metadata are those without clickable titles in search results. So one solution might be to start setting metadata for all those documents correctly, but who would want to do that. We would expect the enginge
    to find something as title anyways, i.e. at least the documents name.
    For finding a valubale title out of the documents there is the "MetadataExtractorTitle" component as MappedProperty for the ManagedProperty "Title". Unfourtenatly this component seems to be a little bit bugy. It looks like that in some
    cases it does not correctly return that it couldn't find anything for the document to be used as title.
    Since this component is on pole position in the priority list of "Title" it leads to search results without clickable titles in such cases, where the extractor returns an empty result.
    So what we did is to move MetadataExtractorTitle to the end of the priority list, so the engine at first evaluates the documents properties the classic way. We had to do a IndexReset and a FullCrawl to completely
    apply this workaround. After this we did not get search results without clickable titles anymore. 
    I hope this also helps in your cases.
    You can also get some information about this issue in this blog post: http://consultant.tamjid.com/425/fixed-search-results-not-showing-document-titles/
    Regards

  • How to initiate a work flow when the button is pressed in a form

    Hi All,
    I am new to workflow, I am working with oracle apps r12 and form 10g and workflow builder 2.3.
    I have develop a form in that i have a button called Initiate approval, When the user clicks the button the workflow need to called.
    Can any one please tell me the steps to do this.
    Thanks & regards
    Srikkanth

    Hi,
    I have called the workflow pkg directly in my when button pressed trigger and its works fine
    Regards
    Srikkanth.M

  • Feature request -  when the SMS message contains a phone number, to show the name when it is my contacts

    that feature was in earlear ios (than ios 7)

    Hello - sorry to hear that, we'd be happy to help! I just opened a ticket for you at help.behance.net (which is the place you should always go first when you need help with a Behance or ProSIte related matter). You should have received an email from us there with next steps.

  • Xcode 4.6.3 quits when the .m file contains hebrew text in nsstrings.It showing jumbled text while scrolling and then crashing.

    Process:         Xcode [4962]
    Path:            /Applications/Xcode 2.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.6.3 (2068)
    Build Info:      IDEApplication-2068000000000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [158]
    Responsible:     Xcode [4962]
    User ID:         501
    Date/Time:       2013-11-12 17:22:39.636 +0530
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  F948C939-2F6E-E958-31A4-A0022732FDFC
    Sleep/Wake UUID: 3D020738-7CFF-4D9D-B81D-4F613ADF7E6F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 4H1503
    UNCAUGHT EXCEPTION (NSRangeException): *** -[__NSCFString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range {51526, 113227} out of bounds; string length 164727
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff90881404 __exceptionPreprocess (in CoreFoundation)
      1  0x00007fff92c7fe75 objc_exception_throw (in libobjc.A.dylib)
      2  0x00007fff908812cc +[NSException raise:format:] (in CoreFoundation)
      3  0x00007fff8fae9bdd -[NSString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:] (in Foundation)
      4  0x00007fff8933aa0a _NSFastFillAllLayoutHolesForGlyphRange (in AppKit)
      5  0x00007fff8970c0e2 -[NSLayoutManager(NSPrivate) _rectArrayForRange:withinSelectionRange:rangeIsCharRange:singleRectOnly:fullLin eRectsOnly:inTextContainer:rectCount:rangeWithinContainer:glyphsDrawOutsideLines :] (in AppKit)
      6  0x00007fff8940a6e0 -[NSLayoutManager rectArrayForCharacterRange:withinSelectedCharacterRange:inTextContainer:rectCou nt:] (in AppKit)
      7  0x00007fff892ed2b2 -[NSTextView(NSSharing) updateInsertionPointStateAndRestartTimer:] (in AppKit)
      8  0x000000010f0b1ccf -[DVTCompletingTextView(FoldingSupport) updateInsertionPointStateAndRestartTimer:] (in DVTKit)
      9  0x000000010f0da6b8 -[DVTSourceTextView(FoldingSupport) updateInsertionPointStateAndRestartTimer:] (in DVTKit)
    10  0x00007fff8928c27a -[NSLayoutManager(NSPrivate) _invalidateLayoutForExtendedCharacterRange:isSoft:invalidateUsage:] (in AppKit)
    11  0x00007fff8928ec0f -[NSLayoutManager textContainerChangedGeometry:] (in AppKit)
    12  0x000000010f0b6e78 -[DVTLayoutManager textContainerChangedGeometry:] (in DVTKit)
    13  0x00007fff892812e8 -[NSTextContainer setContainerSize:] (in AppKit)
    14  0x00007fff892ef065 -[NSTextContainer(NSPrivate) _resizeAccordingToTextView:] (in AppKit)
    15  0x00007fff9084ffcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
    16  0x00007fff90743c5d _CFXNotificationPost (in CoreFoundation)
    17  0x00007fff891e9023 -[NSView _postFrameChangeNotification] (in AppKit)
    18  0x00007fff8940889b -[NSView setPostsFrameChangedNotifications:] (in AppKit)
    19  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    20  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    21  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    22  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    23  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    24  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    25  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    26  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    27  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    28  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    29  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    30  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    31  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    32  0x000000010f14b7e9 -[NSView(DVTNSViewAdditions) dvt_viewDidEndLiveAnimation] (in DVTKit)
    33  0x000000010f14b67d -[DVTSplitViewAnimation animationDidEnd:] (in DVTKit)
    34  0x00007fff89469693 -[NSAnimation(NSInternal) _stopAnimation:withTimer:] (in AppKit)
    35  0x00007fff8faf6094 __NSFireTimer (in Foundation)
    36  0x00007fff907e8724 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
    37  0x00007fff907e825f __CFRunLoopDoTimer (in CoreFoundation)
    38  0x00007fff9085976a __CFRunLoopDoTimers (in CoreFoundation)
    39  0x00007fff907a3aa5 __CFRunLoopRun (in CoreFoundation)
    40  0x00007fff907a3275 CFRunLoopRunSpecific (in CoreFoundation)
    41  0x00007fff8fafaa7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] (in Foundation)
    42  0x00007fff8946af06 -[NSAnimation(NSInternal) _runBlocking] (in AppKit)
    43  0x000000010f148523 -[DVTSplitView toggleVisibilityOfItemUsingAnimation:] (in DVTKit)
    44  0x000000010f94650f -[IDEWorkspaceTabController toggleUtilitiesVisibility:] (in IDEKit)
    45  0x00007fff893d93d0 -[NSApplication sendAction:to:from:] (in AppKit)
    46  0x000000010f0a0f60 -[DVTApplication sendAction:to:from:] (in DVTKit)
    47  0x00007fff893d924e -[NSControl sendAction:to:] (in AppKit)
    48  0x00007fff89425d7d -[NSCell _sendActionFrom:] (in AppKit)
    49  0x00007fff8945784c -[NSSegmentedCell _sendActionFrom:] (in AppKit)
    50  0x00007fff8943f715 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    51  0x00007fff894571bd -[NSSegmentedCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    52  0x00007fff8943e1fd -[NSControl mouseDown:] (in AppKit)
    53  0x00007fff893bfd08 -[NSWindow sendEvent:] (in AppKit)
    54  0x00007fff8935e744 -[NSApplication sendEvent:] (in AppKit)
    55  0x000000010f8c168e -[IDEApplication sendEvent:] (in IDEKit)
    56  0x00007fff891aea29 -[NSApplication run] (in AppKit)
    57  0x00007fff89199803 NSApplicationMain (in AppKit)
    58  0x000000010ec67b6f (in Xcode)
    59  0x000000010ec67b00 (in Xcode)
    60  0x0000000000000001
    objc[4962]: garbage collection is ON
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff87a25866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff9049035c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff871d4bba abort + 125
    3   com.apple.dt.IDEKit                     0x000000010fa484cf +[IDEAssertionHandler _handleAssertionWithLogString:reason:] + 578
    4   com.apple.dt.IDEKit                     0x000000010fa4910b -[IDEAssertionHandler handleUncaughtException:] + 527
    5   com.apple.AppKit                        0x00007fff891aead8 -[NSApplication run] + 821
    6   com.apple.AppKit                        0x00007fff89199803 NSApplicationMain + 940
    7   com.apple.dt.Xcode                      0x000000010ec67b6f 0x10ec66000 + 7023
    8   com.apple.dt.Xcode                      0x000000010ec67b00 0x10ec66000 + 6912
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff87a26662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8a03743d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8a037152 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff87a21a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87a20d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff907a4315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff907a3939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff907a3275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8faf8907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8faf870b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87a21a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87a20d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff907a4315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff907a3939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff907a3275 CFRunLoopRunSpecific + 309
    5   com.apple.DTDeviceKit                   0x0000000116b6c7a3 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 229
    6   com.apple.Foundation                    0x00007fff8faf870b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff87a259aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff907efd43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 5:: DYMobileDeviceManager
    0   libsystem_kernel.dylib                  0x00007fff87a21a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87a20d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff907a4315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff907a3939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff907a3275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8fafaa7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x00007fff8fbe370a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.Foundation                    0x00007fff8faf870b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff8ed23a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff8ed2378f startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff87a21a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87a20d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff907a4315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff907a3939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff907a3275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8935b1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore            0x00000001130137e4 -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] + 457
    3   com.apple.Foundation                    0x00007fff8faf870b __NSThread__main__ + 1318
    4   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff87a21a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87a20d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff907a4315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff907a3939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff907a3275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff908589d1 CFRunLoopRun + 97
    6   com.apple.DebugSymbols                  0x00007fff860c57e3 SpotlightQueryThread(void*) + 355
    7   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 10:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff8fac98d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff8fac0778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.dt.IDEFoundation              0x000000010f5786d2 __107-[IDEVersionedFileManager removeItemsAtFilePaths:moveToTrash:completionBlockDispatchQueue:completionBlock :]_block_invoke + 1934
    5   com.apple.Foundation                    0x00007fff8fa99591 -[__NSOperationInternal _start:] + 631
    6   com.apple.Foundation                    0x00007fff8fa9923b __NSOQSchedule_f + 64
    7   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    8   libdispatch.dylib                       0x00007fff8a03768f _dispatch_queue_drain + 451
    9   libdispatch.dylib                       0x00007fff8a0389dd _dispatch_queue_invoke + 110
    10  libdispatch.dylib                       0x00007fff8a036fa3 _dispatch_root_queue_drain + 75
    11  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    12  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    13  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff8fac98d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff8fac0778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration          0x00000001171776b2 0x117153000 + 149170
    5   com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration          0x000000011718f2e0 0x117153000 + 246496
    6   com.apple.Foundation                    0x00007fff8faf870b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 12:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff87a21a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87a20d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff8d7ef3b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff8d7ef2ed thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 13:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 14:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 15:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 16:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 17:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8d32f145 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x00007fff8d32444f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8d32fbb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8d32fa48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8d32444f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8d32fbb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8d32fa48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8d32444f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 20:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff87a25716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90491c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8d32fbb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8d32fa48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8d32444f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff9048f899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9048f72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff90493fc9 thread_start + 13
    Thread 21:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 22:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 23:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 24:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 25:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 26:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff90492779 _pthread_mutex_lock + 372
    2   com.apple.Foundation                    0x00007fff8fa950ae -[NSRecursiveLock lock] + 22
    3   com.apple.dt.IDEKit                     0x000000010fa9a41e __73+[IDEContainerItemStructureEditingTarget _acceptDropAtIndex:withContext:]_block_invoke241 + 35
    4   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    5   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    6   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    8   libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    9   libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    10  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 29:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a269f2 read + 10
    1   com.apple.Foundation                    0x00007fff8faa518a _NSReadFromFileDescriptorWithProgress + 255
    2   com.apple.Foundation                    0x00007fff8fb02c8a -[NSConcreteFileHandle readDataOfLength:] + 487
    3   com.apple.dt.DVTFoundation              0x000000010ed3092e __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke_3 + 44
    4   com.apple.dt.DVTFoundation              0x000000010ecf0f78 DVTInvokeWithFailureHintObject + 59
    5   com.apple.dt.DVTFoundation              0x000000010ed308f9 __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke_2 + 106
    6   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    7   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    8   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    10  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    11  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    12  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 30:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a269f2 read + 10
    1   com.apple.Foundation                    0x00007fff8faa518a _NSReadFromFileDescriptorWithProgress + 255
    2   com.apple.Foundation                    0x00007fff8fb02c8a -[NSConcreteFileHandle readDataOfLength:] + 487
    3   com.apple.dt.DVTFoundation              0x000000010ed30ae8 __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke_218 3 + 44
    4   com.apple.dt.DVTFoundation              0x000000010ecf0f78 DVTInvokeWithFailureHintObject + 59
    5   com.apple.dt.DVTFoundation              0x000000010ed30ab3 __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke182 + 106
    6   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    7   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    8   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    10  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    11  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    12  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 32:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a269f2 read + 10
    1   com.apple.Foundation                    0x00007fff8faa518a _NSReadFromFileDescriptorWithProgress + 255
    2   com.apple.Foundation                    0x00007fff8fb02c8a -[NSConcreteFileHandle readDataOfLength:] + 487
    3   com.apple.dt.DVTFoundation              0x000000010ed30ae8 __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke_218 3 + 44
    4   com.apple.dt.DVTFoundation              0x000000010ecf0f78 DVTInvokeWithFailureHintObject + 59
    5   com.apple.dt.DVTFoundation              0x000000010ed30ab3 __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke182 + 106
    6   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    7   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    8   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    10  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    11  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    12  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 36:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff87a269f2 read + 10
    1   com.apple.Foundation                    0x00007fff8faa518a _NSReadFromFileDescriptorWithProgress + 255
    2   com.apple.Foundation                    0x00007fff8fb02c8a -[NSConcreteFileHandle readDataOfLength:] + 487
    3   com.apple.dt.DVTFoundation              0x000000010ed3092e __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke_3 + 44
    4   com.apple.dt.DVTFoundation              0x000000010ecf0f78 DVTInvokeWithFailureHintObject + 59
    5   com.apple.dt.DVTFoundation              0x000000010ed308f9 __72-[DVTTask runReturningStandardOutput:standardError:standardInput:error:]_block_invoke_2 + 106
    6   com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    7   libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    8   libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    10  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    11  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    12  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 37:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 38:
    0   libsystem_kernel.dylib                  0x00007fff87a25e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff90490f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 39:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff87a21a56 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8a039a15 _dispatch_semaphore_wait_slow + 206
    2   com.apple.dt.DVTFoundation              0x000000010ed3074c -[DVTTask runReturningStandardOutput:standardError:standardInput:error:] + 1397
    3   com.apple.dt.DVTFoundation              0x000000010ecb08f1 -[DVTTask runReturningStandardOutput:standardError:error:] + 26
    4   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x00000001129ecae8 +[IBToolCommandManager ibtoolOutputFromArguments:launchError:] + 280
    5   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000112ae99b6 +[IBToolCommandManager nibContentsOfFileWithArguments:error:] + 80
    6   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000112ae8bf7 -[IBIndexDataSource generateDataForJob:] + 380
    7   com.apple.dt.IDEFoundation              0x000000010f4b9e61 -[IDEIndexDataSource processJob:] + 104
    8   com.apple.dt.IDEFoundation              0x000000010f4b9b02 +[IDEIndexingEngine runFileJob:] + 359
    9   com.apple.dt.IDEFoundation              0x000000010f4b954f -[IDEIndexingJob run] + 99
    10  com.apple.dt.IDEFoundation              0x000000010f5e67fc __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke + 31
    11  com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    12  libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    13  libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 40:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff87a21a56 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8a039a15 _dispatch_semaphore_wait_slow + 206
    2   com.apple.dt.DVTFoundation              0x000000010ed3074c -[DVTTask runReturningStandardOutput:standardError:standardInput:error:] + 1397
    3   com.apple.dt.DVTFoundation              0x000000010ecb08f1 -[DVTTask runReturningStandardOutput:standardError:error:] + 26
    4   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x00000001129ecae8 +[IBToolCommandManager ibtoolOutputFromArguments:launchError:] + 280
    5   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000112ae99b6 +[IBToolCommandManager nibContentsOfFileWithArguments:error:] + 80
    6   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000112ae8bf7 -[IBIndexDataSource generateDataForJob:] + 380
    7   com.apple.dt.IDEFoundation              0x000000010f4b9e61 -[IDEIndexDataSource processJob:] + 104
    8   com.apple.dt.IDEFoundation              0x000000010f4b9b02 +[IDEIndexingEngine runFileJob:] + 359
    9   com.apple.dt.IDEFoundation              0x000000010f4b954f -[IDEIndexingJob run] + 99
    10  com.apple.dt.IDEFoundation              0x000000010f5e67fc __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke + 31
    11  com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    12  libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    13  libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 41:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff87a25a3a __semwait_signal + 10
    1   libsystem_pthread.dylib                 0x00007fff904937f3 pthread_join + 433
    2   libclang.dylib                          0x00000001102015de 0x1100cb000 + 1271262
    3   libclang.dylib                          0x00000001100e4cdb clang_indexSourceFile + 235
    4   com.apple.dt.IDEFoundation              0x000000010f4bb472 -[IDEIndexClangTranslationUnit indexUsingDataSource:] + 485
    5   com.apple.dt.IDEFoundation              0x000000010f4ba5c8 -[IDEIndexClangDataSource generateDataForJob:] + 1633
    6   com.apple.dt.IDEFoundation              0x000000010f4b9e61 -[IDEIndexDataSource processJob:] + 104
    7   com.apple.dt.IDEFoundation              0x000000010f4b9b02 +[IDEIndexingEngine runFileJob:] + 359
    8   com.apple.dt.IDEFoundation              0x000000010f4b954f -[IDEIndexingJob run] + 99
    9   com.apple.dt.IDEFoundation              0x000000010f5e67fc __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke + 31
    10  com.apple.dt.DVTFoundation              0x000000010ed145d0 __DVTDispatchAsync_block_invoke + 16
    11  libdispatch.dylib                       0x00007fff8a0381d7 _dispatch_call_block_and_release + 12
    12  libdispatch.dylib                       0x00007fff8a0352ad _dispatch_client_callout + 8
    13  libdispatch.dylib                       0x00007fff8a03709e _dispatch_root_queue_drain + 326
    14  libdispatch.dylib                       0x00007fff8a038193 _dispatch_worker_thread2 + 40
    15  libsystem_pthread.dylib                 0x00007fff90490ef8 _pthread_wqthread + 314
    16  libsystem_pthread.dylib                 0x00007fff90493fb9 start_wqthread + 13
    Thread 42:
    0   libclang.dylib                          0x00000001101b1632 0x1100cb000 + 943666
    1   libclang.dylib                          0x000000011024a2eb 0x1100cb000 + 1569515
    2   libclang.dylib                          0x000000011024c15d 0x1100cb000 + 1577309
    3   libclang.dylib                          0x0000000110253fad 0x1100cb000 + 1609645
    4   libclang.dylib                          0x000000011025415b 0x1100cb000 + 1610075
    5   libclang.dylib                          0x00000001105be725 0x1100cb000 + 5191461
    6   libclang.dylib                          0x00000001107ed867 0x1100cb000 + 7481447
    7   libclang.dylib                          0x00000001107ecdec 0x1100cb000 + 7478764
    8   libclang.dylib                          0x00000001107fabae 0x1100cb000 + 7535534
    9   libclang.dylib                          0x00000001107f761d 0x1100cb000 + 7521821
    10  libclang.dylib                          0x00000001107f6683 0x1100cb000 + 7517827
    11  libclang.dylib                          0x00000001107d4d1c 0x1100cb000 + 7380252
    12  libclang.dylib                          0x00000001107d4162 0x1100cb000 + 7377250
    13  libclang.dylib                          0x00000001107d6dd1 0x1100cb000 + 7388625
    14  libclang.dylib                          0x00000001107d4934 0x1100cb000 + 7379252
    15  libclang.dylib                          0x00000001107dca15 0x1100cb000 + 7412245
    16  libclang.dylib                          0x00000001107d3d10 0x1100cb000 + 7376144
    17  libclang.dylib                          0x00000001107d5798 0x1100cb000 + 7382936
    18  libclang.dylib                          0x00000001107d48a4 0x1100cb000 + 7379108
    19  libclang.dylib                          0x00000001107dca15 0x1100cb000 + 7412245
    20  libclang.dylib                          0x00000001107d3d10 0x1100cb000 + 7376144
    21  libclang.dylib                          0x00000001107d87be 0x1100cb000 + 7395262
    22  libclang.dylib                          0x00000001107d3fd0 0x1100cb000 + 7376848
    23  libclang.dylib                          0x00000001107dca15 0x1100cb000 + 7412245
    24  libclang.dylib                          0x00000001107ddc6f 0x1100cb000 + 7416943
    25  libclang.dylib                          0x00000001107e8bf3 0x1100cb000 + 7461875
    26  libclang.dylib                          0x00000001107e3830 0x1100cb000 + 7440432
    27  libclang.dylib                          0x00000001107e3532 0x1100cb000 + 7439666
    28  libclang.dylib                          0x000000011073f81e 0x1100cb000 + 6768670
    29  libclang.dylib                          0x00000001107e2cfb 0x1100cb000 + 7437563
    30  libclang.dylib                          0x000000011073f835 0x1100cb000 + 6768693
    31  libclang.dylib                          0x000000011073ca01 0x1100cb000 + 6756865
    32  libclang.dylib                          0x00000001104cbcf6 0x1100cb000 + 4197622
    33  libclang.dylib        

    There have been a few reports of the same behaviour with other customers - specifically with the handling of the encoding of "+" characters to " ". It relates to how cookie encoding/decoding is performed (as you have already observed).
    The solution for these customers was the following:
    => AM server/client side:
    Ensure that com.iplanet.am.cookie.encode=false in AMConfig.properties and AMAgent.properties on all systems.
    => AM client (UWC) side:
    - Set <property name="encodeCookies" value="false"/> in /var/opt/SUNWuwc/WEB-INF/sun-web.xml. This will prevent UWC from trying to urldecode the cookie it receives and therefore stops it turning the + into a space e.g.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 Servlet 2.3//EN' 'file:///net/wajra.india.sun.com/export/share/dtd/sun-web-app_2_3-1.dtd'>
    <sun-web-app>
       <property name="encodeCookies" value="false"/>
       <session-config>
          <session-manager/>
       </session-config>
       <jsp-config/>
    <property name="allowLinking" value="true" />
    </sun-web-app>Regards,
    Shane.

  • Operator used when the target list contains different number of expressions

    Hi all,
    My problem is that, i am having 4 columns in the first select statement, and in the second select 6 columns.
    The first 4 columns in the second select are the same(column name) as first select.
    But both selects have different criteria.
    Can anyone tell me is there any operator in sql, so that i can join these two in a single one.
    I have little idea about unions, joins. For using union, the number of expressions should be same in both select statements.

    Hi,
    you can use UNION and the SQL which has less number of columns you can use dummy columns as subsitute ( in place of columns which are not present in the SQL)
    -- SELECT 'first' AS FIRST , 0 as SECOND FROM DUAL;
    Thanks

  • Package name when the doman name contains "-"

    Recently I'm working for a project for a company whose domain name like www.my-donkey.com. By convention, the Java package name should start with com.my-donkey.xxx, unfortunately the hypen is not allowed in the package name.
    What is the standard Java convention to address this?

    Remember that the package naming convention is exactly that: a convention. It isn't a rule, nothing checks them and you don't have to follow it. It was just an idea that someone came up with to make it less likely that package names from different organisations would collide. Go with Kaj's idea, package names don't have any legal ramifications or anything

  • Vertical alignment when the page content footnotes

    I need this script:
    Search footnotes in a document, and in these pages with footnotes change the vertical alignment to top...
    Thanks.... (And sorry for my not good english !!!)

    (Not sure I've understood the goal.)
    Maybe you need something like this:
    var tfs = app.activeDocument.textFrames.everyItem().getElements(),
         tf;
    while( tf=tfs.pop() )
         if ( tf.footnotes.length )
              tf.textFramePreferences.verticalJustification = VerticalJustification.TOP_ALIGN;
    @+
    Marc

  • When formatting a date field in a where clause the template put dot instead of comma

    Hello to Headstart Workers !
    In a query find block the template construct a where clause, in some cases, and i dont know when the template is formatting a date field putting a dot instead of a comma.
    Ex.: to_date('19-01-2001'.'DD-MM-YYYY')
    Anybody knows why or where the template do this.
    Congratulations
    Nelson

    - We created it using the HS utilities.
    - "nls_numeric_character = ,.".
    - it onky happen when the field date is not the first field in the where clause.
    - i can see the problem just after pressing find button, already in the ls_block in last_query.
    - the find_query works normally but cannot edit any line in ls_block.
    Hope that i had helping
    Regards
    Nelson
    null

  • Issue with site template that contains a document library with a lookup column to another list

    I have a document library called Proposals with a lookup column in the same site called Document Categories (multiple values allowed).  It points to a list called document categories.  I have several sample documents in the Proposal Library that
    contain valid document categories.  When I save the site as a template and instantiate it, everything is fine.  However, when I remove the sample documents from the Proposal library and rebuild the site template, I can't get the  template to
    create another site.  I get an error Unable To Open Lookup List.
    I don't understand why I can instantiate a site from the template when there's sample data, but not when the document library containing the lookup column is empty.
    Does SharePoint 2010 site template support lookup columns?
    Why would it make a difference if the library is empty?
    Thanks

    Hi,
    According to your description, my understanding is that the error occurred when you created a site from the template with no files in the document library.
    I tested the same scenario per your post, and I can create a site from the template with no files in the document library with no errors.
    To solve this issue, I recommend to verify the things below:
    Did you save the site as a template with Include Content checked? If yes, I recommend to test if it works when saving the site as a template with Include Content unchecked.
    Test the same scenario with a new site to narrow the issue scope.
    I also recommend to check the event log and ULS log to see if anything unexpected occurred.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2010, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    You can check the ULS log by the methods here:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    http://msdn.microsoft.com/en-us/library/gg193966(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Why do links in the template change location to 'file:///'...on the pages created from the template?

    Im not sure what I am doing wrong but I am building a portfolio site from a template that I downloaded online.
    The site is working and I am slowly converting it from the template content to the content that I want.
    As I will be editing the site and adding more pages I decided to try and add the Header, footer and main navigation bar as a template with another gallery container and navigation as an option on the template.
    I thought that it was working fine untill I noticed that the links on the pages created using the template are showing as follows,
    instead of the links that were in the template that show as,
    Is this something that will change when I upload the site with the template or have I done something wrong making the links?

    Usually this happens when you don't use a proper Site Definition, or if you have files outside your defined site folder.
    Have you defined your site properly?
    http://tv.adobe.com/watch/learn-dreamweaver-cs5/gs01-defining-a-new-site/

  • How to Work-around Fixed Border Image used in the template?

    Thanks everyone for the responses to the CSS question posted.  Here's the real problem I was trying to solve, I'd appreciate your learned thoughts and suggestions.
    My son was a good visual eye and he's built a website for a part-time business he's created at college using a downloaded template.  But, he used and modifed the  PHOTOSHOP version and then saved the web sliced output.
    http://www.techcheckuva.com
    Decent looking but all jpg slices so unreadable by Google, etc.  I found the original HTML version of the site and was testing it.
    http://www.techcheckuva.com/ComputerTips/FW264/html/index.html
    But the site "breaks" when the text content is longer than the preset areas, as in:
    http://www.techcheckuva.com/ComputerTips/FW264/html/index1.html
    See -- the border images on the LEFT and RIGHT side move but do not stretch -- leaving white gaps.  Also, the center grey b
    Question: how do I FIX this design so the WHITE Center text area can STRETCH LONGER than the deafult length?
    Is this complex?
    Thanks all, so much.

    Drop shadows can be built into the #Container  background-image like so.
    Remove restrictive height values from your CSS.  Use default CSS positioning (which is no positioning at all) for the primary layout.  All those APDivs are going to drive you nuts.  Alignment can best be achieved with CSS  margins, padding and floats.  Below is a quick and dirty example.
    http://alt-web.com/TEMPLATES/3-col-white-gray.html
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Content container not rendering properly in some browsers

    Hi Guys,
    I am near completion on a the first site i have coded for a while. When i was coding i checked the site on mac firefox, chrome, safari. Also on windows firefox chrome safari and all appeared fine. When i used another windows machine in ie and firefox(up to date version) the main content container is half size this problem also occurs on the iphone too.
    im really stumped and cant find the issue i have gone through the css and checked the container sizes with padding etc and nothing seems to be breaking out unless im missing it. Ive thought about size issue but im using a 27" screen at high res and the other machine i tested was a large high res. Works fine on my windows 17" screen. Does anyone else see the issue on the browser that i am explaining?
    the testing domain is here

    Looks fine to me in FF 7.0.1. I suspect what you have experienced is different screen resolution settings between the various test computers you used. For example, my monitor is set at 1280x768. Content will appear smaller if the setting is 1280x1024. And screen settings are something you cannot control. I think the best methods to attempt a uniform look from monitor to monitor are to use percentages or ems when specifying size, but I'm sure Murray, Nancy, SnakeEyez, Paula, Hans, Gramps, and others may have better counsel to offer.
    Chris
    www.cdeatherage.net

Maybe you are looking for

  • Can't move songs from library folder to new Nano

    Just got a Nano and want to load songs to play for my newborn baby girl. I have an existing iTunes library of mp3s - When I try to move some into new playlists on my Nano they don't transfer. Sometimes I get that circle with a slash, other times when

  • Data Guard Logical Standby Skip Handler bug

    Does anyone know of a documented bug concerning the skip handler not skipping a grant on a view in a schema with a SCHEMA_DDL skip handler defined? Here is my test case. On Primary: Create table scott.junk (x number) tablespace users; (created succes

  • Peculiar behaviour in picking file from FTP in File-IDoc scenario

    Dear XI Expert, I have successfully completed configuration of FTP --> XI --> IDoc scenario. I have noticed a peculiar behaviour in picking the file from FTP. I placed a file on FTP and activated File Adapter with poll interval '60' secs and processi

  • Acrobat 8.3.0 has stopped converting files to .pdf

    Hi, For some reason my acrobat 8.3 has stopped converting files. When I hit a convert command it trys, works to about 10-15%, then either comes back with a message that "Unable to convert, please correct the problem" or simply stops working and the W

  • Where is my jar-file ?

    I launch my application (jar-file) via webstart. I would like to obtain the absolute file path of the jar-file at runtime. I am not sure in what directory it is cached by webstart. I would have expected something in the reflection API to find out the