"Data" tab no longer working

Version 1.5.0.53 Build MAIN-53.58, running on Mac OS X 10.5.2
All of a sudden, the "Data" tab for editing table data is no longer working. Clicking on it does nothing at all - no change in the icons, no apparent network activity - its as if you were just clicking on nothing.
It was working just fine, even after upgrading to the latest release. I did a clean install and still have the same issue. It's also occurring for multiple database connections.
Any thoughts or things to check?
- Scott -

Hey Barry! Hope all is well with you! Thanks for offering to help.
Here's the error that I get from the console:
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: oracle.sql.CharacterSet.encodedByteLength(Ljava/lang/String;)I
     at oracle.javatools.db.ora.OracleDatabaseDescriptor.validateName(OracleDatabaseDescriptor.java:240)
     at oracle.javatools.db.DatabaseDescriptor.isValidName(DatabaseDescriptor.java:76)
     at oracle.javatools.db.DatabaseDescriptor.quoteIdentifier(DatabaseDescriptor.java:246)
     at oracle.javatools.db.AbstractDBObjectProvider.quoteIdentifier(AbstractDBObjectProvider.java:1224)
     at oracle.dbtools.db.DBUtil.addQuotes(DBUtil.java:1300)
     at oracle.dbtools.raptor.oviewer.table.DataEditor.open(DataEditor.java:346)
     at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:244)
     at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:152)
     at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:94)
     at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
     at oracle.ideimpl.editor.SplitPane.setCurrentEditorStatePos(SplitPane.java:1220)
     at oracle.ideimpl.editor.SplitPane$1.valueChanged(SplitPane.java:132)
     at oracle.ide.controls.customtab.CustomTab.fireSelectionChange(CustomTab.java:292)
     at oracle.ide.controls.customtab.CustomTab._setSelectedPage(CustomTab.java:604)
     at oracle.ide.controls.customtab.CustomTab.setSelectedPage(CustomTab.java:566)
     at oracle.ide.controls.customtab.CustomTab.selectPageAt(CustomTab.java:619)
     at oracle.ide.controls.customtab.CustomTab.mousePressed(CustomTab.java:969)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
     at java.awt.Component.processMouseEvent(Component.java:5599)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
     at java.awt.Component.processEvent(Component.java:5367)
     at java.awt.Container.processEvent(Container.java:2010)
     at java.awt.Component.dispatchEventImpl(Component.java:4068)
     at java.awt.Container.dispatchEventImpl(Container.java:2068)
     at java.awt.Component.dispatchEvent(Component.java:3903)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3933)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
     at java.awt.Container.dispatchEventImpl(Container.java:2054)
     at java.awt.Window.dispatchEventImpl(Window.java:1791)
     at java.awt.Component.dispatchEvent(Component.java:3903)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Please let me know if you need any additional information.
Thanks,
- Scott -

Similar Messages

  • Burn data dvd no longer works since 9.0.1 or 9.0

    Since the latest iTunes update, at least 9.0 or 9.0.1, I am unable to burn backup DVD data disks which is my "offsite" backup method besides using Time Machine on an accessory drive. The DVD drive is a Pioneer DVD-RW DVR-109: Firmware Revision: 1.58. I get error messages, did not save the text, but usually read/write errors, "sense" issues usually cited after several attempts. However, seems to work fine burning from Toast and fine for burning iTunes Audio CDRW disks. Anyone else experience this? I see several having problems recently burning CD's from iTunes, but not this specific issue. I know it's nearly time to update my system to Intel, but it would be nice to hold on a little longer...I did try to force lower speed DVD writes with no help. Thanks...

    Did you check your security settings & trusted locations to ensure that the URL is on a trusted site??
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 18 Oct 2011 13:36:13 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: FDF no longer works in Reader 10.1.1. Worked in 9.x and previous
    FDF no longer works in Reader 10.1.1. Worked in 9.x and previous
    created by daniel11223344<http://forums.adobe.com/people/daniel11223344> in PDF Language and Specifications - View the full discussion<http://forums.adobe.com/message/3978319#3978319

  • App download and up dates are not longer working

    Since two days the up date and download of apps is not longer working on my iPad

     SELECT from SQL (Sql Manager) gives f.ex. "2010-11-27 00:00:00
     Similar SELECT from the old ACCDB, linked to a MDB (query in ACCDB) gives "27-11-2010"
     Similar select in new ACCDB, linked to SQL (query in ACCDB) gives "2010-11-27 00:00:00"
    In linked table in new ACCDB the date is "2010-11-27 00:00:00"
    In linked table in old ACCDB the date is "27-11-2010" 
    In form in new ACCDB is date seen as "2011-11-27 00:00:00"
    When I do a AddNew (by VBA-code) the field change into "16-02-2011" and error while trying to update (wrong date format, I guess)
    The update in this case is done by f.ex. doing a "DoCmd.GoToRecord , , acPrevious", which gives error code 2105 "You can't go to the specified record."
    Another way that worked before is to go to another record by using a value from a Find-Record-form and do a "DoCmd.FindRecord <newrecordname>". This gives error 3146 "ODBC--call failed. [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed
    when converting date and/or time from character string. (#241)". Other functions (filling in other values in the form, based on a chosen name f.ex. is working, - but the record is never written to the Table).
    In form in old ACCDB the date is seen as "27-11-2010"
    When I do a AddNew (by VBA-code) the field change into "16-02-2011" and update and everytrhing is fine
    Another way (than the AddNew) the date is created/changed is by using VBA "[datefield] = Date". The datefield is set to f.ex. "16-02-2011" (where old value could be "2010-11-27 00:00:00"), - and the same problems as described above is present.
    Only way to "escape" is to click the ESC-key, to cancel all changes of the record in focus. 
    I hope this clarify, and I am at your disposal for further investigations any time ;-) almost 24/7, sigh...
    Sune

  • Upgrade from VS 2010 to VS 2012 - SSRS Data Extension no longer works.

    I have upgraded to VS 2012 (with BI Tools) installed. We have an SSRS Data Extension that worked fine with VS 2010, both in the VS designer and on the SSRS server. I made the same changes as VS2010 to RSReportDesigner.config and RSPreviewPolicy.config
    in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\ and the data extension name is there in the data source dropdown, but it isn't the localized name from the assembly - so obviously the assembly does not appear to be
    loading properly.  In ProcMon, I can see devenv finding the DLL and even doing a load image on it, but clearly I am missing something. Any ideas or at least hints on how to troubleshoot this?
    My dev machine is Windows 7 x64. The VS 2010 version was compiled for Any CPU (I have tried this one). I have also tried to build an x86 version, since I read somewhere it needs to be compiled for 32 bits. I also tried a debugging version that logs every
    call and clearly VS isn't calling anything, since a log isn't even created. 
    Please help!
    Thanks
    Mitch vH
    btw; not related - but it is kind of lame that I am having to use Chrome to create this, since IE went to a spiral of death trying to sign me into my live account.

    Hi Mitch vH,
    According to your description, the issue is that you cannot load the assembly in the Reporting Services. Based on my research, when the process or configured impersonation account does not have permissions access to the ASP.NET temporary files folder will
    cannot load the assembly. To avoid this issue, please try to specify the Read/Write permission for an account to:
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ReportSerever
    And please check have you referenced there some other special assembly in your DLL, which is may missing on the server? There is a similar issue, you can refer to it.
    http://stackoverflow.com/questions/13379804/could-not-load-file-or-assembly-in-reporting-services
    Hope this helps. If the issue is persist, please check if you have get any error message. Could you please post the error message? It is benefit for further analysis.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Spaces ctrl-arrow and cmd-tab no longer works after screensaver is active

    MacBook 13", running 10.5.8
    When the macbook boots up, these work fine, but once the screen saver comes on, none of these shortcut keys works any longer. Searched for this problem, and found a couple of suggested solutions, including removing the screensaver plist file. Nothing has worked so far. Of note, if I use the screensaver "test" button to activate the screen saver, this does not happen. This only happens after the screensaver activates on its own. The screensaver being used is the "Flurry" screensaver that shipped with it. I have tried all of the other ones, and get the same behavior.
    Here are other special things about my system:
    1. Digidesign Core Audio Driver
    2. Logic Studio Pro 9
    3. System runs in clamshell (although problem exists when using the 13" display as well)
    4. Using the Apple keyboard with numeric pad
    5. System's display is currently a 23" acer monitor
    All of these things except for 3, 4, and 5 have been running since I bought the system in March 2009. 3, 4, and 5 were started about 3 weeks ago. This problem just became an issue within the past 3 days.
    Any help is much appreciated.

    Further update. I can no longer change the screensaver. When I try by right clicking on the desktop and then choosing change desktop background, system preferences hangs. If I open system preferences directly, it will open, but when I click on the icon to change the screen saver, it also hangs.

  • Drag and Drop to tabs no longer works in IE11

    I just upgraded to Windows 8.1 with IE11, and I can no longer drag and drop links onto existing tabs. Why was this removed? That was one of the most useful features of tabbed browsing.

    Hi,
    Do you get any error message/code?
    Based on your description, I would like to suggest you try the following to check the issue:
    1. Run Internet Explorer Performance Troubleshooter.
    The Internet Explorer Performance Troubleshooter is an automated tool which will check for any performance issues which are common with the Internet Explorer on the computer and provides the details on how to fix them. Follow these steps and run the troubleshooter.
    a. Press “Windows Logo” + “W” keys from the keyboard.
    b. Type “Troubleshooting” in the search bar and press “Enter”.
    c. In the “Troubleshooting” window, click on “View All” on the left pane.
    d. Click on “Internet Explorer Performance”.
    e. Click on “Advanced” and then click on “Run as Administrator”.
    f. Click “Next” and follow the on-screen instructions to complete the troubleshooting process.
    2. Run IE with no add-ons. Click Start -> All Programs -> Accessories -> System Tools -> Internet Explorer (with no add-ons). 
    3. Reset Internet Explorer settings.
    http://support.microsoft.com/kb/923737
    Please understand that reset Internet Explorer to its default configuration. This step will also disable any add-ons, plug-ins, or toolbars that are installed.
    4. Try to reinstall the IE 11 for a test.
    How to reinstall or repair Internet Explorer in Windows 7, Windows Vista, and Windows XP
    http://support.microsoft.com/kb/318378/en-us
    If the issue still occurs, you may boot the computer in safe mode and check if that helps.
    Advanced startup options (including safe mode): 
    http://windows.microsoft.com/en-US/windows7/Advanced-startup-options-including-safe-mode
    Regards,
    Blair Deng
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Command click to open link in new tab no longer works in google scholar

    Well the question basically says it all. Starting a couple of weeks ago, i have not been able to command click links to open in new tabs (I am on a mac, OS X 10.6.8). This includes links to google books as well as library links. This only happens on google scholar. It also happens in 'safe mode'. I have contacted google support who have stated that this is a browser issue. They have not changed the coding of the scholar site. This is very frustrating. I have used FF for years and am now going to have switch to Safari, whose own command click function continues to work in google scholar. Any thoughts/ suggestions?

    Yes this issue is definitely related to Firefox. As I stated at the outset, the command click works fine in safari (although I prefer not to use it due to its restriction of automatically opening enw files in EndNote).
    I was curious as to whether the issue was triggered by new coding on the part of Google scholar. Doesn't seem that way. Although I am still curious whether some of the style coding of the scholar page is creating issues... Given that command clicking works on every other page including regular Google searches...
    The point though, was to generate some leads as to where this problem may best be addressed and what is the best language with which to do so...
    Any advice on how to actually get these questions to Firefox support? That is how I wound up here in the first place!

  • New Tab no longer works, either from the pull-down menu or the "+" sign. Nothing happens.

    This behavior just started today without any warning. I've closed and restarted Firefox several times without fixing it. I downloaded an update 3.6.13 for Windows but the same problem persists. New Window works fine, but New Tab does nothing.

    That is a problem with the Ask<i></i>.com toolbar (Tools > Add-ons > Extensions)
    See:
    * [[Troubleshooting extensions and themes]]
    Other things that need your attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Java Plug-in 1.6.0_10 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • At my ETRADE account, the "Quick Links" tab no longer works

    With the latest version of Firefox, at my E*TRADE Brokerage Account, there was a page "Complete View: By Accounts" on which there were links called "Quick Links" to select portfolio, statements, etc. Why doesn't this Quick Links tab work with the latest version of Firefox? It makes me hesitant to upgrade to the next version. Thank you.

    I'm having the same problem and I just downloaded the latest updates, which didn't seem to fix it. Here's a screen shot:
    And the red just along his tricep I had to draw "blind" because it wouldn't populate the brush stroke to cover his arm until after I moved my mouse to the side of the screen. Any changes or movement on the screen is slower than molasses.

  • Shift tab no longer works.

    Since I installed OS X Yosemite, Shift-Tab has not been working as a shortcut to move an indentation to the left.
    How can I fix this?

    thanks veek-
    I did fix the locale...tab selection still does not work. I get basically the same error as above just minus the LC_CTYPE error
    ion3: Argument 2 to complete is of invalid type. (Argument template is
    'oSS', got lua type boolean).
    ion3: Stack trace:
    0 [C]: in 'complete'
    1 [string "WEdln.complete(_, true)"]:1
      [Skipping unnamed C functions.]
    I have the problem posted on the ion mailing list. The first response was just as yours--fix locale. It seems that they are separate errors.

  • Date Picker no longer works in applications converted from v 3 to v4

    We cloned our current server and upgraded it to v4.0.2 of APEX.
    We now get this error on all the pages that have a date picker:
    ORA-01460: unimplemented or unreasonable conversion requested ORA-02063: preceding line from PMO_PROD
    Unable to fetch row
    I have tried to delete the date picker and recreate it but I get the same error.
    I also get this error when I try to apply a currency format to a Text item.
    Anyone has the same problem??
    Thanks

    Have exactly same problem running APEX 4.0 against a db. 9.2.0.7 via dblink. APEX Repositori is on Oracle express 10.2.
    Test table on remote db is
    CREATE TABLE "VISKMIG"."MIG_TEST" (
    "IDENTNR" NUMBER NOT NULL ENABLE,
    "CODICE" VARCHAR2(8 CHAR) NOT NULL ENABLE,
    "DESCRIZIONE" VARCHAR2(2000 CHAR),
    "DESCRIZIONE1" VARCHAR2(2000 CHAR),
    "DESCRIZIONE2" VARCHAR2(2000 CHAR),
    "DESCRIZIONE3" VARCHAR2(2000 CHAR),
    "DATAINI" DATE NOT NULL ENABLE,
    "DATAFINE" DATE,
    CONSTRAINT "MIG_TEST_PK" PRIMARY KEY ("IDENTNR")
    APEX is defined over a view
    create or replace vies MIG_TEST as
    select * from MIG_TEST@APEX_VISKMIG_DEV9I
    where APEX_VISKMIG_DEV9I is the local dblink.
    Moving the table on the local apex db solve the problem.
    Difference are:
    - accessing the table over a dblink ;
    - the remote db is version 9.2
    by,
    diego

  • Airport data app no longer works

    Since iOS 6.  Reverts straight back to home page.  IPlane radar now defective, too.  And no developer site to go to.

    Thanks for the quick response! just to give some further detail...
    • Turn off the Airport card and then turn it back on.
    -- I did this during the initial attempts (all further attempts will have to wait until tomorrow, as it's past my bedtime)
    • "network showing up in the drop down menu" with a check mark next to it?
    -- yes, the network has always shown up.
    • This thread has a user with a bogus DNS entry.
    • Does your Powerbook work?
    -- I'll try these tomorrow
    • What IP are you getting on your iMac?
    -- I was getting the standard 10.10....address created by the airport.
    • Create a new Location on your iMac's Network System Preferences and re-create the Airport connection
    • Keychain First Aid?
    • Temporarily connect via ethernet directly to the Express and check it's configuration again.
    • Reset the trusted networks.
    -- I'll try all of these tomorrow
    Good Luck!
    -- Thanks!
    iMac G4; PowerBook G4    
    iMac G4; PowerBook G4    
    iMac G5; PowerBook G4    

  • Firefox 3.6.13 does not open new tabs anymore. Ctrl-T, file- new tab , right click new tab no longer works. Why is this?

    No new extensions or add-ons have been installed. And all the features options to open new tabs fail to open a new tab. Can someone tell me how to fix the problem? I'm tempted to downgrade to an earlier version of firefox or reinstall 3.6.13 to see if that fixes the problen.

    disabling/uninstalling firebug and restarting firefox does seem to fix the problem. thanks. The next problem is trying to report the problem to firebug. firefox blocks the https://blog.getfirebug.com/2012/10/09/firebug-1-10-4/#respond web site/page because of its certificate, but does not give you an option to accept the certificate anyway.

  • Want to remove Technical data Tab from Work Center

    Hi All,
    I want to remove Technical data Tab from Work Center. I have Removed ''Technical data'' Tab from Plant Maintenance and Customer Service-->Master Data in Plant Maintenance and Customer Service -->Maintenance Plans, Work Centers, Task Lists and PRTs >Work Centers>Configure Screen Sequence for Work Center.
    Still I am able to see Technical Data Tab in IR01, Work center.
    Is there any other config to remove the same?

    This is resolved.
    I have changed the config in following node as 0005 for PM
    SPRO / IMG -> Plant Maintenance and Customer Service -> Master Data in Plant Maintenance and Customer Service -> Maintenance Plans, Work Centers, Task Lists and PRTs -> Work Centers->General Data->Define Work Center Types and Link to Task List Application

  • The "Pin as app tab" produces tabs that do not persist across sessions. I have this problem on two installations, and it's really annoying (since the Permatab Mod no longer works in Ff4). Can you offer any assistance?

    The "Pin as app tab" produces tabs that do not persist across sessions. I have this problem on two installations (PC and laptop, both running Win7), and it's really annoying (since the Permatab Mod no longer works in Ff4). Can you offer any assistance?

    App tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History"

Maybe you are looking for

  • 1. could I connect an external USB3 drive to my macbook pro (15" MID 2010)?

    Trying to connect I can't see it. 2. Question: Is it mirroring possible with apple TV on MacBook pro 15" MID 2010?. Playing a movie with VLC can I send it to TV? Could you please give me an advise?

  • 802.1X Port Based Authentication Security Violation

    I have configured 802.1X authentication on selected ports of a Cisco Catalyst 2960S with Micorsoft NPS Radius authentication on a test LAN. I have tested the authentication with a windows XP laptop, a windows 7 laptop with 802.1X, eap-tls authenticat

  • How do you  add a description to a customized Roadmap node or subnode?

    Hello friends, I was able to create a roadmap and create subnodes for some customized roadmaps, however I must also be able to provide descriptions to the roadmap (upper right side of the roadmaps).  I access create/assign under the document button u

  • Centralized (MS Access) database

    hi, In my application, i am using MS access as database. currently i am using database in all client place. i want make one database in one sever, all client need to update their details in that. current sample code String szPath;                szPa

  • "NO CENVAT AMOUNT TO BE POSTED NO CENVAT AMOUNT TO BE REVERSED" while doing

    I am facing a issue u201CNO CENVAT AMOUNT TO BE POSTED NO CENVAT AMOUNT TO BE REVERSEDu201D while doing the J1IEX transaction for the GRPO IP. I have captured the excise invoice in MIGO and trying to post in J1IEX. Also checked the Part 1 tables (J_1