JDeveloper 11 - Remote Subversion and Uninstall does not cleanup very well

After getting all excited about JDeveloper 11, I found the following issues
1. Subversion - for the life of me, I could not figure out how to access a remote subversion repository - it seemed to insist that I have a local one
2. SOA is gone (found that in the release notes)
3. Uninstall for Windows does not clean up very well, stacks of stuff gets left behind - I expected the entire Middleware directory to disappear
Back to TP4 I go...
...Lyall

Susan,
Thanks for the help!
I tried your suggestion. I cleared the stored credentials, and then tried to browse the repository in Versioning Navigator. It didn't ask me about accepting SSL certificates. I got an error dialog box with message "Unable to open target repository". Clicking the "Details" button shows this:
org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: PROPFIND request failed on '/trunk/ROOT'
svn: svn.oursite.com
     at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getList(AbstractJhlClientAdapter.java:292)
     at oracle.jdevimpl.vcs.svn.nav.SVNRemoteContainer.openContainer(SVNRemoteContainer.java:154)
     at oracle.jdevimpl.vcs.svn.nav.SVNRemoteContainer.openImpl(SVNRemoteContainer.java:140)
     at oracle.ide.model.Node.open(Node.java:979)
     at oracle.ide.model.Node.open(Node.java:927)
     at oracle.ide.model.DefaultContainer.getChildren(DefaultContainer.java:76)
     at oracle.ideimpl.explorer.ExplorerNode.getChildNodes(ExplorerNode.java:297)
     at oracle.ideimpl.explorer.BaseTreeExplorer.addChildren(BaseTreeExplorer.java:360)
     at oracle.ideimpl.explorer.BaseTreeExplorer.open(BaseTreeExplorer.java:1016)
     at oracle.ideimpl.explorer.BaseTreeExplorer$4.run(BaseTreeExplorer.java:2003)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Caused by: org.tigris.subversion.javahl.ClientException: svn: PROPFIND request failed on '/trunk/ROOT'
svn: svn.oursite.com
     at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:435)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1311)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:247)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:227)
     at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getList(AbstractJhlClientAdapter.java:289)
     ... 17 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: PROPFIND request failed on '/trunk/ROOT'
svn: svn.oursite.com
     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:69)
     at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
     at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:199)
     at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:162)
     at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:150)
     at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:348)
     at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:462)
     at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:418)
     at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:654)
     at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:683)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:240)
     ... 19 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: PROPFIND request failed on '/trunk/ROOT'
svn: svn.oursite.com
     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:86)
     at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:541)
     at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245)
     at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:233)
     at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:97)
     at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:57)
     at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:62)
     at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:92)
     at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:114)
     ... 28 more
The Apache version that our SVN is running on is 2.0.54.
Thanks,
--Rob                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • My mac won't restart, shut down, or go to sleep. And the volume and brightness does not work as well.

    My mac won't restart, shut down, or go to sleep. And the volume and brightness does not work as well.

    Connect the computer to the power.
    Hold the power button down for 10 seconds or more.
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • Magentic hijacks Firefox Browser and uninstall does not worki

    Magentic takes over my Firefox browser and will not uninstall. How do I delete magentics Browser
    == This happened ==
    Every time Firefox opened
    == I downloaded magentic for their desk top backgrounds and then uninstaled it

    ''clayhuebner [[#question-1048807|said]]''
    <blockquote>
    Mistakenly downloaded a firefox update on aol. Screen locks up with a window I can't close. Can't access anything else on browser page. Tried uninstall and reloaded firefox from another browser. Sreen comes up in the same mode.
    </blockquote>

  • Aol has locked up firefox browser and uninstall does not help

    Mistakenly downloaded a firefox update on aol. Screen locks up with a window I can't close. Can't access anything else on browser page. Tried uninstall and reloaded firefox from another browser. Sreen comes up in the same mode.

    ''clayhuebner [[#question-1048807|said]]''
    <blockquote>
    Mistakenly downloaded a firefox update on aol. Screen locks up with a window I can't close. Can't access anything else on browser page. Tried uninstall and reloaded firefox from another browser. Sreen comes up in the same mode.
    </blockquote>

  • Latest update of SwagBucks has hijacked my Open New Tab and uninstalling does not fix... so what now?

    The latest auto update of SwagBucks now locks the Open New Tab page into swagbucks.com.
    I've lost my TILES page.
    My HOME page is still correctly set and regardless of what that is, the Open New Tab page always goes to SwagBucks.com.
    I've removed everything I can find that is SwagBucks, including add-ons/extensions.
    Since that update, there is NO LONGER the usual/stated "cogwheel" for the TILES to turn them back on/set their level of function (classic, enhanced, etc.).
    I use Windows 7 and the latest Firefox Browser, 35.0.1.

    Install this - https://addons.mozilla.org/en-US/firefox/addon/searchreset/
    It will reset the new tab page, among other things, and then disappear once it has done its work.

  • My ipod touch 4g on/off button does not click very well, and is slighty more pushed in (compared to my friends)

    could apple replace my ipod for free? it DOES still have a warranty

    If the iPod is devective and not abused Apple will exchnage it under the terms of your warranty. Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • The mouse that came with my imac does not work very well in a window virtual machine

    I finally got Windows 7 on my iMac and am using FusionVM.  I installed one of my favorite games and the mouse goes soooooo slow I cannot use the game.  Any suggestions?  I am using the mouse that came with the iMac, magic mouse(??). 

    I have already tried that.  The mouse speed on the iMac is good.  The mouse speed in other Windows7 programs is good.  The problem arose when I tried to play Zuma's Revenge using Windows7.  This is the first game I have loaded since setting up the virtual machine. 

  • I have quicktime pro and it does NOT have the screen record mode that Quicktime is suppose to have.  Can I uninstall it and go back to an older version that would have screen recording?  If so, how?  Step by step needed.  Thank you for your time.

    I have quicktime pro and it does NOT have the screen record mode that Quicktime is suppose to have.  Can I uninstall it and go back to an older version that would have screen recording?  If so, how?  Step by step needed.  Thank you for your time.

    Did you remove Quicktime X?
    On a normal install Quicktime 7 is installed in the Utilities folder and Quicktime Pro in the main Applications folder.
    You will need to reinstall OS X to get Quicktime X back if you have deleted it.
    I notice yor profile says 10.5.8. Quicktime X is only available on 10.6 and above.

  • Since I downloaded the latest version of iTunes, my remote app on iPhone and iPad does not connect to iTunes library... Any ideas?

    Since I downloaded the latest version of iTunes, my remote app on iPad and iPhone does not recognise ,or connect to, my iTunes library... Any ideas ?

    Hi Pittgo76,
    If you appear to missing your iTunes library after a recent update, you may find the following article helpful:
    Apple Support: No content shows up in iTunes after updating
    http://support.apple.com/kb/ts1967
    Regards,
    - Brenden

  • I need help installing Lightroom 5.  I tried the trial and it does not have an uninstall feature.  Thus, I'm trying to activate with my new $9.99 per month subscription and it simply will not work. Very frustrating you already took my money and no results

    I need help installing Lightroom 5.  I tried the trial and it does not have an uninstall feature.  Thus, I'm trying to activate with my new $9.99 per month subscription and it simply will not work. Very frustrating you already took my money and no results, and very difficult to get help.

    Lightroom Trial uninstall wrote:
    Very frustrating you already took my money and no results, and very difficult to get help.
    Just for clarity, "we" haven't taken your money - this is a user-to-user forum, and you're not talking to Adobe.
    Like Rob I'm a Windows user, and - like him - I thought "uninstalling" on Macs was simply a case of trashing the application. Google would seem to concur.
    Not really a Lightroom/Adobe issue, then?

  • I've had viber on my iphone and uninstalled it. now I want to install again and it does not send the message code and start again whenever I try. help me

    ve had viber on my iphone and uninstalled it. now I want to install again and it does not send the message code and start again whenever I try. help me

    Hi,
    For possible solutions to your access code issue, please read here: http://bit.ly/Nd34Xl

  • Had installed the component of the Double Click Studio in my Flash CS6, but uninstalled it and now does not want to install.

    Had installed the component of the Double Click Studio in my Flash CS6, but uninstalled it and now does not want to install. Is in install mode screen and Extension Manager does not install. Help me!

    What you said confused me. You uninstalled it. You does not want to install. Why do you install it again? Could you explain it clearly?

  • HT1349 Have gone to sync Itunes and program does not start up. Have uninstalled and reinstalled and still nothing. Very frustrating as it has 6 devices I maintain.

    Have gone to update and sync Iphones and Ipods and Itunes does not start up.

    Both the sccbase.dll and slbcsp.dll failed giving the error "LoadLibrary("xxxxxx.dll") failed. - The specified module could not be found."
    There's our likely culprits. We'd better try swapping them out on the PC.
    (The instructions I'm about to give are quite possibly going to sound odd ... I'll explain what we're doing and why at the end of the post.)
    Navigate to the C:\Windows\System32\ directory. (If you've set a different directory from \Windows\ as your Systemroot, look for \System32\in the alternate Systemroot rather than Windows.)
    Can you see sccbase.dll and slbcsp.dll in there?
    If so, drag each of them to your Desktop.
    Now close the C:\Windows\System32\ window, wait about 5 seconds, and then open navigate to C:\Windows\System32\ again. Have copies of sccbase.dll and slbcsp.dll reappeared in that directory?
    If one or both of the dlls aren't replaced and/or you get an error message from Windows saying you have a system file missing, move the dlls back into \System32\ from your desktop, and post back.
    (What we're doing here is using XP's Windows File Protection system. It maintains a \dllcache where copies of essential dlls are kept on the PC. If it detects that a dll from \System32\ is missing, or has been replaced by an earlier version, and it has a current version of the dll in the dllcache, it will move a copy of the correct version of the dll into \System32\. There's more information about this in the following document from Microsoft: Description of the Windows File Protection feature.)
    If the dlls are replaced, try restarting the PC and then relaunching iTunes again. Does it launch this time?
    If it doesn't launch, try reregistering sccbase.dll and slbscp.dll again. Do they reregister properly, or do you get an error message again?

  • The Remote Desktop Administrator software does not match......

    The Remote Desktop Administrator software does not match the installed Client software version.
    The Remote Desktop Administrator software must be upgraded on this computer.
    This is the message I have when I installed ARD 3.0 on a new Imac running leopard with no ARD installed previously when I opened up ARD for first time - doesn't let me go any further.
    Have I missed something here and made a stupid install mistake??
    Many thanks
    Message was edited by: art_ik

    Please search the discussions before posting as this question has been asked and answered more than once.
    If this is ARD 3.x, try this:
    • Insert your ARD CD
    • Open in Finder
    • Right click on the Remote Desktop.mpkg and show contents
    • Navigate to contents/installers
    • Drag the RemoteDesktopAdmin.pkg file onto the workstation and install
    • Run Software Update
    • Upgrade to 3.1 admin
    Otherwise, you'll have to completely uninstall ARD and then reinstall it. Follow these instructions for the uninstall:
    http://docs.info.apple.com/article.html?artnum=108021

  • Remote Desktop - The Remote Desktop administrator software does not match the installed client software version.

    Hi,
      I just upgraded to Mavricks and get this when I try to launch Remote Desktop:
    The Remote Desktop administrator software does not match the installed client software version.
    I tried removing the application and reinstalling it to no avail.  Any suggestions?
    Thanks.
    -David J. Eisen

    Hi coold88!
    I have an article for you that addresses your issue:
    Remote Desktop 3: How to install Remote Desktop Administrator software after the client software has been updated
    http://support.apple.com/kb/HT3596
    You will want to make sure you have the latest version of the software as well:
    About Apple Remote Desktop 3.7
    http://support.apple.com/kb/HT5896
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

Maybe you are looking for