annot connect to just installed server (10g Express Edition) [message #269042] |
Thu, 20 September 2007 09:24  |
wl2776
Messages: 2 Registered: September 2007
|
Junior Member |
|
|
I've just intalled the server (10g Express Edition) on my win XP computer.
When I click on Start-> All Programs -> Oracle database 10g.. server -> Go to Data Base home page,
The browser cannot connect to the address http://127.0.0.1:8080/apex
It writes that the "address is currently unavailable" and suggests to check the address for correctness and switch off the proxies. Switching proxy settings on and off doesn't help.
Two services are running (Listener and OracleServiceXE)
All required ports (1521, 2030 and 8080) are opened in the windows firewall.
Moreover, switching off the firewall doesn't help.
However, when I change the port in the address above from 8080 to 1521, the browser displays the empty page.
I also unsuccessfully tried changing the address above from 127.0.0.1 to localhost and to 10.1.1.2 (IP of my computer).
telnet 127.0.0.1
also says that connect failed.
Running nmap from the other computer shows:
wl@ubuntu:~$ nmap -P0 10.1.1.2
Starting Nmap 4.20 ( http://insecure.org ) at 2007-09-20 18:22 MSD
Interesting ports on 10.1.1.2:
Not shown: 1690 filtered ports
PORT STATE SERVICE
80/tcp closed http
139/tcp open netbios-ssn
445/tcp open microsoft-ds
1043/tcp open boinc-client
1521/tcp open oracle
2030/tcp closed device2
8080/tcp closed http-proxy
How do I open the ports?
|
|
|
|
solved. [message #269210 is a reply to message #269042] |
Fri, 21 September 2007 03:01   |
wl2776
Messages: 2 Registered: September 2007
|
Junior Member |
|
|
I've reinstalled Oracle by logging in as Administrator and switching off the antivirus monitor.
Not sure what action was critical, as my usual account is included in Admin's group.
|
|
|
|