Not calling the action method??

hi ..
now i up with some common problem...
i said as common problem coz i dont know where the error is occuring.
here is the description.
In my jsp
i am having a panel tabbed pane with 2 panes.
first pane contains some 20 text boxes with save button, used to save the entered records to the database.
second pane contains the summary page which displays all the records from the respected table with select option button(radio). By selecting the single radio button we can edit the particular record by getting the same in the first tabbed pane fields...
(here, i am using a javascript to select any one radio button in the form coz radio buttons are generated thru datatable)
In java
======
in constructor
i populate all the data from the table to a list. and i display the populated data to the summay fields.
save button action
saving the data to the table
edit the value
updating the edited values
Here, my problem is after entering all the fields in the first tabbed pane
i click the save button. if there is no data in the table(database) all things working properly, but if there single data, save function is not calling. but the constructor are calling properly.
i am using hibernate for the database conn.
i know this is some sort of logical error, i am posting this only if any one who had already face this type of error(might be in setting session values).. suggestions plz..

Hi;
Your question is not related wiht Download forum side, Please post your issue on related Forum side:
Forum Home » Developer Tools » JDeveloper and ADF
Regard
Helios

Similar Messages

  • CommandLink not invoking the action method

    Hi,
    I have commandLink that doesn't call the action method specified in the managed bean. I also have scope of the bean as session. I tried with commandButton also. Any thoughts on this? I am using myfaces1.1.4.
    The source code is as follows:
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <html>
    <f:subview id="itemdetails">
    <f:loadBundle basename="messages" var="msgs"/>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Item Details</title>
    <LINK REL=StyleSheet HREF="buttons.css" TYPE="text/css" />
    </head>
    <body bgcolor="#DEE7F7">
    <h:form>
    <h:commandLink action="#{ItemDetailsBean.addItems}" styleClass="label" value="Add" />
    <h:panelGrid id="panel" columns="4" border="0" styleClass="tableborder" style="text-align:left">
    <f:facet name="header">
                        <h:outputText value="Item Details" styleClass="title" />
              </f:facet>
              <h:outputLabel value="#{msgs.line}" styleClass="label"/>
              <h:panelGroup>
              <h:column>
              <h:inputText id="lineNumber" value="#{ItemDetailsBean.lineNumber}" required="false" />     
              <h:outputText escape="false" value="<br>"/>
    </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.elApplicationTypeJapan}" styleClass="label"/>
    <h:inputText id="elApplicationTypeJapan" value="#{ItemDetailsBean.elApplicationTypeJapan}" required="false" />     
              <h:outputLabel value="#{msgs.ro}" styleClass="label" />
              <h:panelGroup>
              <h:column>
              <h:inputText id="roNumber" value="#{ItemDetailsBean.roNumber}" required="false" />     
              <h:outputText escape="false" value="<br>" />
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.elApplicationTypeNotJapan}" styleClass="label"/>     
    <h:inputText id="elApplicationTypeNotJapan" value="#{ItemDetailsBean.elApplicationTypeNotJapan}" required="false" />     
              <h:outputLabel value="#{msgs.item}" styleClass="mandatory"/>
              <h:panelGroup>
              <h:column>
              <h:inputText id="itemNumber" value="#{ItemDetailsBean.itemNumber}" required="true" />     
              <h:graphicImage id="itemDescLov" value="#{msgs.imagesLov}" style="cursor:hand"/>
              <h:inputText id="itemDesc" value="#{ItemDetailsBean.itemDesc}" required="true" />     
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.elModelType}" styleClass="label"/>
    <h:inputText id="elModelType" value="#{ItemDetailsBean.elModelType}" required="false" />
              <h:outputLabel value="#{msgs.uom}" styleClass="mandatory"/>
              <h:panelGroup>
              <h:column>
              <h:inputText id="uomCode" value="#{ItemDetailsBean.uomCode}" required="true" />     
              <h:graphicImage id="uomCodeLov" value="#{msgs.imagesLov}" style="cursor:hand"/>
              <h:inputText id="uomDesc" value="#{ItemDetailsBean.uomDesc}" required="true" />
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.elApprovalNumber}" styleClass="label"/>
    <h:inputText id="elApprovalNumber" value="#{ItemDetailsBean.elApprovalNumber}" required="false" />     
              <h:outputLabel value="#{msgs.qty}" styleClass="mandatory"/>
              <h:panelGroup>
              <h:column>
              <h:inputText id="quantity" value="#{ItemDetailsBean.quantity}" required="true" />
              <h:outputText escape="false" value="<br>"/>
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.ordinanceCodeNo}" styleClass="label"/>
    <h:inputText id="ordinanceCode" value="#{ItemDetailsBean.ordinanceCode}" required="false" />
    <h:outputLabel value="#{msgs.qtyperunitprice}" styleClass="mandatory"/>
    <h:panelGroup>
              <h:column>
              <h:inputText id="quantityPerUnitPrice" value="#{ItemDetailsBean.quantityPerUnitPrice}" required="true" />
              <h:outputText escape="false" value="<br>"/>
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.ordinanceClassficationNumber}" styleClass="label"/>
    <h:inputText id="ordinanceClassficationNumber" value="#{ItemDetailsBean.ordinanceClassficationNumber}" required="false" />     
              <h:outputLabel value="#{msgs.unitprice}" styleClass="mandatory"/>
              <h:panelGroup>
              <h:column>
              <h:inputText id="unitPrice" value="#{ItemDetailsBean.unitPrice}" required="true" />
              <h:outputText escape="false" value="<br>"/>
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.smallSum}" styleClass="label"/>
    <h:inputText id="smallSum" value="#{ItemDetailsBean.smallSum}" required="false" />
    <h:outputLabel value="#{msgs.hsCode}" styleClass="mandatory" />
    <h:panelGroup>
              <h:column>
              <h:inputText id="hsCode" value="#{ItemDetailsBean.hsCode}" required="false" />
              <h:outputText escape="false" value="<br>"/>
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.secretCodeFlag}" styleClass="label"/>
    <h:inputText id="secretCodeFlag" value="#{ItemDetailsBean.secretCodeFlag}" required="false" />
    <h:outputLabel value="#{msgs.countryoforigin}" styleClass="label"/>
    <h:panelGroup>
              <h:column>
              <h:inputText id="countryOfOrigin" value="#{ItemDetailsBean.countryOfOrigin}" required="false" />     
              <h:graphicImage id="countryOfOriginLov" value="#{msgs.imagesLov}" style="cursor:hand"/>
              <h:inputText id="countryOfOriginDesc" value="#{ItemDetailsBean.countryOfOriginDesc}" required="false" />
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.comprehensivePreInspectionFlag}" styleClass="label"/>
    <h:inputText id="comprehensivePreInspectionFlag" value="#{ItemDetailsBean.comprehensivePreInspectionFlag}" required="false" />     
              <h:outputLabel value="#{msgs.countryofdiffusion}" styleClass="label"/>
              <h:panelGroup>
              <h:column>
              <h:inputText id="countryOfDiffusion" value="#{ItemDetailsBean.countryOfDiffusion}" required="false" />     
              <h:graphicImage id="countryOfDiffusionLov" value="#{msgs.imagesLov}" style="cursor:hand"/>
              <h:inputText id="countryOfDiffusionDesc" value="#{ItemDetailsBean.countryOfDiffusionDesc}" required="false" />     
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.ear}" styleClass="label"/>
    <h:inputText id="ear" value="#{ItemDetailsBean.ear}" required="false" />
    <h:outputLabel value="#{msgs.countryofassembly}" styleClass="label"/>
    <h:panelGroup>
              <h:column>
              <h:inputText id="countryOfAssembly" value="#{ItemDetailsBean.countryOfAssembly}" required="false" />     
              <h:graphicImage id="countryOfAssemblyLov" value="#{msgs.imagesLov}" style="cursor:hand"/>
              <h:inputText id="countryOfAssemblyDesc" value="#{ItemDetailsBean.countryOfAssemblyDesc}" required="false" />
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.tsca}" styleClass="label"/>
    <h:inputText id="tsca" value="#{ItemDetailsBean.tsca}" required="false" />     
    <h:outputLabel value="#{msgs.hazardousgoods}" styleClass="label"/>
    <h:panelGroup>
              <h:column>
              <h:selectBooleanCheckbox id="hazardousGoods" value="#{ItemDetailsBean.hazardousGoods}"/>
              <h:outputText escape="false" value="<br>"/>
              </h:column>
    </h:panelGroup>
    <h:outputLabel value="#{msgs.inspection}" styleClass="label"/>
    <h:inputText id="inspection" value="#{ItemDetailsBean.inspection}" required="false" />     
    <h:outputText escape="false" value="<br>"/>
    <h:outputText escape="false" value="<br>"/>
    <h:outputLabel value="#{msgs.ewarningGoods}" styleClass="label"/>
    <h:inputText id="warningGoods" value="#{ItemDetailsBean.warningGoods}" required="false" />
    </h:panelGrid>
    </h:form>
    </body>
    </f:subview>
    </html>

    I have a SummaryPage that has an outputlink. On clicking that link to goes to the following URL:
    http://localhost:8080/viewLayer/ExportInvoiceEdit.faces?invoiceId=INV-00035&orgId=PLGA
    The code snippet of this page is :
    <t:panelTabbedPane width="110%" activeTabStyleClass="RightTabForeCurveid704112siteid0" >
    <t:panelTab label="Invoice Header">
    <jsp:include flush="true" page="invoiceheader.jsp"></jsp:include>
    </t:panelTab>
    <t:panelTab label="Item Summary" >     
         <jsp:include flush="true" page="ItemSummary.jsp"></jsp:include>
    </t:panelTab>
    <t:panelTab label="Item Edit">
         <jsp:include flush="true" page="itemdetails.jsp"></jsp:include>
    </t:panelTab>
    <t:panelTab label="Item Specification">
         <jsp:include flush="true" page="itemspecification.jsp"></jsp:include>
    </t:panelTab>
    <t:panelTab label="Comments">
         <jsp:include flush="true" page="comments.jsp"></jsp:include>
    </t:panelTab>
    <t:panelTab label="Shipping Schedule">
         <jsp:include flush="true" page="ScheduleSummary.jsp"></jsp:include>
    </t:panelTab>
    <t:panelTab label="Add Shipping Schedule" >
         <jsp:include flush="true" page="seaschedule.jsp"></jsp:include>
    </t:panelTab>
    </t:panelTabbedPane>
    ===================
    In itemdetails.jsp, I have the commandlink. I don;t have any params configured in faces-config.xml since there is not managed bean for ExportInvoiceEdit.faces. However i have one managed bean for each included jsf page
    I need the invoiceid that has been passed in url in all the included jsf pages. Since on commandlink click, the page is getting refreshed without the param "�nvoiceid", my tabs that contain included jsf pages r getting displayed blank on refresh.
    Message was edited by:
    prashantp_4s

  • JSP does not call the right method in controller class

    Hi all,
    I have a jsp file which loads a page at this address: http://localhost:8080/dir/list/
    I've added two checkboxes to the page; user can check both checkboxes, only one or none. Following is code I have in jsp file:
    <form class="checkboxForm">
    <c:choose>                                                                                                         
    <c:when test='${newItems==true}'>
    <input id="newItems" type="checkbox" value="#" name="newItems" class="checkbox2" checked="checked" /><strong> New Businesses   </strong>                                                                 
    </c:when>
    <c:otherwise>
    <input id="newItems" type="checkbox" value="#" name="newItems" class="checkbox2"/><strong> New Businesses   </strong>
    </c:otherwise>
    </c:choose>
    <c:choose>                                                                                                         
    <c:when test='${rejectedItems==true}'>
    <input id="rejectedItems" type="checkbox" value="#" name="rejectedItems" class="checkbox3" checked="checked"/><strong> Rejected Businesses   </strong>                                                                 
    </c:when>
    <c:otherwise>
    <input id="rejectedItems" type="checkbox" value="#" name="rejectedItems" class="checkbox3"/><strong> Rejected Businesses   </strong>
    </c:otherwise>
    </c:choose>
    <a href="#" onclick="apply();">
    <button name="apply" class="btn-primary" value="Apply" tabindex="4">Apply</button>
    </a>
    </form>
    <script type="text/javascript">
    function apply(){
         var newItems = document.getElementById("newItems").checked;
         var rejectedItems = document.getElementById("rejectedItems").checked;
         alert("Inside apply() method.");
         alert("newItems= " + newItems + ", rejectedItems: " + rejectedItems);     
         window.location = "<c:url value='/list/'/>" + newItems + "/" + rejectedItems;
         alert("window.location= " + window.location);
         alert("Add extra delay!");
         return false;
    </script>This is my Controller class:
    // Method1: this method gets called when the user loads the page for the first time.
    @RequestMapping(value="/list", method = RequestMethod.GET)
    public String list(Model model, HttpServletRequest request) {          
              System.out.println("Controller: method1: Passing through...");
              model.addAttribute("newItems", Boolean.TRUE);
              model.addAttribute("rejectedItems", Boolean.TRUE);
              // Does other things.
    // Method3: this method gets called when user checks/unchecks one of the checkboxes and clicks on Apply button.
    @RequestMapping(value="/list/{newItems}/{rejectedItems}", method = RequestMethod.GET)
    public String list(@PathVariable Boolean newItems, @PathVariable Boolean rejectedItems, Model model, HttpServletRequest request) {          
              System.out.println("Controller: method3: Passing through...");
              model.addAttribute("newItems", newItems);
              model.addAttribute("rejectedItems", rejectedItems);
    // Does other things.
         }The way my jsp code is written now, it calls the correct method and displays the correct url. When page loads for the first time, it calls method1 and the url is:
    http://localhost:8080/dir/list
    When the user checks/unchecks one or both checkboxes and clicks on apply button, method3 is called and this url is displayed:
    If both checkboxes are checked which both booleans are set to true:
    http://localhost:8080/dir/list/true/true
    Everything is fine... however, if I comment these two lines at the end of JavaScript apply() function,
    alert("window.location= " + window.location);
    alert("Add extra delay!");Then method3 will never gets called; only method1 gets called and I see this url:
    http://localhost:8080/url/list//?newItems=%23&rejectedItems=%23&apply=Apply
    I do not know why it gets confused bet. method1 and method3 and cannot pick the right method?
    I tried to use the POST method instead, but the page goes directly to our internal error page and it never reaches the method I wrote in my controller for POST:
    I don't really know what I'm doing wrong? Any help is greatly appraciated.
    Edited by: ronitt on Dec 13, 2011 2:35 PM

    I changed the <form> in the jsp to div and its working fine. I do not need to have comments in JavaScript funcion() anymore. I don't know why that made the difference though? According to:
    http://www.w3schools.com/tags/tag_form.asp
    The <form> tag is used to create an HTML form for user input.
    The <form> element can contain one or more of the following form elements:
    <input>
    <textarea>
    <button>
    <select>
    <option>
    <optgroup>
    <fieldset>
    <label>
    An HTML form is used to pass data to a server.
    I do have <button> and also send the data - the value of checkboxes - to server. So I think it should also work with <form>.
    Please let me know if you have any idea. Thanks.

  • af:fileDownloadActionListener not calling the bean method

    Hello,
    I am using Jdev 11.1.1.6.
    I have a page where user can generate the report and download it. I am using <af:fileDownloadActionListener> for this on my jsff (implemented as region using BTF).
    The commandbutton with <af:fileDownloadActionListener> is calling a backing bean method. When user clicks the "Print" button, it is supposed to generate the report and allow user to download it.
    The issue here is that the control never goes to bean method after button press. The browser keeps showing busy but no control passed to bean method. Interestingly, after you close the browser, it immediately goes to bean method.
    I have tried waiting for long time (some times 15-20 min) but it never goes there during execution.
    What could be going wrong here?
    Code snippet from my jsff:
    <af:commandButton id="cb1"
                      textAndAccessKey="Print"
                      partialSubmit="false"
                      clientComponent="true">
                   <af:fileDownloadActionListener method="#{someMethod}"
                                                  filename="#{someName}"/>
    </af:commandButton>This is really frustrating as I have no clue what is going wrong here. The similar code works in other page but not here.
    I would highly appreciate help here.
    Thanks,
    Jai

    Like I said, it is working fine on my other pages and I tried on new page, just like yours, and it worked. It is not working where I need it.
    I know the issue is somewhere with my page [child or parent, explained later] and I am looking for help on finding the root cause. Some direction/tip which I can follow and figure out the issue.
    Other buttons are working fine on the page but <af:fileDownloadActionListener> does not work. The page seems to go in loop as it keeps printing generic messages that are generally printed when page is submitted.
    This will continue until you close the page/browser and then the control goes to bean method.
    Let me explain page structure:
    My application is based on UIShell and is basically based one page application. Every page (jsff) is implemented as region using BTF. When user clicks on menu, MainPage is opened. This MainPage represents main structure using layout components like panelGroupLayout, panelTabbed, showDetailItem etc. These layout components contains <af:region> implemented using BTF.
    The MainPage which has this issue is large page with almost 100+ BTF af:regions implemented under panelTabbed+showDetailItem combination.
    <af:fileDownloadActionListener> has been implemented on one of the <af:region>, which is part of this MainPage.
    Few Observations:
    1. If I move this button [with <af:fileDownloadActionListener>] to any of the af:region under current MainPage then it does not work.
    2. If I move this button [with <af:fileDownloadActionListener>] to any independent page or any <af:region> which is part of some other MainPage, then it works.
    3. Other MainPage where it is working fine is also a fairly large page with almost 150+ BTF af:regions
    4. All our MainPages are based on template, so there is very high level of consistency in behavior and other handlings.
    For whatever reason, it is not working on my current page and I would highly appreciate any input based on above info [or otherwise] to find a root cause for this issue.
    If I need to debug, where should I start? What could be causing that looping behavior, specially with <af:fileDownloadActionListener>.
    Thanks,
    Jai

  • H:commandlink is not invoking the action method

    hi,
    I am new to JSF,MYfaces and tiles.
    I am using tiles 2.0.5 , tomahawk 1.1.8,myfaces 1.1.6
    the h:command link is working in f:view and not working in f:subview.
    h:commandbutton is working in f:view and f:subview.
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <f:subview id="manualmatch">
    <h:form id="frmmanual">
    <h:commandLink id="link3" value="pAGE1" immediate="true" action="#{myManualMatchHandler.showDetail}"/>
        </h:form>
       </f:subview> Thanks
    HimSss

    Sounds like a bug in the MyFaces JSF implementation. Try upgrading to the most recent available. If that doesn't solve the problem, report it at their own forum/mailinglist/issuetracker over there at apache.org. It isn't part of Sun, you see :)

  • Howto call the @Remove method of a stateful session bean after JSF page ...

    I use EJB3, JPA, JSF in my web application. There are 2 database tables: Teacher and Student. A teacher can have many (or none) students and a student can have at most 1 teacher.
    I have a JSF page to print the teacher info and all his students' info. I don't want to load the students' info eagerly because there's another JSF page I need to display the teacher info only. So I have a stateful session bean to retrieve the teacher info and all his students' info. The persistence context in that stateful session bean has the type of PersistenceContextType.EXTENDED. The reason I choose a stateful session bean and an extended persistence context is that I want to write something like this without facing the lazy initialization exception:
    <h:dataTable value="#{backingBean.teacher.students}" var="student">
        <h:outputText value="${student.name}"/>
    </h:dataTable>Because my session bean is stateful, I have a method with the @Remove annotation. This method is empty because I don't want to persist anything to the database.
    Now, my question is: How can I make the @Remove method of my stateful session bean be called automatically when my JSF page finishes being rendered?

    Philip Petersen wrote:
    I have a few questions concerning the EJB remove method.
    1) What is the purpose of calling the remove method on stateless session
    bean?There isn't one.
    >
    2) What action does the container take when this method is called?It checks that you were allowed to call remove (a security check) and then
    just returns.
    >
    3) What happens to the stateless session bean if you do not call the remove
    method?Nothing
    >
    4) Is it a good practice to call the remove method, or should the remove
    method be avoided in the case of stateless session beans?
    Personally, I never do it.
    -- Rob
    >
    >
    Thanks in advance for any insight that you may provide.
    Phil--
    AVAILABLE NOW!: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnWebLogic.com
    [att1.html]

  • Multiple calls of action method after exception during update model phase

    using: Sun RI 1.1_01
    Situation: have a view with
    * a field that has a value binding to a setter that can throw an exception, with a message tag
    * a command button bound to an action method
    Enter a value in the field that will trigger the exception. You will get the same page again, with a message from the exception; the action method is not called.
    Now change the value to something that will be accepted by the setter. The action method will now be called twice.
    I presume this is a bug?
    On code inspection of the RI 1.1_01, it turns out that an EvaluationException is thrown, which is translated by the ValueBindingImpl#setValue method into another EvaluationException, after posting the exception message as JSF message. This method is run inside UIInput updateModel, which essentially sets valid to false. This will result in interrupting the normal phase cycle, and makes us jump to render response, as expected.
    Now all this happens during the update model phase, and earlier an event for the application phase was posted, to trigger execution of the action method. Since we did not reach the application phase, this event is never executed, but also it is never removed from the event List structure.
    It is lurking inside the UIViewRoot, and is still there in the next request/response cycle. If in this next cycle, there is no more interruption, we will eventually reach the application phase, but there we now have 2 events waiting to be executed. As a result, the action method will be called twice.
    If you trigger the exception in the setter more often, all action events will be saved for the next cycles. If you trigger the exception n times, the action method will be executed n+1 times the first time there is a submit with no exception.
    This can not be intended behavior, can it?

    BTW: MyFaces does this in UIViewRoot:
        public void processUpdates(FacesContext context) {
            if (context == null) throw new NullPointerException("context");
            super.processUpdates(context);
            _broadcastForPhase(PhaseId.UPDATE_MODEL_VALUES);
            if (context.getRenderResponse() || context.getResponseComplete())
                clearEvents();
        }Events are cleared. Guess we are switching, then.

  • Dock crashing. Could not connect the action buttonPressed: to target of class NSApplication

    Currently my main Administrator account on my Macbook Pro is having problems after login.
    After login, the dock crashes, the monitor flashes gray and dock reloads. Activity Monitor shows insane CPU usage from the dock. (Up to 170%)
    From my assessment, the error lies in the dock. However, after trying various methods such as clearing caches files, and removing duplicated files. The problem still occurs.
    The following are the error messages from the console.
    com.apple.launchd.peruser.501[2823] (com.apple.Dock.agent[3146]): Job appears to have crashed: Bus error: 10
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: Could not connect the action buttonPressed: to target of class NSApplication
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: 2012-12-05 18:23:19.509 com.apple.dock.extra[3149:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: Could not connect the action buttonPressed: to target of class NSApplication
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: 2012-12-05 18:23:19.511 com.apple.dock.extra[3149:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: Could not connect the action buttonPressed: to target of class NSApplication
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: 2012-12-05 18:23:19.512 com.apple.dock.extra[3149:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: Could not connect the action buttonPressed: to target of class NSApplication
    Dec  5 18:23:19 d-10-150-65-106 com.apple.dock.extra[3149]: 2012-12-05 18:23:19.513 com.apple.dock.extra[3149:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    ========================================
    Followed by the Crash Report.
    Process:         Dock [3146]
    Path:            /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    Identifier:      com.apple.dock
    Version:         1.8 (1040.42)
    Build Info:      Dock-1040042000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [2823]
    Date/Time:       2012-12-05 18:23:18.106 -0800
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Crashed Thread:  3  Dispatch queue: LPApp information gathering
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x00000001192c1fdd
    VM Regions Near 0x1192c1fdd:
        VM_ALLOCATE            000000011924b000-0000000119266000 [  108K] r--/r-- SM=PRV 
    --> mapped file            0000000119266000-00000001192c2000 [  368K] r--/rwx SM=COW  /Applications/Video/iDVD.app/Contents/Resources/iDVD.icns
        CG backing stores      00000001c072a000-00000001c072c000 [    8K] rw-/rw- SM=SHM 
    Application Specific Information:
    objc[3146]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x0000000110a4767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000110a46d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x000000010eb3c50c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x000000010eb44c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x000000010eb44486 CFRunLoopRunSpecific + 230
    5   com.apple.dock                          0x000000010d402826 0x10d311000 + 989222
    6   com.apple.dock                          0x000000010d3bc4e0 0x10d311000 + 701664
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000110a497e6 kevent + 10
    1   libdispatch.dylib                       0x000000011083a786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x0000000110839316 _dispatch_mgr_thread + 54
    Thread 2:: Dispatch queue: LPStorage Database Queue
    0   libsystem_kernel.dylib                  0x0000000110a495b6 fsync + 10
    1   libsqlite3.dylib                        0x000000010e837e38 unixSync + 72
    2   libsqlite3.dylib                        0x000000010e845777 syncJournal + 167
    3   libsqlite3.dylib                        0x000000010e836a1e sqlite3PagerCommitPhaseOne + 1262
    4   libsqlite3.dylib                        0x000000010e82211e sqlite3BtreeCommitPhaseOne + 478
    5   libsqlite3.dylib                        0x000000010e821735 vdbeCommit + 981
    6   libsqlite3.dylib                        0x000000010e7e455a sqlite3VdbeHalt + 4442
    7   libsqlite3.dylib                        0x000000010e817a08 sqlite3VdbeExec + 58200
    8   libsqlite3.dylib                        0x000000010e808a5b sqlite3_step + 1883
    9   libsqlite3.dylib                        0x000000010e7cbfb5 sqlite3_exec + 533
    10  com.apple.dock                          0x000000010d339064 0x10d311000 + 163940
    11  libdispatch.dylib                       0x0000000110838a82 _dispatch_call_block_and_release + 18
    12  libdispatch.dylib                       0x000000011083a2d2 _dispatch_queue_drain + 264
    13  libdispatch.dylib                       0x000000011083a12e _dispatch_queue_invoke + 54
    14  libdispatch.dylib                       0x0000000110839928 _dispatch_worker_thread2 + 198
    15  libsystem_c.dylib                       0x00000001108fb3da _pthread_wqthread + 316
    16  libsystem_c.dylib                       0x00000001108fcb85 start_wqthread + 13
    Thread 3 Crashed:: Dispatch queue: LPApp information gathering
    0   com.apple.CoreServices.OSServices          0x000000011131d4f6 CIconStorageEntry::ReadIconFamilyItemsWithMask(IconFamilyResource const*, unsigned long long, IconContainerInfo*) + 724
    1   com.apple.CoreServices.OSServices          0x00000001112d819e CIconStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 650
    2   com.apple.CoreServices.OSServices          0x000000011131c19a CLocalRefToSharedStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 138
    3   com.apple.CoreServices.OSServices          0x00000001112d06b2 _ISGetStorageRefFromLoader(CIconFamilyLoader*, unsigned int, unsigned int, unsigned int, unsigned int*) + 811
    4   com.apple.CoreServices.OSServices          0x00000001112d7cf9 _ISGetStorageByIconFile + 86
    5   com.apple.CoreServices.OSServices          0x00000001112e796c _ISAddFSRefIconToImage + 109
    6   com.apple.LaunchServices                0x0000000111599e5e AddImageFromLSInfo(FSRef const*, unsigned int, unsigned int, __CFString const*, unsigned char, unsigned int, OpaqueISImageRef**) + 789
    7   com.apple.LaunchServices                0x0000000111597afe ISBuildBaseImage(FSRef const*, HFSUniStr255 const*, unsigned int*, FSCatalogInfo*, CustomBadgeResource*, unsigned int, unsigned char*, OpaqueISImageRef**, long) + 2273
    8   com.apple.LaunchServices                0x00000001115970b0 GetImageForFSItem + 781
    9   com.apple.LaunchServices                0x0000000111596a8d GetIconRefFromFileInfo + 557
    10  com.apple.dock                          0x000000010d344040 0x10d311000 + 208960
    11  libdispatch.dylib                       0x0000000110838a82 _dispatch_call_block_and_release + 18
    12  libdispatch.dylib                       0x000000011083a2d2 _dispatch_queue_drain + 264
    13  libdispatch.dylib                       0x000000011083a12e _dispatch_queue_invoke + 54
    14  libdispatch.dylib                       0x0000000110839928 _dispatch_worker_thread2 + 198
    15  libsystem_c.dylib                       0x00000001108fb3da _pthread_wqthread + 316
    16  libsystem_c.dylib                       0x00000001108fcb85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x0000000110a48bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00000001108fd274 _pthread_cond_wait + 840
    2   com.apple.dock                          0x000000010d32c791 0x10d311000 + 112529
    3   libsystem_c.dylib                       0x00000001108f98bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00000001108fcb75 thread_start + 13
    Thread 5:
    Thread 3 crashed with X86 Thread State (64-bit):
      rax: 0x000000000003f501  rbx: 0x0000000069630000  rcx: 0x000000011442fa20  rdx: 0x000000000003d73e
      rdi: 0x0000000000000021  rsi: 0x0000000000000021  rbp: 0x000000011442fa10  rsp: 0x000000011442f940
       r8: 0x000000000003d73e   r9: 0x000000011442f9e7  r10: 0x0000000000000081  r11: 0x000000011442f5e8
      r12: 0x000000000003d73e  r13: 0x000000000005bfe9  r14: 0x00000001192c1fe9  r15: 0x00000001192c1fdd
      rip: 0x000000011131d4f6  rfl: 0x0000000000010246  cr2: 0x00000001192c1fdd
    Logical CPU: 2
    Binary Images:
           0x10d311000 -        0x10d556fff  com.apple.dock (1.8 - 1040.42) <412D1134-5469-36D1-8340-CBAB6FF5E82E> /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
           0x10d5e2000 -        0x10d64aff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10d690000 -        0x10d985ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10daa9000 -        0x10dad1fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10daf0000 -        0x10daf7fff  com.apple.Uninstall (1.0 - 114) <9339A2B6-EC0E-3DBB-94C1-858D6619F8F2> /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall
           0x10db03000 -        0x10db10fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10db21000 -        0x10dc3afff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10dc9b000 -        0x10dfb4fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10e196000 -        0x10e196fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10e19e000 -        0x10e19efff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10e1a4000 -        0x10e20fff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10e240000 -        0x10e28cff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10e2b9000 -        0x10e2e6fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
           0x10e2f8000 -        0x10e355ff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x10e393000 -        0x10e4f0fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x10e572000 -        0x10e712ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10e7c1000 -        0x10e8c8fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
           0x10e8e4000 -        0x10e8eafff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10e8f7000 -        0x10e902ff7  com.apple.aps.framework (2.1 - 2.1) <D0C49BA6-A5FB-3DBD-AFCC-7B6F056A57A7> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
           0x10e90d000 -        0x10e91fff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
           0x10e92f000 -        0x10e930fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10e938000 -        0x10e9abfff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
           0x10ea0e000 -        0x10eaf2e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
           0x10eb0c000 -        0x10ece0ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10ee34000 -        0x10ee34fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10ee3a000 -        0x10ee49fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10ee54000 -        0x10ee7dfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10ee99000 -        0x10ef9bfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
           0x10efcb000 -        0x10efcbfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10efd0000 -        0x10efd6fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x10efe4000 -        0x10f258fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x10f347000 -        0x10f39bff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x10f3c7000 -        0x10f419ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10f42b000 -        0x10f432fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x10f438000 -        0x10f44efff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10f467000 -        0x10fe05a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x10ff13000 -        0x10fff2fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
           0x11003d000 -        0x1100f0ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
           0x110148000 -        0x1101ccff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x1101fc000 -        0x1102c3ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x110308000 -        0x110364ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x110397000 -        0x1103abff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x1103bf000 -        0x11043aff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x110474000 -        0x1104b5fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x1104d4000 -        0x1104e9fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x110502000 -        0x110514ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
           0x110520000 -        0x110722fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
           0x1107b4000 -        0x1107b9fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
           0x1107c1000 -        0x110803ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
           0x110815000 -        0x11081afff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
           0x110829000 -        0x110830fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
           0x110837000 -        0x110845fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
           0x11085a000 -        0x11085bfff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
           0x110861000 -        0x110865fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
           0x11086c000 -        0x11086cfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
           0x110871000 -        0x11087bff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
           0x110882000 -        0x110888fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
           0x11088d000 -        0x110891fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
           0x110894000 -        0x110896fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
           0x11089c000 -        0x11089dff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
           0x1108a3000 -        0x1108a4ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
           0x1108ab000 -        0x110988fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
           0x1109ca000 -        0x1109d2fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
           0x1109dc000 -        0x110a17fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
           0x110a32000 -        0x110a52fff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
           0x110a69000 -        0x110a6eff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
           0x110a75000 -        0x110a7eff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
           0x110a85000 -        0x110a86ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
           0x110a8c000 -        0x110a8dfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
           0x110a96000 -        0x110a9cff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
           0x110aaa000 -        0x110ac7fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
           0x110ae2000 -        0x110aedff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
           0x110af6000 -        0x110b04ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
           0x110b0d000 -        0x110b5bfff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
           0x110b74000 -        0x110beaff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
           0x110c47000 -        0x110f63fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x110fe0000 -        0x111147fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
           0x1111ed000 -        0x111270fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x1112cc000 -        0x1113b0ff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x111430000 -        0x1114caff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x11150d000 -        0x11154cfff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x111567000 -        0x111608fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x11165b000 -        0x11168bff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x1116aa000 -        0x1116b1fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x1116bb000 -        0x1116bbfff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
           0x1116c6000 -        0x1116cbfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
           0x1116d0000 -        0x1116dfff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
           0x1116eb000 -        0x1116f8ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
           0x111703000 -        0x111711fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x11171e000 -        0x11178efff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x1117cc000 -        0x1118d8fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
           0x111945000 -        0x111946fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
           0x111951000 -        0x111964ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
           0x11196f000 -        0x11198bff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x11199b000 -        0x11199dfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x1119a2000 -        0x1119b9fff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x1119d5000 -        0x111a00ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
           0x111a0d000 -        0x111a36fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x111a45000 -        0x111a9dff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x111aac000 -        0x111acdfff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x111adc000 -        0x111ae1fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x111aec000 -        0x111bf9fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x111c2d000 -        0x111c30fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
           0x111c34000 -        0x111d6afff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x111d8d000 -        0x111d8dfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x111d95000 -        0x111df5fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x111dff000 -        0x111e95ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x111ea0000 -        0x1122cdfff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x112334000 -        0x112918fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x112960000 -        0x112a65fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x112ac2000 -        0x112b16fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x112b3f000 -        0x112b7fff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
           0x112b96000 -        0x112bbafff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x112bdd000 -        0x112c10ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x112c2b000 -        0x112c4afff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
           0x112c56000 -        0x112d4bfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
           0x112d5b000 -        0x112de0ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x112e10000 -        0x112e15fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x112e22000 -        0x112e2dfff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x112e3b000 -        0x112e7bfe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x112e89000 -        0x112e8bfff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x112e94000 -        0x112e97fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x112ea2000 -        0x112efdff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x112f12000 -        0x1133d9fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
           0x1137fd000 -        0x113873fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x1138b9000 -        0x11391bff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x11395c000 -        0x113996fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x1139b6000 -        0x1139baff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x1139c6000 -        0x1139c9fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x1139d4000 -        0x113d00fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x113e48000 -        0x113e5eff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x113e7b000 -        0x113f20fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x113f55000 -        0x113f72ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x113f84000 -        0x113f86ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x113f8d000 -        0x113f90ff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x113f98000 -        0x113fa3ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x113fae000 -        0x113fd4fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x113fef000 -        0x114006fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x114015000 -        0x11407dff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x1140ae000 -        0x1140aefff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x1140b6000 -        0x114158fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x1141ab000 -        0x1141b2ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x114434000 -        0x114460ff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x1144c2000 -        0x1144cffff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x1144d9000 -        0x11451dff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x114581000 -        0x114585fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff6cf11000 -     0x7fff6cf45baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 18
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 9481
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=99.5M resident=76.0M(76%) swapped_out_or_unallocated=23.5M(24%)
    Writable regions: Total=71.3M written=17.3M(24%) resident=24.0M(34%) swapped_out=0K(0%) unallocated=47.3M(66%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   740K
    CG raster data                       64K
    CG shared images                    128K
    CoreAnimation                      2404K
    CoreGraphics                         16K
    CoreServices                       1464K
    MALLOC                             52.3M
    MALLOC guard page                    64K
    Memory tag=246                     1088K
    Memory tag=247                      864K
    Memory tag=250                       64K
    SQLite page cache                  2208K
    STACK GUARD                        56.0M
    Stack                              10.0M
    Stack (reserved)                    520K        reserved VM address space (unallocated)
    VM_ALLOCATE                        7308K
    __CI_BITMAP                          80K
    __DATA                              9.8M
    __LINKEDIT                         17.4M
    __TEXT                             82.2M
    __UNICODE                           544K
    mapped file                        17.7M
    shared memory                      34.1M
    ===========                      =======
    TOTAL                             296.7M
    TOTAL, minus reserved VM space    296.2M
    ================
    Help would be very much appreciated.
    Thank you.

    This procedure will reset the state of LaunchPad to its default. Any customization that you did will be removed.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Application Support/Dock
    Right-click or control-click the highlighted line and select Services ▹ Reveal from the contextual menu. A folder window should open. Move the file(s) inside it to the Desktop, leaving the window open. Log out, log back in, and test. If there's no change, put the files you moved back where they were, overwriting the ones that may have been created in their place. Then log in and log out again. Otherwise, delete the files you moved.

  • Could not invoke the service() method when the JSP page is loaded

    I am new to servlets/jsp so excuse if I am doing something silly here:
    I have a JSP page the suppose to be loading a session attrbute from a simple servlet. When I go to load the jsp page, I get Could not invoke the service() method.
    Any help is much appreciated:
    Here is my JSP:
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
         pageEncoding="ISO-8859-1"%>
    <%@ page session="true" import="insurance.PolicyObj,java.util.*"%>
    <% Vector VTable = (Vector) session.getAttribute("policyTable"); %>
    <HTML>
    <BODY>
    <Form name=listTable action="InsSer" method="post">
    <TABLE border="1">
         <TBODY>
              <TR>
                   <TD width="258" align="center"><B>Policy Id</B></TD>
                   <TD width="187" align="center"><B>Customer Name</B></TD>
                   <TD width="160" align="center"><B>Agent Name</B></TD>
                   <TD width="134" align="center"><B>Status</B></TD>
              </TR>
              <TR>
    <%
    for (int index=0; index < VTable.size();index++) {
    PolicyObj TableL = (PolicyObj) VTable.elementAt(index);
    %>
         <TR bgcolor="#99CCFF">
    <TD width="258" align="center"> <%= TableL.getPolicyId()%> </TD>
    <TD width="187" align="center"> <%= TableL.getCustomerName()%> </TD>
    <TD width="187" align="center"> <%= TableL.getAgentName() %> </TD>
    <TD width="187" align="center"> <%= TableL.getPolicyStatus() %></TD>
    </TR>
         <% } %>
         </TBODY>
    </TABLE>
    <P><INPUT type="submit" name="Submit" value="Refresh Active Policies"></P>
    </BODY>
    </HTML>
    Here is my servlet:
    package insurance;
    import java.io.IOException;
    import java.util.Vector;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.Servlet;
    import javax.servlet.ServletContext;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    public class InsSer extends HttpServlet implements Servlet {
         /* (non-Java-doc)
         * @see javax.servlet.http.HttpServlet#HttpServlet()
         public InsSer() {
              super();
         /* (non-Java-doc)
         * @see javax.servlet.http.HttpServlet#doGet(HttpServletRequest arg0, HttpServletResponse resp)
         protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              doPost(req,resp);
              // TODO Auto-generated method stub
         /* (non-Java-doc)
         * @see javax.servlet.http.HttpServlet#doPost(HttpServletRequest arg0, HttpServletResponse resp)
         protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              //PolicyObj[] policyTable = new PolicyObj[3];
              HttpSession session = req.getSession(false);
              //if (session == null) {
                   //resp.sendRedirect("http://localhost:9080/Insurance/error.html");
              //Vector buylist = (Vector) session.getAttribute("PolicyList");
              Vector policyList = null;
              policyList.addElement(new PolicyObj());
              ((PolicyObj) policyList.get(0)).setPolicyId("0009800002");
              ((PolicyObj) policyList.get(0)).setCustomerName("Salim Zeitouni");
              ((PolicyObj) policyList.get(0)).setAgentName("Jack Smith");
              ((PolicyObj) policyList.get(0)).setPolicyStatus("Pending");
              session.setAttribute("policyTable",policyList);
              ServletContext sc = getServletContext();
              RequestDispatcher rd = sc.getRequestDispatcher("InsSev1.jsp");
              rd.forward(req,resp);
    Message was edited by:
    sfz1
    Message was edited by:
    sfz1

    I am new to servlets/jsp so excuse if I am doing something silly here:
    I have a JSP page the suppose to be loading a session attrbute from a simple servlet. When I go to load the jsp page, I get Could not invoke the service() method.
    Any help is much appreciated:
    Here is my JSP:
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
         pageEncoding="ISO-8859-1"%>
    <%@ page session="true" import="insurance.PolicyObj,java.util.*"%>
    <% Vector VTable = (Vector) session.getAttribute("policyTable"); %>
    <HTML>
    <BODY>
    <Form name=listTable action="InsSer" method="post">
    <TABLE border="1">
         <TBODY>
              <TR>
                   <TD width="258" align="center"><B>Policy Id</B></TD>
                   <TD width="187" align="center"><B>Customer Name</B></TD>
                   <TD width="160" align="center"><B>Agent Name</B></TD>
                   <TD width="134" align="center"><B>Status</B></TD>
              </TR>
              <TR>
    <%
    for (int index=0; index < VTable.size();index++) {
    PolicyObj TableL = (PolicyObj) VTable.elementAt(index);
    %>
         <TR bgcolor="#99CCFF">
    <TD width="258" align="center"> <%= TableL.getPolicyId()%> </TD>
    <TD width="187" align="center"> <%= TableL.getCustomerName()%> </TD>
    <TD width="187" align="center"> <%= TableL.getAgentName() %> </TD>
    <TD width="187" align="center"> <%= TableL.getPolicyStatus() %></TD>
    </TR>
         <% } %>
         </TBODY>
    </TABLE>
    <P><INPUT type="submit" name="Submit" value="Refresh Active Policies"></P>
    </BODY>
    </HTML>
    Here is my servlet:
    package insurance;
    import java.io.IOException;
    import java.util.Vector;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.Servlet;
    import javax.servlet.ServletContext;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    public class InsSer extends HttpServlet implements Servlet {
         /* (non-Java-doc)
         * @see javax.servlet.http.HttpServlet#HttpServlet()
         public InsSer() {
              super();
         /* (non-Java-doc)
         * @see javax.servlet.http.HttpServlet#doGet(HttpServletRequest arg0, HttpServletResponse resp)
         protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              doPost(req,resp);
              // TODO Auto-generated method stub
         /* (non-Java-doc)
         * @see javax.servlet.http.HttpServlet#doPost(HttpServletRequest arg0, HttpServletResponse resp)
         protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              //PolicyObj[] policyTable = new PolicyObj[3];
              HttpSession session = req.getSession(false);
              //if (session == null) {
                   //resp.sendRedirect("http://localhost:9080/Insurance/error.html");
              //Vector buylist = (Vector) session.getAttribute("PolicyList");
              Vector policyList = null;
              policyList.addElement(new PolicyObj());
              ((PolicyObj) policyList.get(0)).setPolicyId("0009800002");
              ((PolicyObj) policyList.get(0)).setCustomerName("Salim Zeitouni");
              ((PolicyObj) policyList.get(0)).setAgentName("Jack Smith");
              ((PolicyObj) policyList.get(0)).setPolicyStatus("Pending");
              session.setAttribute("policyTable",policyList);
              ServletContext sc = getServletContext();
              RequestDispatcher rd = sc.getRequestDispatcher("InsSev1.jsp");
              rd.forward(req,resp);
    Message was edited by:
    sfz1
    Message was edited by:
    sfz1

  • Initializer block not called when static method called

    public class Initializer {
         Initializer(){
              System.out.println("Constructor called");
                   System.out.println("CLASS INITIALIZED");
         static void method(){
              System.out.println("Static method called");
         public static void main(String[] args) {
              Initializer.method();
    From the JLS
    A class or interface type T will be initialized immediately before the first occurrence of any one of the following:
    T is a class and an instance of T is created.
    T is a class and a static method declared by T is invoked.
    [b]
    But when i call the static method , if the class is initialized shouldnt the initializer block be called, it is not called, why.

    Perhaps running something like this will add a little more colour?:
    public class Initializer {
        static {
            System.out.println("First static initializer");
            System.out.println("First instance initializer");
        Initializer() {
            System.out.println("Constructor");
        static {
            System.out.println("Second static initializer");
            System.out.println("Second instance initializer");
        static void staticMethod() {
            System.out.println("staticMethod");
        void instanceMethod() {
            System.out.println("instanceMethod");
        public static void main(String[] args) {
            System.out.println("main");
            staticMethod();
            new Initializer().instanceMethod();
    }

  • How to call the java method in java script function in a portal application

    Hi Friends,
    I am developing one application where i need to fetch the data from KM content and displaying it on the screen in regular interval. I wrote one method in JSPdynpage for fetching data from KM content now I need to call that java method in java script function.
    java method(IComponentRequest request)
    //Coode for fetching the KM content
    function()
    <b>//Need to call the java method</b>
    setTimeout(function, 5000);//setting the time interval for this function
    <<htmlb display code>>
    If anybody can help me in calling the java method in java script function that will be very helpful for me.
    Thanks in advance,
    Sandeep Bonam

    Hi,
    Pls see if the following links could help.
    http://www.rgagnon.com/javadetails/java-0170.html
    http://www-128.ibm.com/developerworks/library/wa-resc/?dwzone=web
    Regards

  • When I press on a land line number, the phone does not call the number, but comes up with a screen to send a text to it.  How do I get my phone to default to phoneing a landline?

    When I press on a land line number, the phone does not call the number, but comes up with a screen to send a text to it.  How do I get my phone to default to phoneing a landline?  When I press a mobile number in contacts, the phone automatically phones the number.  I do not mind this as I hardly ever send texts, but I would like to have the option of what to do.  This seems such an obvious issue but I can not solve it even with much web searching.  Thanks!

    I can't delete my question, so I'll just say that you press on the type of number written in the box to the left of the box you typye the number into.  Dumb or what? 

  • Messaging server not calling the SpamAssassin

    HI all,
    The current instalation:
    For SJES Messaging :
    # ./imsimta version
    Sun Java(tm) System Messaging Server 6.2 (built Dec 2 2004)
    libimta.so 6.2 (built 00:34:23, Dec 2 2004)
    SunOS rcaredev 5.9 Generic_117171-08 sun4u sparc SUNW,Sun-Fire-V240
    For Spam Assassin:
    # ./spamassassin -V
    SpamAssassin version 3.2.3
    running on Perl version 5.8.8
    The option.dat contents:
    ! for Spamassassin
    spamfilter1_config_file=/opt/SUNWmsgsr/config/spamassassin.opt
    spamfilter1_library=/opt/SUNWmsgsr/lib/libspamass.so
    spamfilter1_optional=1
    spamfilter1_string_action=data:,require "fileinto"; fileinto "Junk"
    mm_debug=5
    # cat /opt/SUNWmsgsr/config/spamassassin.opt
    host=127.0.0.1
    port=783
    mode=0
    verdict=spam
    debug=1
    # ls -l /opt/SUNWmsgsr/config/spamassassin.opt
    -rw-r--r-- 1 mailsrv mail 52 Nov 15 01:49 /opt/SUNWmsgsr/config/spamassassin.opt
    The imta.cnf contents:
    ! ims-ms
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 poo
    l IMS_POOL fileinto $U+$S@$D destinationspamfilter1optin spam
    tcp_local smtp mx single_sys remotehost inner switchchannel identnonenumeric subdirs 20 maxjobs 7 pool SMTP_POOL ma
    ytlsserver maysaslserver saslswitchchannel tcp_auth missingrecipientpolicy 0 destinationspamfilter1optin spam
    I ran:
    # ./imsimta cnbuild
    # ./imsimta restart
    Then I started thge :
    # ./spamd -d
    But nothing happens, if I manually run:
    # telnet localhost 783
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    SPAMD/1.0 76 Bad header line:
    Connection to localhost closed by foreign host.
    Which proves that the spamd is listening on port 783.
    The messaging server is not calling the SpamAssassin on the port 783, any ideas what could have gone wrong?
    I also checked the "snoop" command and also "spamd -D" for debug, no traffic go to the spamd daemon.
    Best

    Hi,
    goSolaris wrote:
    The junk emails are sent now to the folder "Junk" in the users mailbox, can you comment on the following
    1. Does the spam emails live in the Junk forlder forever until the user delete them?Emails aren't deleted from users email folders (including Junk) unless you have configured a folder expiry rule. The following web-page steps you through what is required to set up just such an expire rule:
    http://docs.sun.com/app/docs/doc/819-2650/6n4u4dttr?l=en&a=view
    2. If I need to discard completely the spam emails instead of sending them to a folder in the user mailbox, what change should I do to the channel configuration?The following link gives an example of how to configured a sieve rule which will discard emails above a certain spamassassin score and to fileinto a 'spam' folder if the score is below this value.
    http://docs.sun.com/app/docs/doc/819-4428/6n6j4261t?a=view#gebhx
    3. After applying the patch, the documentation says that I can work with the existing configuration files or upgrade using a set of commands, do you think keeping the existing configuration (to minimize the changes) will work fine?You definitely need to run the ./patch-config and ./install-newconfig commands post-upgrade. Otherwise fixes that have been made to things such as the messaging express interface will not be represented (files need to be changed for a lot of the fixes).
    Regards,
    Shane.

  • VS 2013 Prof. edition always shows "Could not complete the action"

    Hi all,
    When I open any .ascx file VS2013 always shows alert, and when I close, it shows it again.
    Could you help please?
    Thanks.

    Hi Galym,
    >>VS 2013 Prof. edition always shows "Could not complete the action"
    According to your description, could you please tell if you get this issue when you open any .ascx files in a specific app or all web apps have the same issue?
    So if possible, I suggest you can create a simple web project in VS2012 Prof and add a .ascx files under the web project and open it again check if you get same issue.
    (1) If you get same issue in a sample web project, I suggest you can try the following suggestion to check this issue.
    Step1: I suggest you can try to open these .ascx files in VS safe mode check if you install some Add-ins or extension tools in your VS2013 IDE.
    Reference:
    https://msdn.microsoft.com/en-us/library/ms241278.aspx
    Step2: I suggest you can try to reset your VS setting file by going to Tools->Import and Export Settings check this issue again.
    Step3: If the above suggestions still could not work, maybe you will need to repair or re-install the VS2013 Prof check this issue again.
    (2) If you just get this error in a specific app, I suggest you delete these .ascx files and then add new .ascx files for the specific app. Or you can directly to ask this issue to the web forum:
     http://forums.asp.net where asp.net experts live in.
    If you have any update messages about your issue, please free for me.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Does setSelectionPath() method of JTree calls the treeValueChanged() method

    Hello,
    Just wanted to know whether setSelectionPath() method of JTree calls the treeValueChanged() method after selecting the path?
    Thanks.

    Hi SaucyMexican,
    Thank you for using Apple Support Communities. 
    It looks like PayPal is still an accepted form of payment for the Apple Store:
    Payment methods you can use in the iTunes Store, Mac App Store, App Store, and iBooks Store - Apple Support
    If you are still having difficulties you can take a look at this article for assistance.
    Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support
    Regards,
    Jeff D. 

Maybe you are looking for

  • PDF embedded in Powerpoint

    Hi folks. This problem occurred after I converted a PDF file from PowerPoint and then embedded it in PowerPoint slides. Whenever I tried to open and scroll through pages from the embedded PDF, the message "error in processing pages...(23)" would pop

  • Error code 0xc0000185 on laptop

    When I turn on my laptop I get a black screen and nothing happens, if I push some of the F keys I will get something in the lower left hand corner, then today I got an error code on a blue screen, error code 0xc0000185 for about 2 minutes then the bl

  • Must use Captivate v4.0 to capture playing video - Best practices & PC requirements?

    Hi all, I like Captivate, but have had a lot of trouble capturing playing video (a big part of my client's product) in the past. Despite encouraging client to consider other tools, they have decided they want to continue using Captivate and output to

  • Merging two columns

    Hi All, I have 1 tables. Scripts and some values are given below. create table T1(s_id varchar2(30), rs_id varchar2(30)); insert into T1(s_id,rs_id ) values (s1,rs1 ); insert into T1(s_id,rs_id ) values (s1,rs2 ); insert into T1(s_id,rs_id ) values (

  • Outboard drive / loosing songs / slow performance in iTunes

    OK- I have xp and I have 65,000 songs using up 400gb of a terabite drive. I have iTunes on my C:/ drive and all the music on my (72000rpm) (E:) TB drive. 1) I get arbitary skips on playback. I have the itunes buffer set to large. 2)on launch of itune