Discussions
Categories
- 197K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.8K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 556 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.4K SQL Developer
- 296.4K Development
- 17 Developer Projects
- 139 Programming Languages
- 293.1K Development Tools
- 111 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 161 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 475 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
Cannot access http://127.0.0.1:8080/apex on Windows XP
Answers
-
Hi again!
That doesn't look very good. One last try. Please tell me have you installed Oracle XE as the user administrator or as a user with administrative rights? I must admit that I don't know why but you have to be the user Administrator to install Oracle XE correctly. Please try to uninstall your Oracle XE and reinstall again as user Administrator.
Yours sincerely
Florian W. -
I'll try that. thanks!
Einat -
I have tried all the above as well. As company policy, I have Administrator Rights to my computer. The company has a lot of Oracle databases on the servers, could this be a cause of the problems? Or some group policy?
Thanks -
Hi,
I tried to install as administrator, and it still doesn't work. Then changed the files as you suggested, but still no change. I keep getting:
Error 46 initializing SQL*Plus
HTTP proxy setting has incorrect value
SP2-1502: The HTTP proxy server specified by http_proxy is not accessible
any ideas?
thanks,
Einat -
Hi Einat!
If this all doesn't help anything then I've to admit that I don't have any ideas how to help you. Maybe there are some Windows Security Features that prevent you form using Oracle but this is only a wild guess from me. Sorry that I couldn't help you.
Yours sincerely
Florian W. -
I installed 10g express yesterday as well as APEX and developed a small application. When I tried to connect to APEX from the home page TODAY, no page comes up?! Seems like many people are having the same problem...is there a viable solution for this issue? I can connect to Oracle no problem, I just can't get to http://127.0.0.1:8080/apex.
My listener log is failing, but have no idea why or how to fix it...here is the listener.ora log:
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 30-JUL-2009 08:11:27
Copyright (c) 1991, 2005, Oracle. All rights reserved.
System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
Trace level is currently 0
Started with pid=2832
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=Stevens)(PORT=1521)))
TNS-12546: TNS:permission denied
TNS-12560: TNS:protocol adapter error
TNS-00516: Permission denied
32-bit Windows Error: 13: Permission denied
No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
Here is my LISTENER.ORA:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(PROGRAM = extproc)
)
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP)(HOST = Stevens)(PORT = 1521))
)
)
DEFAULT_SERVICE_LISTENER = (XE)
Here is my SQLNET.ORA:
SQLNET.AUTHENTICATION_SERVICES = (NTS)
#NAMES.DIRECTORY_PATH= (TNSNAMES)
Please advise
Edited by: user3512717 on Jul 30, 2009 7:53 AM
Edited by: user3512717 on Jul 30, 2009 10:28 AM -
Before Installing Oracle,make sure to disable all the network adapters and ping in cmd prompt localhost and ur machine name, both shud refer to 127.0.0.1. Once oracle is installed,try to connect in ur web explorer and once connected,enable the network adapters. There shudnt be any firewall prob.,if it does add port 8080 as an exception to ur firewall list.
-
I've got the same problem.
But, I also not sure how to disable network adaptors and to ping in to my local command...
can you help? -
Not sure what you are trying to do...to disable the network adapters, just unplug from the network.
-
open control pane-->dbl click network connections-->disable all the network adapters
also make sure in the internet options,On the security tab,add 127.0.0.1 to trusted sites if it is not added.
This discussion has been closed.