404 Listener Error

We are running Oracle Portal 3.0 in a Windows 2000 environment
connecting to Oracle8i Enterprise Edition database Release
8.1.6.1.0. The problem:
1 - Login to the administration side.
2 - Click on the Navigator icon at the top of the screen.
3 - Click on the Pages tab and drill down through Top-Level
Pages, then find an item with Subfolders. At this point, if you
click on the Content Area's Tab, it works with no problem.
However, if you instead click on the Subfolders link and then
click on the Content Area tab, I get the following error message:
Error: The listener returned the following Message: 404 Not Found
Normally I would think it would be a database problem, but
that's not so. I have been able to reproduce the error on 3
different test environments, and one production environment,
some using Oracle on Windows NT, and others using it on Linux.
Any resolution would be appreciated.
John Cartin

The apex_public_user was already unlocked, and sqlplus connection using the password works.
The apex_public_user is set in the "java -jar apex.war setup --database MYDATABASE" step. I've confirmed several times that it matches.
Running apxchpwd.sql is for changing the Internal workspace password, which is different. The default apex login page should be visible regardless of the value of the Internal workspace password.
Edited by: obipsr42 on Jan 11, 2013 12:20 PM

Similar Messages

  • Connect to Oracle through ODBC - TNS: No Listener Error

    Hi All,
    I've been trying to chase this problem down for over a month now and I have had no luck. When I try to connect to an Oracle server through MS Access I get the TNS: No Listener error. The kicker is when I go to the odbc data source administrator in windows I am able to connect to the oracle server. My computer is windows 2007 and I have Oracle 11.2 installed. Could anyone assist?
    When I type lsnrctl start in the command prompt it says it has been already started.
    Here is my tnsnames.ora:
    ORMANRPT.WORLD=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=bspz1565.bhdc.att.com)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=ORMANRPT)
    Here is my sqlnet.ora:
    AUTOMATIC_IPC = OFF
    TRACE_LEVEL_CLIENT = OFF
    names.directory_path = (TNSNAMES)
    names.default_domain = world
    name.default_zone = world
    names.default_domain=world
    here is my listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\cb260e\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\cb260e\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\cb260e

    1009773 wrote:
    I used this computers IP and name. Is this what my listener should look like?
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\cb260e\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\cb260e\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = 144.158.355.240)(HOST = ilcdf44v.itservices.ms.com)(PORT = 1521))Line above is WRONG!
    I suggest you move, remove, rename, delete or otherwise move the listener.ora file out of the way.
    listener.ora is NOT required to start or utilize the listener
    open Command Window after doing as directed above then issue the OS commands below
    lsnrctl stop
    lsnrctl start
    lsnrctl status
    # now wait 60+ seconds before issuing the next command below
    lsnrctl service
    COPY the results from all above, then PASTE all results back here.

  • TNS:No listener error: Please help me

    Hi all,
    I have installed Oracle 10g in my laptop.few weeks back i was able to work on that. But today when i tried to connect to my database(im using Toad) i am getting TNS:No Listener error.
    I checked in Listener.ORA file also. All seems to be fine.
    What could be the probelm?? Can anyone pls help me in this regard?
    Thanks in advance.
    Raghu

    Hi,
    check whether listener is Up and running or not.
    Use lsnrctl and check for status
    Thanks
    Pavan Kumar N

  • TNS no listener error when internet is enabled

    Hi
    When my internet connection is enabled and if i try to connect to the database, I get the No listener error.
    Although I'm able to connect to database when there is no internet I find it hard to run my forms 9i as they run on Internet Explorer and only when there is internet connection.
    Please help me in this regard.
    Thanks in advance
    rishank

    I think, that your listener listen to only one address.
    Try to edit tnsnames.ora to replace you hostname with local network address.

  • Listener Error while starting the datbase

    Hello,
    When I am trying to start my database from Enterprise manager I am getting the following listener error,
    Status Failed
    Details ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    I have tried to stop the listener and restart it from the command prompt but it does not get stopped from there, Please advise.
    Thanks
    Faiz

    The procedure didn't change the listener.ora, listener.ora was just wrong all the time.
    This occurs because you must be restarting the database remotely.
    If you would have restarted the database locally, you would have issued
    set oracle_sid=<....>
    sqlplus ...
    and you would have bypassed the listener
    Also I believe you are using your own program to restart the database probably using the HOST:port:SID syntax, as far as I know, somehow Oracle Enterprise Manager doesn't seem to need the SID.
    Sybrand Bakker
    Senior Oracle DBA

  • How to resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    I just download a jdeveloper903,i hava a problem:
    when i start the oc4j alone,it prompt "JspTagLib listener error:null". Then,After depoly the jsp application with JspTag to oc4j,I found the jsp page can not run,but,the jsp application can run in the
    develope environment.
    how can resolve the problem,help!!Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • I am getting 404 status error

    hi,
    I am new to java.I am getting 404 status error each time i execute this:
    http://localhost:8084/sru/showname.jsp.I didn't face any problem with servlets but i
    am facing a problem with jsp's.could anyone suggest as to what i could do.
    I did set the Java_Home to c:\java\jdk1.5.0_01\.I am using tomcat.
    Edited by: srujan on Mar 17, 2008 7:43 AM
    Edited by: srujan on Mar 17, 2008 7:45 AM

    Thanks for the reply.
    I did all the above.I have given the following in web.xml file:
    <servlet>
    <servlet-name>showname</servlet-name>
    <servlet-class>showname</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>showname</servlet-name>
    <url-pattern>/showname.jsp</url-pattern>
    </servlet-mapping>
    and in the browser i have given as:
    http://localhost:8084/sru/showname.jsp
    still i get the same error.
    the jsp example files(that come with tomcat) run well.

  • 404 Build Error

    When using phonegap in Dreamweaver I get a 404 build error. Does this mean that the issue is with Adobe and not my end? Any suggestions or theories would be appreciated. Thanks.

    http://forums.adobe.com/message/4652888

  • FlashHelp deployed in RH7 displays 404 page error instead of topic

    I upgraded some help projects from RHX5 to RH7.
    In MAC (OS 10.5.x) Safari (3.2.1), when the application calls the FlashHelp authored in RH7, the Help opens, but the Help topic does not display. Instead, a 404 Page not found error is displayed. If you click a topic in the TOC the HTML content is displayed - so the Help does work after you select a topic.
    From the same application, if you call a Help project that was not upgraded to RH7 (but was still authored in RHX5) the topic content opens as expected (you do not get the 404 Page error).
    Has anyone else experienced this problem?

    JulieCarr wrote:
    The only resolutions I found so far are:
    - replace RH js call to direct call to topic URL
    - switch to WebHelp
    When I submitted this issue to Adobe support I received a call stating that they do not support JS application calls to Help systems generated in RH. If you can open the topic (that is an individual html topic file) independently using the browser, apparently they consider that generation successul and the browser to be supported.
    Just musing over the reply here. It's odd that they would say that, giiven the fact the WebHelp API *IS* a JavaScript application call, is it not?
    <bangs head against wall>
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Runtime listener error - Forms 10g on XP

    Hi,
    I've managed to create a tabular forms on scott.emp.
    using scott/tiger to connect without instance string from Forms Builder.
    Then I started OC4J instance and tried running the module.
    I was asked to install JInitiator and did it. Now I can see JInitiator as ActiveX in Internet Explorer.
    Then I see the browser window and a message "Loading JApplet"
    I'm asked to connect to the databse, so I tried scott/tiger/orcl and got invalid connection string error,
    If I try scott/tiger alone I get a Listener error.
    Otoh I have no problem connecting to EM as normal and use isqlplus as multiline block in the browser
    IS there a new connexion parameters set to add to tnsnames.ora?
    Many thanks.

    Hi,
    Frank, I've just cut and pasted from one tnsnames.ora to the other and everything went fine.
    Only now to execute query in the block it's not F8 but Ctrl F11 :-)
    I suppose keys assignments are customizable in some config file.
    The default block looks pretty good in the browser.
    It's the long way from AWT and SWING !
    Many many thanks
    [email protected]

  • Unknown listener error

    I am using Oracle 10g Express Edition on Linux
    when i issue the command to connect to sqlplus
    sqlplus system/linux@XE
    then i get the following error
    ERROR: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    when i issue the following command
    tnsping XE
    then it is succeeded
    Can any body help me ?
    Following are tnsnames and listener files
    Listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.250)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    Tnsnames.ora
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.250)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE.ssilhr.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )

    Moazzam,
    Are you aware this forum has a search function?
    Do you think you are the first with this problem?
    Why do you state you have an 'unknown listener error'?
    You don't!
    You can look up the error on http://tahiti.oracle.com
    Please 'do the needful' to avoid asking doc questions in the future!
    Sybrand Bakker
    Senior Oracle DBA

  • Ora-12514: listener error in Toad

    Hi
    In my computer i installed oracle 10g.
    it is working forfectly. i am able to connect oracle server with sql * plus.
    to day i installed Toad software. when i am trying to connect with toad i am getting ora-12514 listener error.
    how can i solve this problem
    thanks in advance.

    Eat your heart out.
    Millions like you couldn't read the documentation and asked the same question
    http://forums.oracle.com/forums/search.jspa?threadID=&q=ora-12514&objID=f75&dateRange=all&userID=&numResults=15&rankBy=10001
    Sybrand Bakker
    Senior Oracle DBA

  • How can resolve the problem in jdeveloper903 oc4j starting:JspTagLib listener error

    when i start oc4j in jdeveloper903,it prompt "JspTagLib listener error:null".
    Then ,after depoly the jsp application with jsptaglib,i found the jsp page can not run.but,the jsp application
    can run in develop environment.
    how can i resolve the problem,Help.
    Thanks.

    I think you might have better luck asking your question in the JDeveloper forum at:
    http://forums.oracle.com/forums/forum.jsp?id=315684
    later -- Jeff

  • MARS - Oracle TNS listener errors

    Anyone familiar with this:
    [pnadmin]$ pndbusage
    Program aborted due to: ORA-12541: TNS:no listener
    MARS was fine before the holiday weekend. When I came back, I was looking at the summary page and the graph wasn't being drawn. I SSH'd to MARS and did the above.
    While SSH'd to MARS (and my HTTPS session still open) I did a reboot and I still get the same error. Also, now when I HTTPS to MARS I get a login page, but the url is: https://10.6.184.116/logout.jsp
    The username/password fields and login button are in the upper left corner of the browser window, not in the middle like normal.
    So, now I have two problems. The first being my TNS listener error and the second being that I can't log in. It wants me to log out first...ugh.
    Thanks,
    Bob

    This sounds like a known issue and if memory serves a developer will need to login and do something, so you'll need to open a TAC case.
    Here is the link:
    http://www.cisco.com/en/US/products/ps6241/products_field_notice09186a008070fcaf.shtml

  • ORA-12541: TNS:no listener, (error, in oracle 11g for window 7, 64 bit)

    ORA-12541: TNS:no listener, error, in oracle 11g for window 7, 64 bit
    While connecting as localhost is pretty well.
    but command: sqlplus username@'192.168.52.178:1521/orcl' on the same machine is producing above mentioned error on oracle 11g for window 7, 64 bit.

    user11225434 wrote:
    Thax sir for your kind concern of my problem. Answers of your quaries regarding my question as follows
    lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 05-AUG-2013 09:37
    :21
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                05-AUG-2013 09:31:09
    Uptime                    0 days 0 hr. 6 min. 22 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\eee\product\11.2.0\dbhome_5\network\admin\liste
    ner.ora
    Listener Log File         c:\app\eee\diag\tnslsnr\eee-THINK\listener\alert\log.x
    ml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.52.170)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orclxe" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    Service "orclxeXDB" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    # listener.ora Network Configuration File: C:\app\eee\product\11.2.0\dbhome_5\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\eee\product\11.2.0\dbhome_5)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\eee\product\11.2.0\dbhome_5\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.52.170)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\eee
    3. My ip is static 192.168.52.170 and window 7 prof. is there.
    4. Sir i have tested the remote connection with firewall configuration is off.
    Hopefully this info is useful.
    but command: sqlplus username@'192.168.52.178:1521/orcl'
    NOTE the difference in IP#s above; 192.168.52.170 vs. 192.168.52.178

Maybe you are looking for

  • Installer problem - Oracle 11g on Redhat ES 5.1 (x86)

    Hi, I'm trying to run the "runInstaller" script to install Oracle 11g onto my Redhat ES 5.1 (x86) machine and the following error is being reported: Starting Oracle Universal Installer... Checking Temp space: must be greater than 80 MB. Actual 1409 M

  • How to scan legal size document with Adobe Acrobat 6.0?

    How do you scan legal (8.5 x 14.0) size documents with Adobe Acrobat 6.0.0 ? There is no option for that size paper in the scan menu. And I can't find the answer in either my help file or on-line with Adobe.com. Can anyone help me?

  • Problem about interface implementation

    Sorry, solved! Message was edited by: xixiao

  • I'm french so I would like to have a french computer..

    Hi ! I'm here (USA) for only one year and my computer is dead, so I think about buy a Macbook air, but Do you think I can have a french Macbook air ? If somebody can tell me, thank.

  • DATA ARCHIVING JOB Error

    Hi All, I am getting below bold highlighted error for the monthly scheduled write job for the Object SD_VBRK. I am trying to run the job by spliiting variant but still the same error getting repeatedly. All available file names are already being used