Can't install 11g after removing 10g "port in use"

Trying to install Oracle 11g XE on a Windows Server 2003 machine after uninstalling 10g XE. However, I can't continue in the install process because it won't accept any of the ports I provide for the HTTP port, it claims the port is in use no matter what number I provide. 8082 is what our 10g XE used so I started with that, but 8080, 8081, 8083, or any number I randomly type in all comes back as "in use." I checked with netstat and these ports should all be free. An antivirus is installed but I have disabled it for the install. I'm logged in as the local administrator. Windows Firewall shouldn't be running either, when I try to access the settings it says that the ICS service is not running.
This issue is eerily similar to an issue someone else had: Win Server 2003 Sp2, 'port 808 is in use' He too was trying to install 11g XE on a Windows Server 2003 machine right after uninstalling 10g XE.
I'm at the end of my rope here, I really can't think of anything else that could be causing this problem.

Looks like I figured it out. The installer defaults to HTTP port 8081, which is used by Tomcat on this machine, so I wanted to use 8082. But seeing as the installer claimed the port was in use no matter what number I entered, I had a hunch it might be continually checking 8081 despite me changing the field. Sure enough, after shutting down Tomcat the installer lets me select other ports including 8082. I have no idea if that's actually the reason, but it seems to make sense given what I've seen. Weird.
Thanks for the help!

Similar Messages

  • Can't Install 11g Db, Error ORA 28547/24324/01041

    hi,
    I was trying to install db 11g and the installation stopped half way through with 3 errors.
    1.ORA 24324: SERVICE HANDLE NOT IDENTIFIED
    2.ORA 01041: INTERNAL ERROR, HOSTDEF EXTERIOR DOES'NT EXIST
    3.ORA 28547: CONNECTION TO SERVER FAILED, PROABLY NET ADMIN ERROR.
    I have just trained on oracle application developper and very new to installing a personal database.
    My machine is a pentium duo core 1.7, 2gb ram and 120 hdd and my OS is XP professional sp2. I connect through this machine
    through my office lan to oracle 9i db in my company server.
    I have tried to set up a 11i DB Personal and 10g developer suite on the same machine.
    I could figured out the 1st error ORA-01041 and understand that the Environment variables have to be changed before I try to
    reinstall 11g.
    As I checked up the variable from System>advanced>environment variables it is showing a very long string which is
    (C:\app\ravid\product\11.1.0\db_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
    Files\Intel\Wireless\Bin\;C:\ORANT\BIN;)
    After looking this up in the c:\oracle folder trace the string only uptil 'bin'.
    I have DEVELOPER 2000 NT with Forms runtime and Graphics runtime already on the machine however i did not see any path in the
    system environment variable for this, or could it be that the string i mentioned above has that included too..one thing i know for
    sure is there was no oracle home before i tried to install the 11g db.
    Could someone also help me out with the 1st and 3rd errors as i don't know what they mean?
    Will really appreciate if you can help me through this.
    Thanks in advance for your time and advice.

    Re: Can't Install 11g Db, Error ORA 28547/24324/01041

  • I can not install Adobe After Effects and I´m already paying for the creative cloud

    Hi,
    I can´t install the After Efects through my creative cloud account.

    Are you getting any error message ?
    Are you trying to install the application from Creative Cloud desktop application and are you using Windows computer or Mac?

  • How can i install snow leopard on my mac G5 using a command line and booting from an external usb rom, since my disk i have is not a bootable media

    How can i install snow leopard on my mac G5 using a command line and booting from an external usb rom, since my disk i have is not a bootable media

    Hi.
    You simply can't. Snow Leopard is compiled in Intel binary only.
    Good Luck.

  • Can i install windows 7 on my iMac 2012 using a external drive

    Can i install windows 7 on my imac 2012 using a external cd drive ?
    Thanks

    Welcome to the Apple Support Communities
    If you have a Late 2012 iMac (without a built-in SuperDrive), you can use a USB drive to install Windows with Boot Camp and you shouldn't have any problem

  • How can i browse FP 2000 via serial port same use Ethernet port(RJ 45)?

    I am a new user for  labview.I develope my program with FP 2000 but I have some problem
      1 How can i browse FP 2000 via serial port same use Ethernet port(RJ 45)? if it can Tell me please.
      2 If  I use GSM/GPRS modem via FP 2000 rs 232 port (I under stand how to send AT command) and leave it stand alone
         Can I dial modem and browse file in FP 2000 same as use Ethernetport?
    Someone please help me.Thank you very much.

    Hi!
        First, I can say that your project involves many things, I cannot describe all features in the forum, and I'm not used with GPRS modems (my modems are base band serial modems...).
        Anyway, I would say that in your project you should proceed like this:
          1) Configure your FP 2000 module via MAX and ethernet connection;
          2) Download an embedded application to your module (build in LabView Real-Time)
          3) In your application, you should build a kind of serial port manager, and by the means of serial port you send/receive commands from PC.
        The commands from PC can include "Tell me the about the FP 2000 file system ", or "switch on line X", or anything you need.
       I think it would be difficult to use Internet exp, because you use IE with TCP/IP, and TCP/IP is over ethernet.
       I know that for Windows you can find some wrappers that make you "see" the serial port as an ethernet, but these wrapper do not exist under filed Point, and you shoul build one yourself!!!(and that's not easy).
        For example, to browse your files, you should build a VI that searches through your file system, and reports, via serial, the files present in a directory (it's an example....).
        About communication between GPRS modems and FP2000, I know nothing.  I suppose that these modems accept serial inputs, so you'll have to configure your serial port on FP 2000 with the correct baud rate, parity, and so on..... and you send your data to the modem.  The modem will transfer data in its way, no matter on how it does.
        To send data to your modem you shoud take a look to some Serial communication examples.  What I suggest you, first, is to connect the serial port of FP2000 to a PC, and test communication between PC and FP2000, without modems. Just direct cable connection!  If you're able to do this, insertion of modems is the next step, and should be quite easy.  If you're not able to make the PC receive strings of data from FP2000, over  RS232, adding modems is a further complication, and you won't come out of this mess!
       So, what I say, is just build, for now, a simple embedded application for FP2000, that, using RS232, sends data to a PC (you should see data sent with use of Hyper terminal).
        To build this application, use Instrument I/O --> VISA commands (VISA open, VISA write, and Property node should be enough, for now).
       Please, let me know if this helps......
        Have a nice (programming) day!
    graziano

  • I can't install any app in my phone i use nokia a...

    Can anyone help me,i can't install any applications in my phone
    i use nokia asha 503 dual sim

    Do you face any error message? We need that word-for-word!

  • Please help me, i can't install itunes on my laptop, i am using windows 7.

    i can't install itunes on my laptop, i am using windows 7, also updates i can't install, it says its not existing the folder or files of itunes. thanks....
    erl

    What's the precise text of the error message, please? (There's a few different ones I can think of that you might be getting.)

  • Can't find printer after removing it.

    Hello,
    I happen to have an HP LaserJet M1132 MFP, which was working pretty well until recently it started sending that "/usr/lib/cups/backend/hp failed" error described in the wiki. I did have dbus running, I tried running avahi-daemon, but no use. So after googling up the problem, I found out that people had the issue solved after removing and installing the printer again.
    Well, I removed the printer via CUPS web interface, and tried to install it again via hp-setup, but this time the printer is not recognized! dbus is running fine, so does cups. lsusb does seem to recognize the printer:
    Bus 001 Device 006: ID 03f0:042a Hewlett-Packard
    Trying to manually feed the device id to hp-setup completely freezes it (and even pkilling it won't remove the window after that).
    dmesg find it too:
    [ 554.981309] usb 1-1.1: new high speed USB device number 6 using ehci_hcd
    [ 555.066090] scsi7 : usb-storage 1-1.1:1.0
    I had it installed before with no problems.
    Anyone can help me to get my printer installed and working again?

    It sounds like you have not installed, but only downloaded it. Have you checked your downloads folder for the installer? 

  • Can I install it without removing any programs and files?

    Is it possible to install Lion without removing programs, files, plugins?
    Or Is there only an option for a clean install?
    Thanks

    You can just upgrade without removing programs But if you have Photoshop, they advise you disable plugins. Programs that run under Power Macs (use Rosetta) won't work after upgrade e.g MS Office 2004, Photoshop 2 (not sure about PS 3),  Also Before you install lion Make A copy of your Lion App using Disc Utility (not Direct from Finder) on to a DVD or USB Flash. Here's the link to tell you how to do it
        http://reviews.cnet.com/8301-13727_7-20080989-263/how-to...
    If you install without doing this first you will lose the Lion App and won't be able to reinstall in the future

  • How many computers can you install Lion after purchasing from App store. My wife and I have our own Apple ID will it accept 2 different ID

    I have a MacBook Pro and an iMac . My wife has a MacBook and an iMac. How many computers are you allowed to install from one download. We both use Apple products and have our own Apple ID. Can I download Lion on her computers after I have both of mine installed? Or does she have to buy LION again using her Apple ID# ?

    A single purchase of Lion will allow you to download it multiple times as long as you use your Apple ID.
    If your wife wishes to install Lion, she must sign into the App Store with your Apple ID.
    Source: http://support.apple.com/kb/HT4854

  • I can't install, repair, or remove BootCamp drivers from my Windows installation

    I have Windows XP SP3 installed on my Macbook Pro. When I installed Windows originally it failed to completely install BootCamp drivers, so I don't have advanced trackpad and keyboard features. I've downloaded the latest BootCamp drivers v3.2 that still run XP, but I always get a message saying that "the installer has encountered an unexpected error installin this package. This may indicate a problem with this package. The error code is 2753." I don't have anything in C:/Program Files/Bootcamp (It doesn't exist), and the Bootcamp icon in Control Panel doesn't work.
    I can't install, remove, or repair the drivers, not even using the software that came with my Mac OS X install DVD. On the Mac side, I'm running Snow Leopard. I've searched Google for help and couldn't find anything. Does anyone have any ideas? I've already gone through the registry and removed a bunch of Apple-related stuff, but it didn't help.
    Thanks! Shayne

    At last I got it all to work. I had to go into the registry and delete all references to Apple software and drivers. Some of the entries were locked, and I had to change permissions to allow me to delete them, which was probably the reason the installer kept failing. I finally got Boot Camp 3.0 installed off the Snow Leopard DVD and then upgraded to 3.2. I had a hickup with the trackpad drivers which didn't work, but I found a fix online -- the drivers labeled "TouchPad" were banged out, and I had to switch them to Generic USB Human Interface and then back to Apple TrackPad drivers, which fixed the problem. Now everything is working beautifully with multi-gesture touch pad and keyboard extensions. Yay!!!!!

  • Can't open safari after removing genieo

    How do I open safari  after removing genieo

    You installed the "Genieo" scam product. There is an uninstaller, but as the developer is a scam artist, you shouldn't rely on it. I suggest the tedious procedure below to disable Genieo.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Applications/Genieo.app
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator password.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.
    Repeat with each of these lines:
    /Applications/Uninstall Genieo.app
    /Library/Frameworks/GenieoExtra.framework
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib
    Note: Some of these items may be absent, in which case you'll get a message that the file doesn't exist.
    The following configuration file may be either created or modified by the Genieo installer:
    /etc/launchd.conf
    The file is unlikely to be used by anything but Genieo or something equally undesirable. Unless you know you need it, delete it in the same way as above, if it exists. Otherwise, edit it to remove the line that begins as follows:
    setenv DYLD_INSERT_LIBRARIES
    The above is not a file, but a line inside a file.
    Reboot. Safari should now function normally, and you should be able to reset the home page. If not, stop here and post your results.
    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Uninstall any extension you don't recognize. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    The Genieo installer may also install the "Silverlight" web plugin from Microsoft. If you have no use for that plugin, you should remove it according to Microsoft's instructions. Don't remove it if you subscribe to "Netflix."
    This procedure may leave a few files behind, but it should render Genieo permanently non-functional, as long as you never reinstall it.

  • How can i install oracle developer suite 10g on centos 5.5

    Hello all ,
    i would like to install oracle developer suite 10g on centos 5.5
    Thank's all :)

    CentOS is not a supported distro for installing Dev Suite 10g - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Unless you use a certified OS, you are on your own
    HTH
    Srini

  • (Xperia Ray) Can't install Apps after ICS update !

    HI everyone.
    I bought mine (Xperia Ray)  couple of days ago and updated It to ICS with the update service software.
    now I can't install any apps.
    when I click the install button (The picture) where It shows the permissions the app needs, nothing happens.
    when I Click the cancel button, (obviously) It cancels the process.
    any ideas !?
    thanks
    Solved!
    Go to Solution.

    how come you can't ?
    you don't have the market? if you don't then flash the global generic firmware and you will have it  (the market)
    How to manually update 2011 Xperias to android 4.0.4 build number 4.1.B.0.431
    http://talk.sonymobile.com/thread/38251
    Don't forget to mark the Correct Answers & Helpful Answers
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

Maybe you are looking for

  • Replacing a value of a node with CDATA (as is)

    Hi All, How do I replace the value of a node such that it's CDATA format is preserved and not re-encoded. Currently, when I do similar to the following: replace value of node doc(doc_name)/parent/node with "<![CDATA[[the data]]]>" the less than and g

  • SPLongOperation throws error "Thread was being aborted"

    Recently we have migrated our SharePoint application from 2010 to 2013, we have upgraded our solution from VS 2012 to VS 2013 and deployed it successfully in newly installed SharePoint 2013 prior to content DB migrate and all. In our solution, we had

  • Import Purchase Flow

    Hi Guys I am new to sap, i want to know what is the document & process flow for import purchase in SAP.

  • After installing Java 7 version 21 Safari no longer sees Java

    The Computer is running 10.7.5 fully patched. After installing Java 7, version 21 from Oracle Java and VPN no longer work. Everything looks OK in the Oracle Java control panel and Safari does not have Java plug-ins disabled. Removing and reinstalling

  • How can I print a topic in in Firefox and Netscape?

    I'm having trouble getting topics to print when webhelp is viewed in Netscape or Firefox. They print just fine in IE. I created a print link on the toolbar and used the following code --- javascript:parent.frames[1].bsscright.focus();window.print();