Issue on Jdeveloper webcenter extension

Hi,
I'm new in Jdeveloper Studio....
I've downloaded JDeveloper 11.1.2.0.0 and I want to download the webcenter extension with the tool "chech for updates".
But i can't find it in the 3 update centers...
Can someone help me ? I try to do the Tutorial for Oracle WebCenter Developers 11g...
Thx a lot !

chk this
http://www.oracle.com/technetwork/developer-tools/jdev/shermanrelnotes-405777.html#intro
1) There is no design-time or runtime support for SOA, BPM, and WebCenter components in 11g Release 2. if you want to use you have to use jdev 11.1.1.5

Similar Messages

  • Applying standalone OPatch to WebCenter extensions in JDeveloper

    Has anyone here succesfully applied any patches for the 11g JDeveloper WebCenter extensions using OPatch on Windows?
    Whenever I try this my OPatch seems succesful, I can see the patches .class or .js files (whatever files are patched) in the .jar or .war archives in
    C:\Oracle\Middleware\jdeveloper\webcenter\modules\oracle.webcenter.framework_11.1.1
    Yet, when I run my Integrated WebLogic Server the changed classes are not found and I run into NoClassDefFoundErrors or other failures.
    However if I put the files from the patch in the correct archives myself everything works fine. Any ideas?

    No. I have tried all the possibilities, but it is still not working.
    I am the only user for my PC and, i have even tried runnig the server in admin mode as you suggested. rightclick on startWebLogic.cmd and run as administrator
    If the procedure is wrong, please suggest another way.
    I have another problem in addition to this. The model project is not being saved to the harddrive. If i create stuff in the model project it only lasts till i close the JDev, once i open it again, everything is lost.

  • New version of JDeveloper's WebCenter extension

    A few weeks ago a new version of the JDeveloper's extension "WebCenter Framework and Services Design Time" (version 11.1.1.3.0.100818.2200) was published. It replaces the version 11.1.1.3.0.100707.1000 of this extension, which was published in the beginning of 2010. I suppose that the new version features both designtime and runtime improvements. However, I cannot find for download a corresponding new version of WebCenter Suite 11g 11.1.1.3 in order to updade my WebCenter domains too. Do I miss something or the new extension features only designtime improvements so I do not need to upgrade my production WebCenter domain runtime?

    I think you only can download those updates from oracle support and not from otn.
    If you wish to have the latest version, you will need to reinstall webcenter.
    THose minor updates are released as patchsets from oracle support that are only available for people who bought the licence and are paying for support.

  • Downgrading JDeveloper: Uninstalling Webcenter Extension

    Hello,
    I'm using JDeveloper 11g release 1.
    I installed WebCenter Extensions but now trying to uninstall them; can't find a direct way to do that.
    I tried going to <b>Tools --> Preferences --> Extensions</b> , then disabling the Webcenter extensions, restarting JDeveloper, but still when I try to open an old (non-webcenter) application:
    1) a pop-up tells me it will be <b>migrated</b>
    2) and when attempting to deploy it to Weblogic I face a weird exception:
    <b>A Generic exception occurred during loading Customizations.
    MDS-00039: error while attempting to parse the document /model/VO/QSearchVO.xml using SAX.
    Start of root element expected.
    Start of root element expected.
    Unexpected exception caught: java.lang.NullPointerException, msg=null </b>
    I'm assuming my way of "Downgrading" of JDeveloper is not correct. Any tips??
    Thank you in advance!

    Hi
    Because of this stuck thread I cannot access the console. I tried to place it under the <server> tag in config.xml but I got an error about the validation of the configuration file.
      <server>
        <name>DefaultServer</name>
        <listen-port>
          7101
        </listen-port>
        <listen-address/>
        <tunneling-enabled>true</tunneling-enabled>
        <server-diagnostic-config>
          <name>DefaultServer</name>
          <diagnostic-context-enabled>true</diagnostic-context-enabled>
        </server-diagnostic-config>
        <stuck-thread-max-time>180</stuck-thread-max-time>
      </server>

  • Performance issue with Jdeveloper

    Hi Guys,
    I am experiencing strange performance issue with Jdeveloper 10.1.3.3.0.4157. There are many other threads regarding the performance issue in this forum, but the problem I have is a little bit different.
    I have two computers: one is Athlon 3200+ with Vista and another one is P4 dual core 6400 with XP (service pack 2). Both of them have 2GB memory.
    I am running the same simple project on both computer, but only the one with Vista has the problem. The problem is very similar to the problem mentioned in the thread:
    Re: IDE has become extremely slow?
    But it's much worse. It only happens only on JSF pages. Basically, any operations on the JSF pages are very slow. Loading the page, changing the attributes of a button in source editor, or even clicking the items in the design view take forever to run.
    The first weird thing is that it may use 100% CPU, but it never recover, which means the 100% CPU usage never stops or when it stops, the Jdeveloper stops responding.
    The second weird thing is that the project is not big. Actually, it's very small. The problem started to happen since last week. There are not big changes during the period. The only thing I can say is that we created two more JSF pages.
    The third weird thing is that the same project never happened on the P4+XP box. When I open the project on the P4+XP box, it’s always fast and no CPU spike.
    Any advises are welcome!
    Thanks,
    Steven

    Hi Guys,
    I re-made a simple test project for this problem and now I now always reproduce the problem in JDeveloper on both system (XP & Vista). Everytime I open this jspx file in the source editor and try to scroll up/down the source file, or manually delete an attribute, JDeveloepr will hang and the CPU usage is 0%.
    Here is the content of the test file:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <afh:html binding="#{backing_streettypedetail.html1}" id="html1">
    <afh:head title="streettypedetail"
    binding="#{backing_streettypedetail.head1}" id="head1">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body binding="#{backing_streettypedetail.body1}" id="body1">
    <af:messages binding="#{backing_streettypedetail.messages1}"
    id="messages1"/>
    <h:form binding="#{backing_streettypedetail.form1}" id="form1">
    <af:panelForm binding="#{backing_streettypedetail.panelForm1}"
    id="panelForm1">
    <af:inputText value="#{bindings.streetTypeID.inputValue}"
    label="#{bindings.streetTypeID.label}"
    required="#{bindings.streetTypeID.mandatory}"
    columns="#{bindings.streetTypeID.displayWidth}"
    binding="#{backing_streettypedetail.inputText1}"
    id="inputText1">
    <af:validator binding="#{bindings.streetTypeID.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.description.inputValue}"
    label="#{bindings.description.label}"
    required="#{bindings.description.mandatory}"
    columns="#{bindings.description.displayWidth}"
    binding="#{backing_streettypedetail.inputText2}"
    id="inputText2">
    <af:validator binding="#{bindings.description.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.abbr.inputValue}"
    label="#{bindings.abbr.label}"
    required="#{bindings.abbr.mandatory}"
    columns="#{bindings.abbr.displayWidth}"
    binding="#{backing_streettypedetail.inputText3}"
    id="inputText3">
    <af:validator binding="#{bindings.abbr.validator}"/>
    </af:inputText>
    <f:facet name="footer">
    <h:panelGroup binding="#{backing_streettypedetail.panelGroup1}"
    id="panelGroup1">
    <af:commandButton text="Save"
    binding="#{backing_streettypedetail.saveButton}"
    id="saveButton"
    actionListener="#{bindings.mergeEntity.execute}"
    action="#{userState.retrieveReturnNavigationRule}"
    disabled="#{!bindings.mergeEntity.enabled}"
    partialSubmit="false">
    <af:setActionListener from="#{true}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    <af:commandButton text="Cancel"
    binding="#{backing_streettypedetail.cancelButton}"
    action="#{userState.retrieveReturnNavigationRule}"
    id="cancelButton">
    <af:setActionListener from="#{false}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    </h:panelGroup>
    </f:facet>
    </af:panelForm>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_streettypedetail-->
    </jsp:root>
    Can anybody take a look at the file and let me know what's wrong with it?
    Thanks in advance.
    Steven

  • Connect a database to jdeveloper webcenter suite

    Hi, i got some problems, maybe because i'm a beginer.
    I am creating with jdeveloper webcenter suite, a web portal. I learn that i need to connect my web in to a database to can run and try to use my web portal. Now, i'm trying to create a database in my computer, i do it with databse oracle 10g express edition, that is correct? i have to create something? any body knows any tutorial to help me how to create and connect a database to my project? it is easy?
    thanyou very much
    Valenti, from Barcelona
    Edited by: user11933068 on 06-oct-2009 0:48

    Hi,
    wrong forum, try
    WebCenter Portal
    Frank

  • Error when I startup JDev with Webcenter extension

    I'm using JDev Studio Edition Version 11.1.1.5.0 and when I start JDEV I get this error. I ignore the error and select to continue but I don't know if it could have an impact on my development.
    Aug 24, 2011 8:06:32 AM oracle.webcenter.portal.dt.config.PortalConfigUtil getPageTemplateFromConfig
    SEVERE:
    java.lang.NullPointerException
         at oracle.webcenter.portal.dt.config.PortalConfigUtil.getPageTemplateFromConfig(PortalConfigUtil.java:69)
         at oracle.webcenter.portal.dt.config.PortalConfigUtil.getDefaultPageTemplate(PortalConfigUtil.java:55)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.webcenter.portalframework.sitestructure.preference.PortalPreferences.getDefaultPageTemplate(PortalPreferences.java:482)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adfdt.view.rich.util.ExpressionEvaluationUtils.evaluate(ExpressionEvaluationUtils.java:106)
         at oracle.adfdt.view.rich.util.ExpressionEvaluationUtils.evaluate(ExpressionEvaluationUtils.java:38)
         at oracle.adfdtinternal.view.rich.pagelayout.dynamic.DynamicPageTemplateUtils._getViewIdFromString(DynamicPageTemplateUtils.java:94)
         at oracle.adfdtinternal.view.rich.pagelayout.dynamic.DynamicPageTemplateUtils.getViewIdFromPageTemplate(DynamicPageTemplateUtils.java:50)
         at oracle.adfdtinternal.view.rich.pagelayout.grammar.PageLayoutElementDefProvider.getFixedAttributeElementDef(PageLayoutElementDefProvider.java:71)
         at oracle.bali.xml.grammar.resolver.GrammarResolver.getFixedAttributeElementDef(GrammarResolver.java:163)
         at oracle.bali.xml.metadata.DerivedXmlKey.createElementKey(DerivedXmlKey.java:125)
         at oracle.bali.xml.model.ModelValidationContext.performAdditionalValidation(ModelValidationContext.java:84)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:378)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:349)
         at oracle.bali.xml.validator.Validator.validateDocument(Validator.java:141)
         at oracle.bali.xml.validator.Validator.validateSubtree(Validator.java:85)
         at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3173)
         at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3104)
         at oracle.bali.xml.model.XmlModel.__initializationComplete(XmlModel.java:2479)
         at oracle.bali.xml.model.XmlContext._initializeModel(XmlContext.java:307)
         at oracle.bali.xml.model.XmlContext._setSourceModel(XmlContext.java:2127)
         at oracle.bali.xml.model.XmlContext.setModel(XmlContext.java:325)
         at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1533)
         at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1487)
         at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:172)
         at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:207)
         at oracle.bali.xml.addin.XMLEditorAddin._getXmlContext(XMLEditorAddin.java:1023)
         at oracle.bali.xml.addin.XMLEditorAddin.createPlugins(XMLEditorAddin.java:865)
         at oracle.ide.ceditor.CodeEditor.installPluginsRegistered(CodeEditor.java:2196)
         at oracle.ide.ceditor.CodeEditor.initializeEditor(CodeEditor.java:2099)
         at oracle.ide.ceditor.CodeEditor.setContext(CodeEditor.java:1420)
         at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:161)
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:95)
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:195)
         at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:409)
         at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:969)
         at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1959)
         at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:406)
         at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:430)
         at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:2022)
         at oracle.ide.layout.Layouts.activate(Layouts.java:814)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:195)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:728)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    To my best knowledge the message reads that you are missing a page template. So, unless you use this page template in your application/spaces, you should be OK. However, it also indicates that something went wrong WebCenter extension installation (it is probably one of standard page templates), so I'd be a bit worried what else could be wrong (concerning WebCenter Framework).
    Have you tried to reinstall the extension?

  • Oracle9i JDeveloper OA Extension 9.0.3.8

    Can any one help me where i can download the Oracle9i JDeveloper OA Extension 9.0.3.8. I dont have meta link and in oracle site i dont find the Jdeveloper 9i version.
    Thanks.

    Its available only through the metalink. And believe me that without a metalink id, working in oracle tech, specially Apps, will be very difficult.
    --Shiv                                                                                                                                                                                                                                                                                                                           

  • Unable to install JDeveloper Accelerator extensions in jdeveloper

    The JDeveloper Accelerator extension resides on the Oracle Technology Network (OTN).
    Below are the steps which I found for installing JDeveloper Accelerator extensions:
    1.     Download JDeveloper Studio Edition from the System Assurance Center.
    2.     Start JDeveloper.
    3.     From the Help menu, click Check for Updates.
    4.     On the Welcome screen, click Next.
    5.     On the 1 of 3: Source screen, click Add.
    6.     In the Name field, type Business Accelerator Authoring Tools.
    7.     In the location field, enter
    http://jde.oracle.com/deploy/AcceleratorAuthoring/jdevupdatecenter.xml
    8.     Click OK.
    9.     On the step 2 of 3: Updates screen click Business Accelerator Authoring Tools.
    10.     Click Next.
    11.     On the Summary screen, click Finish.
    I followed exactly the same steps. But, after step 8, I don’t see any updates on the Updates Screen. Screen shots attached.
    Any help would be greatly appreciated.
    Thank you..

    Hi,
    you want to post this question to Oracle internal. The server you reference is Oracle internal only and the extension most likely too. In addition, the link doesn't work indicating that there referenced server is no longer. So better to identify the owner of this extension and contact him /her
    Frank

  • Which Companion Version for WebCenter Extensions in JDeveloper 11.1.1.5

    My firm is using SOA Suite 11.1.1.5 for a variety of services which requires JDeveloper Studio 11.1.1.5. However, my firm also develops applications using ADF / WebCenter (currently 11.1.1.4, soon to be 11.1.1.6). While trying to experiment with a simple WebCenter application in JDeveloper and run a simple one-page test using the Integrated WebLogic domain within JDeveloper, the script used to "extend" that integrated WebLogic domain fails to execute successfully, stating extension JAR oracle.wc_adrs_template_11.1.1.jar is missing.
    That JAR is provided by the WebCenter Suite JDeveloper Extension which is provided as part of the "Fusion Middleware Companion". I went to http://edelivery.oracle.com, drilled into Fusion Middleware 11g for my platform (Linux x86-64) then selected the 11.1.1.5 version of the "Companion". (I also downloaded the 11.1.1.6 version as well, more on that in a second...)
    I unzipped the archive of the 11.1.1.5 companion, drilled into the Disk1/SmartUpgrade directory, then unzipped the WLsmartupgrade.zip archive, then copied jdeveloper_smartupgrade.zip to a folder on my Windows Vista machine used to run JDeveloper. I then started JDeveloper, went to Help | Check for Updates... then chose "Install from Local File" as the source and browsed to the location of the jdeveloper_smartupgrade.zip file and selected it.
    The following compatibility errors were displayed:
    Extension Required Version Installed
    oracle.toplink min=11.1.1.1.0, max=11.1.1.4.99 11.1.1.5.37.60.13
    oracle.jdeveloper min=11.1.1.1.0, max=11.1.1.4.99 11.1.1.5.37.60.13
    Ooooooookay, so how about the 11.1.1.6 "companion"? I unpacked that archive, extracted its version of jdeveloper_smartupgrade.zip to a directory, then attempted to load that patch within JDeveloper 11.1.1.5 and encountered the following compatibility errors:
    Extension Required Version Installed
    oracle.toplink min=11.1.2.0, max=11.1.2.99 11.1.1.5.37.60.13
    oracle.jdeveloper min=11.1.2.0, max=11.1.2.99 11.1.1.5.37.60.13
    In short, the "companion" content labeled 11.1.1.5 requires extension versions TOO LOW for the default extensions installed as part of the 11.1.1.5.x build of JDeveloper. The "companion" content labeled 11.1.1.6 requires extension versions TOO HIGH for the default extensions installed as part of the 11.1.1.5.x build of JDeveloper.
    Is there some other patch file somewhere that is compatible with the 11.1.1.5.37.60.13 versions of these other extensions? Again, it is NOT clear to me that upgrading JDeveloper from 11.1.1.5 to a newer version will maintain compatibility with the existing SOA Suite infrastructure I also need to interact with.
    Thanks.

    Thanks for your answer.
    My Requirements are:
    1) Develope a stand alone ADF FACES(JSF 2.0) application
    2) Develope a Portal using webcenter- We need to implement portlets by taking some of the functonality that was implemented in section (1) and use the Portlet-JSF bridge to create the portlets.
    Basically, we need to support JSF 2.0 standart.
    As I understood I must use the JDeveloper 11.1.2 version as it support the JSF 2.0. but what about the Webcenter and the Portlet-JSF bridge to support JSF 2.0 ?
    I will be happy to get a clarification for those requirments.
    Thanks a lot !
    Eli

  • Issue with Jdeveloper when import the extension for Code Compliance Inspector

    With Jdeveloper 11.1.1.7 oracle provides a new feature CCI.
    I have imported the CCI in my jdeveloper
    but when i try to check any of the code a pop up comes up with the below error
    org.apache.xerces.dom.ElementNSImpl.setUserData(Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/Object;
    Please let me know if any one have faced this issue earlier and have a resolution.

    I am having the same issue. I have imported Code Compliance Inspector and when I try to run it I am getting the following error,
    org.apache.xerces.dom.ElementNSImpl.setUserData(Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/Object;
    I am having the same problem on Jdeveloper on my host and on Jdeveloper inside an Oracle Linux Virtual Machine  as well.  Has anyone else experienced this? From what I ahve read so far, when this error appears in other applications it appears to be something to do with Xerces causing a classpath confilict

  • GDK in JDeveloper / WebCenter 10G - Issue With Demo Code

    Hi all,
    I'm trying to understand the GDK by developing the GDK Shop application referred to in the following article:
    http://www.oracle.com/technology/obe/obe10gdb/develop/gdk/gdk.htm
    Initially (steps 1 & 2), the application was failing to come up (page not found error) - checking the logs showed no exceptions being thrown. However, including the oi18n*.jar files from the pre-built GDK Demo application in the project resolved this error.
    When I get to Step 6 (Detecting the User-Preferred Locale), the application fails displaying the following error trace:
    java.lang.RuntimeException
    at oracle.i18n.demo.obe.gdkshop.AuthFilter.doFilter(AuthFilter.java:77)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    The addition of the DBLocaleSource.java file within the project seems to be the source of this problem. However, the log files do not give me any more info.
    Your thoughts?
    Thanks,
    Abhishek.

    Hi all,
    I'm trying to understand the GDK by developing the GDK Shop application referred to in the following article:
    http://www.oracle.com/technology/obe/obe10gdb/develop/gdk/gdk.htm
    Initially (steps 1 & 2), the application was failing to come up (page not found error) - checking the logs showed no exceptions being thrown. However, including the oi18n*.jar files from the pre-built GDK Demo application in the project resolved this error.
    When I get to Step 6 (Detecting the User-Preferred Locale), the application fails displaying the following error trace:
    java.lang.RuntimeException
    at oracle.i18n.demo.obe.gdkshop.AuthFilter.doFilter(AuthFilter.java:77)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    The addition of the DBLocaleSource.java file within the project seems to be the source of this problem. However, the log files do not give me any more info.
    Your thoughts?
    Thanks,
    Abhishek.

  • Issue with JDeveloper 11.1.1.5.1

    Hi guys,
    I recently installed JDeveloper version 11.1.1.5.1 by reading the chapter 2 of this Fusion Application Developer's Guide [http://download.oracle.com/docs/cd/E15586_01/fusionapps.1111/e15524.pd] and setup up Integrated WebLogic Server accoding the instructions. But since the domain setup of WebLogic Server its throwing several errors and warnings while launching.
    Following is the log
    starting weblogic with Java version:
    <MessageLocalizationHelper> <getLocalizedMessage> The resource for bundle "oracle.apps.fnd.applcore.diagnostics.resource.DiagnosticsBundle" with key "DiagnosticsConfigMXBean.getSpecificValidationStatus" cannot be found.
    <MessageLocalizationHelper> <getLocalizedMessage> The resource for bundle "oracle.jrf.i18n.MBeanMessageBundle" with key "oracle.jrf.JRFServiceMBean.checkIfJRFAppliedOnMutipleTargets" cannot be found.
    <Sep 30, 2011 5:06:05 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\jdeveloper\ecsf\modules\oracle.ecsf_11.1.1\oracle.ecsf.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:05 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\jdeveloper\ecsf\modules\oracle.ecsf_11.1.1\oracle.ecsf.service.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:07 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\jaxrs-framework-web-lib\829i9k/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:07 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oracle.bi.integration.adf [LibSpecVersion=1.0,LibImplVersion=11.1.1]' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160145]Failed to deploy library Extension-Name: oracle.bi.integration.adf, Specification-Version: 1, Implementation-Version: 11.1.1.2.0, because of conflicting library Manifest values, and library information registered with the server: [Implementation-Version: 11.1.1.2.0 vs. 11.1.1]. Check the library"s MANIFEST.MF file, and correct version info there to match server settings. Or undeploy the misconfigured library..
    weblogic.application.library.LibraryDeploymentException: [J2EE:160145]Failed to deploy library Extension-Name: oracle.bi.integration.adf, Specification-Version: 1, Implementation-Version: 11.1.1.2.0, because of conflicting library Manifest values, and library information registered with the server: [Implementation-Version: 11.1.1.2.0 vs. 11.1.1]. Check the library"s MANIFEST.MF file, and correct version info there to match server settings. Or undeploy the misconfigured library.
         at weblogic.application.internal.library.LibraryDeploymentFactory.getLibData(LibraryDeploymentFactory.java:113)
         at weblogic.application.internal.library.LibraryDeploymentFactory.createDeployment(LibraryDeploymentFactory.java:48)
         at weblogic.application.internal.DeploymentManagerImpl.createDeployment(DeploymentManagerImpl.java:84)
         at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:149)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:114)
         Truncated. see log file for complete stacktrace
    >
    <Sep 30, 2011 5:06:10 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\jdeveloper\atgpf\modules\oracle.applcp.model_11.1.1\oracle.applcp.model.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:16 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.as.scheduler.platform.wls.deploy.ESSApplicationLifecycleListener is ignored because the application ESSAPP is not versioned.>
    <Sep 30, 2011 5:06:19 PM IST> <Warning> <Connector> <BEA-190155> <Compliance checking/validation of the resource adapter C:\Oracle\Middleware\jdeveloper\ess\archives\ess-app\ess-ra.rar resulted in the following warnings:
    The ra.xml <resourceadapter-class> class 'oracle.as.scheduler.adapter.ra.RAImpl' should implement java.io.Serializable but does not.>
    <Sep 30, 2011 5:06:20 PM IST> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract void oracle.as.scheduler.RuntimeService.updateRequestParameter(oracle.as.scheduler.RuntimeServiceHandle,long,java.lang.String,java.lang.Object) throws oracle.as.scheduler.RequestNotFoundException,oracle.as.scheduler.ValidationException,oracle.as.scheduler.RuntimeServiceException' in EJB 'RuntimeServiceBean' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'RuntimeServiceBean' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Sep 30, 2011 5:06:20 PM IST> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract void oracle.as.scheduler.RuntimeService.setRequestParameter(oracle.as.scheduler.RuntimeServiceHandle,long,java.lang.String,java.lang.Object) throws oracle.as.scheduler.RequestNotFoundException,oracle.as.scheduler.ValidationException,oracle.as.scheduler.RuntimeServiceException' in EJB 'RuntimeServiceBean' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'RuntimeServiceBean' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Sep 30, 2011 5:06:20 PM IST> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.util.Enumeration oracle.as.scheduler.MetadataService.filterByPermission(oracle.as.scheduler.MetadataServiceHandle,java.util.Enumeration,oracle.as.scheduler.security.MetadataPermission$Action[]) throws oracle.as.scheduler.MetadataServiceException' in EJB 'MetadataServiceBean' contains a parameter of type: 'java.util.Enumeration' which is not Serializable. Though the EJB 'MetadataServiceBean' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Sep 30, 2011 5:06:24 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.ecsf\dyxwqt/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:24 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.ecsf\dyxwqt/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:24 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.applcp.model\f7pg9o/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:24 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.applcp.model\f7pg9o/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:24 PM IST> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.common.resource, referenced from: C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.webcenter.framework\owur7d]. Make sure the referenced optional package has been deployed as a library.>
    <Sep 30, 2011 5:06:29 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.as.scheduler.platform.wls.deploy.ESSApplicationLifecycleListener is ignored because the application EssCentralUiApp is not versioned.>
    <JpsDstCredential> <setCredential> Cannot migrate credential folder/key EssCentralUIApp.oracle.apps.applcp.centralui/anonymous#FusionAppsContentRepositoryExtApp_SHARED.Reason oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: The credential with map EssCentralUIApp.oracle.apps.applcp.centralui and key anonymous#FusionAppsContentRepositoryExtApp_SHARED already exists..
    <Sep 30, 2011 5:06:30 PM IST> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract void oracle.as.scheduler.RuntimeService.updateRequestParameter(oracle.as.scheduler.RuntimeServiceHandle,long,java.lang.String,java.lang.Object) throws oracle.as.scheduler.RequestNotFoundException,oracle.as.scheduler.ValidationException,oracle.as.scheduler.RuntimeServiceException' in EJB 'RuntimeServiceBean' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'RuntimeServiceBean' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Sep 30, 2011 5:06:30 PM IST> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract void oracle.as.scheduler.RuntimeService.setRequestParameter(oracle.as.scheduler.RuntimeServiceHandle,long,java.lang.String,java.lang.Object) throws oracle.as.scheduler.RequestNotFoundException,oracle.as.scheduler.ValidationException,oracle.as.scheduler.RuntimeServiceException' in EJB 'RuntimeServiceBean' contains a parameter of type: 'java.lang.Object' which is not Serializable. Though the EJB 'RuntimeServiceBean' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Sep 30, 2011 5:06:30 PM IST> <Warning> <EJB> <BEA-012035> <The Remote interface method: 'public abstract java.util.Enumeration oracle.as.scheduler.MetadataService.filterByPermission(oracle.as.scheduler.MetadataServiceHandle,java.util.Enumeration,oracle.as.scheduler.security.MetadataPermission$Action[]) throws oracle.as.scheduler.MetadataServiceException' in EJB 'MetadataServiceBean' contains a parameter of type: 'java.util.Enumeration' which is not Serializable. Though the EJB 'MetadataServiceBean' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Sep 30, 2011 5:06:31 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\jaxrs-framework-web-lib\829i9k\WEB-INF\web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:40 PM IST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\tmp\_WL_user\jaxrs-framework-web-lib\829i9k\WEB-INF\web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Sep 30, 2011 5:06:47 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application AppsLoggerService is not versioned.>
    log4j: Trying to find [log4j.xml] using context classloader weblogic.utils.classloaders.ChangeAwareClassLoader@c54366 finder: weblogic.utils.classloaders.CodeGenClassFinder@8001b annotation: consoleapp@console.
    log4j: Trying to find [log4j.xml] using weblogic.utils.classloaders.GenericClassLoader@11c5bb0 finder: weblogic.utils.classloaders.CodeGenClassFinder@1d021b6 annotation: consoleapp@ class loader.
    log4j: Trying to find [log4j.xml] using ClassLoader.getSystemResource().
    log4j: Trying to find [log4j.properties] using context classloader weblogic.utils.classloaders.ChangeAwareClassLoader@c54366 finder: weblogic.utils.classloaders.CodeGenClassFinder@8001b annotation: consoleapp@console.
    log4j: Using URL [zip:C:/Oracle/MIDDLE~1/WLSERV~1.3/server/lib/consoleapp/webapp/WEB-INF/lib/console.jar!/log4j.properties] for automatic log4j configuration.
    log4j: Reading configuration from URL zip:C:/Oracle/MIDDLE~1/WLSERV~1.3/server/lib/consoleapp/webapp/WEB-INF/lib/console.jar!/log4j.properties
    log4j: Parsing for [root] with value=[WARN, stdout].
    log4j: Level token is [WARN].
    log4j: Category root set to WARN
    log4j: Parsing appender named "stdout".
    log4j: Parsed "stdout" options.
    log4j: Parsing for [org.apache.struts.validator] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category org.apache.struts.validator set to ERROR
    log4j: Handling log4j.additivity.org.apache.struts.validator=[null]
    log4j: Parsing for [com.bea.console.utils.MBeanUtils] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.utils.MBeanUtils set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.utils.MBeanUtils=[null]
    log4j: Parsing for [com.bea.console.utils.ConsoleMessagesBackingFile] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.utils.ConsoleMessagesBackingFile set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.utils.ConsoleMessagesBackingFile=[null]
    log4j: Parsing for [org.apache.beehive.netui.pageflow.internal.AdapterManager] with value=[FATAL].
    log4j: Level token is [FATAL].
    log4j: Category org.apache.beehive.netui.pageflow.internal.AdapterManager set to FATAL
    log4j: Handling log4j.additivity.org.apache.beehive.netui.pageflow.internal.AdapterManager=[null]
    log4j: Parsing for [org.apache] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category org.apache set to ERROR
    log4j: Handling log4j.additivity.org.apache=[null]
    log4j: Parsing for [com.bea.console.actions.BaseConsoleAction] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.actions.BaseConsoleAction set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.actions.BaseConsoleAction=[null]
    log4j: Parsing for [com.bea.console.actions] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.actions set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.actions=[null]
    log4j: Parsing for [com.bea.console.actions.messages.MessagesAction] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.actions.messages.MessagesAction set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.actions.messages.MessagesAction=[null]
    log4j: Parsing for [com.bea.console.utils.MBeanChangeManager] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.utils.MBeanChangeManager set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.utils.MBeanChangeManager=[null]
    log4j: Parsing for [org.apache.beehive.netui.pageflow.scoping.internal] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category org.apache.beehive.netui.pageflow.scoping.internal set to ERROR
    log4j: Handling log4j.additivity.org.apache.beehive.netui.pageflow.scoping.internal=[null]
    log4j: Parsing for [com.bea.console.utils] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.utils set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.utils=[null]
    log4j: Parsing for [com.bea.console.internal] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.internal set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.internal=[null]
    log4j: Parsing for [com.bea.console.utils.MasterControlProgram] with value=[ERROR].
    log4j: Level token is [ERROR].
    log4j: Category com.bea.console.utils.MasterControlProgram set to ERROR
    log4j: Handling log4j.additivity.com.bea.console.utils.MasterControlProgram=[null]
    log4j: Finished configuring.
    <Logger> <error> ServletContainerAdapter manager not initialized correctly.
    <MBeanAttributeInfoMappingMetaData> <<init>> No annotation should be put on attribute mutator parameter "public abstract void oracle.adf.mbean.share.connection.ess.EssConnectionMXBean.setRequestFileDirectory(java.lang.String)".
    <MBeanAttributeInfoMappingMetaData> <<init>> No annotation should be put on attribute mutator parameter "public abstract void oracle.adf.mbean.share.connection.ess.EssConnectionMXBean.setFilePersistenceMode(java.lang.String)".
    <ADFContext> <getCurrent> 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().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    <null> <null> Namespace mapping for "/oracle/webcenter/lifecycle/importexport" is overridden by namespace mapping for "/oracle/webcenter/lifecycle"; the first mapping is not used.
    <null> <null> Namespace mapping for "/oracle/webcenter/lifecycle/importexport" is overridden by namespace mapping for "/oracle/webcenter/lifecycle"; the first mapping is not used.
    <null> <null> Namespace mapping for "/oracle/webcenter/lifecycle/importexport" is overridden by namespace mapping for "/oracle/webcenter/lifecycle"; the first mapping is not used.
    <null> <null> Namespace mapping for "/oracle/webcenter/lifecycle/importexport" is overridden by namespace mapping for "/oracle/webcenter/lifecycle"; the first mapping is not used.
    INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
    INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
    <EclipseLinkLogger> <basicLog> 2011-09-30 17:07:25.272--ServerSession(13572820)--PersistenceUnitInfo ServiceFrameworkPUnit has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored
    <ADFContext> <getCurrent> 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().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    <LoggerHelper> <log> Cannot map nonserializable type "interface oracle.adf.mbean.share.config.runtime.resourcebundle.BundleListType" to Open MBean Type for mbean interface oracle.adf.mbean.share.config.runtime.resourcebundle.AdfResourceBundleConfigMXBean, attribute BundleList.
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/profiles/profileService/}ProfileService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/profiles/profileService/}ProfileService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {oracle/apps/topologyManager/model/applicationModule/common/}TopologyEndPointService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {oracle/apps/topologyManager/model/applicationModule/common/}TopologyEndPointService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/trees/service/}TreeService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/trees/service/}TreeService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmlns.oracle.com/apps/fnd/applcore/common/}ApplSessionService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmlns.oracle.com/apps/fnd/applcore/common/}ApplSessionService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/trees/service/}TreeNodeService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/trees/service/}TreeNodeService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmlns.oracle.com/oracle/apps/fnd/applcore/flex/deployment/service/model/}FlexDeploymentService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmlns.oracle.com/oracle/apps/fnd/applcore/flex/deployment/service/model/}FlexDeploymentService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/trees/service/}TreeStructureService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmnls.oracle.com/oracle/apps/fnd/applcore/trees/service/}TreeStructureService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmlns.oracle.com/topologyManager/endpoint/}TopologyEndPointService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmlns.oracle.com/topologyManager/endpoint/}TopologyEndPointService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmlns.oracle.com/topologyManager/}ProvisionConfigurationService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmlns.oracle.com/topologyManager/}ProvisionConfigurationService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmlns.oracle.com/apps/fnd/applcore/log/service/}AppsLoggerService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmlns.oracle.com/apps/fnd/applcore/log/service/}AppsLoggerService
    <ConnectionsRuntimeMXBeanImpl> <registerBean> Failed to create connection for {http://xmlns.oracle.com/topologyManager/provision/}ProvisionConfigurationService
    <ConnectionsRuntimeMXBeanImpl> <configObjectReloaded> Failed to create connection for {http://xmlns.oracle.com/topologyManager/provision/}ProvisionConfigurationService
    <ADFContext> <getCurrent> 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().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    <ADFContext> <getCurrent> 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().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    <ADFContext> <getCurrent> 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().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    <ADFContext> <getCurrent> 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().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    <Sep 30, 2011 5:08:10 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Sep 30, 2011 5:08:10 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00012. Log messages will continue to be logged in C:\JDeveloper\system11.1.1.5.37.61.08\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Sep 30, 2011 5:08:10 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Sep 30, 2011 5:08:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 30, 2011 5:08:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Sep 30, 2011 5:08:11 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 30, 2011 5:08:11 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 30, 2011 5:08:11 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:7489:5bb:3c11:f111:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 30, 2011 5:08:11 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:100:7f:fffe:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 30, 2011 5:08:11 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:a0a:a30:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 30, 2011 5:08:11 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.10.10.48:7101 for protocols iiop, t3, ldap, snmp, http.>
    Anybody knows whats wrong with this ? Though the Weblogic Server manages to run its quite slow and even while wokring on the project the JDevleoper randomly throws several exceptions

    Hi,
    sorry, but this forum cannot assist in issues that include Oracle Fusion Applications as we don't have the same JDeveloper version publicly available.
    Frank

  • Toplink descriptor migration issues in JDeveloper 10.1.3.5 - 11

    I'm having several projects developed with TL as a PM in JDeveloper 10.1.3.5. Descriptors and toplink-ejb.jar file are parsed correctly, but when I migrate projects to 11G Toplink parsing breaks and it is not able to display EJBs with the following error:
    Local Exception Stack:
    Exception [TOPLINK-6044] (Oracle TopLink - 11g Release 1 (11.1.1.5.0) (Build 110305)): oracle.toplink.exceptions.QueryException
    Exception Description: The primary key read from the row [DatabaseRecord()] during the execution of the query was detected to be null. Primary keys must not contain null.
    Query: ReadAllQuery(oracle.toplink.workbench.mappingsmodel.database.MWLegacyTable)
         at oracle.toplink.exceptions.QueryException.nullPrimaryKeyInBuildingObject(QueryException.java:837)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:418)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildObjectsInto(ObjectBuilder.java:748)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.buildObjectsFromRows(DatabaseQueryMechanism.java:170)
         at oracle.toplink.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:477)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:874)
         at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:679)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:835)
         at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:445)
         at oracle.toplink.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2265)
         at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1079)
         at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1063)
         at oracle.toplink.internal.indirection.NoIndirectionPolicy.valueFromQuery(NoIndirectionPolicy.java:264)
         at oracle.toplink.mappings.ForeignReferenceMapping.valueFromRowInternal(ForeignReferenceMapping.java:1377)
         at oracle.toplink.mappings.ForeignReferenceMapping.valueFromRow(ForeignReferenceMapping.java:1306)
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1117)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:279)
         at oracle.toplink.sdk.SDKAggregateObjectMapping.buildCompositeObject(SDKAggregateObjectMapping.java:58)
         at oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping.valueFromRow(AbstractCompositeObjectMapping.java:231)
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1117)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:279)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:584)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:441)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:391)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:511)
         at oracle.toplink.queryframework.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:433)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:874)
         at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:679)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:835)
         at oracle.toplink.queryframework.ReadObjectQuery.execute(ReadObjectQuery.java:397)
         at oracle.toplink.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2265)
         at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1079)
         at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1063)
         at oracle.toplink.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1022)
         at oracle.toplink.internal.sessions.AbstractSession.readObject(AbstractSession.java:2827)
         at oracle.toplink.workbench.mappingsio.legacy.PersistenceTools50.readMWProjectNamed(PersistenceTools50.java:331)
         at oracle.toplink.workbench.mappingsio.legacy.LegacyIOFacade.read50Project(LegacyIOFacade.java:29)
         at oracle.toplink.workbench.mappingsio.ProjectReader.readLegacyProject(ProjectReader.java:296)
         at oracle.toplink.workbench.mappingsio.ProjectReader.read(ProjectReader.java:110)
         at oracle.toplink.workbench.mappingsio.ProjectIOManager.read(ProjectIOManager.java:64)
         at oracle.toplink.workbench.mappingsio.ProjectIOManager.read(ProjectIOManager.java:60)
         at oracle.toplink.workbench.addin.application.ProjectContext.buildProject(ProjectContext.java:160)
         at oracle.toplink.workbench.addin.application.ProjectContext.initialize(ProjectContext.java:440)
         at oracle.toplink.workbench.addin.application.ProjectContext.<init>(ProjectContext.java:106)
         at oracle.toplink.workbench.addin.application.ContextManager.openProject(ContextManager.java:1169)
         at oracle.toplink.workbench.addin.application.ContextManager.openTopLinkMap(ContextManager.java:1218)
         at oracle.toplink.workbench.addin.application.ContextManager.loadProjectContext(ContextManager.java:1068)
         at oracle.toplink.workbench.addin.application.ContextManager.getContext(ContextManager.java:657)
         at oracle.toplink.workbench.addin.ui.view.TopLinkContextViewContextBuilder.topLinkContext(TopLinkContextViewContextBuilder.java:202)
         at oracle.toplink.workbench.addin.ui.view.TopLinkContextViewContextBuilder.openDocument(TopLinkContextViewContextBuilder.java:187)
         at oracle.toplink.workbench.addin.ui.view.ViewContextManager$OpenDocument.run(ViewContextManager.java:1081)
    There was a similar thread here :
    Re: Errors migrating from jDev 10.1.3.4 to jDev 11.2.1
    I did try to migrate to 11.1.1.4.0 and 11.1.1.5.0 - still no luck. All offline databases are present and correctly "connect" to corresponding EJBs in 10.1.3.5.
    Neither I cant find migration matrix/docs that were referred in similar threads. If this is not resolved, we can not chose Jdeveloper as a future IDE at the company...
    Thank you!
    V.

    Hi,
    the web appears to be full of such error messages and some point to the use of named native query vs. named query. So here are some options for you to try
    1. Create a test project in 11g using the same tables and compare the generated code with yours to see a difference
    2. Get a 10.1.3.5 project that you haven't migrated and pass it on to customer support for them to have a try on this.
    +"If this is not resolved, we can not chose Jdeveloper as a future IDE at the company..."+ Actually it doesn't appear to be a JDeveloper issue but a TopLink / EclipseLink issue. Abandoning JDeveloper is like shooting the messenger. Just so you know.
    Frank

  • Issues with JDeveloper 11.1.2.1.0

    Hi all,
    I'm using JDeveloper 11.1.2.1.0 version
    i am facing the below three issues with the latest version
    Recently i had migrated from 11.1.1.4.0 to 11.1.2.1.0
    1) deployed application in integrated server and then changed the '.jspx/.jsff' content if i give save, it will update the file in the deployed application in the integrated weblogic and everything works fine. (I can see the updates immediately in the application).
    When I updated a .java file, after compiling, it has shown "Redefined all recompiled classes that are loaded in the debuggee process"
    which means the application on the integrated weblogic server is updated too, however, when I try clicking the page, it has shown NPE(please look at below error message )
    Just hope to ask if manually undeploy/deploy the whole application is needed after updating a .java (class) file or it's just some configuration issue?
    Error 500--Internal Server Error
    java.lang.NullPointerException
         at java.io.File.(File.java:222)
         at oracle.jsp.runtimev2.JspServlet.initPageTable(JspServlet.java:913)
         at oracle.jsp.runtimev2.JspServlet.init(JspServlet.java:449)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.ServletStubImpl.checkForReload(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:240)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:546)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at javax.faces.context.ExternalContextWrapper.dispatch(ExternalContextWrapper.java:93)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:167)
         at com.sun.faces.application.view.JspViewHandlingStrategy.executePageToBuildView(JspViewHandlingStrategy.java:363)
         at com.sun.faces.application.view.JspViewHandlingStrategy.buildView(JspViewHandlingStrategy.java:154)
         at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.buildView(ViewDeclarationLanguageFactoryImpl.java:341)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:982)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    2)In ui fragment if i create binding for the component or method action by default it is not apending respective scope although i had declared it in BTF
    this feature is available in 4.0 but it is missing in latest version
    3) when i maximize docable windows its happening correctly but in case of minimization reshuffling is happening and it setting to default configurations of jdeveloper but what ever i had customized i was not able to hold,in 4.0 its working fine
    do i need to configure some settings in jdevloper or these are known issues with latest jdeveloper version..?
    Thanks a lot!
    Bhargav K

    hi rakesh,
    i am getting below error if i do ctrl+f9 after making some change in java file eg: adding some code inside a method.
    hi experts why this redefinition of java classes is not available in integrated server instance...?
    Error 500--Internal Server Error
    java.lang.ClassCastException: oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$WindowIdProviderAdapter cannot be cast to org.apache.myfaces.trinidad.event.WindowLifecycleListener
         at oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$ApplicationWindowListeners.processWindowLifecylce(RichWindowManagerFactory.java:244)
         at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._fireWindowLifecycleEvent(RichWindowManager.java:496)
         at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._handleWindowOpened(RichWindowManager.java:539)
         at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.renderLoopbackPage(RichWindowManager.java:946)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:110)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Thanks a lot!
    Bhargav K

Maybe you are looking for

  • Is there a preferred format of XML that can be laoded into an Oracle table?

    XML files vary quite a bit. From mere fragments to file carrying schema, etc. What is the preferred format of an XML file that can be loaded into an Oracle table assuming that the Schema agrees with the table structure. It does not seem to load an XM

  • Pogo won't play games java won;t work with firefox

    I was playing pogo and it came up to update Java. Did it and now can't play most of the games like canasta. Says java won't work with firefox.....it did before. try for 4 days not and no luck

  • Rename files using text or excel file

    I am trying to find out how to rename files on my pc using the names stored in a text document eg. the file on the pc is called "C07_08.dat" the text file has the following line "3am Eternal         KLF         03:15 121 BMG         C07.08" i want to

  • Flash CS3 Pro - does not close completely

    When I exit Flash CS3 Pro, the Action window and part of the main window remains on the screen. When I click on anything "Not Responding" is displayed in the title bar. If I click the X, I get the "End Now" dialog and I can exit. I tried to repair, d

  • Trouble with sudo

    Hello, i have some trouble with the installation of sudo... after the installation i got this message: $ sudo su - root ld.so.1: sudo: fatal: libintl.so.8: open failed: No such file or directoryso i read a post here about it and installed the library