No def Found for view

Hi all, I'am having a strange problem.
I have a class that uses an app module to generate some reports.
I call this class into to different ways. one from a separete thread, and the other on the same thread. If I call it from a separate Thread I' getting this error,
but if i call it directly the erorr does not ocurr.
y pass the app module that I take from an applicationmoduleref, and then i start the thread that calls mi class. y y call de run method, instead of the start method of the Thread class, everything works ok.
any clue?
thks a lot

We have the same issues.
We create a new instance of a class that is inherited by java.lang.Thread. In its constructor I pass the application module as a parameter.
When the thread is executed via run(), everything works fine.
Whenever we use the start() method and try to update a row (through setter-method of an attribute) we'll receive a "no xml file found".
Do I have to set the classpath to my model directory where the xml files resist?
Any solution?

Similar Messages

  • No row found for rowKey.

    Hi I am using Oracle Jdeveloper 11g Release 1
    I have a database table:
    SQL> desc em_cs_cc_history;
    Name                                      Null?    Type
    NAME                                      NOT NULL VARCHAR2(64)
    VERSION                                   NOT NULL VARCHAR2(64)
    DESCRIPTION                                        VARCHAR2(800)
    ORIGIN_SITE_ID                            NOT NULL RAW(16)
    ORIGIN_SITE_NAME                                   VARCHAR2(128)
    IS_PUBLISHED                                       NUMBER(1)
    IS_SYSTEM                                          NUMBER(1)
    IS_LOCAL                                           NUMBER(1)
    DNAME_NLS_ID                                       VARCHAR2(64)
    DESCRIPTION_NLSID                                  VARCHAR2(64)
    OWNER                                              VARCHAR2(256)
    XML_SNAPSHOT                                       BLOB
    XML_SNAPSHOT_TS                                    DATEWhich i am using in my model and view . My Entity Object definition on the table is:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE Entity SYSTEM "jbo_03_01.dtd">
    <!---->
    <Entity
      xmlns="http://xmlns.oracle.com/bc4j"
      Name="EmCsCcHistoryEO"
      Version="11.1.1.62.68"
      InheritPersonalization="true"
      DBObjectType="table"
      DBObjectName="EM_CS_CC_HISTORY"
      AliasName="EmCsCcHistoryEO"
      BindingStyle="OracleName"
      UseGlueCode="false"
      RowClass="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEOImpl"
      DefClass="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEODefImpl"
      CollClass="oracle.sysman.emSDK.core.adfext.bc.EMEntityCache">
      <DesignTime>
        <Attr Name="_codeGenFlag2" Value="Delete|Access|Def"/>
        <AttrArray Name="_publishEvents"/>
        <Attr Name="_isCodegen" Value="true"/>
      </DesignTime>
      <Attribute
        Name="Name"
        IsNotNull="true"
        Precision="64"
        ColumnName="NAME"
        SQLType="VARCHAR"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        TableName="EM_CS_CC_HISTORY"
        PrimaryKey="true">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="64"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="Version"
        IsNotNull="true"
        Precision="64"
        ColumnName="VERSION"
        SQLType="VARCHAR"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        TableName="EM_CS_CC_HISTORY"
        PrimaryKey="true">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="64"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="Description"
        Precision="800"
        ColumnName="DESCRIPTION"
        SQLType="VARCHAR"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="800"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="OriginSiteId"
        IsNotNull="true"
        Precision="255"
        ColumnName="ORIGIN_SITE_ID"
        SQLType="VARCHAR"
        Type="oracle.jbo.domain.Raw"
        ColumnType="RAW"
        TableName="EM_CS_CC_HISTORY"
        PrimaryKey="true"
        RetrievedOnUpdate="true"
        RetrievedOnInsert="true">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="64"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="IsPublished"
        Precision="1"
        Scale="0"
        ColumnName="IS_PUBLISHED"
        SQLType="NUMERIC"
        Type="oracle.jbo.domain.Number"
        ColumnType="NUMBER"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="2"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="IsSystem"
        Precision="1"
        Scale="0"
        ColumnName="IS_SYSTEM"
        SQLType="NUMERIC"
        Type="oracle.jbo.domain.Number"
        ColumnType="NUMBER"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="2"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="IsLocal"
        Precision="1"
        Scale="0"
        ColumnName="IS_LOCAL"
        SQLType="NUMERIC"
        Type="oracle.jbo.domain.Number"
        ColumnType="NUMBER"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="2"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="DnameNlsId"
        Precision="64"
        ColumnName="DNAME_NLS_ID"
        SQLType="VARCHAR"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="64"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="DescriptionNlsid"
        Precision="64"
        ColumnName="DESCRIPTION_NLSID"
        SQLType="VARCHAR"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="64"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="Owner"
        Precision="256"
        ColumnName="OWNER"
        SQLType="VARCHAR"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="256"/>
        </DesignTime>
      </Attribute>
      <Attribute
        Name="XmlSnapshot"
        IsQueriable="false"
        ColumnName="XML_SNAPSHOT"
        SQLType="CLOB"
        Type="oracle.jbo.domain.ClobDomain"
        ColumnType="CLOB"
        TableName="EM_CS_CC_HISTORY"/>
      <Attribute
        Name="XmlSnapshotTs"
        ColumnName="XML_SNAPSHOT_TS"
        SQLType="TIMESTAMP"
        Type="oracle.jbo.domain.Date"
        ColumnType="DATE"
        TableName="EM_CS_CC_HISTORY">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="7"/>
        </DesignTime>
      </Attribute>
      <Key
        Name="EmCsCcHistoryPk"
        PrimaryKey="true">
        <DesignTime>
          <Attr Name="_DBObjectName" Value="EM_CS_CC_HISTORY_PK"/>
        </DesignTime>
        <AttrArray Name="Attributes">
          <Item
            Value="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEO.Name"/>
          <Item
            Value="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEO.Version"/>
          <Item
            Value="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEO.OriginSiteId"/>
        </AttrArray>
      </Key>
      <Key
        Name="SysC007949">
        <DesignTime>
          <Attr Name="_DBObjectName" Value="SYS_C007949"/>
          <Attr Name="_checkCondition" Value='"NAME" IS NOT NULL'/>
          <Attr Name="_isCheck" Value="true"/>
        </DesignTime>
        <AttrArray Name="Attributes">
          <Item
            Value="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEO.Name"/>
        </AttrArray>
      </Key>
      <Key
        Name="SysC007950">
        <DesignTime>
          <Attr Name="_DBObjectName" Value="SYS_C007950"/>
          <Attr Name="_checkCondition" Value='"VERSION" IS NOT NULL'/>
          <Attr Name="_isCheck" Value="true"/>
        </DesignTime>
        <AttrArray Name="Attributes">
          <Item
            Value="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEO.Version"/>
        </AttrArray>
      </Key>
    </Entity>My VO on it is:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <!---->
    <ViewObject
      xmlns="http://xmlns.oracle.com/bc4j"
      Name="EmCsCcHistoryVO"
      Version="11.1.1.62.68"
      InheritPersonalization="true"
      BindingStyle="OracleName"
      CustomQuery="true"
      RowClass="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVORowImpl"
      ComponentClass="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVOImpl"
      DefClass="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVODefImpl"
      PageIterMode="Full"
      UseGlueCode="false">
      <DesignTime>
        <Attr Name="_codeGenFlag2" Value="Access|Def|Coll|VarAccess"/>
        <Attr Name="_isCodegen" Value="true"/>
        <Attr Name="_isExpertMode" Value="true"/>
      </DesignTime>
      <Variable
        Name="name"
        Kind="viewcriteria"
        Type="java.lang.String"/>
      <Variable
        Name="originSiteId"
        Kind="viewcriteria"
        Type="oracle.jbo.domain.Raw"/>
      <Variable
        Name="version"
        Kind="viewcriteria"
        Type="java.lang.String"/>
      <ViewAccessor
        Name="PackagePublishedVO1"
        ViewObjectName="oracle.sysman.core.gccompliance.model.library.packages.history.view.PackagePublishedVO"
        RowLevelBinds="true"/>
      <ListBinding
        Name="LOV_IsPublished"
        ListVOName="PackagePublishedVO1"
        ListRangeSize="-1"
        NullValueFlag="start"
        NullValueId="${adfBundle['oracle.javatools.resourcebundle.SystemBundle']['NULL_VALUE_RESID']}"
        MRUCount="0">
        <AttrArray Name="AttrNames">
          <Item Value="IsPublished"/>
        </AttrArray>
        <AttrArray Name="ListAttrNames">
          <Item Value="IsPublishedUI"/>
        </AttrArray>
        <AttrArray Name="ListDisplayAttrNames">
          <Item Value="IsPublishedUI"/>
        </AttrArray>
        <DisplayCriteria/>
      </ListBinding>
      <SQLQuery>
        <![CDATA[SELECT EmCsCcHistoryEO.NAME,
           EmCsCcHistoryEO.VERSION,
           EmCsCcHistoryEO.DESCRIPTION,
           EmCsCcHistoryEO.ORIGIN_SITE_ID,
           EmCsCcHistoryEO.IS_PUBLISHED,
           EmCsCcHistoryEO.IS_SYSTEM,
           EmCsCcHistoryEO.IS_LOCAL,
           EmCsCcHistoryEO.DNAME_NLS_ID,
           EmCsCcHistoryEO.DESCRIPTION_NLSID,
           EmCsCcHistoryEO.OWNER,
           EmCsCcHistoryEO.XML_SNAPSHOT,
           EmCsCcHistoryEO.XML_SNAPSHOT_TS
    FROM EM_CS_CC_HISTORY EmCsCcHistoryEO
    LEFT OUTER JOIN EM_CS_CC_HISTORY cp
    on (EmCsCcHistoryEO.NAME = cp.NAME and em_compliance_util.normalize_version(EmCsCcHistoryEO.VERSION) < em_compliance_util.normalize_version(cp.VERSION) and EmCsCcHistoryEO.ORIGIN_SITE_ID = cp.ORIGIN_SITE_ID)
    where cp.NAME is null]]>
      </SQLQuery>
      <EntityUsage
        Name="EmCsCcHistoryEO"
        Entity="oracle.sysman.core.gccompliance.model.library.packages.history.entity.EmCsCcHistoryEO"/>
      <ViewAttribute
        Name="NameTransient"
        IsUpdateable="false"
        IsSelected="false"
        IsPersistent="false"
        PrecisionRule="true"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        AliasName="VIEW_ATTR"
        SQLType="VARCHAR">
        <TransientExpression><![CDATA[object.Name]]></TransientExpression>
        <Dependencies>
          <Item
            Value="Name"/>
        </Dependencies>
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="COMPLIANCE_PACKAGE"/>
            <DISPLAYWIDTH
              Value="100"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="DescriptionTransient"
        IsUpdateable="false"
        IsSelected="false"
        IsPersistent="false"
        PrecisionRule="true"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        AliasName="VIEW_ATTR"
        SQLType="VARCHAR">
        <TransientExpression><![CDATA[object.Description]]></TransientExpression>
        <Dependencies>
          <Item
            Value="Description"/>
        </Dependencies>
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="DESCRIPTION"/>
            <DISPLAYWIDTH
              Value="100"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="Name"
        IsNotNull="true"
        PrecisionRule="true"
        EntityAttrName="Name"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="NAME">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="COMPLIANCE_PACKAGE"/>
            <DISPLAYHINT
              Value="Hide"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="Version"
        IsNotNull="true"
        PrecisionRule="true"
        EntityAttrName="Version"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="VERSION">
        <Properties>
          <SchemaBasedProperties>
            <DISPLAYWIDTH
              Value="100"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="Description"
        PrecisionRule="true"
        EntityAttrName="Description"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="DESCRIPTION">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="DESCRIPTION"/>
            <DISPLAYHINT
              Value="Hide"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="OriginSiteName"
        IsSelected="false"
        IsPersistent="false"
        PrecisionRule="true"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        AliasName="VIEW_ATTR"
        SQLType="VARCHAR">
        <Dependencies>
          <Item
            Value="OriginSiteId"/>
        </Dependencies>
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="ORIGIN_SITE_ID"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="OriginSiteId"
        IsNotNull="true"
        PrecisionRule="true"
        EntityAttrName="OriginSiteId"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="ORIGIN_SITE_ID">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="ORIGIN_SITE_ID"/>
            <DISPLAYWIDTH
              Value="100"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="IsPublishedUI"
        IsSelected="false"
        IsPersistent="false"
        PrecisionRule="true"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        AliasName="VIEW_ATTR"
        SQLType="VARCHAR"
        DefaultValue="No">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVO.IsPublished_LABEL"/>
            <CONTROLTYPE
              Value="choice"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="IsPublished"
        PrecisionRule="true"
        EntityAttrName="IsPublished"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="IS_PUBLISHED"
        LOVName="LOV_IsPublished">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVO.IsPublished_LABEL"/>
            <CONTROLTYPE
              Value="choice"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="IsSystem"
        PrecisionRule="true"
        EntityAttrName="IsSystem"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="IS_SYSTEM"/>
      <ViewAttribute
        Name="IsLocalUI"
        IsSelected="false"
        IsPersistent="false"
        PrecisionRule="true"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        AliasName="VIEW_ATTR"
        SQLType="VARCHAR"
        DefaultValue="No">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="IS_LOCAL"/>
            <DISPLAYWIDTH
              Value="100"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="IsLocal"
        PrecisionRule="true"
        EntityAttrName="IsLocal"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="IS_LOCAL">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVO.IsLocal_LABEL"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="DnameNlsId"
        PrecisionRule="true"
        EntityAttrName="DnameNlsId"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="DNAME_NLS_ID"/>
      <ViewAttribute
        Name="DescriptionNlsid"
        PrecisionRule="true"
        EntityAttrName="DescriptionNlsid"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="DESCRIPTION_NLSID"/>
      <ViewAttribute
        Name="Owner"
        PrecisionRule="true"
        EntityAttrName="Owner"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="OWNER">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="OWNER"/>
            <DISPLAYWIDTH
              Value="100"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="XmlSnapshot"
        IsQueriable="false"
        PrecisionRule="true"
        EntityAttrName="XmlSnapshot"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="XML_SNAPSHOT">
        <Properties>
          <SchemaBasedProperties>
            <LABEL
              ResId="XML_SNAPSHOT"/>
          </SchemaBasedProperties>
        </Properties>
      </ViewAttribute>
      <ViewAttribute
        Name="XmlSnapshotTs"
        PrecisionRule="true"
        EntityAttrName="XmlSnapshotTs"
        EntityUsage="EmCsCcHistoryEO"
        AliasName="XML_SNAPSHOT_TS"/>
      <ViewCriteria
        Name="EmCsCcHistoryVOCriteria"
        ViewObjectName="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVO"
        Conjunction="AND"
        Mode="3">
        <Properties>
          <CustomProperties>
            <Property
              Name="displayOperators"
              Value="InAdvancedMode"/>
            <Property
              Name="autoExecute"
              Value="true"/>
            <Property
              Name="allowConjunctionOverride"
              Value="true"/>
            <Property
              Name="showInList"
              Value="true"/>
            <Property
              Name="mode"
              Value="Basic"/>
          </CustomProperties>
        </Properties>
        <ViewCriteriaRow
          Name="vcrow211"
          UpperColumns="1">
          <ViewCriteriaItem
            Name="NameTransient"
            ViewAttribute="NameTransient"
            Operator="CONTAINS"
            Conjunction="AND"
            Required="Optional"/>
          <ViewCriteriaItem
            Name="DescriptionTransient"
            ViewAttribute="DescriptionTransient"
            Operator="CONTAINS"
            Conjunction="AND"
            Required="Optional"/>
          <ViewCriteriaItem
            Name="Version"
            ViewAttribute="Version"
            Operator="CONTAINS"
            Conjunction="AND"
            Required="Optional">
            <Properties>
              <CustomProperties>
                <Property
                  Name="renderedMode"
                  Value="Advanced"/>
              </CustomProperties>
            </Properties>
          </ViewCriteriaItem>
          <ViewCriteriaItem
            Name="IsPublishedUI"
            ViewAttribute="IsPublishedUI"
            Operator="="
            Conjunction="AND"
            Required="Optional"/>
          <ViewCriteriaItem
            Name="IsLocalUI"
            ViewAttribute="IsLocalUI"
            Operator="="
            Conjunction="AND"
            Required="Optional"/>
          <ViewCriteriaItem
            Name="Owner"
            ViewAttribute="Owner"
            Operator="CONTAINS"
            Conjunction="AND"
            Required="Optional">
            <Properties>
              <CustomProperties>
                <Property
                  Name="renderedMode"
                  Value="Advanced"/>
              </CustomProperties>
            </Properties>
          </ViewCriteriaItem>
        </ViewCriteriaRow>
      </ViewCriteria>
      <ViewCriteria
        Name="EmCsCcHistoryVOKeyCriteria"
        ViewObjectName="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVO"
        Conjunction="AND"
        Mode="3">
        <Properties>
          <CustomProperties>
            <Property
              Name="displayOperators"
              Value="InAdvancedMode"/>
            <Property
              Name="autoExecute"
              Value="false"/>
            <Property
              Name="allowConjunctionOverride"
              Value="true"/>
            <Property
              Name="showInList"
              Value="true"/>
            <Property
              Name="mode"
              Value="Basic"/>
          </CustomProperties>
        </Properties>
        <ViewCriteriaRow
          Name="vcrow126"
          UpperColumns="1">
          <ViewCriteriaItem
            Name="Name"
            ViewAttribute="Name"
            Operator="="
            Conjunction="AND"
            Value=":name"
            IsBindVarValue="true"
            Required="Optional"/>
          <ViewCriteriaItem
            Name="Version"
            ViewAttribute="Version"
            Operator="="
            Conjunction="AND"
            Value=":version"
            IsBindVarValue="true"
            Required="Optional"/>
          <ViewCriteriaItem
            Name="OriginSiteId"
            ViewAttribute="OriginSiteId"
            Operator="="
            Conjunction="AND"
            Value=":originSiteId"
            IsBindVarValue="true"
            Required="Optional"/>
        </ViewCriteriaRow>
      </ViewCriteria>
      <ViewCriteria
        Name="EmCsCcHistoryVOAllVersionCriteria"
        ViewObjectName="oracle.sysman.core.gccompliance.model.library.packages.history.view.EmCsCcHistoryVO"
        Conjunction="AND"
        Mode="3">
        <Properties>
          <CustomProperties>
            <Property
              Name="displayOperators"
              Value="InAdvancedMode"/>
            <Property
              Name="autoExecute"
              Value="false"/>
            <Property
              Name="allowConjunctionOverride"
              Value="true"/>
            <Property
              Name="showInList"
              Value="true"/>
            <Property
              Name="mode"
              Value="Basic"/>
          </CustomProperties>
        </Properties>
        <ViewCriteriaRow
          Name="vcrow20"
          UpperColumns="1">
          <ViewCriteriaItem
            Name="Name"
            ViewAttribute="Name"
            Operator="="
            Conjunction="AND"
            Value=":name"
            IsBindVarValue="true"
            Required="Optional"/>
          <ViewCriteriaItem
            Name="OriginSiteId"
            ViewAttribute="OriginSiteId"
            Operator="="
            Conjunction="AND"
            Value=":originSiteId"
            IsBindVarValue="true"
            Required="Optional"/>
        </ViewCriteriaRow>
      </ViewCriteria>
      <LOVUIHints
        ListType="105"
        MRUCount="0"
        ListRangeSize="-1"
        NullValueId="LOVUIHints_NullValueId"
        NullValueFlag="start">
        <AttrArray Name="ListDisplayAttrNames">
          <Item Value="IsPublishedUI"/>
          <Item Value="IsLocalUI"/>
        </AttrArray>
        <DisplayCriteria/>
      </LOVUIHints>
      <ResourceBundle>
        <PropertiesBundle
          PropertiesFile="oracle.sysman.core.gccompliance.model.CoreGccomplianceModelMsg"/>
      </ResourceBundle>
    </ViewObject>I am using this is a jspx page to show as a table:
    <af:table value="#{bindings.EmCsCcHistory1.collectionModel}"
                          var="row" rows="#{bindings.EmCsCcHistory1.rangeSize}"
                          emptyText="#{bindings.EmCsCcHistory1.viewable ? coregccomplianceuiBundle.MSG_NO_DATA_DISPLAY : coregccomplianceuiBundle.MSG_ACCESS_DENIED}"
                          fetchSize="#{bindings.EmCsCcHistory1.rangeSize}"
                          rowBandingInterval="0"
                          binding="#{viewScope.packages_libraryBean.ccpTable}"
                          columnStretching="column:c4"
                          styleClass="AFStretchWidth"
                          selectionListener="#{bindings.EmCsCcHistory1.collectionModel.makeCurrent}"
                          disableColumnReordering="true"
                          rowSelection="multiple" id="t1"
                          summary="#{coregccomplianceuiBundle.COMPLIANCE_PACKAGES_TABLE_SUMMARY}"
                          contentDelivery="immediate">
                <af:column id="csel" width="10" rowHeader="true"/>
                <af:column sortProperty="IsSystem" sortable="true"
                             headerText="#{coregccomplianceuiBundle.BLANKTEXT}" id="CS32" rowHeader="unstyled" width="16">
                             <af:switcher id="sw1" facetName="#{row.IsSystem}" defaultFacet="1">
                              <f:facet name="1">
                                 <af:panelGroupLayout id="pg1" layout="horizontal">
                                    <af:image source="/images/lock_ena.png" id="ccpl1"
                                              shortDesc="#{coregccomplianceuiBundle.SYSTEM_DEFINED_COMPLIANCE_STANDARD}"/>
                                  </af:panelGroupLayout>
                                </f:facet>
                                <f:facet name="0">
                                <af:panelGroupLayout id="pg1-1" layout="horizontal">
                                <af:image source="/images/unlock_ena.png" id="ccpl2"
                                              shortDesc="#{coregccomplianceuiBundle.USER_DEFINED_COMPLIANCE_STANDARD}"/>
                                  </af:panelGroupLayout>
                                </f:facet>
                             </af:switcher>
                  </af:column>
                  <af:column sortProperty="NameTransient" sortable="true"
                             headerText="#{bindings.EmCsCcHistory1.hints.NameTransient.label}"
                             id="c1" width="200" rowHeader="unstyled"
                             noWrap="false">
                    <af:outputText value="#{row.NameTransient}" id="ot4"/>
                  </af:column>
                  <af:column sortProperty="Version" sortable="true"
                             headerText="#{bindings.EmCsCcHistory1.hints.Version.label}"
                             id="c6">
                    <af:outputText value="#{row.Version}" id="ot5"/>
                  </af:column>
                  <af:column sortProperty="DescriptionTransient" sortable="true"
                             headerText="#{bindings.EmCsCcHistory1.hints.DescriptionTransient.label}"
                             id="c4">
                    <af:outputText value="#{row.DescriptionTransient}" id="ot2"/>
                  </af:column>
                  <af:column sortProperty="IsPublishedUI" sortable="true"
                             headerText="#{bindings.EmCsCcHistory1.hints.IsPublishedUI.label}"
                             id="c3">
                    <af:outputText value="#{row.IsPublishedUI}" id="ot12"/>
                  </af:column>
                  <af:column sortProperty="IsLocalUI" sortable="true"
                             headerText="#{bindings.EmCsCcHistory1.hints.IsLocalUI.label}"
                             id="c2">
                    <af:outputText value="#{row.IsLocalUI}" id="ot14"/>
                  </af:column>
                  <af:column sortProperty="OriginSiteName" sortable="true"
                             headerText="#{bindings.EmCsCcHistory1.hints.OriginSiteName.label}"
                             id="c76">
                    <af:outputText value="#{row.OriginSiteName}" id="ot26"/>
                  </af:column>
                </af:table>On the jspx table the rows are displayed correct.
    After i select a row i want to see the details (which opens up another task-flow) , the details for action are:
    <af:group id="CCP24">
                  <af:commandToolbarButton id="CCP25"
                                           partialSubmit="true"
                                           partialTriggers="t1"
                                           text="#{coregccomplianceuiBundle.MENU_SHOW_DETAILS}"
                                           shortDesc="#{coregccomplianceuiBundle.MENU_SHOW_DETAILS}"
                                           icon="/images/view_ena.png"
                                           disabled="#{viewScope.packages_libraryBean.packageDetailsDisabled}"
                                           action="#{viewScope.packages_libraryBean.handleShowDetails}"
                                           useWindow="true" windowHeight="700"
                                           windowWidth="900"
                                           disabledIcon="/images/view_dis.png"/>
        </af:group>But when i am clicking on the show details button , nothing is happening.
    In the diagnostic logs i can see a warning:
    [2013-02-28T03:03:09.579-08:00] [EMGC_OMS1] [WARNING] [] [*oracle.adfinternal.view.faces.model.binding.FacesCtrlHierBinding*] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: SYSMAN] [ecid: 004pgRM19yp7e5B5JZ_Aif00041z0000_F,0:1] [APP: emgc] [URI: /em/faces/core-gccompliance-complianceLibrary] ADFv: No row found for rowKey: [oracle.jbo.Key[LINUX5_PACKAGES 12.1.0.0.0 00000000000000000000000000000000 ]].
    Can somebody please point out to what am i missing?
    Edited by: Tripuresh on Feb 28, 2013 4:45 PM

    Hi Frank,
    Thanks for the response.
    Yes this is a valid key for my row as i fetched the key for selected row in the table during debugging.
    Also when show details is called using:
    <af:group id="CCP24">
                  <af:commandToolbarButton id="CCP25"
                                           partialSubmit="true"
                                           partialTriggers="t1"
                                           text="#{coregccomplianceuiBundle.MENU_SHOW_DETAILS}"
                                           shortDesc="#{coregccomplianceuiBundle.MENU_SHOW_DETAILS}"
                                           icon="/images/view_ena.png"
                                           disabled="#{viewScope.packages_libraryBean.packageDetailsDisabled}"
                                           *action="#{viewScope.packages_libraryBean.handleShowDetails}"*
                                           useWindow="true" windowHeight="700"
                                           windowWidth="900"
                                           disabledIcon="/images/view_dis.png"/>
        </af:group>The control of debugger is not even going to the action="#{viewScope.packages_libraryBean.handleShowDetails}" method-call.
    Edited by: Tripuresh on Feb 28, 2013 11:53 PM

  • Standard cost estimate could not be found for the material

    Dear All,
    We have 4 manufacturing plants and 30 sale depots. We are maintaining price control (S) for FG and SFG in Manufacturing plants,price control (V) at depots for the same material code. we are getting an error message " standard cost estimate could not be found for the material" while doing billing at depot.
    Please give me suggestion.
    Your suggestion should be appreciate.
    Thanks in advance............
    AND
    My client want to see profitability at manufacturing plant level and need break up for the COGM. So how can i get the values of depot sales.
    please let me know how to do........

    Hai
    Price control should be S for Depot also. You need to run standard cost estimate in DEPOT after entering additive cost under CK74N for frieght, excise duty etc. To transfer the standard cost from the source plant you  need to make configuration  in OMD9 defining the receiver and sender combination so that system can pick up the cost from source plant. This special produrement type needs to be asigned in the material masters of DEPOT under MRP 2 view.
    Pushkala

  • No table entries found for specified key

    Hi All,
    I have developed a program to upload data from flat file with the help of GUI UPLOAD. It is succesfully updating data in my Z-table.
    Whenever I tried to view the content of table for specific field, message shows No table entries found for specified key. However if I add * as a suffix, it shows the data & when I directly Execute table it also displays the data.
    I have also cross checked the spaces before or after the specific content, no space found.
    Only two fields are creating this issue Individually (one of them is key field)
    Regards
    Mukul Maheshwari

    Hi Dear ,
    Here i had implemented program go through it you can understand easily.
    While creating table give one field as primary as you know that.
    tables zdata1.
    data it_tab type TABLE OF zdata1 WITH HEADER LINE.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = 'C:\Documents and Settings\E50039\Desktop\data.txt'     ***************File path
       HAS_FIELD_SEPARATOR           = 'X'
      TABLES
        DATA_TAB                      = it_tab
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT it_tab.
    zdata1-no1 = it_tab-no1.
    zdata1-name = it_tab-name.
    zdata1-empid = it_tab-empid.
    insert zdata1.
    ENDLOOP.
    Flat file
    1 name1 empid1
    2 name2 empid2
    note: Give the tabspace between values in flat file.
    Edited by: Aditya.G on Oct 12, 2011 10:22 AM

  • No local currency found for plant and sales org.

    Hi Guru's,
    I am face to a problem that i don't understand.
    I load the standard master data 0PLANT and i have the basic issues : No local currency found for plant and sales org.
    I already saw this error so i check the basics to solve it.
    I respect the comp_code, sales_org and than plant sequence.
    i checkek the routines, no problem.
    for some plants it works. i extract 8 plants 2 works the rest not. the reason is that there is no sales org affected in my PSA table for those plants.
    But (and this is the problem) when i check the SAP source table T001W i can see that plants are corectly affecte to sales organization
    So do you have any idea of my problem ?
    do you know the transaction on ECC to maintain division and sales org affectation
    Thannks
    Cyril

    Hi,
    Pls have a look at this similar post:
    [No Local Currency found in Plant |How can I view the code for a routine in an update rule;
    Hope it helps...
    Regards,
    Ashish

  • Adjusting preferences in Preview for viewing pdfs

    I would like to have the option to view the 1st page of my pdf next to the second page - not on its own (eg currently, for a 5 page document, mine only shows up as page 1, then p2+3, then P4+5. I would like it to show up at p1+2, then P3+4 then P5, etc. I know how to click between 1 page, and 2 pages and 2 pages continuous, but the 1st page is always on its own for all options.....I understand that in Adobe, you can set preferences for page set ups for viewing your pdf, which includes showig the 1st page with the next one:
    http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS58a04a822e3e50102bd6151097941 95ff-7faf.w.html
    However, the instruction for Apple is not working for me. My computer uses Preview and I do not see these options set out. I found another forum where this problem was discussed, but it was archived before being resolved and I am unable to find the new trail....
    Any help appreciated.

    Hi,
    In Preview's View Menu there is PDF display.
    The Two Pages option places two pages side by side.
    However I have found it is not consistent with different PDFs.
    (I also set the Preferences to 50% for PDF display)
    Example
    It seems to works once you are past the first page (Although I do have a 2 page document where it does not work).
    10:11 PM Friday; November 12, 2010
    Message was edited by: Ralph Johns (UK)

  • Error 500 AND 'No principal found for UID:' problems

    Hi,
    We are having problems familiar to what I read on this forum.
    First, the log-file mentions lots of times: 'No principal found for UID:blabla', with some lines following it.
    Second, we get error 500 when setting the delegates or even looking at it.
    Below, I added part of the error.log
    Best regards,
    Emile
    2008-01-16 14:16:23+0100 [-] Log opened.
    2008-01-16 14:16:23+0100 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:23+0100 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:23+0100 [-] 2 processors found, configuring 2 processes.
    2008-01-16 14:16:23+0100 [-] Adding pydirector service with configuration: /tmp/pydir18zae7
    2008-01-16 14:16:23+0100 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Log opened.
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Log opened.
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up AdminPrincipals
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting root ACL
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up scheme: digest
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Initializing database /var/run/caldavd/.db.digestcredentialscache
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting root ACL
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up scheme: digest
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Exception while executing SQL: 'select KEY from DIGESTCREDENTIALS' ()"
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Traceback (most recent call last):
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] run()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] app.run(runApp, ServerOptions)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] runApp(config)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] _SomeApplicationRunner(config).run()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 157, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.application = self.createOrGetApplication()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 202, in createOrGetApplication
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] ser = plg.makeService(self.config.subOptions)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 586, in makeService
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication wrapper
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up service
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x1475570>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] service = serviceMethod(options)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 487, in makeService_Slave
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] config.DataRoot,
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 337, in _init_
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.cleanup()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 506, in cleanup
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] keys = self.db.keys()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 244, in keys
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] for key in self.dbexecute("select KEY from DIGESTCREDENTIALS"):
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/sql.py", line 232, in dbexecute
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] q.execute(sql, query_params)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] sqlite3.OperationalError: no such table: DIGESTCREDENTIALS
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] set uid/gid 93/93
    2008-01-16 14:16:26+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Log opened.
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting root ACL
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up scheme: digest
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up service
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14754b0>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] set uid/gid 93/93
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-16 14:16:29+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-16 14:17:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-16 14:17:33+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-16 14:17:34+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-16 14:17:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
    2008-01-16 14:17:36+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] u'No principal found for UID: 633CBE36-2414-44BA-AAE3-2B3CD2EA3843'
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled error in Deferred:
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled Error
    2008-01-16 14:17:37+0100 [-] [caldav-8009] Traceback (most recent call last):
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1208, in inheritedACEsforChildren
    2008-01-16 14:17:37+0100 [-] [caldav-8009] if self.matchPrincipal(principal, ace.principal, request):
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
    2008-01-16 14:17:37+0100 [-] [caldav-8009] --- <exception caught here> ---
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1373, in matchPrincipal
    2008-01-16 14:17:37+0100 [-] [caldav-8009] ismember = ismember.getResult()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
    2008-01-16 14:17:37+0100 [-] [caldav-8009] self.result.raiseException()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/python/failure.py", line 303, in raiseException
    2008-01-16 14:17:37+0100 [-] [caldav-8009] raise self.type, self.value, self.tb
    2008-01-16 14:17:37+0100 [-] [caldav-8009] exceptions.AttributeError: 'NoneType' object has no attribute 'principalUID'
    2008-01-16 14:17:37+0100 [-] [caldav-8009]

    Thanks Cyrus,
    This worked: I created a dummy user and enabled calendaring for this user.
    The error log-file is still not empty (see below). Are these really errors or what?
    Best regards,
    Emile
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Setting up service
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
    2008-01-28 09:46:06+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] set uid/gid 93/93
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Setting up service
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] set uid/gid 93/93
    2008-01-28 09:46:08+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/inbox/ HTTP/1.1
    2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:49:59+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-28 09:49:59+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:51:44+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:45+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:47+0100 [-] [caldav-8010] [-] 'Too many matching components in calendar-query report'
    20

  • Cannot preview filetype please download the file for viewing and garbled text on a downloaded image

    Dear Madam or Sir,
    When I click on a file titled "Subject Access Request Letter re Account Number 12527629 Sort Code 60-10-34 24022015.pdf", which is stored in my Account on Acrobat.com I get the response "Cannot preview filetype please download the file for viewing". This file was created from an OpenOffice .odt document of the same title. Please advise.
    I downloaded an image, which purports to be a .pdf, from the Royal Mail Track & Trace web facility using my Samsung S5. The text that I expect to see might as well be hieroglyphics for all its similarity to text. Please advise.
    Regards,
    Ron Platt
    PS I have tried to attach both files (.pdf) but am advised "That image type is forbidden". Please advise.

    Hi Laura,
    I have found the solution to be:
       1. Not to upload to "Document Cloud" from the .pdf stored on my PC and
       open on screen.
       2. To login to Acrobat.com from the .pdf stored on my PC and open on
       screen, select "Document Cloud" and the sub-folder required and then upload
       the file
    I have a feeling that there is a glitch somewhere, because after I have
    opened a number of .pdf files stored on my PC, and irrespective of whether
    I have closed them prior to opening the next .pdf file or left them open,
    Acrobat Reader will display (Not responding) in the window title bar. The
    "number of files" equates to less than 10. I, then, click on the X at the
    right of the window title bar and I am given the option of "Close the
    program" or "Wait until the program responds" (or words to that effect). If
    i choose the latter, nothing happens and I am back at the unhappy status
    quo. If I choose the former, I am told that Windows is searching for a
    solution, which it never finds. I, then, have to shut down the PC and then
    start it up, again. Clicking "Restart" does not solve the problem.
    I have described the above before and received the usual "it cannot be
    Acrobat, it is perfect" response. I could, I suppose, screenshot/snip every
    sequential screen but why should I have to when I have described the
    sequence as fully as I can. So I have found a "workaround" that does not
    solve the "Not responding" problem but does solve the problem of not being
    able to upload from the open .pdf file to the sub-folder in "Document
    Cloud". I am, on occasion, working through the myriad of .pdf files that
    are in the root folder of "Document Cloud" and putting them in the correct
    sub-folder(s).
    I have today read that Google is starting a cellphone service in the USA in
    which a monthly "access" rental (US$20) is paid plus a GB capacity usage is
    elected for at a rate specified, e.g. US$10.00/GB. If the subscriber  does
    not use the elected GB capacity Google refunds the US$value of the unused
    elected GB capacity.
    Suggestion: Adobe applies that kind of policy to its online software
    package usage rates, e.g. I elect to subscribe to a particular level of
    online software package usage monthly, but, if I do not use all of the
    programs included in that online software usage package, I am credited back
    for not having used the softwares, that I did not use, that were inclusive
    in that online software package offer.
    Regards,
    Ron

  • JSF RI 1.2 Duplicate component ID step2Form:j_id9 found in view.

    Hi im using JSF RI 1.2 with Facelets
    The problem shows when i create a back button :
    let say we have pages : step1 and step2 and when im in step2 and click the back button
    <h:commandButton action="back" value="#{msg.back}" immediate="true"/>
    Then When I TRY to reSubmit the first page (step1) i get this error
    maybe becouse the forms are allready added.
    i Change the scope of all bean to session the problem is the same
    when i submit if the id of the form is allready added i get the exception.
    Can i make it more Struts like ? i mean if the id is alrleady created okei grab and get the content of this which is created and put the values in the new one .. dont show me crazy errors ? : )
    can i do it ?
    The Full Error :
    java.lang.IllegalStateException: Duplicate component ID step2Form:j_id9 found in view.
         at com.sun.faces.application.StateManagerImpl.checkIdUniqueness(StateManagerImpl.java:334)
         at com.sun.faces.application.StateManagerImpl.checkIdUniqueness(StateManagerImpl.java:327)
         at com.sun.faces.application.StateManagerImpl.saveSerializedView(StateManagerImpl.java:195)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:601)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:108)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:243)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
         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.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:664)
         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(Unknown Source)
    Hmm Somethink New :
    I have binded the <h:form with a fields of type HtmlForm in the backingBeans NOW the result is different
    when the 3th time the form will be showed then throws the same exception .
    example :
    from step 1 go to step2 with next.
    go back to step1 - lol it works ( this dont works early )
    from step1 go to step 2 it works
    now from step2 go back to step1 - exception
    you can download the example from here :
    http://isy-dc.com/~naiden/Wizzard.rar
    the Valid data to be added for the first page is :
    first feld : 3-8 symbols
    secound field 3-8 sumbols
    3th field : 8310282400
    4 and 5th field must be the same 3-8 symbols
    Message was edited by:
    JOKe
    Message was edited by:
    JOKe

    I dont know what is the problem but this is the source code :
    The Version is :
    Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
    Specification-Title: JavaServer Faces
    Specification-Version: 1.2
    Implementation-Title: Sun Microsystems JavaServer Faces Implementation
    Implementation-Version: 1.2_01-NIGHTLY_20060603
    The Template :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:f="http://java.sun.com/jsf/core">
                 <f:loadBundle basename="resources" var="msg" />
              <head>
              <title><ui:insert name="pageTitle">Page Title</ui:insert></title>
              <style type="text/css">
                   body {
                          font-family: Verdana, Arial, Helvetica, sans-serif;
                          font-size: 14px;
                   .header {
                          font-family: Verdana, Arial, Helvetica, sans-serif;
                          font-size: 18px;
                   .bottom {
                          font-family: Verdana, Arial, Helvetica, sans-serif;
                          font-size: 9px;
                          text-align: center;
                          vertical-align: middle;
                          color: #8E969D;
              </style>
              </head>
    <body bgcolor="#ffffff">
    <table style="border:1px solid #CAD6E0"  align="center" cellpadding="0" cellspacing="0" border="0" width="800">
    <tbody>
         <tr>
              <td class="header" height="42" align="center" valign="middle" width="100%" bgcolor="#E4EBEB">
                   <ui:insert name="pageHeader">Page Header</ui:insert>
              </td>
         </tr>
         <tr>
              <td height="1" width="100%" bgcolor="#CAD6E0"></td>
         </tr>     
         <tr>
              <td width="100%"  colspan="2">
                   <table width="100%" style="height:150px" align="left" cellpadding="0" cellspacing="0" border="0">
                   <tbody>
                        <tr>
                             <td align="center" width="100%" valign="middle">
                             <ui:insert name="body">Page Body</ui:insert>
                             </td>
                        </tr>
                   </tbody>
                   </table>
              </td>
         </tr>     
         <tr>
              <td colspan="2"  valign="bottom" height="1" width="100%" bgcolor="#CAD6E0"></td>
         </tr>
    </tbody>
    </table>
    </body>
    </html>Step1 :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:c="http://java.sun.com/jstl/core">
    <f:loadBundle basename="resources" var="msg" />
    <ui:composition template="/templates/common.xhtml">
         <ui:define name="pageTitle">JSF 1.2 and Facelets under Tomcat. KickStart Application</ui:define>
         <ui:define name="pageHeader">JSF 1.2 Registration Application</ui:define>
         <ui:define name="body">
              <h:messages />
              <p />
              <h:form id="step1Form" binding="#{person.form1}">
              <table width="100%">
                   <tr>
                        <td align="right">${msg.prompt}</td>
                        <td><h:inputText label="Name" required="true"
                             id="name" value="#{person.name}" /></td>
                        <td align="left"><h:message showSummary="true"
                             showDetail="false" style="color: red; font-weight: bold;"
                             for="name" /></td>
                   </tr>
                   <tr>
                        <td align="right">${msg.username}</td>
                        <td><h:inputText binding="#{person.inputText}" id="username"
                             label="Username" required="true">
                             <f:validateLength maximum="8" minimum="3" />
                        </h:inputText></td>
                        <td align="left"><h:message for="username" /></td>
                   </tr>
                   <tr>
                        <td align="right">${msg.egn}</td>
                        <td><h:inputText label="Egn" validator="#{person.validateEgn}"
                             id="egn" binding="#{person.inputEgn}"/></td>
                        <td align="left"><h:message for="egn"></h:message></td>
                   </tr>
                   <tr>
                        <td align="right">${msg.password}</td>
                        <td>
                        <h:inputSecret id="pass" label="Password" required="true" binding="#{person.inputPassword}">
                        <f:validateLength minimum="3" maximum="6"/>
                        </h:inputSecret>
                        </td>
                        <td>
                             <h:message for="pass"></h:message>
                        </td>
                   </tr>
                   <tr>
                        <td align="right">${msg.confirm_password}</td>
                        <td>
                        <h:inputSecret id="cpass" label="Confirm Password" required="true" binding="#{person.inputCPassword}">
                        <f:validateLength minimum="3" maximum="6"/>
                        </h:inputSecret>
                        </td>
                        <td>
                             <h:message for="cpass"></h:message>
                        </td>
                   </tr>
                   <tr>
                        <td colspan="3" align="center"><h:commandButton type="submit"
                             id="submit" action="${person.submit}"
                             value="#{msg.next}"/></td>
                   </tr>
              </table>
              </h:form>
         </ui:define>
    </ui:composition>
    </html>Step 2 :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core">
    <f:loadBundle basename="resources" var="msg" />
    <ui:composition template="/templates/common.xhtml">
         <ui:define name="pageTitle">JSF 1.2 and Facelets under Tomcat. KickStart Application</ui:define>
         <ui:define name="pageHeader">Step 2 </ui:define>
         <ui:define name="body">
              <h:form id="step2Form" binding="#{step2.form2}">
                        #{msg.step2} #{person.name}!
                        <table>
                        <tr>
                             <td align="right">${msg.gender}</td>
                             <td align="left"><h:selectOneRadio
                                  binding="#{step2.genderMenu}">
                                  <f:selectItem itemValue="M" itemLabel="#{msg.gender_male}" />
                                  <f:selectItem itemValue="F" itemLabel="#{msg.gender_female}" />
                             </h:selectOneRadio></td>
                        </tr>
                        <tr>
                             <td align="right">${msg.education}</td>
                             <td align="left"><h:selectManyListbox
                                  binding="#{step2.educationList}">
                                  <f:selectItem itemValue="1" itemLabel="#{msg.education_level1}" />
                                  <f:selectItem itemValue="2" itemLabel="#{msg.education_level2}" />
                                  <f:selectItem itemValue="3" itemLabel="#{msg.education_level3}" />
                                  <f:selectItem itemValue="4" itemLabel="#{msg.education_level4}" />
                             </h:selectManyListbox></td>
                        </tr>
                        <tr>
                             <td align="right">
    <!--                     <h:commandLink value="#{msg.back}" action="back"></h:commandLink> -->     
                             <h:commandButton action="back" value="#{msg.back}" id="back"/>
                             </td>
                             <td align="left"><h:commandButton action="#{step2.submit}"
                                  value="#{msg.next}" id="submit2" /></td>
                        </tr>
                   </table>
              </h:form>
         </ui:define>
    </ui:composition>
    </html>Step 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:f="http://java.sun.com/jsf/core">
         <f:loadBundle basename="resources" var="msg"/>
         <ui:composition template="/templates/common.xhtml">
                   <ui:define name="pageTitle">JSF 1.2 and Facelets under Tomcat. KickStart Application</ui:define>
                   <ui:define name="pageHeader">Final Page</ui:define>
                   <ui:define name="body">
                        #{msg.final} 
                        <h:form id="finalForm" binding="#{registration.form3}">
                        <h:outputText value="#{registration.regResult}"/>
                        <h:commandButton action="#{registration.save}" value="Save to Database" id="save"/>
                        <br/>
                        <h:commandButton action="back" value="#{msg.back}" immediate="true" id="back3"/>
                        </h:form>
                   </ui:define>
         </ui:composition>
    </html>

  • IDoc Error: No recipient found for IDoc message type in the ALE model...

    Hello Experts,
    I just created an IDoc for purchase orders and when I try to test it after releasing
    the PO, an error is shown in the processing log saying that there are no recipients
    found for my message type of the IDoc. I refrenced it against a working IDoc but I might be
    missing something.
    Hope you can help me guys. Thank you and take care!

    hi,
    in bd64 ,goto change mode select ur distribution model and click add message type define ur logical systems and message type and save.
    thn goto environment - partner profiles - f 8.it will show whether model is created or any errors.
    then go back edit - model view - distribute.
    reward points if hlpful.

  • Too many recipients found for message type ORDERS in the ALE model

    Hi all ,
    please help me to solve this issue .
    i done with ale settings .
    orders message type is used in 2 different model view for 2 different systems
    when i create po it is giving error in output  "Too many recipients found for message type ORDERS in the ALE model"
    how can i rectify this error.
    Thanks

    > orders message type is used in 2 different model view for 2 different systems
    do both of them carter diffrent needs or is it the same idoc which is being sent to diffrent systems?
    if yes, then use a single model view with noth receiver systems defined in it.
    if not, i would suggest, copying the standard idoc and create a zidoc and then use different ones for diffrent receivers....
    or u can use diff versions of the orders message type...
    say orders05 for one.... receiver and orders02 for another one....
    hope this helps!!
    Cheers!!
    Sidharth

  • ALE settings error   "Too many recipients found for message type" urgent

    Hi all ,
    please help me to solve this issue !!!!!!!!
    i done with ale settings .
    in the bd64 , orders message type is used in 2 different model view for 2 different systems
    when i create po it is giving error in output "Too many recipients found for message type ORDERS in the ALE model"
    how can i rectify this error.
    Thanks

    Hi,
    Try to redefine your distribution model to have both receivers of your message type ORDERS in one "model view".
    Regards,
    Jakub

  • Too many recipients found for message type (Distribution model)

    Hi,
    I wanna send Dilvery note using message type DESADV from a SAP system to another non-SAP System.
    I have Created port partner profile and distribution model.
    But the Problem is the same message type DESADV is used to send Dilvery from SAP System to another SAP Client.
    Idoc getting failed and throwing error stating ‘Too many recipients found for message type DESADV in the ALE model ‘.
    I am sure we can create the more than one recipients for same message types. I have done it some time back. Any help highly appreciated.
    Regards
    Raj

    This message pops up when SAP can't identify how to distribute the IDoc based on the settings in BD64. Take a look at the settings there, most likely you'll need to add a filter.
    The big ALE/EDI/IDoc book suggests that the same IDoc may be distributed to 2 different systems but specific details are not clear. It seems that one system should be configured first (it does mention a need to use a filter) and then somehow menu Edit -> Model View -> Distribute should be used.
    I've never done it myself though and have only run into that error when I missed some filter settings in BD64. Hope this helps.

  • Error message - "Overlapping validity areas were found for country BR"

    Hi Experts,
    For a certain output type Y953 (e.g. for the shipment 2002355665 related to the DN 3087912658), an error message "Overlapping validity areas were found for country BR" is coming in as error.
    The error message is appearing during the idoc processing of the shipment.
    This is an incident of Dangerous Goods.
    I would like to know if it is technically / functionally possible to find out as to why exactly this mesage is coming and how can we rectify the problem.
    From technical point of view we checked that this message was not being called in the SAP system but was dynamically called.
    kindly let me know of any breakthrough as this issue is critical as dangerous goods are being transported without needed documents printed.
    Thanks in advance.
    RIttik

    Check whether note 836139 helps you.
    thanks
    G. Lakshmipathi

  • No metadata found for metadata object "/oracle/apps/hcm/common/core/publicM

    Hi Folks -
    I am getting the below error when I try to run the HcmCompWorkbenchWorkarea.jspx in the Fusion COmpensation Module, locally from the JDeveloper Customization Role.
    I simply created a FUsion Customization APplication with a Customization,Model and View COntroller Projects without doing any customizations and was just trying to run the above page.
    I have never encountered this type of error before. Any help would be helpful.
    Thanks
    Srinivasa Sunchu
    Target URL -- http://127.0.0.1:7101/hcmCompensation/faces/HcmCompWorkbenchWorkarea
    [9544:5676:0523/110814:ERROR:gpu_info_collector_win.cc(98)] Can't retrieve a valid WinSAT assessment.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <ReferenceStoreHelper> <getReferencesMapEx> Incomplete connection reference object for connection:AtkRPSoapConn
    <May 23, 2013 11:08:19 AM PDT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:51,427 during the configured idle timeout of 5 secs>
    PSR: Reading system property VOMaxFetchSize
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <May 23, 2013 11:08:39 AM PDT> <Error> <HTTP> <BEA-101017> <[ServletContext@1028995650[app:XXWFCAllocationAnalytics module:hcmCompensation path:/hcmCompensation spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@425c22f8[
    GET /hcmCompensation/faces/HcmCompWorkbenchWorkarea?_afrLoop=10188581450556&_afrWindowMode=0&_afrWindowId=null HTTP/1.1
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36
    Referer: http://127.0.0.1:7101/hcmCompensation/faces/HcmCompWorkbenchWorkarea
    Accept-Encoding: gzip,deflate,sdch
    Accept-Language: en-US,en;q=0.8
    Cookie: JSESSIONID=W2yXRpbPSyQKgf59Vh8Kym62WBK7t34lH4yTvJzZ03swB1pLsm3b!-1548472823; ORA_FUSION_PREFS=v1.0~bG9jYWxlPWVufmRlZmF1bHRMYW5ndWFnZU1hcmtlcj10cnVl; ORA_FND_SESSION_HRDEV=DEFAULT_PILLAR:iWB1vrLNEeUh5Hk7IlYFujwb4JU13XEsl/YsTcvZn1XtTMc1dx574a56Roc0fPzh:1369332516423
    ]] Root cause of ServletException.
    oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25002. Error message parameters are {0=null, 1=oracle.apps.hcm.common.core.publicModel.DataControls}
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3056)
         at oracle.adf.model.binding.DCDataControlConfigDef.findDefObject(DCDataControlConfigDef.java:32)
         at oracle.adf.model.binding.DCDataControlDef.findDefObject(DCDataControlDef.java:377)
         at oracle.adf.model.binding.DCDataControlReference.<init>(DCDataControlReference.java:55)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControlUsage(JUApplicationDefImpl.java:1137)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/apps/hcm/common/core/publicModel/DataControls.dcx"
         at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1211)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1157)
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3012)
         Truncated. see log file for complete stacktrace
    >
    <May 23, 2013 11:08:39 AM PDT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at May 23, 2013 11:08:39 AM PDT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = May 23, 2013 11:08:39 AM PDT SERVER = DefaultServer MESSAGE = [ServletContext@1028995650[app:XXWFCAllocationAnalytics module:hcmCompensation path:/hcmCompensation spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@425c22f8[
    GET /hcmCompensation/faces/HcmCompWorkbenchWorkarea?_afrLoop=10188581450556&_afrWindowMode=0&_afrWindowId=null HTTP/1.1
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36
    Referer: http://127.0.0.1:7101/hcmCompensation/faces/HcmCompWorkbenchWorkarea
    Accept-Encoding: gzip,deflate,sdch
    Accept-Language: en-US,en;q=0.8
    Cookie: JSESSIONID=W2yXRpbPSyQKgf59Vh8Kym62WBK7t34lH4yTvJzZ03swB1pLsm3b!-1548472823; ORA_FUSION_PREFS=v1.0~bG9jYWxlPWVufmRlZmF1bHRMYW5ndWFnZU1hcmtlcj10cnVl; ORA_FND_SESSION_HRDEV=DEFAULT_PILLAR:iWB1vrLNEeUh5Hk7IlYFujwb4JU13XEsl/YsTcvZn1XtTMc1dx574a56Roc0fPzh:1369332516423
    ]] Root cause of ServletException.
    oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25002. Error message parameters are {0=null, 1=oracle.apps.hcm.common.core.publicModel.DataControls}
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3056)
         at oracle.adf.model.binding.DCDataControlConfigDef.findDefObject(DCDataControlConfigDef.java:32)
         at oracle.adf.model.binding.DCDataControlDef.findDefObject(DCDataControlDef.java:377)
         at oracle.adf.model.binding.DCDataControlReference.<init>(DCDataControlReference.java:55)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControlUsage(JUApplicationDefImpl.java:1137)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControls(JUApplicationDefImpl.java:1097)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadContainees(JUApplicationDefImpl.java:1051)
         at oracle.jbo.mom.ContainerDefImpl.loadFromXMLFile(ContainerDefImpl.java:373)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadFromXMLFile(JUApplicationDefImpl.java:705)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1789)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1881)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.findCpx(JUMetaObjectManager.java:647)
         at oracle.jbo.uicli.mom.JUApplicationReference.resolve(JUApplicationReference.java:81)
         at oracle.jbo.uicli.mom.JUApplicationReference.getDef(JUApplicationReference.java:88)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.findBindingContainerIdByPath(JUApplicationDefImpl.java:374)
         at oracle.adf.model.BindingContext.findBindingContainerIdByPath(BindingContext.java:1769)
         at oracle.adf.model.BindingContext.findBindingContainerDefByPath(BindingContext.java:1715)
         at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:371)
         at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:260)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:203)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.apps.fnd.applcore.common.ApplSessionFilter.doFilter(ApplSessionFilter.java:652)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         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:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/apps/hcm/common/core/publicModel/DataControls.dcx"
         at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1211)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1157)
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3012)
         at oracle.adf.model.binding.DCDataControlConfigDef.findDefObject(DCDataControlConfigDef.java:32)
         at oracle.adf.model.binding.DCDataControlDef.findDefObject(DCDataControlDef.java:377)
         at oracle.adf.model.binding.DCDataControlReference.<init>(DCDataControlReference.java:55)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControlUsage(JUApplicationDefImpl.java:1137)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControls(JUApplicationDefImpl.java:1097)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadContainees(JUApplicationDefImpl.java:1051)
         at oracle.jbo.mom.ContainerDefImpl.loadFromXMLFile(ContainerDefImpl.java:373)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadFromXMLFile(JUApplicationDefImpl.java:705)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1789)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1881)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.findCpx(JUMetaObjectManager.java:647)
         at oracle.jbo.uicli.mom.JUApplicationReference.resolve(JUApplicationReference.java:81)
         at oracle.jbo.uicli.mom.JUApplicationReference.getDef(JUApplicationReference.java:88)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.findBindingContainerIdByPath(JUApplicationDefImpl.java:374)
         at oracle.adf.model.BindingContext.findBindingContainerIdByPath(BindingContext.java:1769)
         at oracle.adf.model.BindingContext.findBindingContainerDefByPath(BindingContext.java:1715)
         at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:371)
         at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:260)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:203)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.apps.fnd.applcore.common.ApplSessionFilter.doFilter(ApplSessionFilter.java:652)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         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:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = SSUNCHU-WS01 TXID = CONTEXTID = e8f08bf4136e20a7:3e596c4f:13ed286c9b9:-8000-0000000000000295 TIMESTAMP = 1369332519262
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <May 23, 2013 11:08:45 AM PDT> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in c:\oracle\jdeveloper\system11.1.1.6.39.62.68\defaultdomain\servers\defaultserver\adr\diag\ofm\defaultdomain\defaultserver\incident\incdir_41 with a lockout minute period of 1.>

    Thanks, that did help and it was throwing similar errors for other jar files, which I added and now the page opens.
    But the issue that I am facing now is on this page there is a Manager Search, wherein I can proxy a manager.
    This Search popup is not returning any values. Previously if I reinstalled my system-jazn-data.xml file from my colleauge
    and rebooting my laptop worked. But now even that doe snot help.
    Srinivasa Sunchu

Maybe you are looking for

  • [SOLVED] Virtualbox list usb devices is empty.

    I moved from virtualbox_bin(AUR) to virtualbox(community), and remove /proc/bus/usb entry in /etc/fstab, after that the usb doesn't work.   I can check 'Enable USB 2.0 (EHCI) Controller' in Virtualbox settings, but can't find any available usb device

  • RE: Database (SQL-SERVER) access problem

    Have you used NT Control Panel/ ODBC to set up the ODBC data source name? You have to define the data source (database) SecTrade as well as the driver to be used (SQL Server). This can be done by selecting the Add button on the Data Sources screen in

  • The crash report always appears whenever I start up my PC and open Firefox, it does not appear when I close Firefox.

    Everytime I start up my PC and open Firefox, the crash report will appear. The crash report does not appear subsequently, it only appears when I first open Firefox. I do not seem to have problems when using Firefox otherwise, though I do get new Fire

  • Unable to display Tomcat default homepage

    When i am not connected to internet, i get the default Apache Tomcat homepage after successfully starting the Tomcat server. However, once i get my internet connections enabled, I am unable to get the default Apache Tomcat home page. I tried to chang

  • Find a job in Italy

    Hello to all, I am an italian-speaking german, who wants to transfer to Italy. Could anyone give recommendations about interesting internet sites where I could leave my profile? I'm looking for a consultance job. I am specialist in ERP modules MM, SD