Strange error of PPR

Hi all

First off I use JDev 11.1.2.4.  I have a simple MVC Setup.  In the model layer I
have two entities that are related by an association.  Then, I created a display based on the two object
EOS.  In the app mod, I created the following command to add a new line with some pre-filled things.

public void
{addRowtoMaint()}

ViewObjectImpl EMUN = this.getEsisMaintUnitidNames1 ();

Line currRow = EMUN.getCurrentRow ();

String [] EMUNAttrs = currRow.getAttributeNames ();

Attributes jump copping

String [] skipAttrs = new String() {"Displayname", "Effectivedate", "Expirationdate" ;}

List = Arrays.asList (skipAttrs) skipAttrsList;

Creating new line

Line dupRow = EMUN.createRow ();

adaptation of the attributes

for (int i = 0; i < EMUNAttrs.length; i ++) {}

String attrName = EMUNAttrs [i];

int attrIndex = dupRow.getAttributeIndexOf (attrName);

If (! skipAttrsList.contains (attrName) & & dupRow.isAttributeUpdateable (attrIndex)) {}

dupRow.setAttribute (attrName, currRow.getAttribute (attrName));            }  

            }

EMUN.insertRow (dupRow);

EMUN.executeQuery ();

}

In the layer of VC, I created a simple page with the table in a collection addeda Panel to run the code above and commit buttons.  When I create the line that market
perfectly.  I have then fill in the missing data and attempt to commit.  He then gives méthé following error: < RichExceptionHandler >
< _LogUnhandledException > ADF_FACES - 60098:Faces life cycle receives exceptions that are unhandled in phase 6 RENDER_RESPONSE

oracle.jbo.domain.DataCreationException:
Houston-25009: failed to create an object of type: oracle.jbo.domain.Timestamp type: java.math.BigDecimal with value: 3

So it seems that it is trying to convert the ID field of a date for some reason any.  Now the fun is in the base of the
line is created exactly as I entered and it will display in the table if I restart the page.  Someone at - it a
idea why this is happening?

Thanks for the help

Steve

Does anyone have any

idea why this is happening?

If I remember correctly, this error is a bug in GR 11, 2 (combination of editable af:table, composite PK and attribute Timestamp), but I don't remember if there is patch for it (if you have a support contract, you can request to Oracle Support).

You can also try to set ChangeEventPolicy = none on iterator in pageDef and see if this will help.

Dario

Tags: Java

Similar Questions

  • Error RichTable PPR after accessing getSortCriteria

    Hello!
    I have a page with panelTabbed and a table inside showDetailItem.
    In fact I want to check if the table is sorted according to a field and toggle button.
    When the user has set some field (asc or desc) and switch between tabs sort remains (despite support bean is recreated). But by pressing the sort browser refresh button disappears.
    This is why I'm doing a logic in the setter of table:
    public void setTDoc(RichTable tDoc) {
        this.tDoc = tDoc;
        List<SortCriterion> sortCrit = tDoc.getSortCriteria();
        if (sortCrit == null || sortCrit.size() < 1) {
         //there is no sorting
         dto.setSomeBtnEnabled(true);
        } else {
          SortCriterion sortField = sortCrit.get(0);
          if ("docNumber".equals(sortField.getProperty()))
            dto.setSomeBtnEnabled(true);
          else
            dto.setSomeBtnEnabled(false);
        }
    }
    After that, I get
    ADF_FACES-60096:Server Exception during PPR, #1
    javax.el.PropertyNotFoundException: Target Unreachable, identifier 'row' resolved to null
    Only to the first loading of the page and go to the tab with this table. After switching between the tabs, error disappears and the table appears.
    Debugging normally - goes as planned. I guess this strange error for the call to getSortCriteria() for the first time.
    Very strange behavior. You have any ideas?

    Looks like your page code?

    Make this code in what appears to be the Set accessor for the binding to an instance of the component seems a bit odd as well - I would probably link the property disabled button to a bean method that returns true/false and do not do this type of logic in the setter.

    John

  • jsf page strange error when running stand-alone weblogic server 12 c

    Hello

    I am facing strange error when lance page stand-alone weblogic server 12 c jsf

    JDeveloper version (12.1.3), Weblogic server (12 c)

    java.lang.NoSuchMethodError: oracle.javatools.resourcebundle.ChainedKeyValueMap.internalSetELResolved (Ljava/lang/Boolean ;) V

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:85)

    to oracle.javatools.resourcebundle.BundleVariableResolver$ LocaleMap.get (BundleVariableResolver.java:60)

    at javax.el.MapELResolver.getValue(MapELResolver.java:199)

    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)

    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:183)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:99)

    at com.sun.el.parser.AstValue.getValue(AstValue.java:179)

    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:224)

    at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)

    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:957)

    at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:214)

    at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:231)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    to oracle.adfinternal.view.faces.taglib.region.IncludeTag$ FacetWrapper.encodeAll (IncludeTag.java:521)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:633)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:1088)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeWithSimpleBorders(DecorativeBoxRenderer.java:594)

    at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:326)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:299)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2325)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1637)

    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:315)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:275)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:641)

    at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3195)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1473)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:338)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)

    at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1104)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:77)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    My problem is solved by installing ADF performance (12.1.3)

  • Workload with strange errors

    Hi, we used the utility of loading of contour for sometimes, but in the last days, contour workload had strange errors, but metadata seems can be load in the planning.

    And what follows did not seem like an error rather than a warning. But he reached in the error files and send alert e-mail. And I want to remove these files err. Ideas for her?

    Err:

    D:\BatchJob\err\ExportBudgetApp_Att_Homebase.csv.exc?: [Mon 06 Oct 11:13:14 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Att_SourcingCountry.csv.exc?: [Mon Oct 06 15:12:45 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_CentreTypeCounter.csv.exc?: [Fri Nov 07 06:48:44 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Currency.csv.exc?: [Fri Nov 07 06:50:07 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_CurrencyCounter.csv.exc?: [Fri Nov 07 06:48:34 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Customer.csv.exc?: [Fri Nov 07 06:49:45 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_FiscalYear.csv.exc?: [Sea 05 Nov 08:59:02 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_GDim1.csv.exc?: [Fri Nov 07 06:49:11 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_GDim2.csv.exc?: [Fri Nov 07 06:49:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_InputEntityCounter.csv.exc?: [Fri Nov 07 06:49:02 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_PPCurrencyCheck.csv.exc?: [Fri Nov 07 06:48:15 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_ReportGrouping.csv.exc?: [Fri Nov 07 06:48:53 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_SourcingCountry.csv.exc?: [Fri Nov 07 06:48:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Src-PDN.csv.exc?: [Fri Nov 07 06:49:35 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ExportBudgetApp_Version.csv.exc?: [Fri Nov 07 06:49:57 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    D:\BatchJob\err\ImportBudgetApp_Period08.csv.exc?: [Mon Sep 01 09:37:39 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_Period09.csv.exc?: [Tue Sep 30 10:47 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_Period10.csv.exc?: [Fri 31 Oct 11:57:42 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension 'period '.

    D:\BatchJob\err\ImportBudgetApp_RollingForecast08.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_RollingForecast09.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_RollingForecast10.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_Std_Entity.csv.exc?:

    D:\BatchJob\err\ImportBudgetApp_Std_GDim1.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_CentreTypeCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_Currency.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_CurrencyCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_Customer.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_FiscalYear.csv.exc?: [Sea Nov 05 09:04:33 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is not available for the dimension "attributes FiscalYear.

    D:\BatchJob\err\ImportNYBudgetApp_GDim1.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_GDim2.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_InputEntityCounter.csv.exc?:

    D:\BatchJob\err\ImportNYBudgetApp_PPCurrencyCheck.csv.exc?:

    Parts of the log file:

    [Fri Nov 07 06:48:25 HKT 2014] Member from input command (switch/o) option file will not be performed: this option is only available for (no /er) import operations.

    [Fri Nov 07 06:48:25 HKT 2014] Export successfully open file '. '. ' / Dimensions/BudgetApp_SourcingCountry.csv.

    [Fri Nov 07 06:48:25 HKT 2014] Prefixed UTF-8 BOM successfully of the output file or stream.

    [Fri Nov 07 06:48:26 HKT 2014] A refresh of the cube operation will not be run.

    [Fri Nov 07 06:48:26 HKT 2014] Create filters for safe operation will not be performed.

    [Fri Nov 07 06:48:26 HKT 2014] Planning of the process of loading over edge (without such load specified data (/ N)). 378 export records have been written.

    No argument comes from a properties file.

    Command line arguments: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Subject (merged) command line:

    /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    [Fri Nov 07 06:48:27 HKT 2014] Command-line submitted: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    [Fri Nov 07 06:48:34 HKT 2014] Successfully connected in the application 'Budget', version 11.123500, adapter Interface Version 5, supported and not enabled workforce, CapEx no taken care and not active, CSS Version 3

    No argument comes from a properties file.

    Command line arguments: /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Subject (merged) command line:

    /D:CurrencyCounter /E:./Dimensions/BudgetApp_CurrencyCounter.csv /X:./logs/ExportBudgetApp_CurrencyCounter.csv.exc A:Budget /L:./logs/ExportBudgetApp_CurrencyCounter.csv.log/m /U:admin 8

    Thanks for the help!

    Given that you're trying to export it says just will not run you who command members / o is default and it's just information, not a mistake. You can try to add/o When you try loading data or export to get rid of this one.

    I know what are the other. My best guess will be because he will D: he could think of that as a /D switch or it may be because you give. extenstion csv.exc. You can try this with

    1. write in the same folder, not to do so. / logs

    2. Remove. CSV.exc and just add .log extension

    Concerning

    Celvin Kattookaran

  • Strange error messages just before the accidents of the body

    Latest updates to 2015 of the body
    10 64-bit Windows
    6-core I7 3.2
    980gtx 4 GB
    32 GB of ddr3 memory

    Recently I've been doing strange errors that cause the body to crash a lot. I have no idea what may cause the problem and I don't seem to have other programs just to the top and crash on me like body. I tried to update the drivers completely but that seemed only to make things worse but that might have been just a coincidence.

    When searching for error "Cannot allocate temporary data to reverse" nothing of use appears in google. Is there a database of adobe error message I should be through?

    The project I'm trying is large enough and had a few former premiere pro imported projects that could cause hiccups?

    Attached below are some of the error messages that popped up. Everything worked fine until the "low level" Adobe Player cause body crashing. After having reopened organization the following errors appeared "impossible to affect", "AE. MASK', 'contact of entry', and 'PPixHandle '.

    See you soon,.
    James

    2016-04-04 14.12.21.jpg

    premiere pro errors3.jpgpremiere pro errors2.jpg

    Thanks for a detailed response.

    First of all, I suggest you create a new (empty) project and import your existing of the project leader (.prproj) using the media browser.

    As you work with a large number of data, how are your configuration of disks?

    This project is to use as much ram as I can give it. It is a hunger project. This could help boost errors. My system has 32 GB of ram, I allocated 6 GB for other programs / windows to use. I used to have only 4 GB allocated for windows but that was causing errors of memory that windows needed more runs while this project was open

    I would say that allocate more memory (8-10 concerts IMO) windows to avoid bottlenecks because other processes are equally important.

    Is usually a specific cause for the error messages I posted in the original post to protest or they are generic error messages?

    These errors are mostly generic.

    Thank you

    Regalo

  • Strange error with RHCL RH10 and RH11 command-line compilation

    Hello once again, RoboHelp gurus!

    I feel a strange error using the compilation process command-line rchl in RoboHelp 10 and 11 of RoboHelp.

    Here is the command I use:

    CD "C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML.

    RhCl "C:\folder\project.xpj"-l "SSL_Name" o "c:\outputfolder" g "C:\log\folder\logfile.txt".

    When I generate the log of the cmd file, I see an error "LILo: BIBCientInit could not initialize" twice in the window of cmd prompt while compiling is the treatment.  The cmd prompt window looks like this:


    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML > RhCl "C:\projectfolder\project.xpj"-l "SSL_Name" o "c:\outputfolder" g "C:\logfolder\logfile.txt" [press ENTER]

    LILo: Could not initialize BIBCientInit

    LILo: Could not initialize BIBCientInit

    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML >


    The created FichierJournal.txt has no mention of ""LILo: BIBCientInit could not initialize "it contains."  Compiling builds without problem, as far as I can tell.


    The same thing happens when I do not create the log during the cmd file and it errors record right "compensation output folder.  But, it seems to me that the output folder does not actually get disabled.


    This allows the viewing of the compilation process line by line in the cmd prompt window.  When the compiler indicates "output Compensation folder...". ', the ' LILo: BIBCientInit failed to initialize "error message appears twice, and then the process continues.

    Here's the command:

    CD "C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML.

    RhCl 'C:\folder\project.xpj'-l 'SSL_Name' o 'c:\outputfolder '.

    The cmd prompt window looks like this:


    C:\Program Files (x 86) \Adobe\Adobe RoboHelp 10\RoboHTML > RhCl 'C:\projectfolder\project.xpj'-l 'SSL_Name' o 'c:\outputfolder"[press ENTER]

    Adobe (R) RoboHelp version 10.0.0.287 Project command line compiler

    Copyright (C) 2006-2007 Adobe Systems Incorporated and its licensors. All rights reserved.

    Project: C:\folder\project.xpj

    Page layout: SSL_Name.

    Output: c:\outputfolder.

    Scanning for the compilation project...

    Review completed.

    ATTENTION: No luggage description of the file.

    From compilation...

    HTMLHELP 10.0.0.287 preprocessor

    Compilation C:\folder\! chm_tmp_folder_0\project.xpj ...

    Preparation create HTMLHELP...

    Compensation output folder...

    LILo: Could not initialize BIBCientInit

    LILo: Could not initialize BIBCientInit

    Preparation of the HTML Help files...

    Copying files...

    ...

    It's okay if it's a HTMLHelp or WebHelp output.  Any thoughts on what is this error and what is the cause?

    I've been away from RoboHelp for about 9 months, but I'll be back on the same projects and the same version of RoboHelp 10 and the same compilation process.  The difference is that I have a new laptop.

    Thank you very much in advance for your time!

    EA

    Adobe was able to recreate this issue on their end, and a bug was created for her.

  • Strange error InsertChildXML...

    I'm currently working on 11 GR 2 but trying to code to work also on 10 gr 2 things. After reading the 11 GR 2 XML white paper, it says manufacturer based varchar2 of XMLType, i.e. things like XMLType ("< BONUS_ID > 12 < / BONUS_ID '") is discouraged. So for the creation of a value-based XMLType content, I decided to use XMLElement (not recommended on both versions).

    I have a situation where I want to set up a node insertion, it is actually similar to what follows, but I got a strange error...
    with qry as (select 'BONUS_ID' as NODE_NAME from dual) 
    select 
      InsertChildXML(
        XMLType(
        '<CUSTOMERS_INSERT>
           <CUSTOMER_ID>9999</CUSTOMER_ID>
        </CUSTOMERS_INSERT>'), 
        'CUSTOMERS_INSERT', 
        NODE_NAME, 
        XMLElement(NODE_NAME, 12))
    from qry
    /
    
    ORA-31056: The document being inserted does not conform to specified child name
    However, the following works... Which suggests that the different treats Oracle to "BONUS_ID" "BONUS_ID".
    with qry as (select 'BONUS_ID' as NODE_NAME from dual) 
    select 
      InsertChildXML(
        XMLType(
        '<CUSTOMERS_INSERT>
           <CUSTOMER_ID>9999</CUSTOMER_ID>
        </CUSTOMERS_INSERT>'), 
        'CUSTOMERS_INSERT', 
        NODE_NAME, 
        XMLElement("BONUS_ID", 12))
    from qry
    /
    
    <CUSTOMERS_INSERT>
      <CUSTOMER_ID>9999</CUSTOMER_ID>
      <BONUS_ID>12</BONUS_ID>
    </CUSTOMERS_INSERT>
    Weird? Which begs the question why? and how you should reach such an example without having to hardcode things?

    The first argument of XMLElement is an identifier

    XMLELEMENT(EVALNAMENODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL> with qry as (select 'BONUS_ID' as NODE_NAME from dual)
      2   select xmlelement(NODE_NAME,12)
      3  from qry
      4  /
    
    XMLELEMENT(NODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL> with qry as (select 'BONUS_ID' as NODE_NAME from dual)
      2   select xmlelement(evalname NODE_NAME,12)
      3  from qry
      4  /
    
    XMLELEMENT(EVALNAMENODE_NAME,12)
    --------------------------------------------------------------------------------
    12
    
    SQL>
    
  • strange errors TNS-12504

    Hi all

    I had TNS-12504 strange errors when I try to connect to a 10.2.0.5.0db on my laptop (Vista 32 bit MS).

    I installed Oracle DB 10.2.0.5.0 in c:\oracle\product\10.2.0\db_1 and its Oracle customer 10.2.0.5.0 to C:\oracle\product\10.2.0\client_1.

    I configured a MS Loopback card with static ip 10.10.1.1.
    I set the variable ORACLE_HOSTNAME = PC322LB system, and my host file contains PC322LB 10.10.1.1.

    My network configuration files contain:

    ###########################################

    C:\oracle\product\10.2.0\db_1\network\admin\listener.ora:

    LISTENER_ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    )


    SID_LIST_LISTENER_ORA10 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = ORA10)
    (ORACLE_HOME=C:\oracle\product\10.2.0\db_1)
    )
    )



    ###########################################

    C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora:


    LISTENER_ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    )

    ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    (CONNECT_DATA = (SID = ORA10))
    )


    ###########################################

    C:\oracle\product\10.2.0\client_1\network\admin\tnsnames.ora:

    ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 10.10.1.1)
    (PORT = 1522)
    )
    )
    (CONNECT_DATA =
    (SID = ORA10)
    )
    )

    #########################################

    And I set the parameter LOCAL_LISTENER = "LISTENER_ORA10."


    However, if I try to connect to sqlplus by the window / I still get the error
    ORA-12504: TNS:listener did not have the SID in CONNECT_DATA

    :

    C:\oracle\product\10.2.0\db_1\bin >. \lsnrctl status listener_ora10

    LSNRCTL for 32-bit Windows: Version 10.2.0.5.0 - Production on May 27, 2011 15:54:24

    Copyright (c) 1991, 2010, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST=10.10.1.1)))
    STATUS of the LISTENER
    ------------------------
    Alias listener_ora10
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.5.0 - Production
    Start date may 27, 2011 15:38:28
    Uptime 0 days 0 h 15 min 57 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Listener parameter File C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener log file C:\oracle\product\10.2.0\db_1\network\log\listener_ora10.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=10.10.1.1)))
    Summary of services...
    Service "ORA10" has 2 occurrences.
    Instance "ORA10', status UNKNOWN, has 1 operation for this service...
    Instance "ora10" READY State, has 1 operation for this service...
    Service 'ORA10XDB' has 1 instance (s).
    Instance "ora10" READY State, has 1 operation for this service...
    Service 'ORA10_XPT' has 1 instance (s).
    Instance "ora10" READY State, has 1 operation for this service...
    The command completed successfully

    C:\oracle\product\10.2.0\db_1\bin >. \tnsping ora10

    AMT Ping Utility for 32-bit Windows: Version 10.2.0.5.0 - Production on May 27, 2011 15:54:29

    Copyright (c) 1997, 2010, Oracle. All rights reserved.

    Use settings files:
    C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))) ())
    ONNECT_DATA = (SID = ORA10)))
    OK (0 msec)

    C:\oracle\product\10.2.0\db_1\bin >
    C:\oracle\product\10.2.0\db_1\bin >.\sqlplus.exe system/foo@ORA10

    SQL * more: version 10.2.0.5.0 - Production on Fri 27 mai 15:54: 40 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12504: TNS:listener did not have the SID in CONNECT_DATA


    Enter the user name:



    In my view, that really miss me stupid put... any help?

    Thank you

    Andrea

    ORA10 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.1)(PORT = 1522))
    )
    (CONNECT_DATA = (SID = ORA10))
    )

    Your TNS entry seems incorrect, try this way

    ORA10 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.1.1)(PORT = 1522))
        (CONNECT_DATA=(SID=ORA10))
      )
    
  • Strange error

    Hello guys thanks for your help, but now this strange error, who do not understand.
    I have create this simple application, in this application, I want to create a rectangle that I see on stage, bur first, I opened palette.fx, in this case, I have3 the butto to create
    rettangle
    /*
     * Mani.fx
     */
    
    package javafxapplication3;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.text.Text;
    import javafx.scene.text.Font;
    import javafx.scene.control.Button;
    import javafx.scene.Group;
    import javafx.scene.shape.Circle;
    import javafx.scene.paint.Color;
    
    /* the variable myBox is public because i access it from myBox2 in palette.fx*/
    public var myBox = javafx.scene.layout.VBox{
             spacing:5
                layoutX:5
                layoutY:40      
         }
    
    var g1 = Group {
        content: [
            Button {
                  translateX: 15
                        translateY: 10
                       text: "Palette "
                         action: function() {               
                         Palette{}; // call the palette,
                          
                           }
                   }
            ]
    };
    
    var stage =Stage {
        title: "Application title"
        scene: Scene {
            width: 250
            height:280
            content: [
    g1,
    myBox,
    
    // figura1{}
       ]// end content
    
          }// end scene
              
    }
    
    /*
    *Palette.fx
    */
    
    package javafxapplication3;
    import javafx.scene.Scene;
    import javafx.stage.Stage;
    import javafx.scene.text.Text;
    import javafx.scene.text.Font;
    import javafx.scene.control.Button;
    import javafx.scene.layout.HBox;
    import javafx.scene.shape.Rectangle;
    import javafxapplication3.Main;
    
    
    var myBox2= bind Main.myBox  with inverse;
    
    
    var palet =Stage {
        title:" Palette ";
            scene: Scene {
                width: 320    
                height: 230
                    content: [
               //
               Button {
                        translateX: 5
                        translateY: 10
                       text: "Rectangel"
                     action: function() {
    
                     insert  {
                           figura1{}; // i call class figura1
                             }into myBox2.content
                         
                            }//fine function
    
                            }// fine Button RETTANGOLO
    
                        ] //content Hbox
    
             }
    }
    /*
    *figura1.fx
    */
    package javafxapplication3;
    import javafx.scene.*;
    import javafx.scene.paint.*;
    import javafx.scene.shape.*;
    
    
    public class figura1 extends CustomNode{
    
     
     override function create():Node {
            return Group {
                content:  {
                    Rectangle {
                        x: 30
                        y: 30
                        width: 100
                        height: 10
                        fill:Color.RED
                    }
                }
            };
        }
       }
    When I click on "run main project" I see this error

    java.lang.NoSuchMethodException: javafxapplication3. Main.JavaFX$ Run$ (com Sun.JavaFX.Runtime.Sequence.Sequence)
    at java.lang.Class.getMethod (unknown Source)
    at com.sun.javafx.runtime.Entry.start(Entry.java:64)
    at com.sun.javafx.runtime.Main.main(Main.java:80)
    browser-run:
    TJ - run:
    MIDP-run:
    TV broadcast:
    run:
    BUILD successful (total time: 2 seconds)

    I think the problem is this (present in main.fx) code
    public var myBox = javafx.scene.layout.VBox {...}

    but I don't know, how to fix

    best regads
    A.

    Published by: 851168 on 23 / / mag-2011 3.31

    Published by: 851168 on 23 / / mag-2011 7.44

    have you used 'function run() {}' which allows to invoke your scene or that the class contains a variable public or non-public.

    Thank you.
    Narayan

  • Strange error when you try to validate a business rule

    I get this strange error when I try to validate a business rule:

    Details: cannot calculate. Essbase Error (1200369): error optimize [69972] formula (line 38): cannot cross the same dimension members


    The rule is:

    DIFFICULTY (@RELATIVE ("SG & A", 0))
    '69972' = (("60001"-> "C1130"-> "Tous les projets"-> "Tous les employés») + ("69971"-> 'C1130'-> 'All projects'->"All employees")) * ' SG & a % of C1130 '-> 'No cost center'-> 'PNULL',-> 'no employee" * (("Effectifs"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «Tous les projets»-> «Tous les employés»)) / (("Effectifs"->"SG & A"->"Tous les projets"->"Tous les employés»)-(«C1130 «->» effectifs»-> «SG & A»-> «)) ((All projects"->"All employees"));

    ENDFIX

    Msg of error indicates that you have used the operator of crossdim with the Member of the same sun. Cross the check again.
    EX:
    'C1130'-> 'Numbers'-> 'SG & A'-> 'All projects'-> 'all employees '.
    Are all these members belong to various dimesions?

  • I have a strange error when I close a combobox:

    I have a strange error when I close a combobox:

    < mx:ComboBox
    ID = "currencyComboBox".
    prompt = "Select currency" dropdownStyleName = "drop-down list.
    labelField = 'currencyName.

    >
    < mx: close >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx: close >
    < mx:change >
    <! [CDATA]
    selectedItem = ComboBox (event.target) .selectedItem;
    calculateCustomerData();
    []] >
    < / mx:change >
    < / mx:ComboBox >

    RangeError: Index '7' specified is out of range.
    at mx.collections::ListCollectionView/getItemAt() [E:\dev\3.0.x\frameworks\projects\framework \src\mx\collections\ListCollectionView.as:422]

    This only happens when its dataprovider is from a result event rather than its dataprovider to arraycollection predifined collection.

    private void handleGetBanks(event:ResultEvent):void {}
    bankResult = new ArrayCollection ((event.result as collection ArrayCollection) .source collection);
    currencyComboBox.dataProvider = event.result as ArrayCollection collection;
    }

    rather than using the following as a dataprovider:

    < mx:ArrayCollection id = "currency" >
    < mx:Object label = "AED" / >
    < mx:Object label = "AUD" / >
    < mx:Object label = "CAD" / >
    < mx:Object label = "EUR" / >
    < mx:Object label = "NZD" / >
    < mx:Object label = "USD" / >
    < mx:Object label = "ZAR" / >
    < / mx:ArrayCollection >


    Can we see what else could be the problem?

    Sorry my mistake, the change event is invited before the close event. Then I could debug and find the problem

  • Strange error of loading of SWF

    Hello

    I hope that someone here can help me with a strange error that I get when you try to load an external SWF.

    Basically I have a Document class that creates a loader object using the class constructor.

    for example (note that I removed a lot of code for readability purposes)
    Quote:

    Content/public class extends MovieClip
    {
    public void content())
    {
    Create the loader object that will take care of all the subpages
    _Loader = new Loader();
    _Loader.y = 182;
    addChild (_Loader);
    }
  • Get strange errors 'real time' in the browser console, what do mean?

    I noticed recently that since yesterday is the day prior to that, I get a strange 'real-time' error messages in my browser console log. I get them for more or less the same sites, and I have attached a screenshot of some of the most common mistakes for example. I see these errors very frequently in the browser console log.

    So I'm a little worried about what mean these errors, why I want to come and if anything, what to do about them.

    Hello

    Try Firefox Safe mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that temporarily disables hardware acceleration, restores some settings and disables add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    If Firefox does not work, you can start Firefox in Mode safe as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. This might help others with the same problem.

  • More strange error NaN never

    OK, Ive got this piece of script that gives me an error of NaN.

    Now the strange thing is, when I got the same code with objects of different libraries, it worked fine:

    Error of NaN give the code:

    for (var teller1 = 0; teller1 < 5; teller1 ++) {}
    var dna_mc:dna = new dna();
    dna_mc.x = Math.Random () * 600 + 150;
    dna_mc.y = Math.Random () * 400 + 150;
    dna_mc.snelheidx = Number (Math.random () * 5 + 4);
    dna_mc.snelheidy = Number (Math.random () * 5 + 4);
    dna_mc.geklikt = Number (0);
    dna_mc.score = Number (20);
    dna_mc.addEventListener (Event.ENTER_FRAME, moving);
    dna_mc.addEventListener (MouseEvent.MOUSE_DOWN, zakklik);
    addChild (dna_mc);
    }
    for (var teller2 = 0; teller2 < 20; teller2 ++) {}
    var chelex_mc:chelex = new chelex();
    chelex_mc.x = Math.Random () * 600 + 150;
    chelex_mc.y = Math.Random () * 400 + 150;
    chelex_mc.snelheidx = Number (Math.random () * 15 + 4);
    chelex_mc.snelheidy = Number (Math.random () * 15 + 4);
    chelex_mc.geklikt = Number (0);
    chelex_mc.score = Number(-10);
    chelex_mc.addEventListener (Event.ENTER_FRAME, moving);
    chelex_mc.addEventListener (MouseEvent.MOUSE_DOWN, zakklik);
    addChild (chelex_mc);
    }

    var score: Number = 0;

    function zakklik (evt:MouseEvent) {}
    evt. Target.snelheidy = 2;
    evt. Target.snelheidx = 0;
    evt. Target.geklikt = 1;
    score += evt.target.score;
    evt. Target.Stop ();
    evt. Target.Alpha =. 5;
    Plop.Play ();
    }

    function moving (evt:Event) {}
    evt. Target.rotation += evt.target.snelheidx;
    If {(evt.target.geklikt == 0)
    evt. Target.x += evt.target.snelheidx;
    evt. Target.y += evt.target.snelheidy;
    If (evt.target.y > 649 | < 120 evt.target.y) {}
    evt. Target.snelheidy * =-1;
    }
    If (evt.target.x < 100 | evt.target.x > 800) {}
    evt. Target.snelheidx * =-1;
    }
    }
    If {(evt.target.geklikt == 1)
    If {(evt.target.y < 649)
    evt. Target.y += evt.target.snelheidy;
    }
    }
    If (score < 0) {score = 0};
    scoretext. Text = "DNA:" + score;
    }

    Code works correctly:

    for (var teller1 = 0; teller1 < 10; teller1 ++) {}
    var bol1_mc:bol1 = new bol1();
    bol1_mc.x = Math.Random () * 550;
    bol1_mc.y = Math.Random () * 400;
    bol1_mc.snelheidx = Number (Math.random () * 15 + 5);
    bol1_mc.snelheidy = Number (Math.random () * 5 + 5);
    bol1_mc.geklikt = Number (0);
    bol1_mc.score = Number(-1);
    bol1_mc.addEventListener (Event.ENTER_FRAME, moving);
    bol1_mc.addEventListener (MouseEvent.MOUSE_DOWN, zakklik);
    addChild (bol1_mc);
    }
    for (var teller2 = 0; teller2 < 10; teller2 ++) {}
    var bol2_mc:bol2 = new bol2();
    bol2_mc.x = Math.Random () * 550;
    bol2_mc.y = Math.Random () * 400;
    bol2_mc.snelheidx = Number (Math.random () * 5 + 5);
    bol2_mc.snelheidy = Number (Math.random () * 15 + 5);
    bol2_mc.geklikt = Number (0);
    bol2_mc.score = Number (1);
    bol2_mc.addEventListener (Event.ENTER_FRAME, moving);
    bol2_mc.addEventListener (MouseEvent.MOUSE_DOWN, zakklik);
    addChild (bol2_mc);
    }

    var geklikt = 0;
    var score: Number = 0;

    function zakklik (evt:MouseEvent) {}
    evt. Target.snelheidy = 2;


    evt. Target.snelheidx = 0;
    evt. Target.geklikt = 1;
    score += evt.target.score;
    }

    function moving (evt:Event) {}
    If {(evt.target.geklikt == 0)
    evt. Target.x += evt.target.snelheidx;
    If {(evt.target.x > 549)
    evt. Target.snelheidx * =-1;
    }
    If (evt.target.x < 1) {}
    evt. Target.snelheidx * =-1;
    }
    evt. Target.y += evt.target.snelheidy;
    If {(evt.target.y > 399)
    evt. Target.snelheidy * =-1;
    }
    If (evt.target.y < 1) {}
    evt. Target.snelheidy * =-1;
    }
    }
    If {(evt.target.geklikt == 1)
    If {(evt.target.y < 399)
    evt. Target.y += evt.target.snelheidy;
    }
    }
    scoretext. Text = "Note:" + score;
    / * If (evt.target.hitTestObject (blok1)) {}
    evt. Target.snelheidx * =-1;
    }**/
    }

    You see the difference? I can't :/

    Use currentTarget instead of the target.

  • strange error in a multiple choice quiz

    Hey - it's strange. I get no error statement, BUT the third option button is a wrong answer BUT not always - pretty darn weird.

    qno var = 0;

    var rnd1.

    var rnd2.

    Tick.Visible = false;

    Cross.Visible = false;

    var right_answers = 0;

    var wrong_answers = 0;

    Grammar.Visible = false;

    Grammar.addEventListener (MouseEvent.CLICK, GrammarAction);

    function GrammarAction(eventObject:MouseEvent) {}

    Grammar.visible = false;

    }

    function change_question() {}

    if {(tick.visible)

    right_answers ++;

    }

    if {(cross.visible)

    wrong_answers ++;

    }

    if {(qno == questions.length)

    gotoAndPlay (2);

    } else {

    tick.visible = false;

    cross.visible = false;

    rnd1 = Math.ceil (Math.random () * 4); Randomize the answers

    rnd2 = Math.ceil (Math.random () * questions.length)-1; Randomize questions

    q.text = issues [rnd2];

    if (questions [rnd2] == "x") {}

    change_question();

    }

    questions [rnd2] = 'x '.

    enable_disable (1);

    if (rnd1 == 1) {}

    opt1.text = answers [rnd2] [0];

    opt2.text = answers [rnd2] [1];

    opt3.text = answers [rnd2] [2];

    opt4.text = answers [rnd2] [3];

    }

    if (rnd1 == 2) {}

    opt1.text = answers [rnd2] [2];

    opt2.text = answers [rnd2] [0];

    opt3.text = answers [rnd2] [1];

    opt4.text = answers [rnd2] [3];

    }

    if (rnd1 == 3) {}

    opt1.text = answers [rnd2] [1];

    opt2.text = answers [rnd2] [2];

    opt3.text = answers [rnd2] [0];

    opt4.text = answers [rnd2] [3];

    }

    if (rnd1 == 4) {}

    opt1.text = answers [rnd2] [1];

    opt2.text = answers [rnd2] [2];

    opt3.text = answers [rnd2] [0];

    opt4.text = answers [rnd2] [3];

    }

    }

    }

    function enable_disable (a) {}

    if (a==0) {

    shade1.mouseEnabled = false;

    shade2.mouseEnabled = false;

    shade3.mouseEnabled = false;

    shade4.mouseEnabled = false;

    }

    if (a==1) {

    shade1.mouseEnabled = true;

    shade2.mouseEnabled = true;

    shade3.mouseEnabled = true;

    shade4.mouseEnabled = true;

    }

    }

    change_question();

    next_b.addEventListener (MouseEvent.CLICK, ButtonAction1);

    function ButtonAction1(eventObject:MouseEvent) {}

    qno++;

    change_question();

    }

    shade1.addEventListener (MouseEvent.CLICK, ButtonAction2);

    shade2.addEventListener (MouseEvent.CLICK, ButtonAction3);

    shade3.addEventListener (MouseEvent.CLICK, ButtonAction4);

    shade4.addEventListener (MouseEvent.CLICK, ButtonAction5);

    function ButtonAction2(eventObject:MouseEvent) {}

    enable_disable (0);

    if (rnd1 == 1) {}

    tick.visible = true;

    tick.y = shade1.y;

    } else {

    cross.visible = true;

    cross.y = shade1.y;

    Grammar.visible = true;

    trace (rnd1);

    }

    }

    function ButtonAction3(eventObject:MouseEvent) {}

    enable_disable (0);

    if (rnd1 == 2) {}

    tick.visible = true;

    tick.y = shade2.y;

    { } else {}

    cross.visible = true;

    cross.y = shade2.y;

    Grammar.visible = true;

    trace (rnd1);

    }

    }

    function ButtonAction4(eventObject:MouseEvent) {}

    enable_disable (0);

    if (rnd1 == 3) {}

    tick.visible = true;

    tick.y = shade3.y;

    } else {

    cross.visible = true;

    cross.y = shade3.y;

    Grammar.visible = true;

    trace (rnd1);

    }

    }

    function ButtonAction5(eventObject:MouseEvent) {}

    enable_disable (0);

    if (rnd1 == 4) {}

    tick.visible = true;

    tick.y = shade4.y;

    } else {

    cross.visible = true;

    cross.y = shade4.y;

    Grammar.visible = true;

    trace (rnd1);

    }

    }

    Stop();

    Hello

    Your rnd1... Try this...

    trace (Math.ceil (Math.Random () * 3) + 1);

    Best regards

    Peter

Maybe you are looking for