Problem with the plugin from Dimensions in JDev 10.1.3.5.0

I installed JDeveloper 10.1.3.5.0 and the Dimensions plugin to version control.
But when I try to connect to a Dimension by using the menu "Versioning / connect to Dimensions...". ", I get the window conection, but get an error instead:" Index: 0, size: 0 ".

Here is the full error stack:
java.lang.IndexOutOfBoundsException: Index: 0, size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at oracle.jdevimpl.vcs.dimensions.ui.DMLoginPanel.initModel(DMLoginPanel.java:310)
to oracle.jdevimpl.vcs.dimensions.ui.DMLoginPanel. < init > (DMLoginPanel.java:78)
at oracle.jdevimpl.vcs.dimensions.op.DMLoginOperation.doitImpl(DMLoginOperation.java:120)
at oracle.jdeveloper.vcs.generic.ActionCommand.doitImpl(ActionCommand.java:157)
at oracle.jdeveloper.vcs.spi.VCSCommand.doit3(VCSCommand.java:500)
at oracle.jdeveloper.vcs.spi.VCSCommand.doit(VCSCommand.java:120)
at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
at oracle.jdeveloper.vcs.spi.VCSController.invokeCommand(VCSController.java:192)
at oracle.jdeveloper.vcs.spi.VCSController.handleEventImpl(VCSController.java:148)
to oracle.jdeveloper.vcs.spi.VCSController$ 1.run(VCSController.java:76)
at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1093)
at oracle.jdeveloper.vcs.spi.VCSController.handleEvent(VCSController.java:72)
at oracle.jdevimpl.vcs.generic.GenericController.handleEvent(GenericController.java:61)
at oracle.ide.controller.IdeAction.performAction(IdeAction.java:525)
to oracle.ide.controller.IdeAction$ 1.run(IdeAction.java:772)
at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:1041)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


After searching a while, I found some error messages in the vcs.log saying that the file is not found (but where?):
Profile of [09:03:54.310 CEST 24.08.09] initialized in 79ms
[09:03:56.328 24.08.09 CEST] Unable to query registry full of profiles: the specified file is not found.

[09:03:56.328 24.08.09 CEST] Cannot read the profiles of persistent connection: oracle.ide.natives.registry.RegistryException: the specified file is not found.

at oracle.ide.natives.registry.RegistryKey.openKey (Native Method)
at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getDimensionsClientKey(DMWinConnectionHelper.java:420)
at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getPreviousConnectionsKey(DMWinConnectionHelper.java:430)
at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getDefaultConnectionValue(DMWinConnectionHelper.java:487)
at oracle.jdevimpl.vcs.dimensions.connection.DMWinConnectionHelper.getPersistedProfiles(DMWinConnectionHelper.java:48)
to oracle.jdevimpl.vcs.dimensions.connection.DMConnectionManager. < init > (DMConnectionManager.java:317)
to oracle.jdevimpl.vcs.dimensions.connection.DMConnectionManager. < clinit > (DMConnectionManager.java:29)
at oracle.jdevimpl.vcs.dimensions.DMProfileListener.profileActivated(DMProfileListener.java:149)
at oracle.jdevimpl.vcs.generic.GenericClient.fireProfileActivated(GenericClient.java:1523)
at oracle.jdevimpl.vcs.generic.GenericClient.activate(GenericClient.java:388)
at oracle.jdevimpl.vcs.VCSManagerImpl.activateExtension(VCSManagerImpl.java:588)
to oracle.jdevimpl.vcs.VCSManagerImpl.mav$ activateExtension(VCSManagerImpl.java:116)
to oracle.jdevimpl.vcs.VCSManagerImpl$ 9.addinsLoaded(VCSManagerImpl.java:206)
at oracle.ide.IdeCore.fireIdeEvent(IdeCore.java:709)
to oracle.ide.IdeCore.mav$ fireIdeEvent(IdeCore.java:98)
to oracle.ide.IdeCore$ 5.run(IdeCore.java:689)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

[09:03:56.328 24.08.09 CEST] Profile activated in 329ms


Versions of the components:
Oracle.JDeveloper.VCS: 10.1.3.43.06
Oracle.JDeveloper.Dimensions: 10.1.3.43.06

I don't have the problem with Jdev 11.1.1.1.0, but we must keep JDev version 10.3.

Does anyone have an idea?

Xavier

JDev 10.1.3 has been certified with dimension 9.1
See:
http://www.Oracle.com/technology/products/jdev/htdocs/10.1.3.5/install.html#TeamDev

Tags: Java

Similar Questions

  • Problem with the plugin ActiveDirectory

    I have a problem with the plugin active directory that it does not show the OUs under a spesific UO (I guess that's because there are too many objects in this spesific UO and for some reason any, limit the amount of objects, it can show).

    To work around the problem I wanted to use the Active Directory script class and use the search method, but I can just find a way to create this object to use the reproductives I guess that I do not understand something in the API.

    Read this it looks like it could be typo...

    Please share your script, or search for mistyped as ActiveDirectory.Search ().

    For example - to throw the object system: TypeError: cannot find the default value for the object

    This code online

    System.Iog ("Test");

    because this isn't a lowercase L, it is a shift that i and this method does'nt exist on the object of the system...

    Other objects throw correcting errors as this method does not exist in the wrapper dyn...

    Depends on the implementation and management inside of it I guess than errors

    Kind regards

    Andreas

  • Problem with the plugin Photoshop and reflux

    I get the following message if poster every time I start photoshop:

    There is a problem with the generator. Quit Photoshop and try again. If the problem persists, remove third-party plug-ins or try to reinstall Photoshop.

    I am running PS 14.1.1

    I also noticed that the reflow option is missing from the drop-down list generaotr. I also tried just download/install the plugin installed by reflow.

    Any ideas?

    Thanks for the help.

    Hello

    There is a simple trick to achieve this.

    1. uninstall all your photoshop CC & edge reflow CC (make sure that you delete all the files in C: drive and temp files).

    2 after step 1 install photoshop CC & edge reflow CC normally.

    3. now download the Edge connection Plugin of

    4. after launch the plugin, and now, you will find a folder of reflow in your (Mac applications folder) and your (Program Files under Windows).

    5 open the folder "reflow/plug-ins/alternator /" and copy "reflow.generate" file.

    6. now open Photoshop CC and go into plug-ins/alternator /.

    7 paste the copied here folder and restart your Pc or Mac.

    8. now, everything should be good.

    It isn't only one answer is how I solved the same problem on my mac.

  • Problem with the plugin Update Manager

    I'm having a problem with the update on my VC Server Manager (2.5 build 104215).  Update Manager is not downloaded updates.  In VC when I go to Plugins it shows that Updae Manager is installed and enabled.  If I remove the check mark for Enabled & then turn it back on, I get a message - "the server could not interpret the customer's request" - but the checkbox reappears.  I also have this message when I run VC on the server, but not from my PC.

    If I right click on the download VMware Update Manager update scheduled task and select Properties, I get a message - "the plugin for this task has not been saved.   All VMware services are started.  The Update Manager

    Update Manager is built 1.0.0.63972 and the VI client on the server is 104215

    Thanks for any help.

    He is now in place and running as planned?

  • Problems with the servers from Adobe in Germany (Workflow: InDesign-&gt; Content Viewer)

    We had some problems with the download of our fact sheets on Adobe servers end of January / beginning of February. Also our iPads test often could not connect to the content viewer. There are outages of server in Germany during this period?

    Updates are always displayed at http://status.adobedps.com/. You can check messages to see if all coincides with when you download problems.

    Neil

  • Problems with the plugin plugInModeGray32 imageMode import format?

    Hi people,

    I have a format plugin where I have everything works fine with plugInModeGray16 to import, but I would really eventually have more precision. If I try

    formatRecord-> imageMode = plugInModeGray32;
    formatRecord-> depth = 32;

    He throws up, even if I actually do not set the buffers. With the help of pluginModeGray16 and not affecting don't not tampons gets me a picture empty but dimensioned correctly. Is there a limitation with do import 32-bit files?

    Reference, I saw on another thread a few years back where someone couldn't use plugInModeRGB96 and was falling back to plugInModeRGB48 for the contents of 32-bit so it seems that there is something that you can travel there, but nothing in the thread suggested a solution.

    Thank you

    Eric

    So I did some more research and found the problem in the case of other successes for the. Even through pluginModeGray16 is what is expected, Photoshop do not like plugInModeGray32 and really wants that you just use plugInModeGrayScale;

    formatRecord-> imageMode = plugInModeGrayScale;

    formatRecord-> depth = 32;

    I have not tried, but I suspect the other dev having problems with plugInModeRGB96 might be the same problem. Just use RGB and set the 32-bit/channel in the depth.

    Kind regards

    Eric

  • My HP laptop has had a problem with the uncontrollable from scrolling upward and to the left.

    Hoping someone can help me with this - for a month or if my computer hp laptop has had a problem with uncontrollable scroll upward and to the left. It is now getting worse and happens in all programs, including Word, Adobe, browsers, etc.. Even to type this message is difficult because the cursor periodically jumps to the top left corner of the text box. I tried to attach a new external mouse, but this is not enough. The problem occurs even when not to use the touchpad. I scanned my computer with several anti-virusprograms but no luck. It becomes difficult to use the computer for something else. Even now the down arrows / right does not help. PLEASE ADVISE!

     
     
    Original title: scrolling problem

    Hi Suresh,

    This is a late response to your question, but I thought that I could add more information here.

    From your description, it seems that your PageUp and the keys to the House (or arrows) of the keyboard are either stuck, or failing. These keys usually help access us in applications you mentioned. And since you mentioned that this happens even when the touchpad is not in use, it is likely that this could be the cause here.

    I suggest get you the checked keyboard when using a hardware technician, preferably from your computer manufacturer. That should help you understand better.

    Let us know if you need help with Windows, we are happy to be of assistance.

  • Desktop HP ENVY 700: problems with the boot from usb in the bios

    Hi I'm trying to boot from usb on a desktop HP ENVY 700. I don't know the serial number now.

    I followed the instructions and have produced a bootable USB and I checked this on a work dell computer where there is an option for me to boot from my USB if I so wish, but on my HP ENVY any options choose it does not appear with my USB in question and when I try to change the boot sequence making sure the usb/floppy and drive hard usb is above the rest of the sequencers starting it always starts just to the top as usual to my windows boot 10. I've disabled secure boot and used the boot of the legacy and it still does not work.

    I went through all the options I can that seem to be logic and it just does not work. I don't understand and I have to start using a usb key that I use the operating system can be very dangerous in a real environment, so it can not be downloaded to the hard drive.

    I need immediate help, this becomes quite frustrating now that it should be simple to do, but HP is not the way to simplisitic to do.

    Please if someone could point me in the right direction I would be so appreciative ideally if I could have a ride on the way to do

    I need this to work because I can't afford to buy new systems and its for my studies so its imperative

    Your PC has a motherboard of Memphis and happens to have a UEFI BIOS and the hard drive of the GPT format.

    You can check the type of hard disk online order volume by using the DiskPart utility.

    Create a flashdrive bootable UEFI with RUFUS.

    https://Rufus.AKEO.IE/

    Plug it into an available usb port before you press the power button. Near the powr button and immediately start to tap the F9 key to enter the boot from the sources menu. Select the Flash drive under the UEFI Boot sources. Let the boot process. If you have created the key correctly, it should start.

  • Satellite C660 - problem with the upgrade from 4 GB to 8 GB

    Hello

    I have a Satellite C660-124 64-bit with Windows 7.

    I tried to extend the RAM of 4 GB (2x2gb) up to 8 GB (4x2Go), but the laptop is stuck on the 'Starting Windows' screen (I've already updated the BIOS and also if I tried with a new installation, the problem is the same).

    Aries is Kingston 4 GB PC3L - 12800 CL11 204 pins SODIMM
    Link: [http://www.kingston.com/datasheets/KVR16LS11_4.pdf]

    Please
    Thank you to

    Well well, its certainly possible to increase the RAM up to 8 GB of RAM.
    Your case looks like a new RAM isn t entirely compatible or the module could be defective.

    Toshiba says that the DDR3 RAM (1 066 MHz) 4 GB RAM PA3677U-1M4G module should be fully compatible.

    The module PA3677U-1M4G should be the same as the module of Kingston KTT1066D3 / 4G
    You certainly need a module SODIMM DDR3 1066 Mhz PC3 - 8500 204 pins.

  • A lot of problems with the Plugin

    I tried to use the online conversion tool and I get an error indicating that

    My application uses features that are not compatible with the current version of the Runtime Android Blackberry.

    Impact: 5 Type: MinSDKVersion reason: 10: found = 15

    When I try to use eclipse with the playbook Simulator I get the following error in the log

    Project of packaging that GEN is ignored because it has verification errors

    State ERROR: = 0 net.rim.ajde code click on the 'Détails' button to see details children null = [status ERROR: code = 0 project packaging Gen net.rim.ajde is ignored because it has errors of audit null]

    I hope someone can help me.

    PS712 wrote:
    I know how to program in java, is overshadowing the best way to make an app for blackeberry, or should I use another program.

    I use Eclipse to write my Java-based Android apps.

    I then installed the Blackberry SDK and just export my BAR of my Android project file and performs any necessary conversion and spits me out a signed BAR file that I downloaded on App World.

    BTW, I think that the 15 MinSDKVersion is too high for the Playbook, since it is Android 4.0.3 - you may have to have 11 MinSDKVersion (which is honeycomb). Check out this info from the Android Developers blog:

    minSDKVersion: an integer designating the minimum API level required to run the application. The Android system prevents the user to install the application, if the system API level is less than the value specified in this attribute. You must always declare this attribute.

    targetSDKVersion: an integer designating the API level that the objectives of the application. If this is not set, the default value is equal to that given to the minSdkVersion.

    This attribute informed the system that you tested against the target version and the system should not allow all behaviors compatibility maintain backward compatibility with version target for your application. The application is still able to run on older versions (up to minSdkVersion).

  • Problem with the Plugin follow Page Linkedin

    I'm quite new in this biz... Sorry if I my stupid question or...

    Moreover, I got the script by the developer of Linkedin Page, but I can't find the way to get the plugin working on my website (HTML5)... (I don't see even the plugin appering on the screen).

    Developer page, I have another script get two lines, how to manage doI?

    Thanks for the help

    Matteo

    What is the URL of your page online?

    With widgets by script, it is often necessary to put them online.  On-site testing may not show anything.

    Nancy O.

  • Problems with the plugin weboperator 5.5

    I recently installed the Orchestrator 5.5 new in our new environment, but I'm getting this strange question than the weboperator

    display of Web pages is missing in the list of web display. I tried to reload the plugin and restart the server, but nothing do not seem to help.

    The only way I managed to get the plugin to show is by adding the package manually by extracting from the plugin .dar file. Even after this the web sight guard send me errors while trying to connect. And sometimes everything just works at all

    By "reloading the plugin" mean you clicked on the button "reload all plug-ins ' on the 'Plugins' page in the vCO Web Configurator?

    On the 'Troubleshooting' page, there is a link "Version current Reset." Have you tried it? Supposedly, he will be re - install plug-ins on the next reboot of the server.

    Add manually the package "might" work, but is not supported - package needs to be deployed as part of the installation of plug-ins.

    What are the mistakes do you receive when you try to open a session? Could you check the files of newspapers of vCO for exception and error stack trace?

  • What is the problem with the web from amazon

    I tried to order something in the web from amazon, but is there something wrong?

    Nothing does go as far as I can detect.  Why do you believe that there is something wrong?

  • Problems with the plugin eclipse JDE for today

    Hello

    I am very very frustrated... I have the same problemfor the third time!
    Today I started my eclipse to work on my blackberry application and all my projects have disappeared. No project has been posted.
    I do not change my area of work or something like that!

    So I imported "blackberry existing projects into workspace" and return to my projects. Cool, but now I can not compile, debug, I can't do anything because the componentpack of the RIM is not in the way of construction more.

    I don't know how to describe... The single 't corrected it the last time was a relocation of all eclipse and JDE plugin. But this time I have already installed key sign, so I can't uninstall my eclipse without losing them.

    Please help me, I can't work with this buggy thing...

    I use Windows XP SP 2 with latest Eclipse and JDE 4.7... I downloaded 2 screenshots so that you can see my problem: http://files.killinger-it.com/eclipse/eclipse.jpg and http://files.killinger-it.com/eclipse/cmd.jpg

    RIM support team has solved my problem. This is a settings file broken.

    If you have the same problems (no workspace of blackberry, no compilation, etc.) easily remove the file:

    C:\Programme\eclipse\plugins\net.rim.eide.componentpack4.5.0_4.5.0.16\components\bin\settings.rc
    
  • Anyone having problems with the modem from Cox and Time Capsule

    Hello

    Lately my internet falls down every day or every two days with Cox. I have reset the modem, the time capsule, the routers extreme apple, etc. shut down and restart my whole network. I called Cox every two days to refresh the modem.

    I heard that I may need to reconfigure my Time Capsule (acts as a router) to avoid this problem.

    No one knows what to do here?

    Thank you

    Please, try the following:

    Open the AirPort on your Mac utility (Finder > Applications > utilities > AirPort Utility)

    Click on the image of the time Capsule

    Click on edit in the window that appears

    Click on the Internet tab at the top of the next window

    Click the Internet Options button at the bottom of the window

    Make sure that the IPv6 configuration is set to Local link only

    Click on save, if you make changes, then click Update at the bottom right of the window

    When Cox fully implements IPv6 (they are not), you may be able to return to the automatic configuration.

Maybe you are looking for