I m getting error to access apex plz help

hi anyone ,
help me
my error log is..
[Wed Aug 01 15:57:10 2007] [notice] FastCGI: process manager initialized
[Wed Aug 01 15:57:15 2007] [error] [client 192.168.0.27] [ecid: 1185964034:192.168.0.27:1040:484:1,0] mod_plsql: /pls/apex/apex HTTP-404
apex: PROCEDURE DOESN'T EXIST
[Wed Aug 01 15:57:22 2007] [error] [client 192.168.0.27] [ecid: 1185964042:192.168.0.27:1040:484:2,0] mod_plsql: /pls/apex/apex HTTP-404
apex: PROCEDURE DOESN'T EXIST
entry in .dads file
<Location /pls/apex>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlDatabaseConnectString narendra:1521:sipl
PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername APEX_PUBLIC_USER
PlsqlDefaultPage apex
PlsqlDatabasePassword siplapex
Allow from all
</Location>
and i getting this error on page
The requested URL /pls/apex/apex was not found on this server.

Hi
at last i getting this ,bcoz of this have any problem
...create null.sql
timing for: Grants
Elapsed: 00:00:00.02
VI. I N S T A L L F L O W S
define "^" (hex 5e)
...design time flows
APPLICATION 4411 - APEX - System Messages
Set Credentials...
begin
ERROR at line 1:
ORA-04063: package body "FLOWS_030000.WWV_FLOW_API" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 4
Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Pr
oduction
With the Partitioning, OLAP and Data Mining options
F:\apex>

Similar Messages

  • I'm trying to open a PDF file but keep getting error message "Access denied."  Help.

    Every time I try to open a PDF attached to an email I get the error message "Access denied."  How do I fix this?

    Actually my son directed me to a help site run by a guy named Brian Stevenson.  Here is what I did --
    1.  Launch Adobe Acrobat Reader XI
    2. Go to Edit>Preferences
    3.  Click on Security (Enhanced)
    4. Uncheck "Enable Protected Mode at startup"
    5. Click Yes when dialog box open to remind closing of application
    6. Click OK to save
    7. Exit Adobe Reader
    Worked like a charm!!

  • Hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out.

    hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out. i do have the internet on but it keeps giving me the same problems .. thanks..

    Hi Young Prada,
    If you are having issues connecting to the iTunes Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

  • TS3694 Hi, I have a trouble to restore my iphone 3 series but I  always get a error that is 1015. plz help to restore it. thanks

    Hi, I have a trouble to restore my iphone 3 series but I  always get a error that is 1015. plz help to restore it. thanks

    Error 1015 means either you're trying to restore to an earlier iOS version, which is not supported, or you previously hacked the phone - jailbroken or iOS downgrade.  In the later case, you can no longer restore or update.

  • HT201413 cannot reinstall itunes, i get this message MSVCR80.dll not found.  Try to reinstall itunes and i get error 7 (Windows erro 126)  help please

    cannot reinstall itunes, i get this message MSVCR80.dll not found.  Try to reinstall itunes and i get error 7 (Windows erro 126)  help please

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Getting error-"Process Access denied" while invoking Process as web service

    Hi,
    I have a very simple Business Process, just to take some input & give some String as output. I published this BP as web service on Oracle BPM - Process Administrator. I got its WSDL also. I can invoke startSession operation. But when I invoke the operation that is exposed by BP as web service, I am getting an error - "Process Access denied".
    Please help to solve the issue, as I need it urgently.
    Thanks,
    Sujata

    Hi Ariel,
    Thanks for reply and sorry for delay on updating status. Actually our process server was having a problem, so I could not check the same in last 4 days. Now coming to the point....
    I changed Process web service by changing authentication type as "Usernname token profile". I have not checked "Required HTTP Basic Authentication". As you said, WSDL got changed, it has removed startSession(). But when I invoke my actual operation, I am supposed to send authentication data (user name & password) in header.
    I tried to send correct authentication info in header. But still I am getting an exception.
    soapenv:Server.generalException - WSDoAllReceiver: Request does not contain required Security header
    I feel header might be going wrong. I have taken header format from web service guide. I am attaching the entire request message taht I am sending, please tell me where I am going wrong...
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sim="http://bea.com/albpm/Sample/SimpProc">
    <soapenv:Header>
    <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wsswssecurity-secext-1.0.xsd">
    <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsu:Created> 2010-06-01T19:23:29.774Z </wsu:Created>
    <wsu:Expires> 2010-07-02T15:02:29.774Z </wsu:Expires>
    </wsu:Timestamp>
    <wsse:UsernameToken>
    <wsse:Username>bpr_user</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wssusername-token-profile-1.0#PasswordText">bpruser12</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soapenv:Header>
    <soapenv:Body>
    <sim:sayHello>
    <argInput>ss</argInput>
    </sim:sayHello>
    </soapenv:Body>
    </soapenv:Envelope>
    I cehcked with & without wsu:Timestamp. But same.....
    Please give your suggestion.
    Thanks
    Sujata

  • Getting Error while accessing the data using odata service

    Hi All,
    Iam new to SAP FIORI. 
    Iam getting the below error while accessing the data using odata service.
    "Failed to load resource: the server responded with a status of 404 (Not found)"
    "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin "
    i have tried all the solutions like changing the url pattern "proxy/htttp".
    and disabled - security in chrome (Chrome is Updated version).
    i tried with IE still got the same problem.
    And installed all the required software in eclipse
    While installing GWPA plugin i got the following error.
    let me know if any one have idea.
    Thanks in advance.

    > Do you want to add and/or update the data in the already existing tables or do you want to replace the content completely?
    >
    > so in that way :
    > bot the options are fine what ever take less time.
    Sorry mate, but YOU have to know what you want here.
    I gave you an easy to follow set of steps.
    As you don't seam to mind the outcome, just might just use them...
    > I wanted to know weathe i can use the  loadercli for thie export import or not? if yes then is there any new steps to do before i do the export import?
    We had this discussion before...
    >
    > For that the easiest option would be just to drop the tables of SAPR3 and run the import again.
    >
    > For ease of use you could also just do:
    > - logon as superdba
    > - drop user SAPR3
    > - create user SAPR3 password SOMEPW not exclusive dba
    >
    > After these steps you can easily pump the data into the database again.
    >
    > So here in th above given steps , i am creating a new SAPR3 user and why it is not exclusive dba ?
    >  i already have that user SAPR3 can i use the same.
    Yes, you do have the SAPR3 user.
    But you don't seem to like to read documentation or learn about how the tools work or anything like that.
    Therefore I gave you s simple way to reach your goal.
    Of course it's possible to reuse the user.
    But then you would have to deal with already existing tables, already existing data etc.
    You don't seem to be able to do that. So, the easy steps might be better suited for your needs.
    regards,
    Lars

  • I am getting "Error in accessing iTunes store. Please try again later." Error 0x80092013. I have just downloaded and installed current version of iTunes, and have the 2013 Norton IS. My proxy server is letting me got to iTunes, but cannot login.

    I have a proxy server and the server is allowing me to go to iTunes. But I get a message "Error in accessing iTunes store. Please try again later." Error code ox80092013. I cannot find that code in the troubleshooting section. I have just installed a new PC HP5750, with Norton IS 2013. I installed the current version of iTunes directly from the iTunes site. My proxy server is American Family Online web browsing filter. I contacted them and they said there should not be a problem with their server. I have had an account previously, but has been inactive for several months. I even tried to create a new account, but still got the same error code.
    Someone please help with this. I have accompaniment tracks on iTunes that I need for music ministry.

    Hi Lcoffin8,
    Thanks for visiting Apple Support Communities.
    See this article for additional information and steps that can help:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    Jeremy

  • Getting error in Access Manager

    Hi All,
    We have 2 Access Manager Box in prod. We have intalled Access manager component on both box and its working fine. At the time of installation I forgot to configure the Basic over LDAP authentication, so I have reconfigure the Basic Over LDAP authentication. Its configured successfully. After some days we are getting error when trying to access the Access server or identity Server URL.
    Getting error in browser:
    Oracle Access Manager Operation Error
    The WebGate plug-in is unable to contact any Access Servers.
    Contact your website administrator to remedy this problem.
    Getting this error when I start the opmnctl:
    2009/11/16@11:08:20.035828 23919 16384 ACCESS_GATE FATAL 0x00001520 /usr/abuild/Oblix/coreid/palantir/webgate2/src/apacheentry_web_gate.cpp:416 "Exception thrown during WebGate initializationError^The AccessGate is unable to contact any Access Servers
    Getting error in OHS log file:
    [Mon Nov 16 17:15:50 2009] [error] [client 127.0.0.1] [ecid: 1258371950:10.200.37.77:24296:0:23,0] The WebGate plug-in is unable to contact any Access Servers.
    [Mon Nov 16 17:16:10 2009] [error] [client 127.0.0.1] [ecid: 1258371970:10.200.37.77:23932:0:21,0] The WebGate plug-in is unable to contact any Access Servers.
    [Mon Nov 16 17:16:30 2009] [error] [client 127.0.0.1] [ecid: 1258371990:10.200.37.77:23921:0:22,0] The WebGate plug-in is unable to contact any Access Servers
    Getting error in WebGate Log file:
    2009/11/16@11:08:20.035828 23919 16384 ACCESS_GATE FATAL 0x00001520 /usr/abuild/Oblix/coreid/palantir/webgate2/src/apacheentry_web_gate.cpp:416 "Exception thrown during WebGate initializationError
    2009/11/16@11:08:20.035828 23919 16384 ACCESS_GATE FATAL 0x00001520 /usr/abuild/Oblix/coreid/palantir/webgate2/src/apacheentry_web_gate.cpp:416"The AccessGate is unable to contact any Access Servers."
    This error we got first in node1, after some days we got the same error in node2.
    Please help me on this, its very urgent.

    Hi Colin,
    No network, DB is up and able to connect. Till friday I am able to start the OID. Now gettinf this error. Also when I try to start the dcm-daemon component getting error
    dcm-daemon~dcm-daemon~dcm~1:
    09/11/23 18:36:46 Start process
    ADMN-202046
    The OracleAS Repository API threw an exception when obtaining the connect string to the Metadata Repository
    Resolution:
    Check the exception thrown by the Repository API for resolution information.
    Some common causes of this problem are as follows:
    OID is not running or unavailable
    the ias.properties file is misconfigured with incorrect OID connection information
    OID permissions are incorrectly defined
    Base Exception:
    oracle.ias.repository.schema.SchemaException
    Unable to establish connection to the Oracle Internet Directory Server ldap://pidmim1a-ar.idm.co.in:389/. Base Exception : javax.naming.CommunicationException: pidmim1a-ar.idm.co.in:389 [Root exception is java.net.ConnectException: Connection refused]
    Not sure what went wrong. Is there any way to solve this issue or we need to install OAM from sratch.
    Edited by: user10632964 on Nov 23, 2009 10:03 PM

  • Getting error 127 8080 apex wwv flow

    hello,
    I am getting error while loading data using APEX Admin option of load data.
    It was working fine earlier when i was using Oracle 10g XE. Recently i have updated it by APEX 3.2.
    After that i am unable to load any file using load option.
    It si going to the following link after choosing the file and submit
    http://127.0.0.1:8080/apex/wwv_flow.accept
    and getting "127 8080 apex wwv flow" in google search field on the page.
    Please kindly help to solve this.
    Thanks & Regards
    Sanjay

    Loanshark, this forum is for Oracle Portal caching questions, try posting your question in the APEX forum.
    Cheers,
    Mick.

  • When editing DHCP Scope in IPAM, get "Error: 5 - Access is denied"

    Hello all!
    I have a pair of Server 2012 DHCP servers configured for Failover.  I also have a Server 2012 IPAM server that manages the first server in that pair, but not the second one.  The reason is that I have the DHCP Failover Auto Config Sync tool running
    on the first server and it can only be installed on one server of a Failover pair.
    So, my diagram would look something like this:
    IPAM --manages--> DHCP 1 <--Failover/Auto Sync--> DHCP 2
    So, here is my problem.  I can make a change to a DHCP Scope directly on DHCP 1 and it is instantaneously replicated to DHCP 2.  That is no problem.
    But, when I try to edit the same Scope through IPAM, it fails and returns the following error: (Error:5 - Access is denied.)
    Any help would be greatly appreciated.
    Thanks!

    Hi,
    One of our service engineers here was able to reproduce the problem by removing the
    IPAM computer account from the IPAMUG security group in Active Directory.
    Interestingly, doing this does not change the status of the server from green to red in terms of manageability.
    Can you please check and see if this is the problem?
    Thanks,
    -Greg
    P.S. If this is not the problem, please answer a few more questions:
    Is the IPAM and DHCP server joined to the same domain?
    Are they multihomed servers or have only one NIC?
    Are you using the same user account on IPAM and DHCP server?
    Note: I tried reproducing this and when the IPAM server is removed from the IPAMUG group it does cause Error 5 - Access is denied, however I was able to get the status to turn red after doing this. I think it is critical that an Active Directory update
    occur, so you should try running gpupdate /force on your DC, DHCP server, and IPAM server.

  • Reading Mount Information getting Error 5 Access is Denied

    Dear SAPgurus,
    I am trying to install SAP ECC 5 IDES version from windows server 2003 OS, the central instance installation is giving error "Access is Denied" While reading mount information for C:\.
    While my windows server 2003 is installed on drive D. I am having windows Vista on Drive C:\ which is preloaded while buying laptop.
    I am logged in as Built-In Administrator user id.
    The message in the log looks like this:
    Trace
    reading mount information for 'C:/
    Error 2007-11-06
    FSL-06002 Error 5 (Access is denied) in execution of a 'FindFirstVolumeMountPoint' function, line (439), with parameter (
    ?\Volume(e0eeecd3-8a43-11dc-bda5-806e6f6e6963)\)
    Error
    MOS-01235 Module function getInfo of module CIA0smount failed.

    I have the same problem.
    I bought my machine with Vista preloaded. I installed Windows 2003 on it. - using a fresh 2003 Enterprise Server Windows 2003 disk.
    Now, While installing the SAP R/3 4.7x, I am getting the same error. Do you all think that I should add the permissions to SAP id's and then try. I am doing all the work as the system administrator. I also gave full permissions to all the drives. But one thing I did not do is to create partitions.
    I have C: Drive and H Drive.
    I installed my Windows 2003 on H drive and I now want to install SAP on the C drive. Would that be a problem.
    Here are my details:
    Machine: 2003 Enterprise
    RAM: 5 GB ( Yes, It is 5 )
    Hard Drive: SATA RAID Intel
    Partitions: C: ( 220GB) and H: 10GB
    Database: Oracle 9.2.1 with patches
    SAP: 4.7x
    I keep getting the Access denied error all the time.
    Please help.
    SAPuser.

  • Cube to Cube "Error in data Selection" plz help

    Hi this is Ajay Reddy
    when am sending data from Cube to Cube am getting an error
    "Error in data Selection" plz help

    Hi,
    It needs a Note implementaion. I got similar problem in version BIW 7 and SP 11. We got the solution with on of the note . I am not able to recollect the note number.
    Any way check the notes 920971,155471 may help you or not.
    With rgds,
    Anil Kumar Sharma .P

  • Stock Application giving Error... Plz Help me

    Hello,
    i have installed J2SE V1.4.2_08 SDK and J2MW WIRELESS TOOLKIT 2.3 BETA, When i build Demos aaplication, in that i have selected Stock application, Whenever i have tried to add company's stock symbol. it ask me About Airtime. when i chooses Yes then it gives me following error msg...
    java.lang.StringIndexOutofBoundException
    String index out of range - 112.
    i hv stuck to this problem from past 2 months... plz send me solution to this..
    thanking you
    Dnyanesh Kulkarni

    Hi,
    I also made entry in form_path and i am creating new form using template.fmb in oracle 10g. Just i opened that template.fmb and changing the name to xxx.fmb and i am compiling and running that xxx.fmb. While i am running getting error.
    Error message is :
    FRM-40735:ON-ERROR trigger raised unhandled exception ORA-06508 Looks like the entry in FORMS_PATH is not correct/complete.
    Note: 797293.1 - Oracle Application Return The following Error FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=797293.1
    Regards,
    Hussein

  • Server Activity Error....plz help me

    hi....
    when i printing reports then some time during printing of reports there is some problem that it will hang the whole application ..and on the left upper corner of the application meesage("Server Activity ") occurs and i have to prees ctr+alt+del to close the whole application and the i again open that application..when this occure frequentlly then it become a headchae...
    Froms And Reports(6i) and platform is window 2000 professional...and call_code is made throuh the parameter form...
    plz help me how to handle it
    thanks....

    Hi,
    I also made entry in form_path and i am creating new form using template.fmb in oracle 10g. Just i opened that template.fmb and changing the name to xxx.fmb and i am compiling and running that xxx.fmb. While i am running getting error.
    Error message is :
    FRM-40735:ON-ERROR trigger raised unhandled exception ORA-06508 Looks like the entry in FORMS_PATH is not correct/complete.
    Note: 797293.1 - Oracle Application Return The following Error FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=797293.1
    Regards,
    Hussein

Maybe you are looking for