Proble with datatable ... ExecuteQuery

Hi all,
I have a matrix with 2 column for example DocNum and DocDate.
I fill matrix with a DataTable datasource
the first executequery return me a correct format of date
102 | 22.08.2006
103 | 23.08.2006
when i try to refill the matrix with another call of ExecuteQuery ... the format in a matrix change like this..
102 | 20060822
103 | 20060823
Thanks a lot

Hey Dimitri
In Matrix (or any other items), the way data is displayed is determined by the binded data source
for dates:
datasource value is 20060822
and displayed value should be 22.08.2006
Maybe your binding to the fields is lost when doing the second executequery
regards
Emmanuel

Similar Messages

  • Matrix with DataTable - GetLineData and SetLineData B1 8.8 Bug

    Hi experts,
    I have a matrix bounded to a DataTable and I succefully load the matrix with:
    DataTable dt = form.DataSources.DataTables.Item("matDT");
    dt.ExecuteQuery(sql);
    Matrix mat = form.Items.Item("mat").Specific as Matrix;
    mat.LoadFromDataSource();
    mat.AutoResizeColumns();
    Now in Event et_VALIDATE(after), i would like to change some not editable column of the matrix
    [B1Listener(BoEventTypes.et_VALIDATE, false)]
    public virtual void OnAfterValidate(ItemEvent pVal) {
              if(pVal.ItemUID!="mat")
                    return;
              Form form = B1Connections.theAppl.Forms.Item(pVal.FormUID);
              Matrix mat = form.Items.Item("mat").Specific as Matrix;
              DataTable dt = form.DataSources.DataTables.Item("matDT");
              //Pont 1)
              mat.GetLineData(pVal.Row)     
              //Point 2
              //Change Values
              int minutes = dt.GetValue("U_Minutes", pVal.Row-1);
              dt.SetValue("U_Hours",pVal.Row-1, (double) minutes / 60);
              //Point 3
              mat.SetLineData(pVal.Row);
    Now I will expain the problem:
    For simplicity assume the matrix has 2 rows after load. After the user edit a column, validate event fires and:
    -) After the call of GetLineData  in Point 1) I verified that all DataTable Rows are identical (derived from the first row in the matrix)
    -) If I substitute GetLineData   in point 1) with FlushToDataSource, DataTable became corret but after the call of SetLineData in point 3) all the matrix rows are identical (derived from the first DataTable row).
    -) If I also substitute SetLineData   in point 3) with LoadFromDataSource, all works fine but i loose focus and performances
    Is it a B1 8.8 Bug?

    Yes, but sap said that my  customer is not officially approved.
    the following is the original text.
    Please note that SAP Business One Release 8.8 has only been released for
    Ramp-Up. Because of this, only approved projects for productive usage a
    re fully supported by SAP Business One Support. However feedback on prod
    uct quality or bugs reporting from all partners - even from partners who
    are not part of the Ramp-Up - is welcome and highly appreciated.
    According to the information we have, your customer is not officially ap
    proved for Ramp-Up yet. Due to the difficulty to estimate the number of
    messages that will be submitted, SAP cannot commit itself to solving all
    issues reported about projects not officially approved for Ramp-Up, nor
    guarantee any response times.
    Kind regards,
    SAP Business One Support

  • Populating a javascript array with datatable data

    I want to populate a javascript array with datatable data.
    How do I do this?
    I want the javascript array to be populated as the datatable is displayed.
    Doing this way doesn't work.
    <h:dataTable value="#{pmManager.profiles}" var="pmProfile" binding="#{pmManagerUiBean.uiTable}" ">
    <script>
    allProfilenames[index]='#{pmProfile.profileName}';
              alert("index ="+index);
              alert("...1"+allProfilenames[0]);
              alert("...2"+allProfileRes[0]);
              index++;
    </script>
    <h:dataTable>

    In Javascript do something like this:
    document.getElementById('form1:dec_param');
    where form1:dec_param is the id of the component on the page source (html)

  • HT201263 I am not able to restore neither from iTunes nor from iCloud. The proble with iTunes is it says that the backup is corrupted or incompatible. And I am not able to connect to iCloud for restoring. I have IOS 7.0.4 when I have taken the backup.

    I am not able to restore neither from iTunes nor from iCloud. The proble with iTunes is it says that the backup is corrupted or incompatible. And I am not able to connect to iCloud for restoring. I have IOS 7.0.4 when I have taken the backup.
    iCloud does not connect and it says Request Timed out.
    Not Sure how to restore my iPad.
    Please help!!
    Thanks

    my problem is with I cloud not iTunes what's up with apple haven't they got the brains to sort out this prob, that they have to let the "community " know instead of helping to fix the problem without having to go through all the hassle of signing in writing a small blog & then leaving it until someone bored with time to write their blog to at some point fix the prob or not ! oh nearly forgot my prob like
    HRESULT:0X80070570 no clear explanation as to what this means or why in plain English for the not techno phoebes

  • Any proble with magnet iPad

    any proble with magnet iPad

    If it was thought that there might be a problem then they wouldn't be included in the iPad - is there a particular issue that you are concerned about ?

  • Need advice for dispalying multiple rows with datatable.

    Hi All,
    We have to design a conference booking search form which contains nX48 table.
    n -> indicates the conference rooms and 48 are the time slots(30 mins gap).
    While booking a conference room user enteres from time and to-time and from and to dates.
    In our search form, user searches with in the range of dates and times.
    We give a option for user to view according to date wise or room wise.
    Now main prblm is that we are capturing from and to times but how do we represent in data table.
    out of 48 columns assume only 4 slots are booked i.e 1200 hrs to 1400 hrs. so we need to display an image in that columns and up on clicking on that cell we have to produce data regarding that booking.
    In our pojo we have to and from time variables , but how can we display in datatable..should have to take a 48 column pojo.., if so how can I get the data at intersection point?
    Please do help me...
    Regards,
    Kranthi Kiran

    You could certainily create a 48 or 96 column grid. I would assume a simple "bar" image would go into that grid. You can create a method that gets called to determine if the image is rendered or not. Use a stylesheet (inline style) to set the width of the grid.
    While making a table with 48 column definitions is somewhat messy it is certainly no harder than cut and paste. The messy part is how to implement the boolean getter (DI) call to determine if a cell image is rendered as this would require 48 or 96 unique method definitions (one for each time slot). If you are will to do this then the solution is straight forward with a table.
    As for clicking on the image cell that is not an issue and easily handled.
    You have not mentioned what component suite you want to use. May I recommend that you take a look at Apache Trinidad (MyFaces project) or Oracle's ADF offering.
    If not you could do this with two tag iterators (e.g. tr:iterator) but fussing with trying to make sure you get cell alignment might be hard to do since you would not have a "master" grid in which you would be rendering your data.
    Could also write your own component ... but suspect you don't want to go there.
    You will find that they provide a robust table implementation that also supports the concept of "details", sort of a drill down capability that you can add to see additional information associated with a summary line in a table.

  • Command Link with Datatable doesnt work

    I had read the previosu posts stating that commandLink with the datatable will be corrected with the new version of Jsf- 1_1_01 .I installed the new version and the commandLink doesnt work inside a datatable still

    try initialising the List attached to the dataTable
    in the constructor or use an outputLink
    -DevioutputLink is similar to <href in jsp.It cannot implement the actionListener and action parameters which a commandLink does. Using a constructor for initializing is fine but when i want it to implement certain method then it creates a problem.

  • Problems with datatable and scroller

    I wonder, if this behavior is a mistake of mine or a bug in the myfaces implementation.
    sitution
    I have datatable and datascroller component. The table gets the data from bean which is in request scope. The table is dynamic. Each time we hit the page, we can expect a different resultset/rowcount for the table.
    problem
    When I change the page of datascroller and come back a second time with a rowcount, that is to small to reach that page, I get a empty table. Expected result, would be a page, that shows at least last elements of the resultset.
    You can see the mistake, by refreshing the page datascroller.jsp a couple of times, change the page in the scroller and refresh again a couple of times.
    You will get results like this:
    15 hits, hits 81 - 15. page 9 / 2
    23 hits, hits 41 - 23. page 5 / 3
    5 hits, hits 21 - 5. page 3 / 1
    Testcase
    datascroller.jsp
    This is almost like the openDatatable example.
    <%@include file="/inc/importPageParams.inc" %>
    <%@include file="/inc/importTaglibs.inc" %>
    <html>
    <%@include file="/inc/head.inc" %>
    <body>
    <f:view>
        <f:loadBundle basename="com.ebsecure.archiv.web.resource.messages.messages" var="messages"/>
    <x:panelLayout id="page" layout="#{globalOptions.pageLayout}"
                styleClass="pageLayout"
                headerClass="pageHeader"
                navigationClass="pageNavigation"
                bodyClass="pageBody"
                footerClass="pageFooter" >
              <f:facet name="body">     
        <h:panelGroup id="body">
              <h:form name="hitlistProcessionForm" styleClass="standardTable">
                             <x:dataTable       id="data"                                              
                                             styleClass="scrollerTable"
                                             headerClass="standardTable_Header"
                                             footerClass="standardTable_Header"
                                             rowClasses="standardTable_Row1,standardTable_Row2"
                                             columnClasses="standardTable_Column,standardTable_ColumnCentered,standardTable_Column"
                                        var="car"
                                        value="#{scrollerList.data}"                                     
                                        preserveDataModel="true"
                                        rows="10">
              <x:columns value="#{scrollerList.columnHeaders}" var="columnHeader">
                <f:facet name="header">
                    <x:commandSortHeader columnName="#{columnHeader}" arrow="false">
                        <f:facet name="ascending">
                            <h:graphicImage value="images/ascending-arrow.gif" rendered="true" border="0"/>
                        </f:facet>
                        <f:facet name="descending">
                            <h:graphicImage value="images/descending-arrow.gif" rendered="true" border="0"/>
                        </f:facet>
                        <h:outputText value="#{columnHeader}" />
                    </x:commandSortHeader>
                </f:facet>
                <!-- row is also available -->
                <h:outputText value="#{scrollerList.columnValue}" />
            </x:columns>
                </x:dataTable>
            <h:panelGrid columns="1" styleClass="scrollerTable2" columnClasses="standardTable_ColumnCentered" >
                <x:dataScroller id="scroll_1"
                        for="data"
                        fastStep="10"
                        pageCountVar="pageCount"
                        pageIndexVar="pageIndex"
                        styleClass="scroller"
                        paginator="true"
                        paginatorMaxPages="9"
                        paginatorTableClass="paginator"
                        paginatorActiveColumnStyle="font-weight:bold;"
                        >
                    <f:facet name="first" >
                        <h:graphicImage url="images/arrow-first.gif" border="1" />
                    </f:facet>
                    <f:facet name="last">
                        <h:graphicImage url="images/arrow-last.gif" border="1" />
                    </f:facet>
                    <f:facet name="previous">
                        <h:graphicImage url="images/arrow-previous.gif" border="1" />
                    </f:facet>
                    <f:facet name="next">
                        <h:graphicImage url="images/arrow-next.gif" border="1" />
                    </f:facet>
                    <f:facet name="fastforward">
                        <h:graphicImage url="images/arrow-ff.gif" border="1" />
                    </f:facet>
                    <f:facet name="fastrewind">
                        <h:graphicImage url="images/arrow-fr.gif" border="1" />
                    </f:facet>
                </x:dataScroller>   
                   <x:dataScroller id="scroll_2"
                                for="data"
                                rowsCountVar="rowsCount"
                                displayedRowsCountVar="displayedRowsCountVar"
                                firstRowIndexVar="firstRowIndex"
                                lastRowIndexVar="lastRowIndex"
                                pageCountVar="pageCount"
                                pageIndexVar="pageIndex"
                               >
                            <h:outputFormat value="{0} hits, hits  {2} - {3}. page {4} / {5}
                            " styleClass="standard" >
                                <f:param name="myRowsCount" value="#{rowsCount}" />
                                <f:param name="myDisplayedRowsCountVar" value="#{displayedRowsCountVar}" />
                                <f:param name="myFirstRowIndex" value="#{firstRowIndex}" />
                                <f:param name="myLastRowIndex" value="#{lastRowIndex}" />
                                <f:param name="myPageIndex" value="#{pageIndex}" />
                                <f:param name="myPageCount" value="#{pageCount}" />
                            </h:outputFormat>
                        </x:dataScroller>       
            </h:panelGrid>
              </h:form>
        </h:panelGroup>
         </f:facet>
         </x:panelLayout>
    </f:view>
    </body>
    </html>
    snippet of faces-config.xml
    <managed-bean>
            <managed-bean-name>scrollerList</managed-bean-name>
            <managed-bean-class>my.tests.DatatableTestBean</managed-bean-class>
            <managed-bean-scope>request</managed-bean-scope>
        </managed-bean>
    and the bean
    package my.tests;
    import java.util.ArrayList;
    import java.util.List;
    import javax.faces.model.DataModel;
    import javax.faces.model.ListDataModel;
    import org.apache.log4j.Logger;
    public class DatatableTestBean {
        private DataModel data;
        private DataModel columnHeaders;
        Logger logger;
        public DatatableTestBean() {
            List headerList = new ArrayList();
            headerList.add("Index");
            headerList.add("Type");
            headerList.add("Model");
            columnHeaders = new ListDataModel(headerList);
            List rowList = new ArrayList();
            for (int i = 0; i <= (double) ((double) Math.random() * (double) 1000); i++) {
                List colList = new ArrayList();
                colList.add(new Integer(i));
                colList.add("Car Type " + i);
                colList.add(i % 2 != 0 ? "green" : "blue");
                rowList.add(colList);
            data = new ListDataModel(rowList);
        public DataModel getData() {
            return data;
        public DataModel getColumnHeaders() {
            return columnHeaders;
        public Object getColumnValue() {
            Object columnValue = null;
            if (data.isRowAvailable() && columnHeaders.isRowAvailable())
                columnValue = ((List) data.getRowData()).get(columnHeaders.getRowIndex());
            return columnValue;
    }Does anyone know, if I'm totally wrong or can see the mistake I or the implementation do. Does anyone has any suggestions, how to get always a right result?
    Any help is very appreciated.
    thanks, Stephan

    the datascroller is based on the first attribute of the datatable to calculate the index.
    try to set the first attribute to '1' in your jsp. The goal is to reset this value when your data have changed.

  • DataScroller with dataTable

    Hi
    I have a dataScroller to display rows with a select component. The problem I am facing is the datascroller is not binding the selection. My backing bean has no binding for the select component as there could be hundreds of them. Could someone please suggest a way to resolve this?
    Thanks
    Murthy
    Backing bean
    package com.xxx.application.login.utils.helpers;
    import java.util.*;
    import javax.faces.context.FacesContext;
    import com.xxx.application.login.utils.helpers.GroupPermissionsHelper;
    public class GroupPermissionsBean {
         int noOfPermissions=0;
    public GroupPermissionsBean() {
         System.out.println("In group permissions bean constructor");
    public List getGroupsList() {
              System.out.println("in group permissions bean get options");
              List options=new ArrayList();
              Map m=  FacesContext.getCurrentInstance().getExternalContext().getSessionMap();
              String pickOpts=(String)m.get("picklist");
              System.out.println(" picklist=" + pickOpts);
              if (pickOpts != null) {
                   String [] opts_arr = pickOpts.split(",");
                   for(int i=0; i < opts_arr.length; i++) {
                        opts_arr=opts_arr[i].trim();
                        if (opts_arr[i].equals("")) continue;
                        String pid="";
                        if (opts_arr[i].indexOf("(") > -1) {
                             pid=opts_arr[i].substring(0, opts_arr[i].indexOf("("));
                        GroupPermissionsHelper gph=new GroupPermissionsHelper(opts_arr[i], pid);
                        options.add(gph);
                        System.out.println("added option=" + opts_arr[i]);
              noOfPermissions=options.size();
              System.out.println("*********nof permissons=" + noOfPermissions);
              return options;
    public int getNoOfPermissions() {
              return noOfPermissions;
    public List getSomeList() {
         List options=new ArrayList();
         options.add("a");
         options.add("b");
         options.add("c");
         noOfPermissions=options.size();
         return options;
    }//class
    Data table component
    <h:dataTable value="#{groupPermissionsBean.groupsList}" var="group" bgcolor="#D8EFE0" width="100%"   id="permissionsTable"
    headerClass="dataTableHeader" rowClasses="dataTableRowWhite, dataTableRowAdbeda"
    columnClasses="captionColumn, valueColumn" rows="2" >
            <h:column>
         <f:facet name="header">
         <h:outputText value="Groups"/>
         </f:facet>
                     <h:outputText value="#{group.partID} " style="font-family: Ariel, Helvetica, sans-serif;font-size: 9pt;"  />
           </h:column>
             <h:column>
         <f:facet name="header">
         <h:outputText value="Permissions"/>
         </f:facet>
                     <h:selectOneMenu id="permselect" title="Select any one in this menu"  >
         <f:selectItem itemLabel="SELECT" itemValue="" />
            <f:selectItem itemLabel="ADMIN" itemValue="ALL:#{group.fullID}" />
         <f:selectItem  itemLabel="VIEW" itemValue="VIEW:#{group.fullID}"  />
         <f:selectItem itemLabel="NONE" itemValue="NONE:#{group.fullID}" />
            </h:selectOneMenu>
              </h:column>
      </h:dataTable>
    Scroller code
    <t:dataScroller id="dataScroller"
                        for="permissionsTable"
                        pageCountVar="pageCount"
                        pageIndexVar="pageIndex"
                        styleClass="tblHeaders"
                        paginator="true"
                        paginatorMaxPages="10"
                        paginatorTableClass="tblContent"
                        paginatorActiveColumnStyle="font-weight:bold;"
                     rendered = "#{groupPermissionsBean.noOfPermissions > 2}"
                   >
                          <f:facet name="previous">
                     <h:graphicImage url="#{bundle.PaginatorPrevImg}" rendered="#{pageIndex != 1}" style="border-color: transparent; border: 0;"   />
                     </f:facet>
                      <f:facet name="next">
                      <h:graphicImage url="#{bundle.PaginatorNextImg}" rendered="#{pageIndex < pageCount}" style="border-color: transparent; border: 0;"   />
                      </f:facet>
    </t:dataScroller>

    To add some info: The dataTable component generates rows with some text and a select component. I have a submit button that
    calls an action method.
    What's happening now is...the rows appear alright. But each set of rows takes a round trip to the Jboss server. As a result,
    when the submit button is clicked, only the rows in the view are submitted.
    Without the scroller, I'd have all the rows in one page and the validation is done with Javascript.
    With the scroller in place, the rows are displayed correctly, the selection of the selection component is done right, but
    only the rows in the current page are validated.
    I'd appreciate your help
    Thanks
    Murthy

  • Cant get into Itunes program itunes detects probl. with audio configuration

    I tried a few times Removing Itunes from my computer and downloading it again and I tried RESTORE to reset
    everything -it DIDN't work keep getting the same message.
    I called the computer company they said I should try calling ITUNES. It's been working o.k. for 6 mos.
    There Doesn't seem to be a problem with the Ipod itself.
    Anyone help me please? Thx.
    The Message I get is:
    Itunes cannot run because it has detected a problem
    with your audio configuration.

    You probably can find an answer to this in the iTunes
    Forum rather than here.
    Yes. Thx. I did get help there.
    emachines mprii   Windows XP  

  • Proble with payload-body.jsp customization

    Dear Experts,
    I have customized payload-body.jsp, here I am having problem with <select> and <date_picker> html component. After the selection of specified value, if I press default save button , will reset to Initial value. My xml payload contains muti-records. So when I click + sign in payload-body.jsp, another row ll gets add. At that time it ll be set to same vlaue of the previous row. Here I cannot understand the issue. Please suggest me.
    Thanks & Regards
    Rajesh

    Sorry friends
    I got the answer. The answer already was here on this forum. I am really sorry, first I should have searched and then should have posted......
    have a nice day

  • File-Sender: Probl. with Content conversion - Read whole line in singleTag

    Hello,
    I have a flat file that i read with the sender file adapter.
    After content conversion I get not the result i wished to have...
    The source flat file looks for example like this:
    ABC;DEF;GHIJ
    KLM;NOP;Q
    RSTU;VW
    After the Content Conversion I would like to have this result:
    <Recordset>
         <Data>
              <Row>ABC;DEF;GHIJ
               <Row>KLM;NOP;Q
              <Row>RSTU;VW
              <……>
    What sounds very similar but didn’t work for me yesterday….
    I defined a data type that looked like this:
    DT_TEST (Complex Type)
         Recordset (0..unbounded)
              Data (1)
                   Row (type string / 0..unbounded)
    During the file content conversion I just did this:
    Recordsetname: Recordset
    Recordset structure: Data, 1
    Data.fieldNames = Row
    Data.fieldSeparator = ‘nl’
    This was also described in blog:
    /people/sravya.talanki2/blog/2005/08/16/configuring-generic-sender-file-cc-adapter
    But my result is always like this:
    <Recordset>
         <Data>
              <Row>ABC;DEF;GHIJ
         </Data>
    </Recordset>
    <Recordset>
         <Data>
              <Row> KLM;NOP;Q
         </Data>
    </Recordset>
    <Recordset>
         <Data>
              <Row> RSTU;VW
         </Data>
    </Recordset>
    ….And not like I wished….
    Can anybody help me…?
    Greetings
    Tobias

    Hi,
    I just gone thru the blog and as per the structure defined I have no idea how this works this way.
    But if you modify the structure to
    RecordSet - occurs 0-1
    Data - occurs 0-n
    Row - occurs 0-1
    And in the Content conversion mentions Data,* instead of Data,1.
    In this case you will be getting a output like
    <Data>
      <Row>ddf,sdfsd,sdf</Row>
    </Data>
    <Data>
      <Row>fff,sdfsd,sdf</Row>
    </Data>
    You can achieve this but I don't have any idea how to generate that kind of output with the Structure and the conversion parameter mentioned in the blog.
    Thanks,
    Prakash

  • Problems with DynamicSQL.executeQuery in Windows 7

    Hello.
    Recently I change the version of BPM Studio from 10.3.1.0 to 10.3.3 and run it in Windows 7. Now when I execute an ScreenFlow and find a DynamicSQL.executeQuery
    show the follow error:
    automatica:12:45: the method 'executeQuery' from DynamicSQL class can´t execute correctly.
    Begin_invocator:11:3: the method 'propateParentExcepcion' from '' class can´t execute correctly.
    Error:
    fuego.lang.ComponentExecutionException: No se ha podido ejecutar correctamente la tarea.
    Motivo: 'fuego.compiler.CompilerExceptionShell: Begin_Invocator:11:3:El método 'propagateParentException' de la clase '' no se ha podido ejecutar correctamente.'.
         at fuego.compiler.FuegoInvokeable.invoke(FuegoInvokeable.java:444)
         at fuego.compiler.CodeRunner$DebuggerRunnable.runMethod(CodeRunner.java:725)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.JavaObject.invoke(JavaObject.java:227)
         at fuego.component.Message.process(Message.java:585)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.compiler.DebuggerPrincipal.processBatch(DebuggerPrincipal.java:64)
         at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
         at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
         at fuego.component.CustomExecution.next(CustomExecution.java:176)
         at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:182)
         at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
         at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:228)
         at fuego.webdebugger.servlet.DebuggerServlet.doDebug(DebuggerServlet.java:156)
         at fuego.webdebugger.servlet.DebuggerServlet.doPost(DebuggerServlet.java:92)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at fuego.web.execution.servlet.ServletExternalContext.forwardInternal(ServletExternalContext.java:197)
         at fuego.web.execution.servlet.ServletExternalContext.finishExecution(ServletExternalContext.java:103)
         at fuegoblock.base.web.DisplayController.service(DisplayController.java:87)
         at fuego.web.execution.servlet.ServletRedirector$ControllerRedirector.forward(ServletRedirector.java:197)
         at fuego.web.execution.servlet.ServletRedirector.redirect(ServletRedirector.java:58)
         at fuego.webdebugger.servlet.DebuggerServlet.redirect(DebuggerServlet.java:138)
         at fuego.webdebugger.servlet.DebuggerServlet.doPost(DebuggerServlet.java:86)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
         at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: fuego.compiler.CompilerExceptionShell: Begin_Invocator:11:3:El método 'propagateParentException' de la clase '' no se ha podido ejecutar correctamente.
         at fuego.compiler.Invoke$MethodCall.run(Invoke.java:1529)
         at fuego.compiler.Invoke.runCall(Invoke.java:791)
         at fuego.compiler.Invoke.run(Invoke.java:775)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.On.run(On.java:275)
         at fuego.compiler.DoBlock.run(DoBlock.java:616)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.DoBlock.run(DoBlock.java:586)
         at fuego.compiler.Method.run(Method.java:999)
         at fuego.compiler.Method$Adaptor.run(Method.java:1190)
         at fuego.compiler.FuegoInvokeable.invoke(FuegoInvokeable.java:436)
         at fuego.compiler.CodeRunner$DebuggerRunnable.runMethod(CodeRunner.java:725)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.JavaObject.invoke(JavaObject.java:227)
         at fuego.component.Message.process(Message.java:585)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:780)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:755)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134)
         at fuego.compiler.DebuggerPrincipal.processBatch(DebuggerPrincipal.java:64)
         at fuego.component.ExecutionThread.work(ExecutionThread.java:839)
         at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    Caused by: fuego.lang.ComponentExecutionException: El método 'propagateParentException' de la clase '' no se ha podido ejecutar correctamente.
         at fuego.compiler.FuegoInvokeable.invoke(FuegoInvokeable.java:393)
         at fuego.compiler.Invoke$MethodCall.run(Invoke.java:1498)
         ... 25 more
    Caused by: java.lang.NoClassDefFoundError: com/ddtek/jdbc/extensions/ExtEmbeddedConnection
         at fuego.jdbc.DatabaseManager.unlockConnection(DatabaseManager.java:91)
         at fuego.connector.impl.BaseJDBCConnector.createJDBConnection(BaseJDBCConnector.java:210)
         at fuego.jdbc.FaultTolerantConnection.createConnection(FaultTolerantConnection.java:929)
         at fuego.jdbc.FaultTolerantConnection.getConnection(FaultTolerantConnection.java:883)
         at fuego.jdbc.FaultTolerantConnection.prepareStatement(FaultTolerantConnection.java:553)
         at fuegoblock.sql.DynamicSQL.initPreparedStatement(DynamicSQL.java:752)
         at fuegoblock.sql.DynamicSQL.executeQuery(DynamicSQL.java:332)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410)
         at fuego.lang.ObjectTypeDescription.invokeMethod(ObjectTypeDescription.java:1370)
         at fuego.lang.MethodTypeDescription.invoke(MethodTypeDescription.java:1251)
         at fuego.compiler.Invoke$MethodCall.run(Invoke.java:1501)
         at fuego.compiler.Invoke.runCall(Invoke.java:791)
         at fuego.compiler.Invoke.run(Invoke.java:775)
         at fuego.compiler.Node.value(Node.java:2233)
         at fuego.compiler.Node.value(Node.java:2267)
         at fuego.compiler.Assignment.run(Assignment.java:285)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.DoBlock.run(DoBlock.java:586)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.DoBlock.run(DoBlock.java:586)
         at fuego.compiler.Method.run(Method.java:999)
         at fuego.compiler.FuegoInvokeable.invoke(FuegoInvokeable.java:436)
         at fuego.compiler.Invoke$MethodCall.run(Invoke.java:1498)
         at fuego.compiler.Invoke.runCall(Invoke.java:791)
         at fuego.compiler.Invoke.run(Invoke.java:775)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.DoBlock.run(DoBlock.java:586)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.DoBlock.run(DoBlock.java:586)
         at fuego.compiler.Method.run(Method.java:999)
         at fuego.compiler.FuegoInvokeable.invoke(FuegoInvokeable.java:436)
         at fuego.compiler.Invoke$MethodCall.run(Invoke.java:1498)
         at fuego.compiler.Invoke.runCall(Invoke.java:791)
         at fuego.compiler.Invoke.run(Invoke.java:775)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.DoBlock.run(DoBlock.java:586)
         at fuego.compiler.Method.run(Method.java:999)
         at fuego.compiler.FuegoInvokeable.invoke(FuegoInvokeable.java:436)
         at fuego.compiler.Invoke$MethodCall.run(Invoke.java:1498)
         at fuego.compiler.Invoke.runCall(Invoke.java:791)
         at fuego.compiler.Invoke.run(Invoke.java:775)
         at fuego.compiler.Block.run(Block.java:323)
         at fuego.compiler.DoBlock.run(DoBlock.java:586)
         ... 20 more
    Caused by: java.lang.ClassNotFoundException: com.ddtek.jdbc.extensions.ExtEmbeddedConnection
         at java.lang.ClassLoader.findClass(ClassLoader.java:357)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:429)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         ... 67 more
    Hope your help. thanks

    ELKO,
    Did you use the full three step way?
    Uninstall, run the Cleaner Tool, and reinstall?
    http://www.adobe.com/support/contact/cscleanertool.html
    Presuming CC(2014), you may try to restart the Creative Cloud application by quitting and relaunching it.

  • Proble with tascam US122L and Logic

    Logic looks like he don't see my tascam device,,,on the same computer I have no problem on that with GarageBand....Can anybody help plss..thx

    Perhaps this thread will help you. I had the same problem and was able to make some tweaks to my system to get it to work.
    http://discussions.apple.com/message.jspa?messageID=10244927

  • Non responsive touch probles with c2-03

    Hi,
    Recently I have purchased(one month back) c2-03 mobile. I am facing couple of issues with this model. The problem discription is as follows:
    Issue 1:
    After swith-on the phone,at first the screen is coming and it is responsding to the touch(only first touch). After this, it is not able to respond with another touch or key pad input. Once the screen goes to powersave (goes to black screen), the screen is not coming up. But I able to hear the sound when I type any input from the key board.  In the same situation, if I make a call this phone from another phone, the ring also not coming( the profile in general mode).
    Issue2:
    The music player is not able to crete the albums as per folder name. If we copy the songs into the memory card through phone, the songs are mixing with preinstalled ring tones.
    Also there is no multiple selection option to add the songs to the play list. Only I need to go perticular song and select as add to the current play list.
    Issue 3:
    If I go to sub menu, there is no scroll bar to scroll the menu items. Which indeed, we don't the the options are available or not.
    Issue 4:
    There is no alert message is available when the charging is finished. Every time we need to plugout the charger and check for the message whether it is fully charged or not.
    Issue 5:
    Some of the games which we installed through nokia ovi store, once the installation is over, if we are trying to play the same, the touch is not responding at all some times.
    Please do need ful to resolve these issues.
    Regards
    Suresh

    Hi,
    In this link some Nokia phone owners mentioned for the new sw version:6.96
    http://discussions.europe.nokia.com/t5/Cseries/C2-​03-Multiple-SMS-delete/td-p/1156669
    Please check with your local area Nokia Care Point.
    To find your nearest Nokia Care Point, visit http://www.nokia.com/support and select the Repair page.
    Br
    mahayv

Maybe you are looking for

  • Recording DVD

    I am under the impression that I can take a DVD, record it, edit it, and store it on my computer. I cannot find anything under 'recording' in search to help me out. Can someone lead me in the right direction?

  • Link to bookmark in a pdf from embedded flash

    I am using Acrobat 9, and have embedded a flash animation on page one of a pdf document as a "Table of Contents."  I am using a Carousel of images to represent the different segments of the document, and have created bookmarks that I would like to ha

  • IPhone 4 apps sync problem

    Hello, This is what I have and with what I have to work it. - iPhone 4 v5.0.1 - iTunes v10.5.1.42 - HP Pavilion Slimline with Windows Vista Home Premium Every single time I plug in my iPhone 4 into the computer and I open the iTunes 10, both items st

  • Making a video with single frames

    Hi, I'd like to make a video with single frames. One of my computergames is able to take 25 frames per second (or 30, 40 etc.). The game saves the frames in a folder. For one minute there are over 1000 frames. Now I need to know, how I can tell After

  • HOW DO I REMOVE TABS LISTING WHAT WEBSITE I WAS ON?

    example would be the titles going across starting with MOST VISITED WEB SLICE GALLERY REARSTABLE.COM ETC ETC