Jdeveloper 11g Migration to 11.1.1.0.1 build 5188

Hi Jdev team,
1) the new update 11.1.1.0.1 build 5188 is out, but on the download site the filenames are still jdevstudio11110install.exe and jdevstudio11110install.bin
Has some one a good explanation for this dirty updating approach?
2) After installing the new Jdev version (11.1.1.0.1 build 5188) I migrated my project (project files, jstl, weblogic-application.xml, and what ever) and build the new EAR file. Now I am trying to redeploy this EAR on our integration system (which is already out to the customer) WLS103 on OEL 5.x . Of course I get the following exception:
ERR An error occurred during activation of changes, please see the log for details.
ERR Error weblogic.management.DeploymentException:
ERR Error oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
INFO Success Selected Deployments were updated.
I think because the ADF Runtime Libs are still in version adf.oracle.domain(1.0,11.1.1.0.0)
So what is the official migration path?
Thanks for any advices,
Andreas.

Hi John,
Just start the online update tool.
You will see a hint: „JDeveloper 11g (11.1.1.0.1) is Aviable.“
Press the „Select All“ button, then „Next“.
Check the „Summery“ box.
Click Finish and see the „Confirm Exit“ text and press „Yes“ to restart JDeveloper.
And now after running this course and rechecking the result against your (very comprehensible) assumptions tell me something about professionalism...
I wasn't talking about any whatever update in the future, but about this very real one.
Sorry John, but sarcasm from your site is absolutely inopportune at this point.
Andre

Similar Messages

  • Migration from Jdeveloper 11g r1 to 11g r2 problem

    Hi all
    I have a project initially created in Jdeveloper 11g r1
    after migrating it to Jdeveloper 11g r2 i tried to replace lookup ejb invocation to dependency injection.
    So i used @EJB annotation in my managed bean. I'm shure there could be no mistakes in the way how i used this anno, i did it many times
    it looks something like this
    @EJB(name="StatelessSessionEJBEx",beanInterface =StatelessSessionEJBEx.class, beanName = "StatelessSessionEJBEx")
    as a result it generated an exception which said that the EJB interface could not be found, though all dependencies between business and view projects are in place. After a while i figured out that the problem is it used JSF 1.2 specification instead of 2.0 so i replaced the version of JSF in managed been source code
    <?xml version="1.0" encoding="windows-1251"?>
    <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"> ....
    but it seemed to make no effect at all.
    So are there any guesses what i did wrong
    Thanks. Alex.

    Hi,
    the server used by JDeveloper 11g R2 is a patched WLS 10.3.5 or 10.1.3.6 server (depends on teh JDeveloper version), which is not a Java EE 6 version but Java EE 5 (which explains why CDI doesn't work as expected). To read up on how to get annotated EJBs work from JSF managed beans, see http://buttso.blogspot.de/2011/03/jsf-with-managed-beans-and-dependency.html.
    The upcoming 12c release will solve all of this. My suggestion therefore is to keep on going with the web.xml reference and then replace it later with @EJB annotation references
    Frank

  • Migrating projects from JDeveloper 10.1.2 to JDeveloper 11g

    Hi,
    We are currently still making use of JDeveloper 10.1.2.2 to develop/maintain JSP/Struts/ADF 10.1.2 applications. Will it be possible to migrate these projects directly from JDeveloper 10.1.2 to 11g with the final production version when it is released?
    Would I be correct in assuming that the development/maintenance of JSP/Struts 1 based applications will still be possible in JDeveloper 11g so that we can first migrate the projects from 10.1.2 and then focus on changing the view technology over a longer timeframe?
    Thank you.
    Regards,
    Graeme.

    Hi,
    The first two questions were a bit average - obviously still finding my way around. The answer to the 2nd question appears to be yes. However, I have not found anything official for the first question.
    I have managed to migrate one of our basic struts projects from JDeveloper 10.1.2.2 to 10.1.3.4. However, following a similar procedure to migrate to 11g I get the following failure when trying to run the application in the embedded and internal servers.
    oracle.security.jazn.JAZNRuntimeException: JBO-26001: XML File not found for the Container /null/DataBindings.cpx     
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:480)     
    at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:583)     
    at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)     
    at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
    etc...
    The DataBindings.cpx file is available in the WEB-INF/classes directory.
    Would anyone be able to tell me what I am doing wrong?
    Thank you.
    Graeme.

  • Jdeveloper 10 to 11g migration package does not exist

    Hi All,
    I am new to Jdeveloper, earlier I have used eclipse.  We have a web application which was developed using Jdeveloper 10 and now we are in progress of migrating it using  JDeveloper 11g (11.1.1.7.0).
    We have two projects(.jpr), lets say A1.jpr and A2.jpr with in the application (.jws) say App.jws. The old source has been migrated in Jdeve 11g using migration wizard successfully.
    In project A1,  a class from project A2 has been imported, Which was not able to recognized and I'm getting numerous errors when the A1.jpr was build.
    Note:The same code compiles without any error in Jdeveloper 10
    D:\Migration\App\src\test\pack\util\entities\UserImp.java
    Error(3,18): package com.util.permission does not exist
    Error(6,25): package com.util.domain does not exist
    Error(29,20): cannot find class domain
    Error(38,32): cannot find class permission
    It would be great if anyone could help me on this.
    Thanks in advance

    Hi,
    JavaLearner123 wrote:
    In project A2,  a class from project A2 has been imported, Which was not able to recognized and I'm getting numerous errors when the A1.jpr was build.
    Note:The same code compiles with any error in Jdeveloper 10
    D:\Migration\App\src\test\pack\util\entities\UserImp.java
    Error(3,18): package com.util.permission does not exist
    Error(6,25): package com.util.domain does not exist
    Error(29,20): cannot find class domain
    Error(38,32): cannot find class permission
    It would be great if anyone could help me on this.
    Thanks in advance
    Where those classes/packages resides ?
    Inside some .jar ?
    In tht case, add that .jar to the project Libraries and classpath.
    Right click on the ptoject, choose 'Libraries and classpath' and Add jar/directory to the project...

  • Migration from JDeveloper 10 to JDeveloper 11g, load view data failed

    Hello
    I upgraded our projects from Oracle JDeveloper 10 to JDeveloper 11g. I got a problem for a Swing project. It worked fine in JDeveloper 10 and it throws exceptions during the start up process in JDeveloper 11g:
    [1843] T1XrefVView1 ViewRowSetImpl.execute caused params to be "un"changed
    [1844] Carrying over CappedRowCount:-1for ViewRowSet:T1XrefVView1
    [1845] Column count: 16
    [1846] executeQueryForCollection ViewObject:T1XrefVView1, RowSet:T1XrefVView1
    [1847] ViewObject: [taxreturn.T1XrefVView]AM_Taxreturn.T1XrefVView1 close prepared statements...
    [1848] ViewObject: [taxreturn.T1XrefVView]AM_Taxreturn.T1XrefVView1 Created new QUERY statement
    [1849] T1XrefVView1>#q computed SQLStmtBufLen: 92, actual=74, storing=104
    [1850] SELECT * FROM (select * from t1_xref_v) QRSLT WHERE (T1X_T1_TAXYEAR=2012)
    [1851] Bind params for ViewObject: [taxreturn.T1XrefVView]AM_Taxreturn.T1XrefVView1
    [1852] ViewObject: [taxreturn.T1XrefVView]AM_Taxreturn.T1XrefVView1 close single-use prepared statements
    [1853] oracle.jbo.RowNotFoundException: JBO-25060: Unexpected error encountered while trying to retrieve the next row from JDBC ResultSet for collection T1XrefVView1
         at oracle.jbo.server.QueryCollection.hasNextInResultSet(QueryCollection.java:4893)
         at oracle.jbo.server.ViewObjectImpl.hasNextForCollection(ViewObjectImpl.java:7306)
         at oracle.jbo.server.QueryCollection.hasNext(QueryCollection.java:4768)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1294)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:913)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:7282)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1227)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1413)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1319)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1304)
    Caused by: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.sql.SQLException, msg=The 'getRow()' method is only allowed on scroll cursors.
         at oracle.jbo.server.QueryCollection.setResultSetState(QueryCollection.java:5643)
         at oracle.jbo.server.QueryCollection.hasNextInResultSet(QueryCollection.java:4859)
         ... 20 more
    T1XrefVView1 is the view object of a view "T1_XREF_V" in the database. Anybody knows what is the reason for this? Thank you
    Leaf Woods
    Edited by: Leaf Woods on May 14, 2013 6:41 AM

    Hello Frank
    Thank you for the reply. I checked the view object. the access mode is already "Scrollable". The data source of this view object is SQL, not an entity object since it is running on top of a data view rather than a data table in the database. Does this matter? Thanks
    Leaf

  • Some questions regarding BPEL 10g to 11g migration.

    Hi All
    I have the following queries,
    1.Is it mandatory to load xsd's , wsdl's , XREF , DVM into MDS ? or is it allright to keep them in file system ? currently we have a number of xsd's and wsdl's inside each of our 10g project > bpel subfolder. If they need to be deployed to MDS , then which files in 11g will need to be modified to use the new 'oramds:/apps/..... ' reference ?
    do they get automatically loaded into MDS when a Composite is deployed on WLS or do they have to be deployed separately using ant-sca-deploy?
    2. Should we modify fault-bindings.xml , DefaultPolicy.xml before or after upgrading the 10g project ? I understand that their references in composite.xml also need changing.
    3.
    a.Is it mandatory to modify the 10g dbadapter.rar contents (convert oc4j-ra.xml to weblogic-ra.xml ) and deploy the rar on 11g ?
    b.or can we manually create data sources,outbound connection pools> jndi factories etc and redeploy the dbadapter on 11g so that its weblogic-ra.xml gets updated with the data sources,jndi that we manually created ?
    want to know if  'a' and 'b' do the same thing ,so mutually exclusive OR both need to be done .
    same question for JMSAdapter.rar, aqadapter.rar
    4. When upgrading BPEL 10g to 11g using Jdeveloper, should all the data sources used by the project be created on Jdeveloper  ?
    5. Is it necessary to copy properties from 10g domain.xml t0 11g bpel-config.xml,soa-infra-config.xml ?
    6. Should external webservices used by BPEL be up and running , while upgrading from 10g to 11g in jdeveloper , OR only during deployment to wls? if they are needed during upgrading how to link to them from jdeveloper ?
    7. Do BPEL 11g projects needs to be deployed on WLS only as a SAR or are any other formats allowed ?
    Thanks in anticipation

    Hi,
    Please find the links where you can find the most of the answers for your questions.
    http://www.slideshare.net/oracle_imc_team/oracle-soa-suite-upgrade-10g-to-11g
    Oracle soa 10g to 11g migration
    Thaknks

  • Creating and Binding View Objects dynamically : Oracle Jdeveloper 11g

    Hello,
    We are trying to create and bind view objects dynamically to adf data visualization components.
    The view object is a result of multiple tables.
    We are using Oracle JDeveloper 11g Technical Preview. ( can't upgrade to TP2 or TP3 now).
    We have found this : http://radio.weblogs.com/0118231/stories/2003/07/15/creatingUpdateableMultientityViewObjectDefinitionsDynamically.html on our search for the same.
    The sample application however, is in 10g , hence required migration.
    Also, it was a standalone application with the TestClient.java having a main() method.
    Our requirement is for Web Application; we use Adf+jsf .
    Guidance of any sort is very much appreciated.
    Thanks in advance.
    -Anil Golla

    Hi,
    there also exist a forum for JDeveloper 11: JDeveloper and OC4J 11g Technology Preview
    What you are trying todo is not trivial because you need to not only dynamically create the VO, you would also dynamically need to create the binding meta data for it (assuming you use ADF). Not sure if the API to modify the binding is public, so posting it on the JDeveloper 11 forum bears a glimpse of hope for an answer
    In JDeveloper 10.1.3 you can't do this
    Frank

  • Jdeveloper 11g - JAX-RPC 1.1 method is not supported in WLS 8.1 clients.

    Hi,
    I am using Jdeveloper 11g and migrating a web Service Proxy created using jdeveloper 10g.
    I imported all the proxy classes and when I try to run web service client In Jdeveloper 11g I get the following error
    "JAX-RPC 1.1 method is not supported in WLS 8.1 clients. If you are attempting to run an OC4J 10.1.3 JAX-RPC client in WLS, please see the Web Service Migration Guide for instructions."
    Please advise on how to solve this?
    which is the offending jar/library file in Jdeveloper 11g which is causing the above error?.
    Is the above problem there in the WebLogic Server Runtime also?
    Please let me know.
    2) I cannot generate web server proxies also with jdev11g because the wsdl has overloaded methods omitting the name property within the input and output message, ie, they have a null name. therefore Jdeveloper 11g is using the library which
    when called with an overloaded operation that contains null input/output message names, a duplicate error occurs because it sees other operations with the same name. so it is effectively not allowing to create the web service proxies.
    Thanks,
    Appreciate your quick response to the above

    Have you checked the 'Web Service Migration Guide' mentioned in the error message?
    Timo

  • [SOLVED] JDeveloper 11g Data Controls Accordion Missing

    Hello all, this is my first post in the forums. I am following the JDeveloper 11g tutorial found here:
    http://www.oracle.com/technology/obe/obe11jdev/11/rich_client/adfrichclient.htm
    However, once I get to the section "ADF Table Component and ADF Binding" step 2 tells me to open my Data Control Accordion in the Application Navigator, which I cannot find. In JDeveloper 10g you could easily open it via View | Data Control Palette (if I am not mistaken).
    Inside the Application Navigator the only accordions I see are, "Projects", "Application Resources", and "Recently Opened Files". Also note that I am using the "Default Role" schema.
    Message was edited by:
    kabronkline

    Shay I apologize for the mistake, I think your link is incorrect; however, I've found the correct forum at:
    JDeveloper and OC4J 11g Technology Preview
    You were right about this problem, I had initially started JDeveloper 11g in "Java EE" role. Eventually I changed it to "Default" role on my own via Tools | Preferences | Roles - this apparently is what caused my problem.
    Being on a *nix machine I followed your instructions and ran the following command:
    <jdev_home>/jdev/bin/jdev -su
    I was prompted for role selection and user migration and it gave me a fresh start. I can now see my Data Controls Accordion. Big thanks!

  • Toplink 10g to 11g migration advice.

    We have application that was completely developed JDeveloper 10.1.3/4 with Toplink, JSF, ADF, and Session Facade; extremely similar to the SRDemo.
    I want to upgrade to JDeveloper 11g, and will probably just let JDeveloper to automatically migrate the 10g application to 11g.
    Does anyone have any tips or lessons learned concerning Toplink and/or ADF when using the 11g migration process?
    Thank you.

    I downloaded and installed the jdevstudio11111install.exe from the Jdeveloper download page.
    While performing the migration, I received a Toplink exception (matches this thread: [TopLink exception when migrating from JDev 10.1.3.4 to 11g|http://forums.oracle.com/forums/thread.jspa?messageID=3593192&#3593192] ).
    I assumed this was the bug you were referencing, was that incorrect? Did I inadvertently download the wrong version?
    Studio Edition Version 11.1.1.1.0
    Build JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407
    Am I missing a patch? Can I move forward with the migration, or is this a show stopper?
    Thank you.

  • Oracle Jdeveloper 11g R1 has a Bug?-- Swing Application Deploy Error

    Oracle Jdeveloper 11g R1 (11.1.1.2.0) (build 5536)
    1. Create an empty swing application.
    File-->New-->Applications-->Java Desktop Application
    New-->Swing/AWT-->Frame
    2. Project properties--->Deployment: Create new JAR Deployment Profile: test
    3. Edit Deployment Profile: test
    File Groups --->new--->Create File Group (Type: Dependency Analysis) :da
    4. Error: Cannot enter "da"---->contributors , No display (such as "Libraris")
    5. If deploy it (test), I get an Unexpected Error.
    Error Messages:
    Title: StackOverflowError in o.ji.xml.JDevXmlIntergrationUtilsImpl:18
    Performing action Report a Bug...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Invoking command: [ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action New...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action Show Overview
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Uncaught exception
    java.lang.StackOverflowError
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18) ......
    When I use Oracle Jdeveloper 10g (10.1.3.4.0) , I can use it to set Libraris.
    I have a swing application need these operation.
    Does anyone can tell me what's the reason?
    Thanks.
    I had tried Oracle JDeveloper 11g R1 (11.1.1.1.0)(Build 5407).
    It is OK.
    Maybe I need to download Oracle JDeveloper 11g (11.1.1.2.0) again.
    Edited by: [email protected] on 2010-2-24 下午4:58
    Edited by: [email protected] on 2010-2-25 下午5:47

    I am encountering the same bug / problem right now.
    Anybody from Oracle who has a workaround for this BUG?
    We are migrating to JDev 11.1.1.2.0 for a client and this bug is still there!
    Any help from the JDev team is highly appreciated!

  • SOAP Exception, Connection refused error in jdeveloper 11g

    Hello,
    I am using jdeveloper 11g 11.1.2.3.0.
    I have been experiencing the following error everytime I try to run the applicaiton. I use webservices in my applicaiton and recently the webservices url were changed pointing now to dev instead of the lab environment. The code has been migrated to dev environment, I tested the webservices in my browser, they seem to be working fine and are pulling up the required data.
    ERROR:
    javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
    Error     
    Message send failed: Connection refused: connect
    Error     
    Connection refused: connect
    I am not sure what is causing this. Any help would be appreciated.
    Thanks in advance,
    Sal

    Hello Frank,
    Thanks for your response. I checked the browser proxy settings in Jdeveloper, nothing is set there right now. Use HTTP Proxy Server is unchecked. What do I need to set this to?
    Thanks,
    Sal

  • JDeveloper 11g - exception when trying to set Code Style in Preferences

    Hi forum
    I have just installed the new JDeveloper 11g and have upgraded my projects, and would now like to define my code style. But when I open Preferences -> Code Editor -> Code Style, I get the following error. Is this a known issue? Not being able to set my coding style like I'm used to is pretty annoying...
    Thanks in advance,
    Jacob
    "Internal error when trying to create this panel: "
    java.lang.NullPointerException
         at oracle.jdevimpl.style.profile.ProfileModel$ProfileComparator.compare(ProfileModel.java:409)
         at java.util.Arrays.mergeSort(Arrays.java:1270)
         at java.util.Arrays.sort(Arrays.java:1210)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.jdevimpl.style.profile.ProfileModel.<init>(ProfileModel.java:72)
         at oracle.jdevimpl.style.preferences.CodingStylePreferencesPanel.<init>(CodingStylePreferencesPanel.java:144)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:315)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:219)
         at oracle.ide.panels.MDDPanel.getTraversable(MDDPanel.java:1347)
         at oracle.ide.panels.MDDPanel.mav$getTraversable(MDDPanel.java:128)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1610)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1518)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1512)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
         at java.awt.Dialog$1.run(Dialog.java:1045)
         at java.awt.Dialog$3.run(Dialog.java:1097)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1095)
         at java.awt.Component.show(Component.java:1422)
         at java.awt.Component.setVisible(Component.java:1375)
         at java.awt.Window.setVisible(Window.java:806)
         at java.awt.Dialog.setVisible(Dialog.java:985)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:547)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
         at java.awt.Component.processMouseEvent(Component.java:6041)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5806)
         at java.awt.Container.processEvent(Container.java:2058)
         at java.awt.Component.dispatchEventImpl(Component.java:4413)
         at java.awt.Container.dispatchEventImpl(Container.java:2116)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
         at java.awt.Container.dispatchEventImpl(Container.java:2102)
         at java.awt.Window.dispatchEventImpl(Window.java:2440)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)"

    To anyone else encountering this:
    I would just like to report, that Oracle Development has managed to reproduce this problem from scratch by following a similar upgrade path 10.1.3.0->10.1.3.4->11.1.1.0. The problem is NOT OS-related, but related to migrating the user settings from 10.1.3.3. So Jan you were right about that. Credits go to you :)
    The only workaround for me has so far been to take a backup of my old SYSTEM directory causing the problem, and I have been forced to carefully recreate all my settings to get around this problem, since I already removed my old 10.1.3.3 installation, assuming the migration went OK - which it didn't... So, I will keep my old backup, in the hope that Development finds a fix to this issue, so I can go back to the settings I used to have, even though I THINK I have recreated them all for 11g - not completely sure though... time will tell.
    Until then, I will track the bug, that Didier has logged for me, which he mentioned in his post.
    Regards,
    Jacob

  • How to add adf faces in component pallete of jdeveloper 11g?

    how to add adf faces in component pallete of jdeveloper 11g?

    Hi,
    the replacement of ADF Faces HTML components in JDeveloper 11 is Trinidad. For existing applications, a migration path will be provided in JDeveloper 11 production. I wouldn't recommend configuring ADF Faces in JDeveloper 11.
    You an configure ADF Faces Components in JDeveloper 11 by :
    - Tools --> Manage Libraries
    - Create a User Library
    - select ADF Faces adf-faces-impl.jar
    - Enure the namespace is not af or afh but something different to not cnflic with teh ADF Faces RC components
    Note that adding the ADF Faces components to the component palette will not make them show in the ADF binding context menu nor will it automaticaly set up the web.xml file. The components are available as any other JSF library set
    Again, I wouldn't go this way ;-)
    Frank

  • Unable to Connect to Oracle 10gR1 database from JDeveloper 11g using OCI

    We are migrating our application from OC4J to Weblogic server. As a part, I am trying to create a database connection in JDeveloper 11g (11.1.1.3.0 - Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) to Oracle 10gR1 database. Previously I had Oracle 10g Client installed in the machine. Created a database connection using OCI driver and when I try to test connect, I got "Test Failed: no ocijdbc11 in java.library.path". I searched through Metalink and forums and one suggestion was to install Oracle 11g Client on the machine where Jdeveloper 11g is installed. I installed 11g R1 client and tried the same test connection using OCI driver. Now I am getting "Test failed: ORA-12705: Cannot access NLS data files or invalid environment specified" error.
    The same database connection works good with Thin driver with both Oracle 10g client and 11gR1 client.
    Previously I had Jdeveloper 10.1.3.2 and Oracle 10g Client and I was able to connect to database without any errors.
    Could you provide me the steps for this or if I missed any steps?
    Steps to Replicate:
    For the error: no ocijdbc11 in java.library.path
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 10g Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    ORA-12705: Cannot access NLS data files or invalid environment specified
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 11gR1 Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    Note: Tried the same scenarios with Oracle 11gR2 client as well. It was not working at all.
    Any ideas and pointers would be great.

    1. will my problem get solved after i install oracle 11g client on my machine.Yes, your problem should get solved. The version of the Oracle 11g Client must match the version of the JDev's JDBC drivers. Alternatively you may install an Oracle 11g Client and replace JDev's Oracle JDBC drivers with these from the installed client. Please, read carefully my 1st posting above in this thread.
    2. can i patch JDeveloper 11g on my machine to work with 10g client, or can i do the same with 10g client.You might succeed if you replace JDev's built-in JDBC drivers (which are 11g versions) with 10g versions, but I do not recommend you to try that because JDeveloper 11g and ADF 11g may be using some 11g features that do not exist in 10g drivers, so you may have problems.
    I also have PLSql developer installed on my machine and it works well.PL/SQL Developer does not use JDBC drivers, so it is not an relevant example in this case.
    My generall recommendation is to use Oracle JDBC Thin drivers. Oracle claimed that OCI drivers had better performance, but this was really true about earlier releases. Current Oracle 11g JDBC Thin drivers offer excellent performance and they offer all the features of the OCI versions (which was not true about earlier releases). In my opinion, the most important disadvantage of Oracle JDBC OCI drivers is that most versions have native memory leaks so all the RAM would get consumed after long application execution. The fact that WebLogic Server does not offer Oracle JDBC OCI drivers by default anymore says that Oracle discourages the usage of the OCI driver in favour of Thin driver.
    Dimitar

Maybe you are looking for

  • Help With Video Pop Up Window.

    Hi there Im very new to web design so please understand that I am a complete novice, so my understanding is limited. Any help would be most appreciated. Could anyone provide me with a piece of code I can put into the HTML snippet function that will a

  • After I type in my login details and press "enter" on a website, Firefox freezes for around half minute.

    After I type in my login details and press "enter" on a website, Firefox freezes for around half minute. This has gone on for around 5 months. I've tried disabling add-ons to my Firefox but they don't seem to affect this problem. My version is 17.0.1

  • Which CRM table stores the release quantity and target quantity

    I found one table named CRMD_SCHEDLIN, one field is Quantity, is it the target quantity or not? If not, which CRM tables stores this info? Thanks!

  • Problem to insert data into database

    hi all , I had the two following xmls. SELECT XMLELEMENT("PUR_ORDER_INFO", XMLFOREST (PUR_ORDER_ID ,PUR_ORDER_STATTUS )) FROM T_PUR_ORDER WHERE PUR_ORDER_ID = 2 ; and SELECT XMLELEMENT("PRTCPNT_INFO", XMLFOREST(PRTCPNT_ID,PRTCPNT_NAME,PRTCPNT_ADDRESS

  • Installation of central or dialog instance?

    Hello, We are currently running an ABAP-System only. We want to install an AS JAVA in order to use Adobe Document Services. We only want to use Print Forms and no Interactive Forms. My question is, if the JAVA installation has to be as a central inst