BUG: Deadlock in JDeveloper Studio Edition 11.1.1.5.0

I encountered the deadlock when saving a Java source file (the one named in the error message below). I had just removed a method from the class and hit Ctrl + S to save the file. I'm afraid the behaviour is not readily reproducilble, as it seems to be tied to bad timing, but it is certainly not the first time I've encountered a deadlock when saving files in the IDE. The pair of stack traces produced for the deadlock is copied below. I've not included my "About" export, as that makes the post exceed the 30,000 character limit, but this is available on request.
17 May 2012 10:38:06 AM oracle.javatools.buffer.ReadWriteLock traceDeadlock
SEVERE: lock deadlock; thread 'Finalizer' blocked on lock 'ResetPasswordController.java' for more than 20,000ms:
"Finalizer" id=3, blocked, no reads, no writes, no history collected:
at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:270)
at oracle.ide.model.Node.readLock(Node.java:256)
at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:729)
at oracle.jdeveloper.java.util.SourceElementHandle.detachTextBufferListener(SourceElementHandle.java:175)
at oracle.jdeveloper.java.util.SourceElementHandle.release(SourceElementHandle.java:285)
at oracle.jdeveloper.java.dependency.JavaSourceDeclaration.finalize(JavaSourceDeclaration.java:73)
at oracle.jdeveloper.java.dependency.MethodDeclaration.finalize(MethodDeclaration.java:14)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
"AWT-EventQueue-0" id=15, no reads, 1 write, no history collected:
at oracle.javatools.parser.java.v2.internal.symbol.FileSym.getTransactionSym(FileSym.java:1604)
at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.closeTransaction(SymTransaction.java:444)
at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.close(SymTransaction.java:438)
at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.commit(SymTransaction.java:295)
at oracle.jdeveloper.controller.JavaSourceNodeActionDelegate.doAction(JavaSourceNodeActionDelegate.java:59)
at oracle.jdeveloper.controller.NodeActionController$NodeHandler.doAction(NodeActionController.java:973)
at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand$Do.execute(NodeActionController.java:724)
at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand$Task.run(NodeActionController.java:660)
at oracle.jdeveloper.controller.NodeActionController$ProgressMonitor.execute(NodeActionController.java:1534)
at oracle.jdeveloper.controller.NodeActionController$ProgressMonitor.execute(NodeActionController.java:1503)
at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand.doit(NodeActionController.java:537)
at oracle.ide.controller.CommandProcessor$BatchCommand.add(CommandProcessor.java:1975)
at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:298)
at oracle.jdeveloper.controller.NodeActionController.handleEvent(NodeActionController.java:441)
at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
at oracle.ide.ceditor.saveactions.SaveActionsPlugin.doAction(SaveActionsPlugin.java:107)
at oracle.ide.ceditor.saveactions.SaveActionsPlugin.runSaveActions(SaveActionsPlugin.java:72)
at oracle.ide.ceditor.saveactions.SaveActionsPlugin.access$100(SaveActionsPlugin.java:28)
at oracle.ide.ceditor.saveactions.SaveActionsPlugin$Listener.nodeWillBeSaved(SaveActionsPlugin.java:132)
at oracle.ide.model.Node$7.run(Node.java:2568)
at oracle.ide.model.Node.fireNodeEvent(Node.java:2467)
at oracle.ide.model.Node.fireNodeWillBeSaved(Node.java:2566)
at oracle.ide.model.Node.save(Node.java:1117)
at oracle.ide.cmd.SaveCommand._saveNode(SaveCommand.java:187)
at oracle.ide.cmd.SaveCommand.doit(SaveCommand.java:65)
at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
at oracle.ide.IdeController.handleEvent(IdeController.java:748)
at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
at oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction(IdeKeymapHelper.java:180)
at oracle.javatools.editor.keys.MultiKeyHandler.keyPressed(MultiKeyHandler.java:334)
at java.awt.Component.processKeyEvent(Component.java:6248)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2801)
at java.awt.Component.processEvent(Component.java:6067)
at java.awt.Container.processEvent(Container.java:2039)
at java.awt.Component.dispatchEventImpl(Component.java:4653)
at java.awt.Container.dispatchEventImpl(Container.java:2097)
at java.awt.Component.dispatchEvent(Component.java:4481)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1836)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:712)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:990)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:855)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:676)
at java.awt.Component.dispatchEventImpl(Component.java:4525)
at java.awt.Container.dispatchEventImpl(Container.java:2097)
at java.awt.Window.dispatchEventImpl(Window.java:2482)
at java.awt.Component.dispatchEvent(Component.java:4481)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:607)
at java.awt.EventQueue$1.run(EventQueue.java:605)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$2.run(EventQueue.java:621)
at java.awt.EventQueue$2.run(EventQueue.java:619)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
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)

Sorry...that previous post is not 100% correct.
It's the "Web Service Proxy" option that has the message:
To enable this option, you must select a project or a file within a project in the Application Navigator.
At any rate, this seems like an impossible task, because once I select the "New Gallery" item at the application level, my projects are automatically deselected, so I can't figure out to fulfill this requirement :)
Thanks,
Jonathan

Similar Messages

  • Unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS

    Hi,
    I am unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS.
    When right click on jspx page , clicks on Debug option, it gives the following error:
    Debugger unable to connect to local process.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]
    I also restarted the Jdeveloper, even re-installed Jdev but still the problem persist.
    Any help is appreciated.
    Thanks in advance.

    If the jspx page is not part of the adfc-config.xml the page can only be displayed, but the tags will not work as the adf life cycle  is not involved. drag te page onto the adfc-config.xml (the unbounded task flow), right click on it and select debug from the context menu.
    Main problem is : Weblogic server cannot be started in debug mode.
    To check this, open the application navigator, select the integrated server, right click on it and select 'debug' from the context menu.
    After a short time you should see some messages and at last you should see <Runnning> in the message log. Now the server runs (without any of your applications, but it runs).
    If you done't see the 'Running' message you should see an error, which you should post here.
    Timo

  • "Invalid Java Home ...." .Installing the JDeveloper  Studio Edition ---Mac

    I have try every Path OR"JDK Path",and jdev told me: "Invalid Java Home ......" .
    I cannot understand this: Ref: http://download.oracle.com/docs/cd/E12839_01/install.1111/e13666/toc.htm
    6.2 Specifying the JDK location on Mac OS X Systems
    Note: This section is not applicable to the Studio edition.
    When you start JDeveloper for the first time, the jdev script prompts you to provide the location of your JDK installation if it cannot locate it. You will need to enter the path to java.exe.
    Edited by: user4527807 on 2008/11/28 下午 11:11

    A quick search on this forum for Mac would have shown you that there are some extra steps mentioned in the release notes for Mac:
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#install4

  • CVS branching  in JDeveloper Studio Edition Version?

    Hi there,
    how can i create a CVS-Branch for a project that is in CVS ? I use JDeveloper Release version(Studio Edition Version). There is a "tag" section which gives tag to the project, but i think this does not mean that we can branch. Is there another way to create branch?

    JDeveloper can do almost all the features of CVS with the embedded CVS Versioning plug-in except branching capability. You can see the activities for CVS with JDeveloper from the internal documentation of JDeveloper which is great to learn the details of CVS and JDeveloper. Just click the "Table Of Contents" from "Help" menu and search for "cvs' and read the tutorials.

  • (Error in Developing) JDEVELOPER Studio Edition Version 11.1.1.3.0

    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = sohail-PC TXID = CONTEXTID = cec57ae05f79953b:-149a1c17:12f430338a6:-8000-000000000000016c TIMESTAMP = 1302501784085
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000

    hi user6721422
    I HAVE SOLVED IT.Good for you.
    If you could share some details, e.g. "how", others could benefit from it too.
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    regards
    Jan Vervecken

  • JDeveloper studio, does it come with a database , what is the default conne

    Hi everyone,
    I just installed Jdeveloper using jdevstudio11113install.exe which is downloaded from Oracles FMW page.The description for the studio version says it has the database in it. Is that so, if yes, does anybody know the default connection string to use. Appreciate your help.
    Thanks
    Sudeep

    Its in following link just below "Download Oracle Jdeveloper studio Edition for windows(1185 MB)"
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/soft11-098086.html
    Thanks
    Sudeep

  • Wrong XQuery Launch Configuration in Jdeveloper Java Edition?

    Hi,
    i want to use xquery from JDeveloper Java Edition.
    I have a simple application with one project. I added the XML, XML schema and xquery feature my simple customer.xml and customer.xq
    Then i try to run customer.xq and get " java.lang.NoClassDefFoundError: oracle/xquery/XQException"
    In the log is a classpath that points to nowhere e.g. the classpath in the log shows C:\source\oracle_common\modules\oracle.xdk_11.1.0\xquery.jar but the real file is under c:\source\jdeveloper\modules\oracle.xdk_11.1.0
    where can i set the "oracle_common" path?
    I just unzipped the downloaded zipfile jdevjava11120.zip
    thanks
    steffen
    Edited by: Steffen on 30.08.2011 11:58

    Any suggestions?
    Maybe this is a Bug in the JDeveloper Release?
    It is the Generic Release Java Edition: 11.1.2.0.0 for Windows.
    Just unzipped it and set the MW_HOME var to my directory (no spaces in path).
    I need the xquery feature and dont want to install the big studio edition.

  • Problem while starting the Jdeveloper studio

    Hi,
    I have installed the Jdeveloper 11.1.2.0.0.
    But when I am starting the Jdeveloper Studio I am getting the error as "Unable to create an instance of the Java Virtual machine located at C:\Program Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll".
    I have install the JDK 6.0 Update 20 at C:\Program Files\Java Folder before installing the Jdeveoper.
    And I had mention C:\Program Files\Java\jdk1.6.0_20 path while installing Jdeveoper JDK location.
    To test whether JDK has been install properly or not I have also tested a sample java program and it worked.So I think there is no problem for JDK.
    But While starting the Jdeveloper Studio I am getting the above mentioned error.
    Can Someone is aware of this error? Or face this error at any stage?
    Please let me know the solution if knows
    Thanks,
    Shweta

    Hi,
    Changing the virtual memory option did not worked for me.
    I have found the following solution and it worked for me.
    In order to fix this type of error, go to installation_directoy\Middleware\JDeveloper\jdev\bin folder
    and edit file jdev.conf.
    Locate line "AddVMOption -XX:MaxPermSize=256M".
    Now add another line just below this line:
    AddVMOption -Xmx256M
    I found this solution at : javainnovations.blogspot.com/.../jdeveloper11g-startup-error.html
    It work for me.
    Thanks,
    Shweta

  • Pie Graph ring-multi Studio Edition Version 11.1.1.2.0

    Update:
    Discovered that a specific sequence is required.
    Column 1 must be set to slice and colums 2-5 pie -- then Preview
    Then swap and it works.
    What ever it takes!!!
    Hi,
    I am trying to create a Pie Graph using Ring_Multi .
    I created a database table with 3 rows.
    1st column is a varchar2 that I want to use for no of Pies.
    2-5 columns are number types.
    When I assign column 1 to the pie and columns 2-5 to the slice I receive a error that states to add a numeric value to the pie. If a swap then the error states to add a numeric value to the slice.
    When I added one of the columns 2-5 to pie it runs, but the result is useless.
    I have tried this at least 50 times, and believe it or not on 3 out of the 50 tries the error did not occur and produceed the desired result.
    I am using Vista 32.
    By the way the Bar graphs work fine.
    Help!!
    chuck
    Edited by: user634580 on Nov 23, 2009 7:23 AM

    Frank,
    Thanks for your response.
    I have installed the Studio Edition Version 11.1.2.4.0 in my PC. But the Tutorial document I have with me, that was written for 11.1.1.2.0. This document I received from ORACLE during my ADF traing with Oracle corporation. Now I have a new PC and I installed the latest version of the Jdeveloper(11.1.2.4.0). This time when I tried to follow the document, I do not see the same screens as before. Sould I remove 11.1.2.4.0 version and install the version 11.1.1.2.0 to follow the training document?
    Or is there any training document or user guide for this new version 11.1.2.4.0.
    I just need to practice few ADF applications/examples with step by step guidance. Any link or document will be helpful.
    Thanks,
    Sudam.

  • Can't fnd Data Controls in jdeveloper studio

    Here is my problem. I can't find Data Controls Accordion in jDeveloper studio. I red some body's reply about this subject and was trying to do what he was telling me to. What he suggests to solve the proble is just to delete
    "oracle.security.jps.config     /C:/Users/Adam/AppData/Roaming/JDeveloper/system11.1.1.3.37.56.60/DefaultDomain/config/fmwconfig/jps-config-jse.xml" . But, first of all, I can't even find "AppData/Roaming/JDeveloper/system11.1.1.3.37.56.60/DefaultDomain/config/fmwconfig/jps-config-jse.xml" sub directory in my computer. May be it could be hidden for some reason.
    Can any body help me how to access this sub directory. By the way my operating system is windows Vista.

    I was having a problem where the Data Controls panel and the Recently Opened Files panel were not displayed in the Application navigation area. To fix the problem, I went to the Tools -> Preferences... area, selected Roles, and changed the Role from Default Role to Java EE Edition. Then I restarted JDeveloper. Still there were no Data Controls and Recently Opened Files panels. So, I went back to the Tools -> Preferences... area, selected Roles, and changed the Role from Java EE Edition back to Default Role. Then I restarted JDeveloper and the Data Controls and Recently Opened Files panels are now visible.
    This is JDeveloper11g Release 1 (11.1.1.3.0) running on Linux.
    Edited by: 796869 on Sep 23, 2010 9:20 AM

  • JDeveloper 10.1.3 - JDeveloper Studio?

    What's the change in name of the JDeveloper 10.1.3 release signify? Why JDeveloper Studio? It sounds something like a "set" of tools. Are we going to see it split into several product lines? Or are more tools going to leverage the JDeveloper IDE (for instance, Raptor)?

    Yes the IDE is ued by other components, but Studio is just a term to indicate it has everything. You will recall the initial preview release of 10.1.3 was available in Java and J2EE editions, Studio adds to that in that it's the J2EE edition + ADF Framework etc etc. It could have been called Whole_Shooting_match edition but Studio is nattier

  • Another bug in sun one studio?

    is this another bug in sun one studio or something else.
    i have set the author to a different name through
    tools -> options -> java sources
    but when i create session beans or cmp beans, it uses the previous name.
    however java main classes display the new name

    This looks like a bug to me. I didn't see anything in the bug database that was similar, so I would suggest that you file a bug at:
    http://java.sun.com/webapps/bugreport/
    using:
    Category: Sun Java Studio, Sun ONE Studio, Forte for Java
    SubCat: EJB Components

  • WD Drive Manager Services component error message MyBook Studio Edition II 2TB on iMac

    For five months I have been using a WD MyBook Studio Edition II 2TB in RAID 1 mode on a 27" iMac i7, 2.93 GHz, running Mac OS X 10.6.7, as a Time Machine connected via FW800.  Initial installation and operation was all good.
    Recently, the blue WD logo disappeared from the menu bar. I reinstalled the WD Drive Manager version 2.25 from the installation disk. The logo reappeared, however when selecting Launch WD RAID Manager from the menu an error message appears:
    "The WD Drive Manager Services component could not be found. Make sure the Drive Services component is running first."
    I removed the WD Drive Manager with the installation disk and reinstalled and tried again. No good.
    Tried again, this time using the USB connection with the same result. No joy.
    Tried using the downloadable version (2.25) from the WD website with same results.
    Searching Google lead to no hits on anything remotely related for a solution.
    So, at this point, I cannot confirm that the drive is actually in RAID 1 mode. It shows up in the Finder as a 1TB drive with 268 GB used.
    How can I restore a working version of the WD Drive Manager?
    WD Tech Support has escalated the issue to programmer level but without a successful solution. They suggested I post here as well to see if any other Mac users may have had this problem and have found a solution.
    Thanks for any assistance or referral.

    Unfortunately you probably will not find very many if anyone using WD Drive Manager here, most of us are using a variety of backup strategies that include Time Machine, an on-line backup and a Bootable Clone made with CarbonCloner or SuperDuper.
    The no-worry backup plan | Business Center | Working Mac | Macworld
    Dennis

  • JDeveloper Studio 10.1.3 zip file is corrupted

    Downloaded JDeveloper Studio 10.1.3 half dozen time over last week, but all downloaded zip file were corrupted. Has anyone got a good download? Or is there another mirror site I can grab the file from?
    Thanks!
    James

    The link I downloaded the file from:
    http://download.oracle.com/otn/java/jdeveloper/1013/jdevstudio1013.zip
    The file size after I download it:
    Size: 325 MB (341,247,683 bytes)
    Size on disk: 325 MB (341,250,048 bytes)
    Thanks,
    James

  • Mybook Studio Edition external drive shows in macbook leopard but not imac

    I have a Mybook Studio Edition external drive that I am using to store files and as a backup for my macbook leopard using time machine. I wanted to add files from my imac tiger but it does not show up in disk utility and the system profiler says unrecognized drive. I don't remember formatting it - it was just plug and play out of the box. Does this mean it is formatted for Leopard and won't work on tiger?
    Is there something that time machine does that it will only be recognized by macbook?
    The imac is:
    2.4 ghz
    3gb ram
    300gb drive
    10.4.11
    the macbook is
    2.4ghz
    4gb ram
    300gb drive
    10.5.6

    Hello,
    On the iMac ... Try repairing disk permissions. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select FirstAid, then click: Repair Disk Permissions. Quit DU when it's finished and reboot.
    Carolyn

Maybe you are looking for

  • Character checking for arabic

    Hi I have an issue with one function which used to work perfectly when the characterset of the database was al32utf8 , Now we have changed the characterset to ar8mswin1256 , due to use of arabic language in the application. Below is the function CREA

  • DW MX2004 design view not showing

    Hi... I'm working in split mode in DWMX2004. The background image is bigger than the design window. No matter what I do, I cannot scroll to the top of the page to add content. There is no scroll bar on the right side. I have minimized and stretched t

  • Exporting images from the Captivate 5 Library

    I am able to export Captivate 4 images to a folder. I am able to export Captivate 5 images to a folder, but they cannot be opened with Fireworks or any other application I've tried. Although the file is a bmp, Fireworks says, "Could not open the file

  • OEM 10g Release 10.1.0.5.0 - Starts but DB is down

    Dear Colleague, I have installed the Oracle 10g Release 10.1.0.5.0 database. When I attempt to start the OEM, I am informed that the database is down, but the database is not down because I can logon to it via SQL*Plus and iSQL*Plus. The command I us

  • Wrong sequence of printout's.

    Hi! When I print on an SAP printer, the output requests are issued in the wrong sequence, even though the SAP output device in SPAD is defined with the "sequential processing" attribute. This situation appear when I have got more than 400 spool reque