JDeveloper Update Center frequently down

Hi,
I've noticed that when I try to get download updates to JDeveloper through the update tool that I frequently am unable to download updates. It says my username/password is incorrect, but if I try often enough I can eventually download these updates.
So what's up? Is this a problem related to Oracle changing the content management system? Is it a problem with JDeveloper? Both? Something else?
Are other people experiencing these problems?
Mark

ok, the XSL file is back in place - just for you :-)

Similar Messages

  • JDeveloper update center misses XSLT

    Hi,
    The JDeveloper update center at http://www.oracle.com/technology/products/jdev/101/update/center.xml used to have a XSLT which formatted the XML nicely to HTML for viewing in a browser. We use this to manually download JDev updates and put them on a network share, since some users do not have access to the internet to download updates straight from JDev.
    The XSL seems to be no longer used, which makes it much harder to get the updates manually.

    ok, the XSL file is back in place - just for you :-)

  • Update Center scheduled down 7:00am PT Thurs., 7 Oct. 2004

    The Update Center will be unavailable due to scheduled maintenance for estimated 1 - 2 hours starting 7:00 a.m. Pacific Time on Thursday, October 7, 2004.

    Maintenance is complete; Update Center is up.

  • Issue with Spring 2.5 Extension available via JDeveloper Update Center

    Hi,
    I am wondering if anybody has run into problems with the latest version of the Spring Plugin for Spring 2.5 available from the download centre. It looks to me like there is a packaging problem - here are the details:
    I downloaded a fresh jdeveloper 10.1.3.3
    Then did the update through "Help - Check for updates"
    This shows an entry for "JDeveloper Spring Support 07.11.19.01"
    When this is downloaded and JDeveloper restarted the only entry in manage libraries is "Spring 2.0"
    The interesting thing then is that the corresponding plugin:
    oracle.jdeveloper.spring2.07.11.19.01.jar
    which is bundled inside
    http://www.oracle.com/technology/products/jdev/101/update/exchange.xml#oracle.jdeveloper.spring2
    has a version number of "06.11.23.01"
    and all of the paths referenced in extension.xml refer to:
    ${ide.extension.install.home}/spring-framework-2.0.1
    for their classpath.
    So it looks like that needs to be updated to take account of the new path.
    Final point - it looks like the sourcecode for spring is not included in that distribution - would be great to get it put back in.
    Regards,
    pj.

    Thank you,Dana.Have you update the file? I found there is still something wrong.
    When I download the file from "http://download.oracle.com/otn/java/jdeveloper/10131/extensions/JDeveloperSpring2.zip
    ", and unzip the file.I found there is a file named "extension.xml" in the oracle.jdeveloper.spring2.07.11.19.01.jar, and I found something like:
    <?xml version="1.0" encoding="windows-1252" ?>
    <!-- The Version number here is the spring build date + and incremented extension no if we have to
    expose more than one extension version for a single Spring version-->
    <extension xmlns="http://jcp.org/jsr/198/extension-manifest"
    id="oracle.jdeveloper.spring2"
    version="06.11.23.01"
    esdk-version="1.0">
    <name>Oracle JDeveloper Spring 2 Integration</name>
    <owner>Oracle Corporation</owner>
    <dependencies>
    <import>oracle.j2ee</import>
    </dependencies>
    <hooks>
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    <addins>
    <addin>oracle.jdevimpl.spring.addin.SpringAddin</addin>
    </addins>
    <gallery>
    <item>
    <name>oracle.jdevimpl.spring.wizard.SpringWizard</name>
    <category>Business Tier</category>
    <folder>Spring 2.0.1</folder>
    <technologyKey>Java</technologyKey>
    </item>
    </gallery>
    </jdeveloper-hook>
    <libraries xmlns="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries">
    <library name="Spring 2.0">
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/spring.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/spring-aspects.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/spring-mock.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/weavers/spring-agent.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/weavers/spring-tomcat-weaver.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-aop.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-beans.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-context.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-core.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-dao.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-jdbc.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-remoting.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-support.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-web.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-webmvc.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-hibernate2.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-hibernate3.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-jdo.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-jpa.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-mock.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-ojb.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-portlet.jar</classpath>
    <classpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/modules/spring-toplink.jar</classpath>
    <srcpath>${ide.extension.install.home}/spring-framework-2.0.1/dist/spring-src.zip</srcpath>
    </library>
    </libraries>
    <feature-hook>
    <description>
    Adds support for creating and editing Spring 2.0 bean defintions. This addin will create the Spring 2.0.1 library and register the relevant XSDs and DTDs
    with the IDE to provide a productive editing experience for Spring definitions.
    </description>
    <optional>true</optional>
    </feature-hook>
    </hooks>
    </extension>
    So I think the spring 2.5 extension is not updated now.
    Can you update the file? Thank you.
    Message was edited by:
    [email protected]

  • Why can't I use the update center in 9i Jdeveloper any more?

    why can't I use the update center of 9i jdeveloper with my otn username and password anymore?
    Is there any problem?

    Hi,
    We're aware of this issue and are looking into it.
    Thanks,
    Brian
    JDev Team

  • SQL Dev Update Center Down?

    Sue,
    Is the SQL Developer update center down? As of now the link:
    http://www.oracle.com/technology/software/products/sql/center.xml
    Doesn't return valid XML according to firefox...
    David Rolfe

    SQL Developer 1.2.1 Build MAIN 32.13 (Windows XP)
    We can't Update SQL Developer with Times Ten in-Memory DB Extension 1.2.1.1.0 :-((
    We did the same actions as described in tutorial
    http://www.oracle.com/technology/products/timesten/viewlets/tt703_sqldev_install_ext_viewlet_swf.html
    In addition to tutorial we have "Log In" window
    "To download Oracle Times Ten in-Memory Database Extension
    you must enter your Oracle Web Account user name and password"
    This window was not displayed in tutorial...
    We try to use three our OTN accounts and the result
    was the same - we was asked with "User name" and "Password"
    again, again, again and again,,, :-(
    Is it a bug or a feature?
    Mayby we didn't understand something or did something wrong?

  • JDeveloper 11.1.1.4 Update Center - Updates not recognized

    I am installing JDev 11.1.1.4 on a brand new laptop. Connected to all the Update Center repositories to download everything out there. The UC goes through the download and application process but does not seem to update my installation. Reason I know this is I return to the Update Center and ALL of the updates I just downloaded and applied are still listed. Barring going and downloading all the updates manually and doing the "install from file" thing, what's the resolution?
    Anybody else seen this behavior? It isn't a network connectivity thing as I see all the repositories and updates and it actually takes a while d/l all the updates. Just doesn't seem to be recognized by my JDev as applied.

    I think the issue with these is that the min and max versions in the extension files haven't been set properly by the extension developers, so they continue to show up in the UC, even when they may have been installed. I'm looking into it.
    The harvestor extension for instance, installs a lot of files in the {ORACLE_HOME}/jdeveloper/harvestor folder, but I don't have a clue what this is really supposed to do so it may very well be installed properly and I just don't know where the interface is located to run it.
    The AIA Service Constructor 3.0 is the only one that is publicly released and I just pushed an update from the team that should remove the issue that you're seeing. It does install even though it still shows up in the UC. Take a look at Tools --> Preferences --> Extensions and you'll see it in there.
    The other AIA and Guide are from the Internal UC and they can be doing just about anything. Consider that UC beta and you get what you get. :-)
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • SQL Developer fails to access update center via http proxy

    Hi,
    I've configured HTTP Proxy exactly like MS-IE. Anyway, sql developer fails to access web. This is the error message:
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://htmldb.oracle.com/pls/otn/f?p=38606:2
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
         at oracle.ideimpl.webupdate.CheckMasterListRunnable.run(CheckMasterListRunnable.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Using the same URL in IE gives the following result:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <centers xmlns="http://xmlns.oracle.com/jdeveloper/update/master">
    - <center id="oracle.sqldeveloper.webupdate.internal">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:internal</url>
    <name>Internal Update Cetner</name>
    <domain>.*\.us.oracle.com</domain>
    </center>
    - <center id="oracle.sqldeveloper.webupdate.otncenter">
    <url>http://htmldb.oracle.com/pls/otn/f?p=raptor:center</url>
    <name>Official Oracle Extensions</name>
    </center>
    </centers>
    What's wrong?
    I'm using sql developer 1.0.0.14.22.
    Martin

    Given that the update centre worked for me with proxy authentication in v1422 (and Production v1467 - I would recommend that you upgrade to this with a full download if you can't sort out your proxy issues), I would assume that it is not a SQL Developer bug.
    Are you still getting HTTP 407 errors when you have entered your username and password?
    Unfortunately, I don't know what username/password expectations a RADIUS based proxy authentication would expect. The only thing I can suggest to try is to explicitly put your username/password in your MS-IE proxy setup and see if you can still access the http://htmldb.oracle.com/pls/otn/f?p=38606:2 URL through IE. If this fails through IE, the username/password that you are supplying are not what the proxy is expecting.

  • JDeveloper Updates for 10.1.2.1.0

    I am trying to check updates for Spring Framework. When I try to connect I get the following error.
    "An error occured while getting updates from OTN. This maybe due to a network problem, proxy settings or the update center may be temporarily available."
    Any HELP is greatly appreciated.
    Thank you

    You will have better luck with this question by posting it on the JDeveloper forum...
    JDeveloper and ADF

  • Help Center : Internal Automatic Updates center

    hi
    Using JDeveloper 11.1.1.2.0 select Help > Table of Contents > Developing JDeveloper Extensions > Writing JDeveloper Extensions > Installing the Extension SDK.
    Step 2 says "... Make sure that the Internal Automatic Updates center is selected, ...", but there does not seem to be an "Internal Automatic Updates center".
    Could this be a documentation bug that should be referring to the Update Center "Official Oracle Extensions and Updates" that does have an "Extension SDK ..." to be selected?
    many thanks
    Jan Vervecken

    Hi,
    Looks like a bug.
    Alternatively, you download the ESDK extension from here.
    -Arun

  • Is there a way to remove the notification center pull down?

    My autistic son is obsessed with the notification center pull down, and can't focus on any apps. This has rendered the iPad useless for him!This has basically rendered the iPad useless for his educational purposes, and even his ability to concentrate on his favorite games. I realize this is a pretty unique issue, but I wouldn't be surprised if it's a problem for at least a couple of other autistic kiddos out there? But even if my son is tho only kid wit this problem, I'm sure there must be other users out there who hate the fact that this pull down does not appear to be optional...
    If anyone out there has found a way to turn this "feature" off, PLEASE pass some instructions my way! Thank you!

    Hi ChrisanneW,
    I found this workaround on Chris Calabreese's blog. First the setup:
    Go to the Settings app. Select General, then Accessibility.
    Scroll down to the very bottom and tap the Accessibility Shortcut option.
    Tap the AssistiveTouch option so there is a check mark next to it. This should be the only option with a check mark; if not, un-check the other options.
    Once that’s done, here’s how to disable the Notification and Command Centers. This can be done from the home screen or within any app:
    Click the Home button three times in quick succession. A black square with a white dot will appear on the screen. Tap it once.
    A menu with several options will open. Tap the Home option three times in quick succession. The menu will disappear.
    Your Notification and Command Centers should now be disabled. Try swiping down from the top of the screen and swiping up from the bottom to verify.
    NOTE: I’ve discovered this method has one undesirable side effect. When Notification Center has been successfully disabled, your device will no longer sleep automatically. Your device’s battery will drain quickly if you’re not aware of this. If you want to disable Notification Center on a long-term basis, you will need to remember to manually put your device to sleep when you’re not using it by hitting the Sleep/Wake button. This effect is only temporary; if you re-enable the Notification Center (as outlined below), the device will sleep automatically once again. Because of this, I would recommend disabling Notification Center only when you really need to (when playing a game, for example), then re-enable it when you’re finished.
    If you wish to enable them again, here’s how:
    Click the Home button three times in quick succession. The black square with a white dot will appear; this time ignore it.
    Click the Home button again three times in quick succession. The black square with a white dot will disappear and your Notification and Command Centers should be working again.
    Hope this answers your question.
    ~Joe

  • HT4061 got iph 4s; using windows 8; downloaded latest update and iphone software update center could not be contacted or is unavailable......??  disabled firewall, disconnected all other usb devices, still not restoring; any one have any suggestions?

    iph 4s, using windows 8; downloaded latest update 6 for iphone and iphone software update center could not be contacted or is not available; tried troubleshooting; removed other usb connections and restarted computer; still will not connect to iphone software update center; any suggestions?

    I noticed the Windows Firewall Entry in the diagnostics, so I did get that part squared away...
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2013-11-07 17:52:33.
    Still unable to detect the iPhone though.

  • NetBeans 6 M10: Update Center Missing?

    I can't find the Update Center in NetBeans 6 M10 in the tools menu...

    it is an error.
    a new version of netbeans is just relased ,, it is netBeans 6 , u can check it
    www.netbeans.org

  • My iPad 2 won't update apps or down load any suggestions

    My iPad 2 won't update apps or down load any suggestions

    Hi Geek5,
    If you are having issues connecting to the iTunes Store, you may find the troubleshooting in the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

  • Update center

    The update center app says all apps are up to date but that's not the case. I've been manually updating from this website. I've checked my settings, turned on WiFi and still nothing.

    Sorry to hear that you're unable to log in.
    First check that you have the latest version of Account Manager installed. If this also happens with the latest version, try removing the account you have under Settings -> Accounts in the phones menu and then add it again from there.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

Maybe you are looking for

  • No video on iPhone 3G

    My video export from quicktime in set up to iPhone. I see this video on itunes, and sync to iPhone. But video no appeared in iPod app. Itunes show me is it, on iPhone. I Restart, restore and upgrade and no work. I try another iPhone 2 gen. and work,

  • Transfer Time Machine files to larger drive

    I've searched the forum but can only find references from 2011 and earlier. I'm suspicious that my problem might be Mt. Lion related. I've outgrown my 3TB external Time Machine drive so have purchased a 4TB one. I had hoped to find a 5TB but I guess

  • Setting up a netra t1 105

    all, i've got a netra t1 105 and am having trouble setting it up. i understand from the documentation that i can connect another sun box to it using the serial port. so i am doing just that with an ultra5 i have. i am using a null modem cable with db

  • Mouseover move 1 of 6 buttons to front for simple gallery

    OK this is crazy. I have tried so many solutions and nothing seems to work. I have six images on a frame as buttons with rollovers making them expand on the button frames. The issue is when the mouse goes over they only expand over the other buttons

  • Uploading of 'n' no of items in bid Invitation

    Hi Gurus, Can somebody tell me how to upload 'n' number of products in a single bid at the same time. Is there a any tool or program to do so. Kindly help...... regds SRMUSER