The URL /access/oblix/apps/webgate/bin/webgate.so is reserved for use by Or

Hi,
I am integrating OAM10g with Oracle E-Business Suite 11i(11.5.10.2). I have the following components/versions installed.
OID 10.1.4.3
Oracle Access Manager 10g (10.1.4.3)
Oracle HTTP Server 11g
Weblogic 10.1.4.3
OAM WebGate 10g(10.1.4.3)
Everything looks fine and I am getting the login page when I hit 'http://hostname:port/fndauth/OAMLogin.jsp" but it gives http 500 error when I give username/password and click on the login button. I see the following error in ohs.log.
[2012-12-26T12:07:36.3007-05:00] [OHS] [ERROR:32] [OHS-9999] [apache2entry_web_gate.cpp] [host_id: dm1dszap02] [host_addr: 172.18.68.198] [tid: 2918448032] [user: appoimd] [ecid: 004oSHrYwUXEOPKMyUnZ6G0006mB0001eo] [rid: 0] [VirtualHost: main] The URL /access/oblix/apps/webgate/bin/webgate.so is reserved for use by Oracle Access Manager and has been used with incorrect parameters., referer: http://dm1dszap02.corp.nyx.com:7778/ebsauth_nfind4/OAMLogin.jsp
[2012-12-26T12:07:36.3009-05:00] [OHS] [ERROR:32] [OHS-9999] [odl_log.c] [host_id: dm1dszap02] [host_addr: 172.18.68.198] [tid: 2918448032] [user: appoimd] [ecid: 004oSHrYwUXEOPKMyUnZ6G0006mB0001eo] [rid: 0] [VirtualHost: main] Request Failed for : /access/oblix/apps/webgate/bin/webgate.so, Resp Code : [500], referer: http://dm1dszap02.corp.nyx.com:7778/ebsauth_nfind4/OAMLogin.jsp
Any help on this would be highly appreciated.
Thanks,
Imtiaz

thanks,
the login post goes to /access/sso, but now i am getting 404 error /access/sso
Below is what I currently have the following in httpd.conf, which is the same as in a working environment.
The web gate policy resources include /portal and /public, but no mention of /access. How does web gate know how to intercept /access/sso?
[2010-01-28T10:50:42.9609+11:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: p1uawbs02] [host_addr: 10.252.16.223] [tid: 18] [user: oracle] [ecid: 0000Pa_5qz3BP9s5Gj0Fyf0001rV00009_] [rid: 0] [VirtualHost: main] File does not exist: /u01/app/oracle/product/11.1.1/ohs1/instances/instance2/config/OHS/ohs1/htdocs/access
#*** BEGIN WebGate Specific ****
LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libgcc_s.so.1"
LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libstdc++.so.5"
LoadModule obWebgateModule "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/apps/webgate/bin/webgate.so"
WebGateInstalldir "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access"
WebGateMode PEER
<Location /access/oblix/apps/webgate/bin/webgate.cgi>
SetHandler obwebgateerr
</Location>
<Location "/oberr.cgi">
SetHandler obwebgateerr
</Location>
<LocationMatch "/*">
AuthType Oblix
require valid-user
</LocationMatch>
#*******Default Login page alias***
Alias /oamsso "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oamsso"
<LocationMatch "/oamsso/*">
Satisfy any
</LocationMatch>
#*** END WebGate Specific ****

Similar Messages

  • WebGate Error Report - The URL /access/sso is reserved for use by Oracle...

    We are getting a 500 error on the web gates when logging in.
    They have been working before, but are now reporting the error below.
    2010/01/27@07:09:25.632239 18521 33 WEB ERROR 0x0000151F /export/build40/Oblix/coreid1014/palantir/commonlib/src/apache2_req_info.cpp:170 "WebGate Error Report" Message^The URL /access/sso is reserved for use by Oracle Access Manager and has been used with incorrect parameters. ReqReq^POST /access/sso HTTP/1.1 ReqProto^HTTP/1.1 ReqHost^p1uawbsv1.portal.internal ReqStatLine^ ReqStatus^200 ReqRawUri^/access/sso ReqUri^/access/sso ReqFilename^/u01/app/oracle/product/11.1.1/ohs1/instances/instance1/config/OHS/ohs1/htdocs/access ReqPath^/sso ReqArgs^
    The configuration uses form based login
    Details for Authentication Scheme
    Level           1
    Challenge Method           Form
    Challenge Parameter           
    creds:userid password
    form:/oamsso/login.html
    action:/access/sso
    passthrough:no
    SSL Required           No
    Challenge Redirect           
    Enabled           Yes

    thanks,
    the login post goes to /access/sso, but now i am getting 404 error /access/sso
    Below is what I currently have the following in httpd.conf, which is the same as in a working environment.
    The web gate policy resources include /portal and /public, but no mention of /access. How does web gate know how to intercept /access/sso?
    [2010-01-28T10:50:42.9609+11:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: p1uawbs02] [host_addr: 10.252.16.223] [tid: 18] [user: oracle] [ecid: 0000Pa_5qz3BP9s5Gj0Fyf0001rV00009_] [rid: 0] [VirtualHost: main] File does not exist: /u01/app/oracle/product/11.1.1/ohs1/instances/instance2/config/OHS/ohs1/htdocs/access
    #*** BEGIN WebGate Specific ****
    LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libgcc_s.so.1"
    LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libstdc++.so.5"
    LoadModule obWebgateModule "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/apps/webgate/bin/webgate.so"
    WebGateInstalldir "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access"
    WebGateMode PEER
    <Location /access/oblix/apps/webgate/bin/webgate.cgi>
    SetHandler obwebgateerr
    </Location>
    <Location "/oberr.cgi">
    SetHandler obwebgateerr
    </Location>
    <LocationMatch "/*">
    AuthType Oblix
    require valid-user
    </LocationMatch>
    #*******Default Login page alias***
    Alias /oamsso "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oamsso"
    <LocationMatch "/oamsso/*">
    Satisfy any
    </LocationMatch>
    #*** END WebGate Specific ****

  • "URL Access Scripting.app"

    In Lion (10.7) "URL Access Scripting.app" seems to be missing from /System/Library/ScriptingAdditions I tried to copy it from an older OSX and the apple script errors.
    Any idea?

    one I adopted/use for home automation to speak the weather forcast
    -- myCode is Weather.com code for your location.
    -- define the URL for the weather report
    set myURL to "http://www.weather.com/outlook/travel/businesstraveler/narrative/" & myCode
    -- get the report
    tell application "URL Access Scripting"
              set my_output_file to "private:var:tmp:" & "SpokenWeather.out"
      download myURL to my_output_file replacing yes
    end tell

  • I tried to update the App that I purchased but the message told me that my Apple account is not valid for use outside of US and I must switch back to US store to able to do it. How can I switch the account from foreign countries back to US?

    I tried to update the App that I purchased but the message told me that my Apple account is not valid for use outside of US and I must switch back to US store to able to do it. How can I switch the account from foreign countries back to US?

    On your phone (from http://support.apple.com/kb/ht1311):
    Change your iTunes Store country
    Sign in to the account for the iTunes Store region you'd like to use. Tap Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region.
    Follow the onscreen process to change your region, agree to the terms and conditions for the region if necessary, and then change your billing information.

  • What's the best way to save an 8.5 x 11 image for use as a page background in a PDF?

    What's the best way to save an 8.5 x 11 image for use as a page background in a PDF? My goal is to have a relatively small final .pdf file size that includes numerous pages with full 8.5 x 11 images as backgrounds in the document. If I save at 8.5 x 11 and 72dpi (example), the image is not 8.5 x 11, and the quality is not good enough. I need help with size, dpi, and file format to save as before I place it in InDesign and then save as a .pdf.
    Thanks,
    Jim

    Do exactly what I said then.  Create the InDesign document of the required dimension, and chose whether it will be high quality print, or Interactive PDF.  It really doesn't mater what format you bring the image into that document.  It can be JPG, PNG, but I usually use native Photoshop PSD.  The image does have to be of high enough resolution, but it can be many times bigger than iis required for the final export.  (InDesign does not import the image, but rather references it on your hard drive.)
    When you have placed your text and finished your page, then export it to PDF, but go through the tabs chosing suitable settings.  If the image needs to be downsized, InDesign will do that at this stage while building the PDF.
    If you can tell us how this presentation will be made (Projector, overhead projector, printed page etc. or just emailed to the end users) we can help you more with the final output settings. 

  • How to solve this error 'This package is using an app name that hasn't been reserved for this app: "Matest"

    i already reserved app name as Ma_Test. But only one error showing "This package is using an app name that hasn't been reserved for this app: "Matest". how to solve?

    Hello,
    You need to make sure both names match exactly

  • Can I send iTunes gift to a recipient email address which is non apple account email (I.e. Comcast or Gmail) as long as the person has an apple account and device to redeem it for use.

    Can I send iTunes gift to a recipient email address which is non apple account email (I.e. Comcast or Gmail) as long as the person has an apple account and device to redeem it for use.

    Yes - gifts are sent to an email address not to the iTunes account, the email has a redemption code in it which the recipient then redeems. The recipient needs to be in the same country as yourself, he/she won't be able to redeem it if their account is in a different country's store.
    Redeeming a gift : Redeeming iTunes Gift Cards and content codes - Apple Support

  • I own and work on two Mac computers.. a MacBook Pro and an iMac. Am I required to "purchase" the one-time in-App purchase of $4.99 TWICE, one for each computer..??

    I own and work on two Mac computers.. a MacBook Pro (dual core, 3.06GHz, 8 GBs RAM) and an iMac ((dual core, 3.06GHz, 4 GBs RAM). Am I required to "purchase" the Garageband one-time in-App purchase of $4.99 TWICE, one for each computer..??

    The answer to your question is not about the GarageBand content but the concept of downloading any apps (or in-apps purchases) from the app store. The Key is your Apple ID.
    Whenever you download an app (it doesn't matter if you pay for the app or if it is free) you have to to be logged in to the App Store with a valid Apple ID. That becomes your "Online License". Whenever you are logged in to the App Store with that Apple ID you will see your Purchase History, what apps you downloaded and also what apps have updates available. As you see, this procedure is independent from your actual computer. The App Store is only interested in your Apple ID for verification.
    To download an app or content on a different computer, just make sure you are logged in to the App Store with the same Apple ID you did for the initial purchase.
    The button will now display (instead of Free or the price tag) "Install" because the App Store knows that you purchased the item before (with that Apple ID) and that you computer you are on at the moment oesn't have th app installed. Just click the "Install" button to download the app.
    Here is how the Button looks like depending on the condition.
    The same principle applies to in-app purchases. With GarageBand, when you try to restore Purchases, make sure you are logged in in the Apple Store with the Apple ID you made the original purchase.
    One more thing: You don't need to be logged in to actually run an app, only for online activities (downloads, updates)
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • How do I copy the URL of a PDF file that I have opened in FireFox using FoxIt Reader add-on?

    This does NOT seem to be a FoxIt question because, when I use FoxIt 5.0 as my PDF reader in Internet Explorer 8, I do not have this problem. I have encountered the problem only when using FoxIt 5.0 as my PDF reader in FireFox 4.0. The problem is quite annoying. I NEED to capture the URLs of the PDFs I view and I prefer to use FireFox as my browser. The problem exists because no destination field is displayed when FoxIt opens in FireFox. A destination field IS displayed when FoxIt opens in IE.

    Another option for sending large files is to use :
    http://www.filedropper.com/
    You upload the files to the website and it creates
    a URL that you can copy and paste into an email
    which you send to the recipient and they use the
    generated link to get the file.

  • HT204053 Please help me to delete my friend account get the Magicjack on my iphone . Now i want get it for use this program myself. How to do now?

    Please help me to delete my friend account :, getting in the Magicjack on my iphone last year. Now he go away and the date on Magicjack is expiried. I need  delete it for create my own account: on Magicjack. But I don"t know his password. How to do now? Please help me.
    Best regards.
    <Email Edited by Host>

    Welcome to the Apple community Dieumai.
    If you mean that Find My Phone is asking for a password to a different Apple ID to your current Apple ID.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7, or if you restore from a previous back up made before you changed your details.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID using your current password, you don’t need access to this address if it’s previously been used with your Apple ID, once you have saved these details enter the password as requested on your device and then turn off "find my phone" and delete the account from your device.
    You should then change your Apple ID back to its current state, save it once again and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    This article provides more information about Activation Lock.

  • HT204266 My new iPad, when I try to get something from the Apple Store it tells me that My account isnot vlaid for use inthe U.S.store.  And to switch to the Australian store before purchasing, how do I do this?

    My new iPad, when I try to get something from the Apple Store it tells me that My account i snot vlaid for use in the U.S.store.  And to switch to the Australian store before purchasing, how do I do this?  I am in Australia?

    There are instructions on this page for creating an account without a credit card : http://support.apple.com/kb/HT2534
    You can download a copy of the iPad manual from here : http://support.apple.com/manuals/ipad/

  • App showing under Settings but no icon for use.

    I downloaded Documents HD lite. I couldn't find it anywhere. At first it wouldn't let me download it from ipad, the 'free' button was grey'd out, so I downloaded it within itunes on my pc. Then I synced it with the ipad, but it didn't show up. Then I was looking in settings for 'hidden' stuff and it's in settings under apps. I don't know what to do so that I can use this app. Thanks?

    HI and welcome to Apple Discussions...
    When I tried downloading this app from iTunes, it asks if you are 17 or over. Did you see that?
    When you select to download an app, in the iTunes window, make sure the *Sync Apps* box is selected and you must click the "Apply" button bottom right in that window.
    Carolyn

  • Pass the value of the current case in a case structure to a global variable for use in VIs.

    I have built a large queued state machine (>100 cases).  In each state, I run a VI that I have created.  These VIs are usually not very different from one another.  In many cases, I could simply use the same VI over and over again.  There is only one problem with that.  None of these VIs know which case to send the program to next.  I have to change the value of the "NEXT_CASE" constants in the VI and save it under a new name to be inserted into each new case.  Now my program consists of hundreds of VIs whose only difference is the value of their "NEXT_CASE" constants.  This causes all kind of headaches when I have to insert new cases into the state machine, and it is just too much for me to deal with.
    I need to be able to use a global variable to keep track of the current case within my VIs.  I could change it from a string to a number and add or subtract from it to determine which case the program should go to next.  Since I'm usually only skipping from one case to the next (or the previous) I could use the exact same VI in most cases.  Can anyone tell me how to create a global variable that contains the value of the case in my case structure that I could use within my VIs to keep track of the current case?  Let me know if you have any questions.

    Instead of defining the next state inside the subvi, why not do it in the main vi inside each state case?  An output from the subvi could be used with a case structure to determine the next state.  Sort of like, if the subvi returns 0 then next state is State3, else if the subvi returns 1 then next state is State4.
    Message Edited by tbob on 08-19-2005 03:15 PM
    - tbob
    Inventor of the WORM Global
    Attachments:
    NextState.PNG ‏5 KB

  • Lego mindstorms: Is it possible to change the fixed user interface size of 1024 x 800 to smaller for use with netbooks?

    I teach at a school that is using netbooks next
    year - the screen size is 1024 x 576 for one model and 1024 x 600 for another model and color quality is 32 bit.  To
    our dismay, when we loaded Lego Mindstorms software to test it, we
    discovered that the user interface is fixed at 1024 x 800, which means
    the control panel at the bottom of the screen is inaccessible on the
    netbooks.  Is there a way to change the  interface size so that we can
    use the software on netbooks?  This is a serious issue for us!  Thanks
    for any help.
    I posted this question in the LabView for Lego Enthusiasts forum, but noticed that nothing new has been posted by the moderator since 2007.  That's why I posted it in an active forum.  Thanks.
    Message Edited by mwert on 03-27-2009 11:33 AM
    Melissa J. Wert
    Technology Integration Specialist
    Harpeth Hall School
    Solved!
    Go to Solution.

    Hi All,
    To echo Dennis Knight and as a FYI for others I refer everyone to KnowledgeBase 44DF7BQ0 How Does National Instruments Support The LEGO® MINDSTORMS® NXT Software And ... 
    Joshua B.
    National Instruments
    NI Services
    NI Support Resources
    NI Training Resources

  • Linking a document library to a Sharepoint/Access 2013 App

    I am not a developer but I am playing with building an app within SharePoint 2013.  I am an office 365 subscriber.  I am attempting to build an app that would act as a simplified CRM for SharePoint.  I would like to add attachments like emails
    and pdfs to the records I create and it appears the attachment feature is not available within the app environment.  I also can't figure out how to link a document library and it's records to an app as I thought this might be a work around.  So here
    are my two questions:
    Is there a way to add attachments directly into a sharepoint/access web app within sharepoint?
    If not is there a way to connect a document library to the sharepoint access web app as a work around?
    If you have any other ideas they would be greatly appreciated.  Thanks in advance.
    Ben

    I know this is a year late, but for anyone still searching for this, I found a solution that works well for me:
    1. Create the table in the Access Web App that you wish to attach files to.
    2. Use Sharepoint Business Connectivity Services to read the data in the background database for your Access Web App.
    3. Create a document library in Sharepoint, adding an external data column type, using the content type you created in Business Connectivity Services.
    You can now specify an access web app table row from within your document library in sharepoint.
    4. In Access, link a table to the sharepoint document library.  
    5. Edit the default created datasheet from your linked table, to include the fields you wish to display.  Include the field that is used for your field name in the document library - it has a hyperlink included in it.
    6. In the view form for your original table (step 1), add a subview, specifying the datasheet from step 5 and linking by the field id that should now be shared between your original table and the linked sharepoint document library.
    You can now see the files attached to the table item, including a hyperlink in the file field.
    7. Add a hyperlink to your view form to the upload.aspx in the document library.
    8. For added ease, you can pass the row id of your original table to the external content id of the document library within the url.  This takes added javascript work on editform, but it makes it so that the user does not need to select the external
    data.  You can even hide the field if you wish, but I kept it visible so that I can edit within the library.
    A true step by step would take a lot more time.  If you're familiar with these subparts, this should make sense to you.  I hope.

Maybe you are looking for

  • How can I get my old iTunes back?

    I recently updated to iTunes 12 only to find that all of the time I had spent getting it organized like I wanted was overwritten. Now I can't find things. How do I get iTunes back to how I had it organized before?

  • Windows 8 and 8.1 keep deactivating and reactivating themselves.

    I have two windows 8 systems. One is windows 8 and the other is windows 8.1. Both are in older computers that had brand new drives installed and a fresh copy of windows installed on each. They have not been upgraded from windows 7 but they had window

  • Post-processing request failed one or more post processing action failed .

    Beginning post-processing of request 3064071 on node SURYA at 03-NOV-2008 17:07:20. Post-processing of request 3064071 failed at 03-NOV-2008 17:07:21 with the error message: One or more post-processing actions failed. Consult the OPP service log for

  • JDK 1.6.0_21 plugin ?

    well....not working...from jdk-6u21-linux-i586.bin libjavaplugin_oji.so conflicts with libnpjp2.so so I left links to libjavaplugin_oji.so into /usr/lib/iceweasel/plugins and put links to libnpjp2.so into /usr/lib/mozilla/plugins and /usr/lib/firefox

  • Oracle ODBC Driver for Rdb 2.10.11.00 on  Windows 2008 64-bit

    Hello, Our application runs on Windows 2000 Professional SP4 and connects to RDB databases on Alpha Open/VMS via Oracle ODBC Driver fro Rdb release 2.10.11.00. We are migrating to Windows Server 2008 64-bit environment. We tested both recent Rdb ODBC