Problem with JDeveloper 10G ADF tutorial

Hi, I'd followed the instructions from the "Deploying an End to End Application Using Default Technology Scope" tutorial for the JDeveloper 10G (9051), but when I try to run the struts data page the following error apears:
500 Internal Server Error
java.lang.NoSuchMethodError: java.lang.String java.net.URLEncoder.encode(java.lang.String, java.lang.String)
     java.lang.String oracle.jbo.http.HttpSessionCookieHelperImpl.readCookieValue(javax.servlet.http.HttpServletRequest, java.lang.String)
          HttpSessionCookieHelperImpl.java:44
     java.lang.String oracle.jbo.http.HttpSessionCookieImpl.readValue(java.lang.Object)
          HttpSessionCookieImpl.java:189
     void oracle.jbo.http.HttpSessionCookieImpl.<init>(java.lang.String, java.lang.String, oracle.jbo.common.ampool.ApplicationPool, java.security.Principal, javax.servlet.http.HttpServletRequest)
          HttpSessionCookieImpl.java:101
     oracle.jbo.common.ampool.SessionCookie oracle.jbo.http.HttpSessionCookieFactory.createSessionCookie(java.lang.String, java.lang.String, oracle.jbo.common.ampool.ApplicationPool, java.util.Properties)
          HttpSessionCookieFactory.java:103
     oracle.jbo.common.ampool.SessionCookie oracle.jbo.common.ampool.ApplicationPoolImpl.createSessionCookie(java.lang.String, java.lang.String, java.util.Properties)
          ApplicationPoolImpl.java:418
     oracle.jbo.common.ampool.SessionCookie oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(java.lang.String, oracle.adf.model.BindingContext, java.lang.String, java.lang.String, java.lang.String, java.util.Properties, java.util.Properties, boolean, boolean)
          DataControlFactoryImpl.java:154
     oracle.adf.model.DataControl oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(oracle.adf.model.BindingContext, java.lang.String, java.util.Map, java.util.Map)
          DataControlFactoryImpl.java:220
     oracle.adf.model.DataControl oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(oracle.adf.model.BindingContext, org.w3c.dom.Node, java.util.Map)
          DataControlFactoryImpl.java:97
     void oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(java.lang.String, java.util.Map)
          JUMetaObjectManager.java:612
     oracle.adf.model.BindingContext oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(javax.servlet.http.HttpServletRequest)
          ADFBindingFilter.java:328
     void oracle.adf.model.servlet.ADFBindingFilter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
          ADFBindingFilter.java:173
     void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
          ServletRequestDispatcher.java:600
     void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
          ServletRequestDispatcher.java:317
     boolean com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.ApplicationServerThread, com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindHttpServletRequest, com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
          HttpRequestHandler.java:790
     void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(java.lang.Thread)
          HttpRequestHandler.java:270
     void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run()
          HttpRequestHandler.java:112
     void com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run()
          ReleasableResourcePooledExecutor.java:192
     void java.lang.Thread.run()
          Thread.java:484
Is there someone that could help me?

Hi,
Please see:
NoSuchMethodError
Hope this helps,
JR

Similar Messages

  • Problem with JDev 10g ADF table component and rangeChangeListener

    Hi,
    I'm populating an ADF table component from a backing bean and would like the range of rows be changed using custom method on the backing bean.
    I have declared table on page as shown below and the table is populated correctly. However the onRangeChanged method in the backing bean never fires when
    user hits previous or next. Any ideas of what I missed ?.
    Thanks,
    Kenneth
    <af:table emptyText="No items were found"
    value="#{companySearchBean.companies}"
    var="company" rows="20"
    first="#{companySearchBean.firstCompany}"
    rendered="#{companySearchBean.queryExecuted}"
    rangeChangeListener="#{companySearchBean.onRangeChanged}">
    <af:column sortable="false" headerText="Company Name">
    <af:outputText value="#{company.partyName}"/>
    </af:column>
    <af:column sortable="false" headerText="Party Number"
    formatType="number">
    <af:outputText value="#{company.partyFileNo}"/>
    </af:column>
    </af:table>

    Hi,
    I'm populating an ADF table component from a backing bean and would like the range of rows be changed using custom method on the backing bean.
    I have declared table on page as shown below and the table is populated correctly. However the onRangeChanged method in the backing bean never fires when
    user hits previous or next. Any ideas of what I missed ?.
    Thanks,
    Kenneth
    <af:table emptyText="No items were found"
    value="#{companySearchBean.companies}"
    var="company" rows="20"
    first="#{companySearchBean.firstCompany}"
    rendered="#{companySearchBean.queryExecuted}"
    rangeChangeListener="#{companySearchBean.onRangeChanged}">
    <af:column sortable="false" headerText="Company Name">
    <af:outputText value="#{company.partyName}"/>
    </af:column>
    <af:column sortable="false" headerText="Party Number"
    formatType="number">
    <af:outputText value="#{company.partyFileNo}"/>
    </af:column>
    </af:table>

  • How to create Application Workspace with Jdeveloper 10g 1.3.2?

    Following the instructions in "Developing and Using ADF Faces Skins", I am trying to create an Application Workspace.
    The instruction says: "In JDeveloper, create a new Application workspace and name it - ADFFaces_skin_sample"
    I can not find the way to create Application workspace with Jdeveloper 10g 1.3.2.
    Because when I click FILE==>New I got "New Gallery--Application" in left, in right only got "Application, Empty project, File, Java Class, Java Interface". There is no "workspace" item.
    I try to use Jdeveloper 10g 1.3.1, got same result.
    I found other ADF Skin training samples. All of them asked to create Application Workspace. But the Jdeveloper version used by all those samples were earlier than 10g 10.1.3.2
    Please let know how to create "Application Workspace"?

    What used to be "Application Workspace" in 10.1.2 is "Application" in 10.1.3.2

  • Timesten with JDeveloper and ADF

    Hello,
    I'm using Timesten with Jdeveloper and ADF and have noticed some problems which I allready posted in the JDevloper Forum:
    Re: ADF TimesTen
    These problems arise from using Identifiers with reserved words, which is not forbidden with Ora DB.
    The settings in Jdev are to generate SQL92 conform code. This is the only way it works.
    I'm wondering if there is a setting to make TT behave syntactical 1:1 like a Ora DB.
    I even tried to change the Type Mode to Oracle and restarting TT but this doesn't help eighter.
    Maybe someone of the TT pro's has a solution for this? TT is used as a cache in front of an Ora DB so it should understand the Ora Syntax ??
    Thanks
    Ognian

    for #1 have you tried throwing a verbatim tag around your includes like:
    <f:verbatim>
    <jsp:directive.include file="/includes/footer.jsp"/>
    </f:verbatim>
    it's how we got around intermixing html and jsf

  • HELP: include another page in with JDeveloper and ADF

    Hi all,
    I am trying to make a layout page with JDeveloper and ADF. But I just can't make things work. I have the pre-coded header and footer html pages and want to include them in a jspx somehow. I tried panelPage too, but the rendering style is away from our pre-coded header and footer.
    1. Use jsp:include.
    header works fine but footer is rendered before the page content, even if the footer is placed after the page content. Is there a way to customize the position?
    <f:facet name="footerFacet">
    <f:subview id="footerView"
    binding="#{backing_welcomePage.footerView}">
    <jsp:include page="/footer.jspf"/>
    </f:subview>
    </f:facet>
    2. Use frameBorderLayout.
    I followed the doc and use the document tag. But the frame page is rendered but none of included pages are rendered. So I got a blank page.
    <!-- frame page -->
    <f:view>
    <afh:html>
    <afh:head title="my frame page">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body>
    <afh:frameBorderLayout height="100%" width="100%">
    <f:facet name="center">
    <afh:frame source="topPage.jspx" name="topPage3"/>
    </f:facet>
    <f:facet name="top">
    <afh:frame source="topPage.jspx" height="200" name="topPage2"/>
    </f:facet>
    <f:facet name="bottom">
    <afh:frame source="topPage.jspx" height="200" name="topPage1"/>
    </f:facet>
    </afh:frameBorderLayout>
    </afh:body>
    </afh:html>
    </f:view>
    <!-- top page -->
    <f:view>
    <af:document title="FrameBorderLayout Demo">
    <af:form>
    <af:panelGroup layout="vertical">
    <f:facet name="separator">
    <af:objectSeparator />
    </f:facet>
    <af:outputFormatted styleUsage="instruction" value="&lt;b>A frameBorderLayout&lt;/b>"/>
    </af:panelGroup>
    </af:form>
    </af:document>
    </f:view>

    for #1 have you tried throwing a verbatim tag around your includes like:
    <f:verbatim>
    <jsp:directive.include file="/includes/footer.jsp"/>
    </f:verbatim>
    it's how we got around intermixing html and jsf

  • Problem with jdeveloper

    Hello, i'm a newbie trying to learn developing ADF applications using JDeveloper 11. I'm currently following the tutorial :
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/ria_application/developriaapplication_long.htm
    19. In the Application Navigator Right-click AppModel and select Run to invoke the application module tester. This is a small Swing based application that allows you to test the ADF Business Components you have just created.
    I have the problem with this step... When i Run the AppModel nothing happens... The process starts in the run manager but the program does not actually run... Does it have to do with the dafault run target?
    Thnks

    Well, by default, if you click the "Run" button from the toolbar with no active file in the editor, it will attempt to run the Default Run Target for the current project, and if there is not one set, JDev will prompt you for one. I'm sure you can complete the tutorial without completing that step, but if I were you, at some point, I'd have a go at the business components tester. I use it all the time to make sure my model works - and it's a good debugging tool when something isn't working and you're not sure if its the UI part or the model part - you can test the model independently.
    Good luck,
    John

  • JBoss 4.0.0RC1/3.2.3 - JDeveloper 10g - ADF UIX

    While I realize that JDeveloper has only been tested (to one degree or another) with JBoss 3.2.X, I decided to try and publish to JBoss 4.X after failing with 3.2.X. (The results are the same for either server version).
    I have a simple master-detail page off of which I have a create action on the detail section. The primary key is a DBSequence number that goes against a table with an insert trigger defined and a sequence for that field.
    The create action opens an input form for creating a new record. In the emdedded OC4J, everything works just fine. Depsite following the developer's review paper on deploying to both standalone OC4J and JBoss, it fails completely. Errors are different, but I thought I would start with JBoss since this equates to our development environment:
    When the create button is selected to initiate the action, the input form comes up but in the place where I would expect to see a temporary sequence value in the primary key field, the value is blank and the Execute button on this form does not activate. In addition, JBoss error log (both JBoss 3.2.3 and JBoss 4.0.0RC1 (and DR4)) displays the following (just showing a fragment):
    2004-07-28 10:37:34,315 ERROR [org.jboss.web.localhost.Engine] StandardContext[paros]null
    java.lang.ClassCastException
         at oracle.jbo.uicli.uix.PrimitiveTypes.getArray(PrimitiveTypes.java:122)
         at oracle.jbo.uicli.uix.JUCtrlAdaptValueBindingRef._adapt(JUCtrlAdaptValueBindingRef.java:106)
         at oracle.jbo.uicli.uix.JUCtrlAdaptValueBindingRef._adapt(JUCtrlAdaptValueBindingRef.java:96)
         at oracle.jbo.uicli.uix.JUCtrlAdaptValueBindingRef.access$4000071(JUCtrlAdaptValueBindingRef.java:40)
         at oracle.jbo.uicli.uix.JUCtrlAdaptValueBindingRef$CompositeModel.get(JUCtrlAdaptValueBindingRef.java:219)
         at org.apache.commons.el.ArraySuffix.evaluate(ArraySuffix.java:218)
         at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
         at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
         at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
         at oracle.jsp.el.OracleExpressionEvaluator.evaluate(Unknown Source)
         at oracle.jsp.el.OracleExpression.evaluate(Unknown Source)
         at oracle.cabo.ui.expl.ELBoundValue._evaluate(Unknown Source)
         at oracle.cabo.ui.expl.ELBoundValue.getValue(Unknown Source)
         at oracle.cabo.ui.collection.DataObjectListNodeList.getDataObjectList(Unknown Source)
         at oracle.cabo.ui.collection.DataObjectListNodeList.size(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getIndexedChildCount(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.getVisibleIndexedChildCount(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnRenderer._startRowMode(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnGroupRenderer._renderVisibleIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.ColumnGroupRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    Has anyone been at all successful using ADF-UIX from JDeveloper 10g and JBoss of any version? (Note I have followed the steps to install ADF Runtime, setvars, etc).
    Thanks
    Ray

    Yes. I have no problem with jdeveloper10g and jboss-3.2.3.
    Niether on my note with both linux, win, nor on production server with linux.
    Carefully look where do you install ADF Runtime (server defualt), and what server do you start (default is all). Simply change startup server to default or, copy jboss-3.2.3/server/default/deploy/bc4j.ear to jboss-3.2.3/server/all/deploy/

  • JDeveloper 10g, ADF Faces & BC: setVar method on CoreTable is not working

    Hi all,
    I am in the process of creating a custom tag library for our organization. I seem to be having problems with the setVar method on the CoreTable component. I created a simple reproducible example using the scott/tiger schema. Within my tabletest.jsp, I have a af:table which was created via dragging from the datacontrol pallet. Next, I add my custom tag and set the same value attribute. When I run the page, #{row.Deptno} does not evaluate to anything! However, I know that the value is set properly due to the same number of rows appearing within my custom table tag.
    Suggestions are appreciated.
    thanks,
    Wes
    Here is the screen shot of my example:
    http://www.flickr.com/photos/54652784@N03/5062690216
    jsp code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <%@ taglib uri="http://acme.customtag" prefix="customtag"%>
    <f:view>
    <afh:html>
    <afh:head title="tabletest">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body>
    <af:messages/>
    <h:form>
    <af:outputText value="below is the adf table"/>
    <af:table value="#{bindings.ViewObj1.collectionModel}" var="row">
    <af:column sortProperty="Deptno" sortable="false"
    headerText="#{bindings.ViewObj1.labels.Deptno}">
    <af:outputText value="#{row.Deptno}"/>
    </af:column>
    <af:column sortProperty="Dname" sortable="false"
    headerText="#{bindings.ViewObj1.labels.Dname}">
    <af:outputText value="#{row.Dname}"/>
    </af:column>
    </af:table>
    <af:objectSpacer width="10" height="50"/>
    <af:outputText value="Below is the custom table"/>
    </h:form>
    <customtag:customtable value="#{bindings.ViewObj1.collectionModel}"
    disabled="false"/>
    </afh:body>
    </afh:html>
    </f:view>
    CustomTable.java code:
    package customtag;
    import java.io.IOException;
    import javax.faces.application.Application;
    import javax.faces.component.UIComponentBase;
    import javax.faces.context.FacesContext;
    import javax.faces.el.ValueBinding;
    import oracle.adf.view.faces.component.core.data.CoreColumn;
    import oracle.adf.view.faces.component.core.data.CoreTable;
    import oracle.adf.view.faces.component.core.output.CoreOutputText;
    public class CustomTable extends UIComponentBase {
    public static final String COMPONENT_TYPE = "customtag.customtable";
    public static final String RENDERER_TYPE = null;
    private CoreTable table = new CoreTable();
    public CustomTable() {
    public void encodeChildren(FacesContext context) throws IOException {
    // Encode the top most component
    Application apps = context.getApplication();
    table.setVar("row");
    Object value = getAttributes().get("value");
    CoreColumn column = new CoreColumn();
    CoreOutputText cout = new CoreOutputText();
    if (value != null) {
    table.setValue(value);
    ValueBinding rowValueBinding =
    apps.createValueBinding("#{row.Deptno}");
    Object rowValue = resolveExpression("#{row.Deptno}");
    if (rowValue != null) {
    System.out.println("rowValue is reconized. " + rowValue);
    cout.setValue(rowValue);
    } else if (rowValueBinding.getValue(context) != null) {
    System.out.println("rowValueBinding is reconized." +
    rowValueBinding.getValue(context));
    cout.setValueBinding("Value", rowValueBinding);
    } else {
    System.out.println("row is not reconized.");
    cout.setValue("this is a hard coded row attribute value");
    column.getChildren().add(cout);
    table.getChildren().add(column);
    table.encodeAll(context);
    public static Object resolveExpression(String expression) {
    FacesContext ctx = FacesContext.getCurrentInstance();
    Application app = ctx.getApplication();
    ValueBinding bind = app.createValueBinding(expression);
    return bind.getValue(ctx);
    public boolean getRendersChildren() {
    return true;
    public String getFamily() {
    return COMPONENT_TYPE;
    }

    Hi,
    you don't mention a JDeveloper version. If you are not on a recent version, can you try one. If it reproduces, please provide steps required for a reproducible test case
    Frank

  • Problems with refreshing a adf table

    Hi,
    i am using jdeveloper 11 with the new adf framework.
    I use a table which i bind to an arraylist. works fine. the table shows the data from the list.
    at sometime i change the backing arraylist but the table show (only in the section i saw on the screen) the old data, when i scroll down the new data is shown.
    so i know the arraylist holds the new data and the binding is ok but the refresh of the table doesnt work in the section i see....
    hope you understand my problem
    hannes

    Hi,
    As far as I understand , you are not clearing the previous or old data. This results in your table showing the new data towards the end.
    If you are using something like this : List tableRows = new ArrayList(); to populate the data in the table , ensure that you clear this list everytime you method runs
    You can do this by : tableRows.clear()
    HTH
    -Shishir

  • Stability problem with Jdeveloper while working with BPM studio

    I am frequently facing this problem while working with Jdeveloper. I get the  message " an unexpected error has occurred in Jdevloper . Jdevloper memory setting in my case is 1000MB.  Any Any solution for this issue?
    Here is the details of error
    oracle.integration.platform.blocks:Nov 01, 2013 11:37:17 AM oracle.integration.platform.blocks.FabricConfigManager <clinit>
    WARNING: JRF is unable to determine the current application server platform.
    oracle.integration.platform.blocks:Nov 01, 2013 11:37:17 AM oracle.integration.platform.blocks.WLSPlatformConfigurationProvider <clinit>
    WARNING: JRF is unable to determine the current application server platform.
    Invoking command: Changes in technical Exception See enterprise manager for details
    Invoking command: Add Activity
    Invoking command:
    Invoking command:
    Invoking command: Changes in technical Exception See enterprise manager for details
    Invoking command:
    Invoking command:
    Invoking command: Changes in technical Exception See enterprise manager for details
    Invoking command:
    Invoking command:
    Invoking command: Changes in Start2
    Invoking command:
    Invoking command:
    Invoking command: Remove
    Invoking command:
    Invoking command:
    Performing action Business Exception[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Export[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Export[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Open Application...[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Open...[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Invoking command: delete_namespace_from_adfconfig
    Invoking command: add_namespace_to_adfconfig
    Invoking command:
    Invoking command:
    Invoking command: Changes in Exception Notification
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command: Changes in catchallSystemfault
    Invoking command: Add Activity
    Invoking command:
    Invoking command:
    Invoking command: Move catchallSystemfault
    Invoking command: Changes in catchallSystemfault
    Invoking command:
    Invoking command:
    Performing action Business Object[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Invoking command: Remove
    Invoking command:
    Invoking command:
    Invoking command: Changes in ServiceTask
    Invoking command:
    Invoking command:
    Invoking command: Move End2
    Invoking command: Changes in Exception Notification
    Invoking command:
    Invoking command:
    Performing action Save All[ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command: [ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command:
    Invoking command: Changes in Exception Notification
    Invoking command:
    Invoking command:
    Performing action Save All[ from oracle.bpm.fusion.studio.editor.ProcessEditor ]
    Invoking command: [ from oracle.bpm.fusion.studio.editor.ProcessEditor ]
    Invoking command:
    Invoking command: createElementTaskDataControlConfigs
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: create root element
    Invoking command:
    Invoking command: savePathUrlToMetadatRegistry
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command: addDataControl
    Invoking command:
    Invoking command: Initialize Unbounded Task Flow
    Invoking command: Modify XML[ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: Adding default render kit id
    Invoking command: Update skin version
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command:
    Invoking command: Initialize Bounded Task Flow
    Invoking command: ADFm create locale and bundle
    Invoking command: Creating Task Flow based on Human Task
    Invoking command: Creating Task Flow based on Human Task
    Invoking command: Modify XML[ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Adding Converters to Faces - ADFm Phase Listener
    Invoking command: XML Edit
    Invoking command: Initial Reformat
    Invoking command: Configure ADF Faces Page
    Invoking command:
    Invoking command: createElementTaskApplication
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: savePathUrlToMetadatRegistry
    Invoking command:
    Invoking command: createElementTaskpageDefinition
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: XML Edit
    Invoking command: AutoGenerateJSP
    Started CommandProcessor transaction: Arrange Nodes on thread AWT-EventQueue-0 at batch level 1
    Started CommandProcessor transaction: Arrange Nodes (Part 1) on thread AWT-EventQueue-0 at batch level 2
    Invoking command: Begin Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: End Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 1
    Started CommandProcessor transaction: Arrange Nodes (Part 2) on thread AWT-EventQueue-0 at batch level 2
    Invoking command: Begin Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: End Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    oracle.adfinternal.view.faces.lifecycle.LifecycleImpl:Nov 01, 2013 12:01:49 PM oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _initializeTrinidadFrameBustingAppMapValue
    WARNING: The framebusting context param 'oracle.adf.view.rich.security.FRAME_BUSTING' has been deprecated. Please change your web.xml to use 'org.apache.myfaces.trinidad.security.FRAME_BUSTING' instead. The legal values are 'always', 'never', and 'differentOrigin'. If you were setting the value of 'oracle.adf.view.rich.security.FRAME_BUSTING' to 'differentDomain', then please note that you should set 'org.apache.myfaces.trinidad.security.FRAME_BUSTING' to 'differentOrigin'.
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 1.9.2
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 532
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 1.9.2
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 532
    oracle.adf.share.ADFContext:Nov 01, 2013 12:01:54 PM oracle.adf.share.ADFContext getCurrent
    WARNING: Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    For more information please enable logging for oracle.adf.share.ADFContext at FINEST level.
    Performing action Save All[ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command: [ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command:
    Performing action Save All[ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command: [ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: remove soa_shared
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: remove soa_shared
    Invoking command: Changes in Start1
    Invoking command:
    Invoking command:
    Invoking command: Move Exception Notification
    Invoking command:
    Invoking command:
    Invoking command: Changes in NotificationTask
    Invoking command: Add Activity
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Nov 01, 2013 12:36:36 PM oracle.ideimpl.index.ProjectTracker$ProjectListener invokeListener
    SEVERE: Exception in FileChangeListener oracle.bpm.fusion.repository.fs.FusionFileSystem$1
    java.lang.ClassCastException: oracle.bpm.type.TypeHandle cannot be cast to java.lang.Comparable
      at java.util.TreeMap.compare(TreeMap.java:1188)
      at java.util.TreeMap.put(TreeMap.java:531)
      at java.util.TreeSet.add(TreeSet.java:255)
      at oracle.bpm.project.catalog.bundles.ComponentBundleTypeIndex.findByPropertyValue(ComponentBundleTypeIndex.java:96)
      at oracle.bpm.project.catalog.bundles.XmlSchemaReferenceManager.fixExceptions(XmlSchemaReferenceManager.java:225)
      at oracle.bpm.project.catalog.bundles.XmlSchemaReferenceManager.addObject(XmlSchemaReferenceManager.java:84)
      at oracle.bpm.project.catalog.bundles.ServiceReferenceManager.addSynthesizedServices(ServiceReferenceManager.java:586)
      at oracle.bpm.project.catalog.bundles.ServiceReferenceManager.refresh(ServiceReferenceManager.java:124)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:985)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1242)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1238)
      at oracle.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:605)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1250)
      at oracle.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
      at oracle.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
      at oracle.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
      at oracle.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
      at oracle.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
      at oracle.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
      at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
      at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
      at oracle.ideimpl.index.file.ActiveRootManager.notifyRoots(ActiveRootManager.java:150)
      at oracle.ideimpl.index.NodeTracker$TextBufferTracker.bufferChanged(NodeTracker.java:179)
      at oracle.ideimpl.index.NodeTracker$TextBufferTracker.actionPerformed(NodeTracker.java:184)
      at javax.swing.Timer.fireActionPerformed(Timer.java:312)
      at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    java.lang.ClassCastException: oracle.bpm.type.TypeHandle cannot be cast to java.lang.Comparable
      j.util.TreeMap.compare(TreeMap.java:1188)
      j.util.TreeMap.put(TreeMap.java:531)
      j.util.TreeSet.add(TreeSet.java:255)
      o.bpm.project.catalog.bundles.ComponentBundleTypeIndex.findByPropertyValue(ComponentBundleTypeIndex.java:96)
      o.bpm.project.catalog.bundles.XmlSchemaReferenceManager.fixExceptions(XmlSchemaReferenceManager.java:225)
      o.bpm.project.catalog.bundles.XmlSchemaReferenceManager.addObject(XmlSchemaReferenceManager.java:84)
      o.bpm.project.catalog.bundles.ServiceReferenceManager.addSynthesizedServices(ServiceReferenceManager.java:586)
      o.bpm.project.catalog.bundles.ServiceReferenceManager.refresh(ServiceReferenceManager.java:124)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:985)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1242)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1238)
      o.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:605)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1250)
      o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
      o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
      o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
      o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
      o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
      o.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
      o.ii.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
      o.ii.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
      o.ii.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
      o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
      o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
      o.ii.index.file.ActiveRootManager.notifyRoots(ActiveRootManager.java:150)
      o.ii.index.NodeTracker$TextBufferTracker.bufferChanged(NodeTracker.java:179)
      o.ii.index.NodeTracker$TextBufferTracker.actionPerformed(NodeTracker.java:184)
      jx.s.Timer.fireActionPerformed(Timer.java:312)
      jx.s.Timer$DoPostEvent.run(Timer.java:244)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:251)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:733)
      j.a.EventQueue.access$200(EventQueue.java:103)
      j.a.EventQueue$3.run(EventQueue.java:694)
      j.a.EventQueue$3.run(EventQueue.java:692)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      j.a.EventQueue.dispatchEvent(EventQueue.java:703)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      j.a.EventDispatchThread.run(EventDispatchThread.java:91)
    Message was edited by: user2610167

    I am frequently facing this problem while working with Jdeveloper. I get the  message " an unexpected error has occurred in Jdevloper . Jdevloper memory setting in my case is 1000MB.  Any Any solution for this issue?
    Here is the details of error
    oracle.integration.platform.blocks:Nov 01, 2013 11:37:17 AM oracle.integration.platform.blocks.FabricConfigManager <clinit>
    WARNING: JRF is unable to determine the current application server platform.
    oracle.integration.platform.blocks:Nov 01, 2013 11:37:17 AM oracle.integration.platform.blocks.WLSPlatformConfigurationProvider <clinit>
    WARNING: JRF is unable to determine the current application server platform.
    Invoking command: Changes in technical Exception See enterprise manager for details
    Invoking command: Add Activity
    Invoking command:
    Invoking command:
    Invoking command: Changes in technical Exception See enterprise manager for details
    Invoking command:
    Invoking command:
    Invoking command: Changes in technical Exception See enterprise manager for details
    Invoking command:
    Invoking command:
    Invoking command: Changes in Start2
    Invoking command:
    Invoking command:
    Invoking command: Remove
    Invoking command:
    Invoking command:
    Performing action Business Exception[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Export[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Export[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Open Application...[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Performing action Open...[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Invoking command: delete_namespace_from_adfconfig
    Invoking command: add_namespace_to_adfconfig
    Invoking command:
    Invoking command:
    Invoking command: Changes in Exception Notification
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command: Changes in catchallSystemfault
    Invoking command: Add Activity
    Invoking command:
    Invoking command:
    Invoking command: Move catchallSystemfault
    Invoking command: Changes in catchallSystemfault
    Invoking command:
    Invoking command:
    Performing action Business Object[ from oracle.bpm.fusion.studio.navigator.ProjectNavigatorWindow ]
    Invoking command: Remove
    Invoking command:
    Invoking command:
    Invoking command: Changes in ServiceTask
    Invoking command:
    Invoking command:
    Invoking command: Move End2
    Invoking command: Changes in Exception Notification
    Invoking command:
    Invoking command:
    Performing action Save All[ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command: [ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command:
    Invoking command: Changes in Exception Notification
    Invoking command:
    Invoking command:
    Performing action Save All[ from oracle.bpm.fusion.studio.editor.ProcessEditor ]
    Invoking command: [ from oracle.bpm.fusion.studio.editor.ProcessEditor ]
    Invoking command:
    Invoking command: createElementTaskDataControlConfigs
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: create root element
    Invoking command:
    Invoking command: savePathUrlToMetadatRegistry
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command:
    Invoking command: createElementTaskJavaBean
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: initbean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command: replacebean
    Invoking command: addDataControl
    Invoking command:
    Invoking command: Initialize Unbounded Task Flow
    Invoking command: Modify XML[ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: Adding default render kit id
    Invoking command: Update skin version
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command: XML Edit
    Invoking command:
    Invoking command: Initialize Bounded Task Flow
    Invoking command: ADFm create locale and bundle
    Invoking command: Creating Task Flow based on Human Task
    Invoking command: Creating Task Flow based on Human Task
    Invoking command: Modify XML[ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command: Initial Reformat
    Invoking command: XML Edit
    Invoking command: Adding Converters to Faces - ADFm Phase Listener
    Invoking command: XML Edit
    Invoking command: Initial Reformat
    Invoking command: Configure ADF Faces Page
    Invoking command:
    Invoking command: createElementTaskApplication
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: savePathUrlToMetadatRegistry
    Invoking command:
    Invoking command: createElementTaskpageDefinition
    Invoking command: setId
    Invoking command: setAttribute
    Invoking command: XML Edit
    Invoking command: AutoGenerateJSP
    Started CommandProcessor transaction: Arrange Nodes on thread AWT-EventQueue-0 at batch level 1
    Started CommandProcessor transaction: Arrange Nodes (Part 1) on thread AWT-EventQueue-0 at batch level 2
    Invoking command: Begin Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "x"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "y"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: End Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 1
    Started CommandProcessor transaction: Arrange Nodes (Part 2) on thread AWT-EventQueue-0 at batch level 2
    Invoking command: Begin Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: Set Property "sdm:polyPoints"[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: [ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Invoking command: End Adjustment[ from oracle.adfdt.controller.adfc.diagram.editor.AdfcDiagramEditor ]
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    oracle.adfinternal.view.faces.lifecycle.LifecycleImpl:Nov 01, 2013 12:01:49 PM oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _initializeTrinidadFrameBustingAppMapValue
    WARNING: The framebusting context param 'oracle.adf.view.rich.security.FRAME_BUSTING' has been deprecated. Please change your web.xml to use 'org.apache.myfaces.trinidad.security.FRAME_BUSTING' instead. The legal values are 'always', 'never', and 'differentOrigin'. If you were setting the value of 'oracle.adf.view.rich.security.FRAME_BUSTING' to 'differentDomain', then please note that you should set 'org.apache.myfaces.trinidad.security.FRAME_BUSTING' to 'differentOrigin'.
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 1.9.2
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 532
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 1.9.2
    org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler:Nov 01, 2013 12:01:53 PM org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler _parseAgentProperties
    WARNING: Not a valid @agent CSS property rule: max-version: 532
    oracle.adf.share.ADFContext:Nov 01, 2013 12:01:54 PM oracle.adf.share.ADFContext getCurrent
    WARNING: Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    For more information please enable logging for oracle.adf.share.ADFContext at FINEST level.
    Performing action Save All[ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command: [ from oracle.jdevimpl.audit.log.AuditLogPage ]
    Invoking command:
    Performing action Save All[ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command: [ from oracle.tip.tools.ide.workflow.addin.WFXmlVisualEditor ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: remove soa_shared
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: remove soa_shared
    Invoking command: Changes in Start1
    Invoking command:
    Invoking command:
    Invoking command: Move Exception Notification
    Invoking command:
    Invoking command:
    Invoking command: Changes in NotificationTask
    Invoking command: Add Activity
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Invoking command:
    Nov 01, 2013 12:36:36 PM oracle.ideimpl.index.ProjectTracker$ProjectListener invokeListener
    SEVERE: Exception in FileChangeListener oracle.bpm.fusion.repository.fs.FusionFileSystem$1
    java.lang.ClassCastException: oracle.bpm.type.TypeHandle cannot be cast to java.lang.Comparable
      at java.util.TreeMap.compare(TreeMap.java:1188)
      at java.util.TreeMap.put(TreeMap.java:531)
      at java.util.TreeSet.add(TreeSet.java:255)
      at oracle.bpm.project.catalog.bundles.ComponentBundleTypeIndex.findByPropertyValue(ComponentBundleTypeIndex.java:96)
      at oracle.bpm.project.catalog.bundles.XmlSchemaReferenceManager.fixExceptions(XmlSchemaReferenceManager.java:225)
      at oracle.bpm.project.catalog.bundles.XmlSchemaReferenceManager.addObject(XmlSchemaReferenceManager.java:84)
      at oracle.bpm.project.catalog.bundles.ServiceReferenceManager.addSynthesizedServices(ServiceReferenceManager.java:586)
      at oracle.bpm.project.catalog.bundles.ServiceReferenceManager.refresh(ServiceReferenceManager.java:124)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:985)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1242)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1238)
      at oracle.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:605)
      at oracle.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1250)
      at oracle.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
      at oracle.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
      at oracle.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
      at oracle.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
      at oracle.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
      at oracle.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
      at oracle.ideimpl.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
      at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
      at oracle.ideimpl.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
      at oracle.ideimpl.index.file.ActiveRootManager.notifyRoots(ActiveRootManager.java:150)
      at oracle.ideimpl.index.NodeTracker$TextBufferTracker.bufferChanged(NodeTracker.java:179)
      at oracle.ideimpl.index.NodeTracker$TextBufferTracker.actionPerformed(NodeTracker.java:184)
      at javax.swing.Timer.fireActionPerformed(Timer.java:312)
      at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    java.lang.ClassCastException: oracle.bpm.type.TypeHandle cannot be cast to java.lang.Comparable
      j.util.TreeMap.compare(TreeMap.java:1188)
      j.util.TreeMap.put(TreeMap.java:531)
      j.util.TreeSet.add(TreeSet.java:255)
      o.bpm.project.catalog.bundles.ComponentBundleTypeIndex.findByPropertyValue(ComponentBundleTypeIndex.java:96)
      o.bpm.project.catalog.bundles.XmlSchemaReferenceManager.fixExceptions(XmlSchemaReferenceManager.java:225)
      o.bpm.project.catalog.bundles.XmlSchemaReferenceManager.addObject(XmlSchemaReferenceManager.java:84)
      o.bpm.project.catalog.bundles.ServiceReferenceManager.addSynthesizedServices(ServiceReferenceManager.java:586)
      o.bpm.project.catalog.bundles.ServiceReferenceManager.refresh(ServiceReferenceManager.java:124)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:985)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1242)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1238)
      o.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:605)
      o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1250)
      o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
      o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:284)
      o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:195)
      o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:116)
      o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
      o.bpm.fusion.repository.fs.FusionFileSystem$1.filesChanged(FusionFileSystem.java:239)
      o.ii.index.ProjectTracker$ProjectListener.invokeListener(ProjectTracker.java:253)
      o.ii.index.ProjectTracker$ProjectListener.invokeListeners(ProjectTracker.java:243)
      o.ii.index.ProjectTracker$ProjectListener.filesChanged(ProjectTracker.java:226)
      o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:232)
      o.ii.index.file.ActiveRootManager$ActiveRootListener.invokeListeners(ActiveRootManager.java:224)
      o.ii.index.file.ActiveRootManager.notifyRoots(ActiveRootManager.java:150)
      o.ii.index.NodeTracker$TextBufferTracker.bufferChanged(NodeTracker.java:179)
      o.ii.index.NodeTracker$TextBufferTracker.actionPerformed(NodeTracker.java:184)
      jx.s.Timer.fireActionPerformed(Timer.java:312)
      jx.s.Timer$DoPostEvent.run(Timer.java:244)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:251)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:733)
      j.a.EventQueue.access$200(EventQueue.java:103)
      j.a.EventQueue$3.run(EventQueue.java:694)
      j.a.EventQueue$3.run(EventQueue.java:692)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      j.a.EventQueue.dispatchEvent(EventQueue.java:703)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      j.a.EventDispatchThread.run(EventDispatchThread.java:91)
    Message was edited by: user2610167

  • Problem with  Jdeveloper Embedded OC4J  XML parsing

    Hi all,
    I am having a problem getting jdeveloper to work well. If I use jdeveloper to build the WAR file for my app and I deploy to Tomcat, the app runs fine with no error.
    However, if I try to run my app within the jdeveloper, I get this error -
    08/06/10 19:11:10 com.ibatis.dao.client.DaoException: Error while configuring DaoManager. Cause: java.lang.RuntimeException: XML Parser Error. Cause: oracle.xml.parser.v2.XMLDOMException: invalid character [ in name
    Caused by: java.lang.RuntimeException: XML Parser Error. Cause: oracle.xml.parser.v2.XMLDOMException: invalid character [ in name
    08/06/10 19:11:10 at com.ibatis.dao.engine.builder.xml.XmlDaoManagerBuilder.buildDaoManager(XmlDaoManagerBuilder.java:112)
    08/06/10 19:11:10 at com.ibatis.dao.client.DaoManagerBuilder.buildDaoManager(DaoManagerBuilder.java:47)
    I have tried to turn off XML parsing within Jdeveloper but no luck. I don't understand why jdeveloper will be trying to implicitly parse the XML doc, and wont even do it well.
    Is there a way I can turn off Embedded OC4J XML parsing ? and let it just use the parser in the application ? I mean Tomcat works fine with this application.
    Please help !

    I think maybe you use wrong adf lib when deploying your project to the OC4J.
    You can update your oc4j in the jdev.[JDEV->Tools->ADF Runtime Installer-> Standalone OC4J].
    Good luck
    Hart

  • Check out TopLink integration with JDeveloper 10g

    I just thought you might want to get a look at the upcoming integration of TopLink and Oracle JDeveloper 10g.
    You can download the JDeveloper 10g preview now and play with it.
    See demo: http://otn.oracle.com/products/jdev/viewlets/905p_adf_toplink/toplinkEditor_viewlet_swf.html
    and follow the tutorial:
    http://otn.oracle.com/products/jdev/collateral/prodtour10g.html

    John,
    "1) When I did this last step, it created a new set of 'Offline Database Objects'. It would be nice not to have to redirect the new classes at my original objects or create a new diagram from the new objects. (I would like to bae able to get rid of one set of Database Objects.)"Currently, you are running into the issue since you already have offline tables that you are using to create online tables. You then are creating Java objects from online tables. Each time you create Java Objects from online tables, offline tables are created and cached with the project; the generator is not smart to recognize whether these tables exist offline.
    That's a great suggestion and we already have this under consideration for future release. What you are asking is the ability to generate Java Objects from offline tables.
    �2) The Database Objects that were created when I generated the classes all have the schema name prepended. My original Database Objects have the 'package' prepended. I would like my Java classes to map to unqualified tablenames.�Another great suggestion; we have already taken this into consideration for this release.
    �Also, can I model sequences for my tables and have those automatically generated along with the tables and constraints? �You can always create a SEQUENCE table offline or online (on the database; see connections tab) in Jdeveloper and then use it in the TopLink mapping editor with your data model. Let me know if you need more info on it.
    �Is there a place I can modify the default datatype to java type mappings? For example, what if I would prefer my classes to be generated with BigDecimal attributes instead of Double? �Yet another great suggestion, we will keep it in mind for future release.

  • Problems with AS 10g and OID

    Hello everyone,
    we got problems with starting OC4J_bi_forms component in AS control.
    database: 10g R2 (10.2.0.1)
    forms and reports: 10g (10.1.2.0.2.)
    designer: 10g (10.1.2.0.2.)
    1. we tried to start component in AS control but we get this error:
    The following components were not started:
    OC4J : home - time out while waiting for a managed process to start
    OC4J : OC4J_BI_Forms - time out while waiting for a managed process to start
    OC4J : OC4J_Portal - time out while waiting for a managed process to start
    For more information, look at the logs using the related link below.
    Related Link Error Logs
    2. then we check the error file that describes problems with OID:
    Error displaying Log Files page. Failed to initialize configuration management user session.. The OracleAS Repository API threw an exception when obtaining the connect string to the Metadata Repository
    Resolution:
    Check the exception thrown by the Repository API for resolution information.
    Some common causes of this problem are as follows:
    OID is not running or unavailable
    the ias.properties file is misconfigured with incorrect OID connection information
    OID permissions are incorrectly defined
    Base Exception:
    oracle.ias.repository.schema.SchemaException
    Unable to establish connection to the Oracle Internet Directory Server ldap://server_xy:389/. Base Exception : javax.naming.CommunicationException: server_xy:389 [Root exception is java.net.ConnectException: Connection refused: connect]. Unable to establish connection to the Oracle Internet Directory Server ldap://server_xy:389/. Base Exception : javax.naming.CommunicationException: server_xy:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    3. we check the status with opmnctl status, all components are down
    4. then we tried to start components manually with opmnctl stopall/startall
    but the problem isn't solved.
    Any help?

    hello Jacco,
    thank you very much for your help, we are now able to start oc4j_bi_forms.
    We follow your advice, at the end we had to change ODS password with oidpasswd to ias_admin password.
    Now all components are started.
    We now must solve only one problem:
    All AS components are started, but when in Application Server Control we click link for
    J2EE Applications we get this error:
    An error was encountered while loading page. Failed to initialize configuration management user session.. The OracleAS Repository API threw an exception when obtaining the connect string to the Metadata Repository
    Resolution:
    Check the exception thrown by the Repository API for resolution information.
    Some common causes of this problem are as follows:
    OID is not running or unavailable
    the ias.properties file is misconfigured with incorrect OID connection information
    OID permissions are incorrectly defined
    Base Exception:
    oracle.ias.repository.schema.SchemaException
    Unable to establish connection to the Oracle Internet Directory Server ldap://server_xy:389/. Base Exception : javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]. Unable to establish connection to the Oracle Internet Directory Server ldap://server_xy:389/. Base Exception : javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
    Thanks for your help one more time.

  • Problem with Deleting in ADF

    I am ysing JDeveloper 10g v.10.1.2
    Mr.Steven
    When you do step by step of how Deleting in ADF , it is not deleting right away.
    Is there any solution you have it .
    I do this but it is not work ( maybe there is changing in the new version of JDeveloper 10g v.10.1.2 )
    http://www.oracle.com/technology/obe/obe9051jdev/adfworkshop/buildingadfapplicationsworkshop.htm

    let`s give you what i did :
    I adding two dataPage ,First one for browse employee and second one for deleting an employee .
    So, i did same what is write in a bove link for deleting
    but when i run it :
    first browse the employee
    Then when click the link of delete it is go to DataPage that`s name( Delete employee) .So , when click the button delete
    it is return to the first DataPage(browse employee)
    and you will see that row is deleting but when go to the DataBase
    you will see the row not Deleting.

  • Problem with PPR in ADF

    I have a problem with Partial Page Refreshing in ADF faces. what my requirement is I have Table with two cells. One cell contains the ADF Tree component. This tree component can expand their children. If you click any of the tree component then the details of that component displayed on the another cell. I want to display contents with out refreshing the entire page.

    let`s give you what i did :
    I adding two dataPage ,First one for browse employee and second one for deleting an employee .
    So, i did same what is write in a bove link for deleting
    but when i run it :
    first browse the employee
    Then when click the link of delete it is go to DataPage that`s name( Delete employee) .So , when click the button delete
    it is return to the first DataPage(browse employee)
    and you will see that row is deleting but when go to the DataBase
    you will see the row not Deleting.

Maybe you are looking for

  • Excel output file size is large - How to make it small in size?

    Hi, An Excel file out put is too large when I get it from application. If I copy and paste the same content in an excel sheet , the size is too small. How can I fix this? Excel output size from application - 12.4 MB - 4500 records copy paste file siz

  • Custom Field In User Registration Portal

    Hello, Is there a way I can add a custom field during user password registration in FIM 2010 R2? I want to have a field to set a User PIN where user can enter a value and it can be used in future by user or helpdesk when user is not able to answer ot

  • All of my titles, themes and generators seem to be completely missing from Final cut pro x. Do you know how to get them back?

    All of my titles, themes and generators seem to be completely missing from Final cut pro x. Do you know how to get them back?

  • Error during MIRO posting

    Hi, I've the following message error dring invoice verification: Balance in transaction currency Message no. F5702 Diagnosis A balance has occurred in transaction currency 'EUR' with the following details: Exchange rate '00', amount '1,00' and curren

  • Gallery movies will not play.

    Hi, Using iLife '08, i have published some movies and pictures on my iPhoto gallery. All my friends and family can view the movies with no problems on their computers. If i try to view my gallery via Safari or another web browser i get a message that