Why i can't access apex on the unix server.

hi
I have created an Apex successfully, and
SQL> SELECT STATUS FROM DBA_REGISTRY WHERE COMP_ID = 'APEX';
STATUS
VALID
I can connect to http://192.168.3.97:7780/ to see the 'Oracle HTTP Server - Welcome ' page,
however I can't connect http://192.168.3.97:7780/pls/apex/apex_admin, it just show:
The webpage cannot be found
HTTP 404
Most likely causes:
There might be a typing error in the address.
If you clicked on a link, it may be out of date.
And i use HTTP server + mod_plsql method to create Apex.
Can someone help me and give me a little bit enlighten?
Thank in advance!

Apache error logs:
[Fri Dec 12 21:26:58 2008] [error] [client 192.168.3.46] [ecid: 1229088418:127.0.0.1:12811:0:125,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/Apache/Apache/htdocs/pls/apex/apex_admin
[Fri Dec 12 21:59:08 2008] [error] [client 192.168.3.46] [ecid: 1229090348:127.0.0.1:12458:0:126,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/Apache/Apache/htdocs/pls/apex/apex_admin
[Fri Dec 12 21:59:32 2008] [error] [client 192.168.3.46] [ecid: 1229090372:127.0.0.1:12459:0:129,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/Apache/Apache/htdocs/pls/apex/apex_admin
access log:
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /ohs_images/bisspace.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /ohs_images/art3.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /Tab_files/upperbox.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /Tab_files/asybase.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /ohs_images/tree_document.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /Tab_files/lowerbox.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /ohs_images/relatedapps_cctitle.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:58:47 +0800] "GET /ohs_images/slieghright.gif HTTP/1.1" 304 -
192.168.3.46 - - [12/Dec/2008:21:59:08 +0800] "GET /pls/apex/apex_admin HTTP/1.1" 404 351
192.168.3.46 - - [12/Dec/2008:21:59:32 +0800] "GET /pls/apex/apex_admin HTTP/1.1" 404 351
Edited by: PPMonkey on Dec 12, 2008 6:13 AM

Similar Messages

  • TS3798 I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    amarilysfl wrote:
    "Your disk could not be partitioned. An error occurred while partitioning the disk".
    https://www.apple.com/support/bootcamp/
    If you were using Apple's BootCamp and received this message, quit it and open Disk Uility in your Applicaitons/Utilities folder.
    Select the Macintosh HD partition on the left and select Erase and Erase Free Space > Zero option and let it complete (important) this will check the spare space for bad sectors that can cause issues formatting partitions.
    Once it's completed, try creating a partiton again in BootCamp.
    If that doesn't work, then hold command option r keys down while connected to a fast internet connection, Internet Recovery should load (spinning globe) and then in that Disk Utility, select your entire internal drive and click > First Aid > Repair Disk and Permissions.
    reboot and attempt Bootcamp again.
    If you still get a error, it might be that you have OS X data on the bottom area where BootCamp partition needs to go. This would occur if you had the drive or computer for a long time or wrote a large amount of files to the drive and nearly filling it up and then reduced some, but it left traces in the area BootCamp needs to go.
    To fix this
    BootCamp: "This disc can not be partitioned/impossible to move files."
    How to safely defrag a Mac's hard drive

  • Daniel or anyone else, Help on why I can't access certain jsp pages

    I have installed the Web Service Portlet Wizard to build my portlets. In particular,
    I have created a URL porlet jsp which receives its content from a URL.
    This URL that I retrive is an application that I have running on my Weblogic 6.1
    Server. I can access the login page, and can logon and do a few things but for
    some reason I Can't access certain pages. The pages I can't access are also jsp
    pages on the wlserver6.1 server(exactly the same as other ones I can access and
    interact with).
    The error I receive on the Portal Front end is attached in a word doc. I have
    also included in there, a snapshot of the access log for those pages, but I can't
    really make out what it is telling me (if anything!).
    For one of the pages, that I can't successfully access I get java.lang.ArrayIndexOutOfBoundsException
    This only happens with 1 of the pages. But trying to access the same page withouth
    going thru the portal I get NO errors what so ever.
    Please if anyone can give me any information on why I can't access certain pages
    via my portal It would be very helpful.
    Finally I have included the code of my Portlet which accesses the URL. This is
    also included in the word doc.
    Thanks
    Ramy
    [Portal.doc]

    Ramy,
    I don't know the Web Service Portlet Wizard too well, but I notice that
    login.htm never seems to be found (404 in logs). I would think that the two
    warnings below your JSP call (cookies, and portlet state) are your most
    likely culprits. If the Web Service Portlet Wizard does not handle cookies
    then the portal server will have to continiously reauthenticate. I will
    forward your email however and see if I can dig up a better diagnosis. Also,
    could you post the stack trace for the ArrayIndexOutOfBoundsException you
    are seeing.
    Sincerely,
    Daniel Selman
    "Ramy" <[email protected]> wrote in message
    news:[email protected]..
    >
    I have installed the Web Service Portlet Wizard to build my portlets. Inparticular,
    I have created a URL porlet jsp which receives its content from a URL.
    This URL that I retrive is an application that I have running on myWeblogic 6.1
    Server. I can access the login page, and can logon and do a few things butfor
    some reason I Can't access certain pages. The pages I can't access arealso jsp
    pages on the wlserver6.1 server(exactly the same as other ones I canaccess and
    interact with).
    The error I receive on the Portal Front end is attached in a word doc. Ihave
    also included in there, a snapshot of the access log for those pages, butI can't
    really make out what it is telling me (if anything!).
    For one of the pages, that I can't successfully access I getjava.lang.ArrayIndexOutOfBoundsException
    This only happens with 1 of the pages. But trying to access the same pagewithouth
    going thru the portal I get NO errors what so ever.
    Please if anyone can give me any information on why I can't access certainpages
    via my portal It would be very helpful.
    Finally I have included the code of my Portlet which accesses the URL.This is
    also included in the word doc.
    Thanks
    Ramy

  • Any ideas as to why i can't access radio feature?

    any ideas as to why i can't access radio feature?  error message pops up

    Vielen dank, léonie! 
    3 comments for Apple:
    1.  "Choose" is not linguistically clear.  How about "save" or "update."  "Choose" would seem to me to be related to selecting the particular music one would want to play, not to saving the un-check.
    2.  This is not interface-consistant with the Settings window right next door, where just closing the window works fine.
    3.  This doesn't explain why a cloned older slideshow with the checkbox off still played music, but with the problem solved I don't care to rabbit-hole after that issue.

  • Why i can't access firefox

    why i can't access firefox

    please try and reset the browser setting because due to few setting and secure features few sites gets blocked.

  • A flash game was accidently blocked on a website, and now I can't access any of the flash games on it. Can that website be unblocked?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    A flash game was accidentally blocked on the website http://www.oyunlar1.com Now I can't access any of the games there. Is there anyway to unblock the flash settings for that website?
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.7
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    1-ClickWeather 1.1.9.1 true
    Adblock Plus 1.2.1 true
    Adobe Contribute Toolbar 5.0 true {01A8CA0A-4C96-465b-A49B-65C46FAD54F9}
    AIM Toolbar 5.96.5.1 true
    Ask Toolbar for Firefox 2.1.0.5 true
    BatchDownload 1.2.4 false [email protected]
    Big Fish Games Toolbar 2.0.0 true {6847DFAE-037A-400c-A524-27F0A281B692}
    CheckPlaces 2.2.2 false [email protected]
    Cooliris 1.12.0.36949 true [email protected]
    DownloadHelper 4.7.4 true
    DownThemAll! 1.1.10 true
    Fast Video Download (with SearchMenu) 3.1.1 true
    Fast Youtube Downloader 1.2.2 true [email protected]
    Firefox ImageGrabber 1.0.6 false {546d2a00-2bbf-11dc-8314-0800200c9a66}
    Flashblock 1.5.13 false {3d7eb24f-2740-49df-8937-200b1cc08f8a}
    FlashGot 1.2.1.27 true {19503e42-ca3c-4c27-b1e2-9cdb2170ee34}
    FoxyProxy Standard 2.21.3 true [email protected]
    Google Toolbar for Firefox 7.0.20100326W true {3112ca9c-de6d-4884-a869-9855de68056c}
    Googlepedia 0.6.3 true {1ABADB6E-DC4B-11DA-9F70-791A9CD9513E}
    HP Smart Web Printing 4.60 false [email protected]
    ImageHost Grabber 1.6.4 true
    InvisibleHand 2.4 true [email protected]
    iWinGames Plugin 1.0 false {98e34367-8df7-42b4-837b-20b892ff0847}
    Java Console 6.0.07 true
    Java Console 6.0.04 true
    Java Console 6.0.10 true
    Java Console 6.0.12 true
    Java Console 6.0.13 true
    Java Console 6.0.14 true
    Java Console 6.0.15 true
    Java Console 6.0.17 true
    Java Console 6.0.16 true
    Java Console 6.0.19 true
    Java Console 6.0.20 true
    Java Quick Starter 1.0 true [email protected]
    MegaUpload DownloadHelper 1.0.2 true [email protected]
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    MSN Toolbar 4.0 false [email protected]
    myBabylon English Toolbar 2.6.0.15 true
    myibay Firefox extension 1.1.7 true [email protected]
    NoScript 1.10 false {73a6fe31-595d-460b-a920-fcc0f8843232}
    Ookong 1.5 true {95969329-aa35-473a-b537-3f6f62c0ba23}
    Rapidlibrary Search ToolBar 1.0.0 true {2832ABCD-4444-1012-2D45-132D5447C445}
    RapidShare DownloadHelper 1.0 false [email protected]
    RDown - Rapidshare Downloader 0.6.0 true dave2x@download
    Remove It Permanently 1.0.6.7 true {1dbc4a33-ea62-4330-966c-7bdad3455322}
    RSFind! 1.1.2 false [email protected]
    Search Helper Extension 1.0 true {27182e60-b5f3-411c-b545-b44205977502}
    Shareaholic 1.9.9.5 true [email protected]
    SkipScreen 0.4.12s false SkipScreen@SkipScreen
    Skype extension for Firefox 2.2.0.102 false
    Status-bar Scientific Calculator 4.9.2 true ststusscicalc@sunny
    StumbleUpon 3.64 true
    The Browser Highlighter 1.0.19126 false [email protected]
    UnPlug 2.026 true unplug@compunach
    Xmarks 3.7.9 true [email protected]
    Yahoo! Toolbar 2.1.3.20100310105313 true {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Adobe DLM (powered by getPlus(R)) 1.6.2.63 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.fixup.alternate.enabled false
    browser.history_expire_days.mirror 180
    browser.places.smartBookmarksVersion 2
    browser.startup.homepage http://www.refdesk.com/
    browser.startup.homepage_override.mstone rv:1.9.2.7
    extensions.lastAppVersion 3.6.7
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729; .NET4.0E)
    javascript.options.showInConsole true
    keyword.URL http://slirsredirect.search.aol.com/slirs_http/sredir?sredir=2706&invocationType=tb50-ff-aim-ab-en-us&query=
    network.protocol-handler.warn-external.aim false
    network.protocol-handler.warn-external.dnupdate false
    places.last_vacuum 1279652142
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    == Firefox version
    ==
    3.6.7
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 GTB7.0 ( .NET CLR 3.5.30729; .NET4.0E)
    == Plugins installed
    ==
    *-Cooliris embedded in a tab
    *getplusplusadobe16263
    *np-mswmp
    *Contribute Firefox IBE Plugin DLL
    *6.0.12.69
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *1.9.0009.1
    *npdnu
    *npdnupdater2
    *NPTURNMED
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Default Plug-in
    *Shockwave Flash 10.1 r53
    *BrowserPlus -- Improve your browser! -- http://browserplus.yahoo.com/
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *Delivery Network Acceleration by BitTorrent™
    *GEPlugin
    *Picasa plugin
    *4.0.50524.0
    *MSN® Toolbar
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Google Updater pluginhttp://pack.google.com/
    *Google Update
    *Java(TM) Platform SE binary
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    Thanks, Eric. I'm not sure what I should be checking using your suggestion--as I said, I'm an utter novice with the iMac. However,  I saw a reference to problems with the Library entries, so I checked mine and the iWork files were missing, something confirmed when I checked the crash log. In desperation, I did another software update, and that seems to have fixed the problem completely. Now wondering if I dare upgrade to Lion!

  • I saved a spreadsheet to iCloud now I can not access it.  The message I get say I need a newer version of Numbers but I already have it.  How do I get access to my document on iCloud?

    I saved a spreadsheet to iCloud now I can not access it.  The message I get says I need a newer version of Numbers but I already have it.  How do I get access to my document on iCloud?

    Please see this user tip:
    Need newer version of Numbers to open file

  • Why can't I connect to the update server?  If I download manually, how do i update the phone?

    Why can't I connect to the update server?  If I manually download SW, how do I update phone or ipad since it is not in iTunes?
    Thanks

    I assume all of your network connections are OK,  you can get to the internet and that you aren't blocked by something like an enterprise firewall.  Are those assumptions correct?  .  My experience has been that from time to time, the update server get's "maxxed out", and if you try later it will work. 

  • Why can't I connect to the game server

    why can't I connect to the game server from my ipod touch?

    Do you have Wi-Fi connection? Start any app with Game Center feature.

  • HT4623 after I updated my iPhone 4 to iOS 6.1 I can't access my WiFi (The greyed out Wi-Fi button)

    after I updated my iPhone 4 to iOS 6.1 I can't access my WiFi (The greyed out Wi-Fi button)

    Most likely the iphone was hacked to unlock it from the original carrier
    updating the iOS will relock a hacked iPhone to that Carrier

  • How can I access and use the alphabetical keyboard of the phone ?

    How can I access and use the alphabetical keyboard of the phone ? I cannot find the answer in the manual of use.  Thanks for your help !

    Recently I was abroad and tried to contact my voicemail to check my messages. I was asked to enter a password and did not know how to use the letters below the figures on the keyboard.  I had to give up and wait until I was back in my country (no password is then needed).

  • Can't access my files, the circle thing keeps going round and round

    I can't access my files, the little cursor thing keeps going round and round, is there a way to by pass that or is my powerbook going dead

    What version of OS X are you running?
    Useful article here on the causes of the Spinning Beach Ball and how to troubleshoot it:
    http://www.computerworld.com/s/article/9177479/Troubleshoot_the_spinning_beach_b all?taxonomyId=89&pageNumber=1
    and also this:
    http://www.thexlab.com/faqs/sbbod.html

  • Why you can't access my order I need them to me and my wife as gift..?

    why you can't access my order I need them to me and my wife as gift..?
    plz
    <Personal Information Edited by Host>

    We are itunes users just like you.
    You are not addressing Apple here.

  • HT1338 Hi, I have accidently sent my iPhoto from the dock to the trash, can I get it back? I've searched the trash but can't find it, my photos are still in the computer, but I can't access them with the iPhoto icon in the dash.

    Hi, I have accidently sent my iPhoto from the dock to the trash, can I get it back? I've searched the trash but can't find it, my photos are still in the computer, but I can't access them with the iPhoto icon in the dash.

    See this,
    I lost my Safari /other on the Dock! "poof" "?"

  • Why iTunes can't let us copy the songs that is from our iPod to our PC?

    I do not know why iTunes can't let us copy the songs that is from our iPod to our PC.

    They should be in iTunes or on your backup.
    If for some reason they are not on your computer and you have failed to maintain regular backups, see this post by Zevoneer -> http://discussions.apple.com/thread.jspa?messageID=11646661&#11646661

Maybe you are looking for

  • My artwork no longer displays correctly after updating to iTunes 10.5.

    With the most recent iTunes update, the artwork is no longer displayed properly.  The songs on my hard drive display fine in iTunes. However, the artwork for songs on my iPod do not display in iTunes (I have limited space on my computer's hard drive,

  • I need a calendar with multiple alert times for events; Advice please?

    1. I need to be able to set multiple alert times (e.g. 24 hours before, and 2 hours before) 2. I need a good clear Month view, with text that can be enlarged (I am disabled) 3. It needs to sync with standard iCloud calendar data (I use Week Calendar

  • Adobe InDesign CS6 Has stopped working error message

    Hi, I have Adobe InDesign CS6 on Windows 7 64 bits Enterprise Edition When I open a document and try to export the document to pdf my indesign crash whith following message "Adobe inDesign CS6 has stopped working" It happens on some docuemnts but now

  • Kernel crash many times a day

    Hi, I have a iMac 14,2 model which crashes several times every day. Below is last crash report from the machine. Any clue from below what could be causing this? Anonymous UUID: E25BF6EE-F557-7B6E-B2A6-FA2AA0AE3C00 Wed Aug 13 09:18:42 2014 panic(cpu 1

  • Locked thread issue

    We encountered the following locked thread issue. Refer to the thread dump logs. Any idea on the root cause of the issue? It seens to us that it is the weblogic app server codes that are causing the locked threads. Will appreciate any advise. "Execut