No Http server on port 8080 with 10g Express Edition ( TNS-12631 error)

I downloaded the Oracle 10g Express Edition for Microsoft Windows and tried to install the software on 3 pcs.
2 pc works but mine is not working.
All works well during installation but when I want to connect to the home web page, it displays error (http://127.0.0.1:8080/apex)
It isnormal because I have no process running under 8080 port.
But I don't know why there is not an http server on port 8080.
netstat -a :
Connexions actives
Proto Adresse locale Adresse distante Etat
TCP LABOLLC:epmap LABOLLC.castel.fr:0 LISTENING
TCP LABOLLC:microsoft-ds LABOLLC.castel.fr:0 LISTENING
TCP LABOLLC:1521 LABOLLC.castel.fr:0 LISTENING
TCP LABOLLC:42510 LABOLLC.castel.fr:0 LISTENING
TCP LABOLLC:1051 LABOLLC.castel.fr:0 LISTENING
TCP LABOLLC:1255 LABOLLC.castel.fr:0 LISTENING
TCP LABOLLC:1291 localhost:1292 ESTABLISHED
TCP LABOLLC:1292 localhost:1291 ESTABLISHED
TCP LABOLLC:netbios-ssn LABOLLC.castel.fr:0 LISTENING
TCP LABOLLC:1338 messagerie.castel.fr:1026 ESTABLISHED
TCP LABOLLC:1342 messagerie.castel.fr:1390 ESTABLISHED
TCP LABOLLC:1355 messagerie.castel.fr:1026 ESTABLISHED
TCP LABOLLC:1359 messagerie.castel.fr:1390 ESTABLISHED
TCP LABOLLC:1472 messagerie.castel.fr:epmap TIME_WAIT
TCP LABOLLC:1473 messagerie.castel.fr:1026 TIME_WAIT
UDP LABOLLC:microsoft-ds *:*
UDP LABOLLC:isakmp *:*
UDP LABOLLC:1027 *:*
UDP LABOLLC:1339 *:*
UDP LABOLLC:1340 *:*
UDP LABOLLC:1356 *:*
UDP LABOLLC:1357 *:*
UDP LABOLLC:1427 *:*
UDP LABOLLC:4500 *:*
UDP LABOLLC:ntp *:*
UDP LABOLLC:1028 *:*
UDP LABOLLC:1062 *:*
UDP LABOLLC:1900 *:*
UDP LABOLLC:ntp *:*
UDP LABOLLC:netbios-ns *:*
UDP LABOLLC:netbios-dgm *:*
UDP LABOLLC:1900 *:*
UDP LABOLLC:42508 *:*
The file sqlnet.log contains the following comments :
Fatal NI connect error 12631, connecting to:
(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
VERSION INFORMATION:
     TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
     Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
Time: 08-MARS -2007 16:28:39
Tracing not turned on.
Tns error struct:
ns main err code: 12631
TNS-12631: Echec de recherche de nom
ns secondary err code: 0
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
I don't know what to do !!
Help

Yes i Check all that.
For example, I have Tomcat installed on my PC and I can launch it easily.
So that means that port 8080 is completly free.
No I haven't http service as you can see with netstat results.
Lokk at the log sqlnet.log, I have following :
Fatal NI connect error 12631, connecting to:
(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
VERSION INFORMATION:
     TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
     Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
Time: 09-MARS -2007 14:46:35
Tracing not turned on.
Tns error struct:
ns main err code: 12631
TNS-12631: Echec de recherche de nom
ns secondary err code: 0
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
Thanks

Similar Messages

  • ORA-12505 on Oracle Database 10g Express Edition: TNS:listener

    In Developer3, trying to connect to Oracle Database 10g Express Edition give me:
    Listener refused the connection with the following error:
    ORA-12505 TNS:listener does not currently know of SID given in connect descriptor
    Vendor code 12505
    Edited by: 873444 on Jul 22, 2011 3:23 AM

    SID given in connect descriptorSo what is the SID you're asking for ... the client in use may not know the XE tnsalias, especially if the client is not running in the same ORACLE_HOME as the database.
    The client needs to know how to get to the database- a `tnsping xe` reveals the path to the current ORACLE_HOME/network/admin/sqlnet.ora file for your environment but that may not be the same ORACLE_HOME used by "developer 3".

  • 10g Express Edition install doesn't start HTTP server on port 8080

    I've just done (several) installs of 10g XE on a Windows XP (SP2) box which appears to install correctly, but there's nothing listening on port 8080 (which is available)
    The services OracleServiceXE and OracleXETNSListener are both started (and can be stopped/restarted too).
    Looking in C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postDBCreation.log (and other log files in that directory), I see some worrying lines like this:
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12638: Credential retrieval failed
    Also running SQLPLUS from a CMD window fails:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>sqlplus sys
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 19 15:31:59 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12638: Credential retrieval failed
    I already have some Oracle client software installed, PL/SQL developer 7.0.1.1066.
    ORACLE_HOME is not set.
    Is there an installation log file I can examine that might indicate what's gone wrong?
    Tony.

    Interesting error. See http://oracle-unix.blogspot.com/2007/08/ora-12638-credential-retrieval-failed.html for a blog entry (and workaround).
    As for the 8080 web connection failing, I assume that this is related - the listener unable to hand off the web browser request to the Dispatcher.
    Also note that by default it only listens on localhost port 8080. So using the hostname or IP of your machine won't work until that default config is changed.

  • ORA-12505 on Oracle Database 10g Express Edition: TNS:listene

    Hi all,
    I am aware that there has been several posts about this subject but i still cant seem to be able to resolve my problem.
    I am new to this but I did read through all information I could find and nothing helps.
    I am trying to connect to oracle database from sqldeveloper and i am getting that error.
    I am just following the tutorials on the net and they simply say to connect using SID: orcl but that does not seem to work for me.
    Can someone please explain to me how to find out how to change the paths (i suspect the problem lies there) so i can connect?
    Natalia

    Oracle XE SID is ... XE and not orcl.
    Did you also check:
    $ oerr ora 12505
    12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a SID for an instance (usually a database instance) that either
    // has not yet dynamically registered with the listener or has not been
    // statically configured for the listener. This may be a temporary condition
    // such as after the listener has started, but before the database instance
    // has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the SID parameter in the connect descriptor specifies
    //    an instance known by the listener.
    //  - Check for an event in the listener.log file.

  • Oracle 10g Express Edition, Installation Problem

    After run
    # /etc/init.d/oracle-xe configure
    Oracle Database 10g Express Edition Configuration-------------------------------------------------This will configure on-boot properties of Oracle Database 10g ExpressEdition. The following questions will determine whether the database shouldbe starting upon system boot, the ports it will use, and the passwords thatwill be used for database accounts. Press <Enter> to accept the defaults.Ctrl-C will abort.
    Specify the HTTP port that will be used for HTML DB [8080]:8080
    Specify a port that will be used for the database listener [1521]:1521
    Specify a password to be used for database accounts. Note that the samepassword will be used for SYS, SYSTEM and FLOWS_020100. Oracle recommendsthe use of different passwords for each database account. This can be doneafter initial configuration:Confirm the password:
    Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:y
    Configuring Database...Starting Oracle Net Listener.Starting Oracle Net Listener.Starting Oracle Database 10g Express Edition Instance.
    //error msg gos here
    Failed to start Oracle
    Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    in the orcale-xe service, some message shows:
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/lsnrctl: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/../lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    OS: Linux RH9
    is that glibc version's problem? mine is glibc_2.3.2
    how to make it?
    thank u .

    Hello,
    I have the same problem on RH9.
    [root@phpsrv init.d]# ./oracle-xe start
    Starting Oracle Net Listener.
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/lsnrctl: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/../lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    Starting Oracle Database 10g Express Edition Instance.
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/../lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    Regards,
    Pavel Kucera

  • Import/export in 10g express edition

    hi all,
    my application was runing in win2000server and 8i oracle. now i want to change to xp with 10g express edition.
    i am geting error while importing data of 8i exported file in to 10g ED (as error 12899).it is missing the data while importing.
    my data contain arabic charchters.
    please help out

    ORA-12899: value too large for column string (actual: string, maximum: string)
    It breaks out character sets conversion from arabic to unicode. It needs
    more length than arabic.
    Can you create tables on Oracle10g XE before importing?
    Oracle8i    Oracle10g
    CHAR(N)     CHAR(N char)
    VARCHAR2(N) VARCHAR2(N char)

  • Error in Oracle 10g Express Edition

    Hi Guys,
    While am start the Database in Oracle 10g Express Edition, it showing error like process has been already started
    Can anyone give the advice to resolve this problem
    Thanks in advance
    Dhiva

    While am start the Database in Oracle 10g Express EditionHow ?
    it showing error like process has been already startedWell, so it works ? Did you try to connect ?

  • HTTP server fails to configure in 10g

    HELP
    I've installed 10g database with default settings in SLES 8.0 and it's running fine. I've tried to install HTML DB on the same machine, using the install guide.
    All is fine until the Configuration assistants start to run, the HTTP server fails to start with the following error:
    opmnctl: starting opmn and all managed processes...globalInitNLS: NLS boot file not found or invalid
    --default linked-in boot block used
    XML parser init: error 201.
    opmnctl: opmn start failed
    Please can anyone help me on this one?

    "6838",
    It appears like this may be an issue with your environment variables. When opmnctl is attempting to startup, is ORACLE_HOME set to to your new Companion CD Oracle Home? As well, can you ensure that you don't have the environment variable ORA_NLS33 set to an old location (it's unlikely this is even set, but it's worth checking).
    Joel

  • Difference between HTTP Server port and HTTP Server listen port

    Hi,
    What's the difference between the following?
    Oracle HTTP Server port = 7780
    Oracle HTTP Server listen port = 7781
    They are the ports used in my 9ias 9.0.3 instance.
    Please advise.
    Thank you.

    Hi,
    The server port, 7780, is port where HTTP server response and listen ports are other ports tha HTTP Server can listen. In IAS, the default configuration, the server port is response for Web Cache and Web Cache connect with HTTP Server in listen port.
    Marcio Mesti

  • Is Oracle 10g Express Edition compatible with Windows 2000 advanced Server

    I have installed Oracel 10g Express Edition on windows 2000 advanced Server, but it is not working properly, but when i installed it on Windows 2000 Professional, then it is working properly, Does anybody know why this is happening. If anybody know why this is happening, please tell me and also tell me how can i install Oracle10g xe in Windows 2000 advanced server.

    There should be no issues. A few possible reasons you are running into problems:
    - installation using a domain administrator (it works best using a local admin);
    - firewalls or anti-virus software or other port blocking mechanisms;
    - DHCP resets;
    However, unless you tell us exactly the symptoms we are only guessing.
    My car didn't start this morning, but my wife's car did. Can you call me why based on this information?

  • Oracle Database 10g Express Edition for Microsoft Windows-port 8080 proble

    I have installed Oracle Database 10g Express Edition for Microsoft Windows, it listen to port 8080, where can I change this port ?
    Thanks

    Inside the database. Search the XE forum for how to do it, it's been done there many times :)
    ~Jer

  • Problem with launching 10g express edition

    Hi, i am from Czech Republic and i have big problem with launching Oracle database 10g Express Edition.
    After instal program i launch "Go to Database Home Page" and IE write to me "Page not found" (web adress is http://127.0.0.1:8080/apex).
    Please,can anyone help me what i have to do to launch it correctly?
    Thank you.
    Message was edited by:
    user628210
    Message was edited by:
    user628210

    hi again. first a have to apologize. i have oracle
    database express edition 10g from school,so i dont
    have registered version.When I said 'register' I didn't mean have it licensed, Oracle XE doesn't require any kind of license registration, it is free. By registering it I meant a technical issue. Once the database is started it tries to contact the listener at 1521 port, once contacted the oracle instance registers itself against it, and if it is successful you will have the administrator's page initialized and ready to access at the default 8080 port.
    when i type SQL commands, command line wrote me
    SP2-0734:unknown command beginning ENTERED COMMAND
    Could you please specify which command did you try to enter?
    >
    and when i open RUN DATABASE, command line wrote
    C:\OracleDatabase\app\oracle\product\10.2.0\server\BIN
    net started OracleServiceXE - system error 5, accessdenied
    What do you mean with 'RUN DATABASE'?
    ~ Madrid
    http://hrivera99.blogspot.com/

  • 10g Express Edition on Windows 2008 Enterprise R2 x64 with Active Directory

    I have successfully installed the 10g Express Edition on Windows 2008 Ent. r2 x64 with Microsoft Active Directory Domain Controller but i could not be able to run http://127.0.0.1:8080/apex
    Although i have run the http://127.0.0.1:8080/apex on my another Windows 2008 R2 x64 ant WITHOUT Active Directory Domain Controller Role.
    i think its related with AD Domain server role of my server, because i run that on same config and operation without Active Directory Domain Controller role.
    Can anyone help about this issue?
    thanks in advance

    I have experienced the same problem - running 10g Express on a Win 2008 (32-bit). When not being a Domain controller, the install was fine. When installing after the server had been given the Domain Controller role (+the required DNS), it failed. NO FIREWALLS are involved on the server. Seems like Oracle Express has problems being installed in this kind of environment - independent of x32 or x64 bit OS.
    Edited by: 811504 on Nov 17, 2010 11:44 PM

  • Problem with oracle 10g express edition installation on linux(opensuse)

    This is the error it give's me when i install the software. The error come after i set http port and the acces port to database
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh': No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh: No such file or directory
    /bin/chown: cannot access `/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh': No such file or directory
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8081/apex"
    The files exists to the path who is looking for them and tell me they don't exist
    can you help me please with this problem?
    Thanks
    Message was edited by:
    user652409

    hi,
    i've reinstalled the database and now it give's me just the last 3 error messages,and i don't now what to do :
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    this files or directories doesn't exists...
    Please help
    Teero

  • How can we change default port 8080 of application express

    Hi all,
    Does anyone know how to change default port 8080 in application express to run on only "80"? I have tried the following link, but when i am trying to run using 80, error is being thrown.
    http://www.mypi.ch/?p=33
    I have checked that no other thing is running on 80 port. I am using Windows Vista
    With Regards,
    Sunil Bhatia

    I am really a newbie in this application express field.
    I have installed oracle application express 3.2 over oracle 10G Database as per steps provided on forum. Can you let me know how can i find which webserver i am using? is there any query which i could run to find this out...thanks for ur help. Do reply soon
    With Regards,
    Sunil Bhatia

Maybe you are looking for