4.0 unable to ai2 open file in Windows Explorer


Hello

When I try to open a system design of files using Windows File Explorer, no window is open. After a while the message "Open Design: Canceled'in the message log is displayed."

In the file log is created the following trace file:

2013-09-26 14:36:37, 270 [AWT-EventQueue-1] ERROR ControllerApplication - error design SDO!

java.lang.ArrayIndexOutOfBoundsException: 7

at oracle.ide.layout.URL2String.toURL(URL2String.java:103)

at oracle.dbtools.crest.util.gui.swing.URLChooserShortcuts.createShortcuts(URLChooserShortcuts.java:102)

at oracle.ide.dialogs.DialogUtil.addShortcutButtons(DialogUtil.java:240)

at oracle.ide.dialogs.DialogUtil.initURLChooser(DialogUtil.java:160)

at oracle.ide.dialogs.DialogUtil.newURLChooser(DialogUtil.java:125)

at oracle.ide.dialogs.DialogUtil.newURLChooser(DialogUtil.java:93)

at oracle.ide.dialogs.DialogUtil.newURLChooser(DialogUtil.java:77)

to oracle.dbtools.crest.swingui.ControllerApplication$ OpenDesign.selectDesign (ControllerApplication.java:2259)

to oracle.dbtools.crest.swingui.ControllerApplication$ OpenDesign.doActionPerformed (ControllerApplication.java:2312)

to oracle.dbtools.crest.swingui.MDBAction$ ActionInvoker.run (MDBAction.java:248)

at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)

to java.awt.EventQueue.access$ 400 (EventQueue.java:81)

in java.awt.EventQueue$ 2.run(EventQueue.java:627)

in java.awt.EventQueue$ 2.run(EventQueue.java:625)

at java.security.AccessController.doPrivileged (Native Method)

in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:636)

at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

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)

A similar log is created when you try to open a file of domain:

2013-09-26 14:36:11, 083 [AWT-EventQueue-1] ERROR ImportDomainsDialog - error import file field

java.lang.ArrayIndexOutOfBoundsException: 7

at oracle.ide.layout.URL2String.toURL(URL2String.java:103)

at oracle.dbtools.crest.util.gui.swing.URLChooserShortcuts.createShortcuts(URLChooserShortcuts.java:102)

at oracle.ide.dialogs.DialogUtil.addShortcutButtons(DialogUtil.java:240)

at oracle.ide.dialogs.DialogUtil.initURLChooser(DialogUtil.java:160)

etc...

Hi Joop,

To avoid file names in ide.properties 'OpenedFilesHistoryItem' lines. It was earlier implementation and now it should be paths to directories only. Of course, there is an old code in some of the file browser dialog boxes. Or there is a problem when migrating preferences between versions. However, the presence of the names of files is not a problem and should not raise an exception.

In fact the exception

2013-09-26 14:36:37, 270 [AWT-EventQueue-1] ERROR ControllerApplication - error design SDO!

java.lang.ArrayIndexOutOfBoundsException: 7

at oracle.ide.layout.URL2String.toURL(URL2String.java:103)

is triggered, because DM is trying to create URLS with more than 7 rooms, which is not possible. If any of the paths are not valid.

Solution is to remove all the lines "OpenedFilesHistoryItem". You're going to lose last directories used in the file browser dialog box. Do it when DM is closed.

Tags: Database

Similar Questions

  • Cannot open files from Windows Explorer

    Original title:

    All the files in my Windows Explorer now say ((somethingEx:_Documents).library - ms) I need help. What can I do to fix this? I can't open all the files in Windows Explorer?

    Help please. I can't open all the files in Windows Explorer.

    Hello

    1. What is the exact error code?
    2. Have you made changes on the computer before this problem?

    Provide us a screenshot of the Explorer window to SkyDrive so that we can better understand the issue and therefore provide you with the troubleshooting steps.

    Download pictures and files

    http://Windows.Microsoft.com/en-us/SkyDrive/add-photos-files-FAQ

    Please come back with the information needed to get help.

  • Unable to see some files in Windows Explorer

    I installed WebEasy V4 under Vista.  The program installed in the Program Files (x 64), and I see these files.
    WebEasy default sends output in c:\Program Communications\WebEasy\Html v files.  Another program (WS_FTP) inheritance can see these files at this location and can touch.  However, Windows Explorer does not display this path or files, although it shows the path under c:\Program Files (x 64), but the files are not displayed.

    Windows search does not find the files.

    Turn off UAC does not change the results.

    I worked around this problem by changing the default output path in WebEasy.  But it remains to determine how to access to the files of the user being hidden by Vista.  There are two directories 'User', and the files are not in both.

    Lorien,
    Your first suggestion to display hidden files in the Explorer did not have an obvious change.
    The second suggestion (research on the whole disc) not went exactly as you have submitted.  Instead of a dialog box, it came with a Google search.  Somehow, Google Desktop got installed on this machine.  Don't remember how.
    Anyway, following up further on your second suggestion, I brought the C-drive in Windows Explorer and then launched the research from there and by selecting the advanced search options, as you indicated.  This search took several minutes to complete, but eventually found the files.  They are here:
    C:\Users\Wendy\AppData\Local\VirtualStore\Program v Communications\Web Easy\Html

    In my previous attempts of roaming around looking for the file, I saw "AppData" because it is a hidden system directory.

    Another interesting result of this exercise:

    In my original post, I indicated the legacy WS_FTP program showed the files exactly where the path to easy Web made by browsing the tree.  However, when I disabled UAC, then WS_FTP did not see the files there because there was no path of files V Communications programs.

    Thanks for your help.

  • How to open files from window Explorer?

    I have a situation in which a modalDialog is displayed that contains two buttons, to open a folder lguess ike to open my computer and another button to Open a text file in the default editor , so how can I do this via script jsx?

    // open a folder
    var folder = Folder(Folder.myDocuments);
    folder.execute();
    
    // open a file
    var file = File(folder+'/testFile.txt');
    file.execute();
    
  • In windows vista, hotmail, unable to play .wav files using windows media player. Error, said to dnload windows media player.

    In windows vista, hotmail, unable to play .wav files using windows media player. Error says to dnload windows media player

    Hi Leonard,.

    ·         Is it an attachment on Hotmail or Windows Mail?

    ·         Have you downloaded the file to read?

    ·         The issue is limited to Hotmail?

    Download and save the file on the hard drive. Check if you can play the file.

    Response with more information, so we can help you best.

    If it comes to Hotmail, you can also ask your question in Windows Live Solution Center.

    Hotmail - Windows Live Solution Center Portal

  • Question about the opening of JavaScript (.js) files in Windows Explorer...

    Hello.

    I write web pages with external JavaScript files.

    When I right click on a file in Windows Explorer .js, I get a choice when selecting menu "open with...". » :

    -Microsoft (R) Windows Based Script Host

    -Microsoft Visual Studio

    -Notepad

    Nothing happens if I select the first. What is the first listed selection? Is this something that should have come with Vista?

    What to keep in mind, is that JavaScript is coded in the web pages, for example in HTML format.

    Go to a web page, right click on the white space and choose View Source and you will see the words such as JavaScript and function. If you look at the coding of the function, you should be able to recognize the commands.

    Good luck with the coding.

  • By double clicking on a file in Windows Explorer it only starts the program it does not open the actual file.

    By double clicking on a file in Windows Explorer it only starts the program it does not open the actual file.  1 program, all the others still work ok.

    This option is used to work, I installed a viewer of this program option (it's a based CAD program) and after that I uninstalled the viewer that he would not even start the program, he was trying to launch the viewr.  I noticed that the file association was still for the Viewer so I changed it back, but he now throws only program.  Under right click, properties, file Type: it is said the extension only where it used to say the name of the program.

    Thank you

    Sam

    Hey Sam,

    Default configuration program.

    http://Windows.Microsoft.com/en-us/Windows7/change-which-programs-Windows-uses-by-default

    If this does not work, then contact the Help Viewer support.

    All the best!

  • I upgraded to Acrobat Reader Acrobat Reader DC.  I can save is no longer a PDF file.  I can open is more pdfs through IE11.  IE 11 crashes when I try to open a pdf file.  I can preview is no longer a PDF file in Windows Explorer or Outlook 2013.  Outlook

    I upgraded to Acrobat Reader Acrobat Reader DC.  I can save is no longer a PDF file.  I can open is more pdfs through IE11.  IE 11 crashes when I try to open a pdf file.  I can preview is no longer a PDF file in Windows Explorer or Outlook 2013.  Outlook Express crashes and had to be reinstalled once since I installed AA DC.  I tried deleting and reinstalling DC, reset internet IE11 options by default and am running Windows 7.

    Hi paulgriggs1960,

    Uninstall Acrobat Reader DC using tool cleaning Download Adobe Reader and Acrobat tool - Adobe Labs

    Then install Reader using this link: Adobe - Adobe Acrobat Reader DC Distribution and check if it solves your problem.

    Let us know if problem still persists.

    Kind regards

    Meenakshi

  • cannot open the file in windows Explorer

    Hello

    Double-click an InDesign file in Windows Explorer does not open the file

    He then shows the window of InDesign, but nothing opens

    Anyone know what this may be?

    2015 CC running on Windows 10 pro 64-bit

    Thank you
    David

    How to move the script to the user profile?

  • Cannot install the CD software, AutoPlay does not, can not see .exe files in windows Explorer

    I tried to load the software for a Microsoft mouse that I bought. When I loaded the CD in the drive, the Setup program did not start. When I looked at the content of the CD, it wasn't a setup.exe file. Tonight I tried to load TurboTax, and I'm having the same problem. I put the disc in a XP machine, the installation program starts right up and I see the installation files in Windows Explorer. I can't install it to work on my Vista computer.  When I right click on the drive, I don't get the option to install or run the program. It's as if she's even not recognize that there is a facility on the disk. I'm running Vista SP1 small business. I also downloaded windows a 4.5. No change. Help!

    Well, I am the furthest thing from a computer Wizard but I came across the solution to my problem and kklinger.  I recommend removing a program called "Xplay" from Mediafour.  There seems to be a MAC program and is the reason that the autorun is not complete.  Try this: 1. go to start, then Control Panel
    2. open "programs and features".
    3. scroll through the programs and see if you have the XPLAY under the title editor MACROVISION
    4 right click once a program to highlight, and then click "Uninstall/change" upward.
    5. (you may get a pop-up asking if it's OK continue.)  If so, click on "Allow")
    6. once the program is removed, you will need to restart your computer.

    It worked for me.  Good luck.

  • All of a sudden I can't copy files in Windows Explorer in any method

    Suddenly I can't copy files in Windows Explorer in any method - I get a message from Clipboard "item not added: Format not supported by the Office Clipboard." Never had a problem before, same thing for any type of file, Word or jpg. Am on Windows 7 and Office 7. Have rebooted and done a virus scan, but cannot get this to work.  I can always copy the text from various sources, the problem is only with files.

    Close office word... If you have opened it.

    I personally do not know why you would want to copy instead of cut.

    Unless you like the duplicate files.

    Somewhere the Office clip board interferes with windows clip board,

    Most love because you have Office Open in another window and the clip Panel Office setting is set to always open or at least to check and change these settings.

  • I need to print hundreds of pdf files in time of quick of a folder. Could you please suggest any method by which I can print a bunch of pdf files in windows Explorer.

    Hi, I need to print hundreds of pdf files in time of quick of a folder. Could you please suggest any method by which I can print a bunch of pdf files in windows Explorer. Thanks and regards, Madhav

    Then do it in batches of 15

    or

    Several PDF Download printer 1.4.1 - Freeware Files ... .com

    How to print More than a single PDF at the same time . eHow.com

  • Do a right mouse click on the name of the file causes Windows Explorer stop.

    Do a right mouse click on the name of the file causes Windows Explorer stop.

    The problem is sometimes caused by a third-party extension. ShellExView can be useful to see what shell extensions have been introduced in the Explorer. Lire read on this topic, then scroll down to download the x 86 (32-bit) or x 64 (64 - bit) version here near http://www.nirsoft.net/utils/shexview.html

    When you run it, click the column of company for sequence entries in alphabetical order. Suppose Microsoft entries are in good faith and focus on others. Is something listed that is useless or unknown? If so, select it and click the Red (on top left) task to turn it off. You can find it easier to disable them all and then reactivate (green area) one at a time and try to explore until the culprit is found.

  • Cannot find the Favorites file from Windows Explorer in Windows XP. Does not currently have IE in Windows XP

    I have been using Windows XP for a while.  I am always connected in Windows Explorer through the icon 'Butterfly '.  Never interested in Internet Explorer - too cluttered screen.  I have several files in Windows Explorer and virtually none in Internet Explorer 8.  How can I find the Favorites file

    Windows Explorer so I can import them from a new laptop with Windows 7? There, not too many people who understand what I'm saying

    Tommy,

    You've done a good job answering my question.  Somehow, and I don't know how I did it I accidentally erased all the favourites I had accumulated for quite some time.  I have not found these missing Favorites in the trash that is where I would have expected to have. But that's another story and not a good thing.  I have so appreciated your efforts and I hope at some point I can get these favorites - wherever they are now.

    Sincerely,

    ECK Wolf

    Can try:
    http://www.Piriform.com/Recuva

  • When I click on a video file in Windows Explorer, I get the message "not found xvidcore.dll', shortly followed by the message" Windows explorer has encountered a problem and needs to close. "

    original title: xvidcore.dll not found.

    Nice day

    When I click on a video file in Windows Explorer, I get the message "not found xvidcore.dll', shortly followed by the message" Windows explorer has encountered a problem and needs to close. "  The screen becomes blue white.  I am operating Windows XP SP3.  Any advice much appreciated

    Thank you, Brian Newman

    No guarantee, but it might be interesting to try to download
    and install the XviD Codec:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    XviD Codec
    http://www.xvidmovies.com/codec/
    (name of the file to download: Xvid - 1.3.2 - 20110601.exe)

    Good luck...

Maybe you are looking for