No Oracle SSO support for POSTing data to protected resource [yet]

Hi,
I am using OHS infront of JBOSS and redirecting all requests from OHS to JBOSS after SSO Authentication.
Everything works fine except that I get 500 error when I try to post data from HTML form.
When i click on a button on a JSP page that submits page with the Form Post, the request goes to the OHS and is not getting forwarded.
OHS log shows the following
127.0.0.1 - - [11/Sep/2007:08:57:23 -0400] "POST /Sample/protected/standard.do HTTP/1.1" 500 788
Proxy_error.log shows the followin error
[Tue Sep 11 08:57:23 2007] [error] [client 127.0.0.1] [ecid: 1189515443:10.6.2.137:268:5568:74,0] \n[OSSO] E09: No Oracle SSO support for POSTing data to protected resource [yet].\n
Any idea?
Thanks
Srikar.

This error does no occur in our dev or test environments, only production. A workaround for us was to disable SSO by commenting the line to load it in the file $ORACLE_HOME/Apache/Apache/conf/httpd.conf. The line to comment out looks like: include "/u01/app/oracle/product/mid/Apache/Apache/conf/mod_osso.conf" where the /u01/app... above is the expansion of $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf.
We do not use SSO for our application, so this is not a problem. I next plan to try to figure out why this behaves like this, so I can keep all the server configurations consistent.
HTH,
Mark

Similar Messages

  • Oracle adf  supported for json applications

    Hi can u any one help to me
    Oracle adf supported for json

    Hi,
    create a Jersey client and generate a JavaBean data control. This is how you get JSON clients integrated assuming the JSON client is a REST service.
    Frank

  • How to get current date for posting date

    hi,
    how to get current date for posting date ? any sample code ?
    Thanks

    Hi......
    Use
    Select getdate()
    for current date.......
    Regards,
    Rahul

  • MATERIAL DOCUMENTS FOR POSTING DATE TCODE ?

    HI ALL,
    CAN SOMEBODY GIVE ME THE MATERIAL
    DOCUMENTS FOR POSTING DATE TRANSACTION CODE.
    THANKS,
    KSR

    Hi all,
    For dispaly of Material Document we have Transaction Code : MB03,
    this with the Document No & Year,
    like wise for dispaly of Material Document for a date range i want to know the Tranasction Code.
    Thanks

  • When did Oracle drop support for this?

    Hi
    I have the 9.2.0.2 Windows installation of Oracle on a test PC here. On 9.2.0.2, the CREATE TABLESPACE statement fails when specifying the TEMPORARY clause. Instead I have to use CREATE TEMPORARY TABLESPACE. The difference of course is that the latter creates a locally managed temp ts while the former creates dictionary managed temp ts.
    Does anyone know the exact version at which Oracle stopped support for CREATE TABLESPACE ... TEMPORARY - i.e. dictionary managed temporary tablespaces?
    Thanks
    Martin

    Fredrik is correct. My system tablespace is locally managed. I tried his proposed tablespace creation and it did fail "ORA-12913: Cannot create dictionary managed tablespace". So there is the answer.
    Thanks to both of you for the help.
    Martin.

  • Oracle XE support for XMLA

    I am about to use Oracle XE as a relational database for Mondrian OLAP Server and JPivot as a front end. I managed to install the schema and samples, and everything works fine except XMLA query. I would appreciate if one gets me an insight in Oracle XE support for XMLA.

    I donot have a direct answer. However, I have not seen any discussion of intrinsic support for the "XML for Analysis" web service related to any Oracle database edition. Remember that XE does not support any Enterprise Edition-only features, nor any features from STandard Edition that require Java in the database.
    Have you tried the configuration against Oracle Database Enterprise or Standard Edition? If so, how successful were you?
    And - you mention that everything works fine except ... perhaps you could expand on the results of the except. IOS - What is going wrong, or what error message are you receiving.

  • Oracle 9iAS Support for WebUtil

    Oracle 9iAS Support for WebUtil
    With the official release of WebUtil soon approaching on 10g will this mean that WebUtil will be supported on a 9i achitecture as well?
    I have successfully installed the beta version of webutil in a development environment and have been very impressed by its ease of use and functionality. However my bosses are concerened about deploying a beta release on our live 9iAS R2 setup until it is confirmed that Support will be available.
    When will WebUtil be officialy released on 10g?
    Will Oracle offer support for those using WebUtil on 9i?
    Many thanks

    Tim,
    I'd like to give Grant the final word on this because he is more involved, but to my understanding and current information, WebUtil will be supported with Oracle Application Server 10g only.
    Forms 9i and Forms 10g are not that different in that there is no real migration work needed. For this reason we plan to support Forms10g and Application Server 10g.
    The release of WebUtil - again Grant will know better - should be anytime now.
    Frank

  • Does SSO2 provide SSO Support for SAP BOBI 4.x Applications?

    I could not find any referrence in SAP BI BI 4.x documentation for SSO where this SSO2 would be mentioned!
    - Wobi

    Hi,
    Does SSO2 provide SSO Support for SAP BOBI 4.x Applications?
    BOBJ == SAP BusinessObjects Business Intelligence platform?
    SSO2 == SAP Single Sign-On?
    If yes, BusinessObjects Business Intelligence platform delivers historically its own basis SSO based on Kerberos (but only for applications running on BOBJ platform). I recommend to use it if it fits to your requirements. If not, you can configure "Trusted Authentication". In this case BOBJ trusts the authentication of the web applications server. Here you can use SAP Single Sign-On with SAML or certificates.
    Regards
    Matthias

  • OWB Support for Change Data Capture

    Hi All,
    Has anyone got OWB working with the Change Data Capture feature in the Oracle 9i database? I understand that CDC works by publishing changes through an advanced queue, which in theory OWB 9.0.4 upwards can have as a data source, but there doesn't appear to be any explicit support within the GUI for capturing CDC changes.
    I'm also working on the assumption that we're talking about Synchronous CDC as found in 9i. 10g comes with Asynchronous CDC which I guess presents a different interface to the receiving program.
    So - is there any support for 9i Change Data Capture in OWB, and has anyone got this to work in practice?
    thanks
    Mark

    Mark,
    There is currently no explicit support for the 9i CDC. You can use Advanced Queues to propagate the changes, but you will have to custom-build the capture infrastructure on the source side (set up the CDC, enqueue the changes in the appropriate form into the AQ etc.)
    OWB will explicitly support CDC (10g async, which is the least invasinve method) in our next major release currently scheduled to be release in November of this year.
    Regards:
    Igor

  • Oracle.DataAccess support for DBProviderFactory

    I have a .NET solution that requires connection to several different database backends. We are abstracting our database code to use the DBProviderFactory, which allows us to change providers without having to write specific code to each of the .NET providers. Code for SQLClient would work the same as OLEDB or Microsoft native Oracle Driver.
    I want to be able to use the new Oracle.DataAccess component in the ODP but it does not seem to comply to the System.Data.Common.DBProviderFactory interfaces.
    I have not seen any reference to this from Oracle they are stating that the ODP provider is compliant.
    How can I use the Oracle.DataAccess objects through the DBProviderFactory?

    Hi,
    Support for ADO.NET 2.0 will be in beta in the next couple weeks, and is due out sometime in May.
    Cheers,
    Greg

  • Oracle 10g support for EM64T and Windows 64-bit

    Is there support for this configuration either in a patch release for 10g or is it planned for the near future?

    Hi,
    Oracle 10gR1 is certified for Tru64 UNIX 5.1b.
    Certification of Oracle 10gR2 for Tru64 UNIX 5.1b.is planned for 1st quarter 2006.
    If it does not support directly, is there a patch available etc..No idea, perhaps can you create an iTAR to post the question.
    But if you read the metalink note 283751.1 Pre-Install checks for 10gR1 RDBMS (10.1.x) - Tru64 Platforms, you can see that no workaround provide...
    Nicolas.
    Message was edited by:
    N. Gasparotto
    Adding metalink note reference.

  • QA11 for posting date

    Hi all ,
    System allowing to post document having "Posting Date" greater than "System Date" in QA11.
    Any BADI is avialable to restrict the same.
    Please help

    As I know there is no customer exit or BADI to control the posting date field(RQEVA-BUDAT) at UD transaction.
    Using a field exit is only way for your requirement.
    But SAP does not support the field exit functionality anymore through CMOD from version 4.6C.
    Therefore you have to use report RSMODPRF or develop a function like as 'FIELD_EXIT_***'.
    Regards
    Luke

  • Support for xs:date types in web services generated from EJB components

    I need to generate a Web Service from an EJB session bean based upon EJB entities generated from the Oracle 11g database that contain DATE type columns.
    JDeveloper creates java.sql.Timestamp types in the EJB Session bean and this results in an exception error when I try to generate a web service from this bean via webservice annotations:
    java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.sql.Timestamp does not have a no-arg default constructor
    I expected the web service wizard to generate argument types xs:dateTime or xs:date so this was an unwelcomed surprise.
    I tried manually adding a method to the session bean with java.util.date arguments and had no problems with the web service wizard that correctly created xs:dateTime arguments. Is there any particular reason why the EJB wizard does not generate java.util.date arguments or handle java.sql.Timestamp without failing with an exception?
    Since I begin with database tables and generate EJB entity classes and then web services with the Jdeveloper wizards it seems to me that there is a problem here in JDeveloper. Would you agree?
    There are several possible more or less appealing workarounds, such as doing manually adding methods to the EJB facade with java.util.date arguments and doing the conversion from/to java.sql.timestamp manually. Is this a reasonable approach or does JDeveloper support date/time for Date columns in some other way that I have missed?
    Very Grateful for any comments or suggestions.
    Edited by: user10601664 on May 2, 2009 1:14 PM
    Edited by: user10601664 on May 2, 2009 1:43 PM

    Checkout this example:
    http://www.manojc.com/?sample3
    public class HelloWorldService{
    * @wlws:exclude
    public void dontExpose(){
    Regards,
    -manoj
    http://manojc.com
    "Jacob Anderson" <[email protected]> wrote in message
    news:4036581e$[email protected]..
    >
    hello,
    I created the descriptor file for a web service that had a protectedmethod in
    it and noticed the protected method showed up in the descriptor file!Should
    the "source2wsdd" task only output PUBLIC methods as service actions? Isthere
    any way to specify methods to be 'ignored' when generating the webservices descriptor
    file?
    here was the generated descriptor XML:
    <web-service name="BindingService"
    protocol="https"
    style="document"
    targetNamespace="http://www.foo.com/ws/BindingService/"
    portName="BindingServicePort"
    uri="/BindingService"
    portTypeName="BindingServicePort">
    <types>
    </types>
    <wsdd:type-mappingxmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsdd="http://www.bea.com/servers/wls70">
    <wsdd:type-mapping-entrydeserializer="weblogic.xml.schema.binding.internal.builtin.DocumentCodec"
    type="xsd:anyType"
    class-name="org.w3c.dom.Document"
    serializer="weblogic.xml.schema.binding.internal.builtin.DocumentCodec">
    </wsdd:type-mapping-entry>
    </wsdd:type-mapping>
    <components>
    <java-class name="BindingService"
    class-name="com.arrow.ws.vendor.BindingService">
    </java-class>
    </components>
    <operations>
    <operation name="getConfigName"
    component="BindingService"
    method="getConfigName()">
    <params>
    <return-param xmlns:typeNS="http://www.w3.org/2001/XMLSchema"
    location="body"
    type="typeNS:string"
    name="result"
    class-name="java.lang.String">
    </return-param>
    </params>
    </operation>
    </operations>
    </web-service>

  • Details on data types for posting data to DB2 on AS400 from XI

    Hi
       We have a scenario in which we post data from XI (3.0, SP23 ) to DB2 on AS400 and we are using jdbc adapters ( jdbc drivers from IBM deployed on XI J2EE server as per SAP's instructions )
    On AS400-DB2, there are two files F1 and F2  that we have to update in a particular library L1 - on a server S1.  Each of the two files has a single field with the same name as that of the file.
    I have the following questions :
    1. How do we construct/specify the data type in order to convert XML from XI to the sql that DB2 needs - I do understand there is a standard data type structure used to convert XML to sql calls when we use JDBC receiver adapter type communication channel. Do we use the same for posting XML data from XI to DB2 too ? 
    2. What is the url for the jdbc driver - to connect to DB2 on AS400 ?
    Please share experiences of XI -- > posting to DB2 using JDBC.

    Used standard xml -->SQL constructs

  • Oracle 11g Support For WLS 10 and WLS 9.2

    Hi,
    Does anyone know where I can find out definatively when Weblogic 10 and 9.2 will officially support Oracle 11g ?
    Any official BEA sources here.
    Cheers
    Simon

    There is only one real answer here: test it and test it thoroughly. Asking this question here is pointless, you cannot trust anyone here to give you advice you can rely on. Whatever is said, you have to validate the claims anyway.
    Or did you think that Oracle employees were going to answer your question? If so, you are sadly mistaken. Oracle charges money for giving technical support.

Maybe you are looking for

  • How do I disable iMessage on my MacBook pro?

    I have purchased a MacBook Pro for Christmas and whilst viewing different applications I couldn't close the message application unless I typed in my Apple id password. Now, I am recieving iMessages at not only my iPhone and iPod but my mac too. How c

  • Apps password unknown

    While running fndcpass to change passwords for a new clone, the apps password somehow was set to an unknown value. I know the old apps password, but am not able to successfully connect to the database with it. (I can connect with that password to the

  • IPhoto deleted all my content!!

    I was browsing through my videos and iPhoto randomly stopped saying it needed to rebuild my library because of inconsistencies. I said "ok" because I didn't really have a choice. It froze while "rebuilding," shut down and when I opened it all 350 vid

  • Where to find javax.xml.bind and javax.jdo

    One of my application require import javax.xml.bind and javax.jdo packages. I could not find them. Someone can help to let me know where to download them or they come with some other toll\packages? Thanks John

  • All music Erased?!

    IPOD 80G, Itunes 7.0 on WinXP. Set to manual update and have been adding songs for 2 months without issue. Added 3 new cds when the copy process was copleted I got an error message stating something to the effect of "cannot update, file not found" at