Ideas for flights partner application problem

Hi!
We got problem with trying to configure flights demo partner
application.
URL: http://orawat5/servlet/flights/
Error code below:
An error has occured in this Application
oracle.security.sso.enabler.SSOEnablerException:
oracle.security.sso.enabler.SSOEnablerException:
java.sql.SQLException: ORA-06550: line 1, column 13: PLS-00201:
identifier 'WWSEC_SSO_ENABLER_PRIVATE.GENERATE_REDIRECT' must be
declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored
at
oracle.portal.devguide.partner.application.PartnerSSOEnabler.getS
SOUserInfo(PartnerSSOEnabler.java:215) at
oracle.portal.devguide.partner.application.FlightDispatch.process
(FlightDispatch.java, Compiled Code) at
oracle.portal.devguide.partner.application.PartnerServlet.doGet
(PartnerServlet.java:48) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:499) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at
org.apache.jserv.JServConnection.processRequest
(JServConnection.java:402) at
org.apache.jserv.JServConnection.run(JServConnection.java:260)
at java.lang.Thread.run(Thread.java:479)
What do you think about what is problem?
(maybe this java ...PartnerSSOEnabler.getSSOUserInfo calls some
pl/sql code)
Regards,
Olli-Pekka

Can you please provide me following information so that I can understand the environment clearly?
1. Login Server version
2. SSO SDK version (e.g. ssosdk307_011223.zip) etc
3. Database version for Login Server and SSO SDK partner application
4. Where did you get the original JPDK zip file and version number?

Similar Messages

  • Using SSO for 2 partner application that different domainname

    Dear expert,
    I have to implement the Oracle SSO with 2 existing Web Application that separate domainname (eg. domainA.com and domainB.com). I have read from OTN the SSO using HTTP Cookie for partner applications but the standard cookie can not be accessed from different domainname.
    Please, Who can help me on this case?
    Thanks in advance,
    Kotaro

    Reading and googling through much unclear RMAN content I came to the conclusion that it simply is not possible to use RMAN to copy SCHEMA_A from INSTANCE_A in MACHINE_A into INSTANCE_B without blowing away SCHEMA_B in INSTANCE_B on MACHINE_B.
    So, I need to use RMAN to set up INSTANCE_A_COPY on MACHINE_B. Then I can have both INSTANCE_B and INSTANCE_A_COPY on MACHINE_B. If MACHINE_A should fail then I can switch over to MACHINE_A_COPY and run both instances, no problem.
    Question: I would like to save time and disk space by not copying a 1TB reference tablespace/schema into INSTANCE_A_COPY. When I run INSTANCE_A_COPY it will need to join to the read-only reference tablespace/schema in INSTANCE_B. What will be the performance of a “distributed join” on tables across two instances in the same machine?

  • What kind of licensing is required for using Adobe Flex Builder IDE for building Flex Applications?

    I am looking for an IDE to build Flex Applications. Can you suggest what IDE to be used for this and what are the licensing I should procure for the same? What kind of support will be available with that license?

    Thanks Empardopo.  Do you have any suggestions? What kind of problems do you see with this tool. Also does Flash Builder 4.7 supports Flex SDK 3.5?

  • SSO userid for a partner application

    Hi,
    We have one application deployed on WebLogic Application Server this is registred as Partner application over SSO server.
    On application side we have installed Oracle HTTP Server as webserver and configured mod_osso.
    Now when user attempt to access any secured page SSO askes for the authentication. And on successful login user landed back to application page configured while creating Partner application.
    After login we need userid of user who logged in on sso server. I have tried following and getting null.
    Remote User: <%=request.getRemoteUser() %>,
         Proxy-Remote-User: <%=request.getHeader("Proxy-Remote-User") %>
         Osso-User-Dn: <%=request.getHeader("Osso-User-Dn") %>
         Osso-User-Guid: <%=request.getHeader("Osso-User-Guid") %>
         Osso-Subscriber: <%=request.getHeader("Osso-Subscriber") %>
         Osso-Subscriber-Dn: <%=request.getHeader("Osso-Subscriber-Dn") %>
         Osso-Subscriber-Guid: <%=request.getHeader("Osso-Subscriber-Guid") %>
         Accept-Language: <%=request.getHeader("Accept-Language") %>
    output:
    Remote User: null,
    Proxy-Remote-User: null
    Osso-User-Dn: null
    Osso-User-Guid: null
    Osso-Subscriber: null
    Osso-Subscriber-Dn: null
    Osso-Subscriber-Guid: null
    Accept-Language: en-us,en;q=0.5
    Is any one there knows, what exactly i should do?
    Thanks & Regards,
    Kevin Chheda

    So the user has successfully authenticated and can access protected areas of the application?
    Have you tried using Http headers to see values/attribute names?
    Can you try this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <body>
    <%@ page import = "java.util.*" %>
    <h1>Headers received:</h1>
    Remote user header is: <% out.println(request.getRemoteUser()); %>
    <p>
    <table>
    <%
    Enumeration headerNames = request.getHeaderNames();
    while(headerNames.hasMoreElements()) {
    String headerName = (String)headerNames.nextElement();
    out.println("<tr><td>" + headerName);
    out.println(" <td>" + request.getHeader(headerName));
    %>
    </table>
    </body></html>

  • Graduation project: ideas for a web application

    Hello,
    I apologize for posting this topic in here but I just need ideas from more experienced developers, we are a group of 5 students in computer science department and we are required to make a graduation project for a 1 year perioed, we have an average experience in J2EE, JSP, struts and JSF and J2SE and we are required to make the project as a web application but we just couldn't find any new or interesting ideas all the web application are either blogs, emai/webmai, Content Management systems, Customer relationship management, ... but we are looking for a new ideas, we've been googling for more than a month now and we've already checked alot of posts in this forum for ideas. we just want to know what services people need from the internet that could be made as a web application. Thank you very much

    Rather than looking for a cool "theme" can you give some ideas of what you need to showcase in this application?
    Is it just a basic web application - ie slap a few data entry screens together into a screenflow, and do some calculations at the end
    Do you need to demonstrate knowledge of the technologies you mentioned (J2EE, JSP, struts, JSF...)
    Do you need to push the limits of the web interface?
    Do you need to "break new ground"
    Ajax is a useful thing to investigate and push the boundaries with.
    Or take a web application and make it multi platform - ie access it with a browser, via a mobile phone - see what you need to do to accomplish that.
    The only other idea would be to do some sort of game/simulation.
    Multi user obviously.
    eg a stockmarket sim, where you can log on to buy/sell shares. You also hook up your app to some XML feeds where it picks up the daily changes so you don't have to enter them manually.
    Will demonstrate both user interface, and back end functionality.
    Good luck,
    evnafets

  • Best Available IDE for JSF based applications

    I m working on JEE project. Now i am supposed to implement my web modules in JSF, so i just want to ask, What is best IDE available for JSF to use?
    I have used JBuilder (It Lacks Design View for GUI).
    I also have used NetBeans (same problem).
    and at last,
    Sun Creator 2 does not support JBOSS.
    So please help me out in this regard, so that i could start with optimal IDE for JSF based development.
    Thanks in advance. [asif]
    (I wish microsoft to make an IDE for JEE.)

    have a look at myEclipse.
    btw, there are several threads about this concern. use search.

  • Which is the best and user freindly IDE for developing  J2EE applications ?

    Please advice me if there is any good IDE for developing all kind of Java applications.
    I m confused about which IDE to use.
    I have Searched on Net also. and most of the answers i found was for JBuilder and JBoss.
    But cant confirm until u guys suggest me.
    Because i think this is the best place to ask questions about java.
    Please advice

    i would prefer Eclipse rather than JBuilder.

  • Any ideas for this Swing application

    i was asked to make a desktop application that takes use-cases as an input and the output should be a generated use-case diagram. the problem is that iam confused how to generate the use-case diagram using swing and awt. so if u have any ideas, it would be appreciated.
    thanks in advance.

    from the google images of what a "use case diagram" is,
    this looks like a perfect job for NetBeans' Visual Library: [http://graph.netbeans.org/|http://graph.netbeans.org/]
    this is a great video on the topic: [netbeans rcp video|http://www.parleys.com/display/PARLEYS/blueMarine?showComments=true]

  • Ideas for a mobile application

    Hello,
    I must write a mobile application in Java for my thesis. But i dont have really good ideas what i should write. First i tought to write an email application but this exists already.
    Anyone some advice, please ?
    Kind regards,
    Koen

    how about a pc-emulator so you can develop
    java apps on your phone?
    or perhaps on infra-red ones, an app to control
    your tv / radio
    =

  • Ideas for deploying Java Applications to the Web?

    I am developing a java application which will be distributed via cd and the Web. My first idea was to create the application for cd, then modify it with applets to be deployed on the web. Does anyone else have any better suggestions?

    link to Java Web Start:
    http://java.sun.com/products/javawebstart/index.html
    tobias

  • Safari for Windows - Downloading application problems

    Hi
    Everytime I try to download Safari for Windows all I get is a small file of 4k, called SafariSetup.exe.
    Seems to be an incomplete download.Tried on my MacBook and my PC same result. Is there a problem with the download? Tried in safari mac, opera, firefox and google chrome.

    Everytime I try to download Safari for Windows all I get is a small file of 4k, called SafariSetup.exe.
    That's the right filename, but certainly the wrong file size for a Safari Installer.
    How are you connecting to the internet with the MacBook and the PC, Mark?
    For example, my Lenovo T61 is connecting wirelessly to a LinkSys WRT54G wireless router that is plugged into a Motorola SB5100 Surfboard cable modem.
    What sort of setup do you have?

  • Any Ideas For Flash Player Install problems?

    I cannot get adobe Flash player to install on My MBP running Snow Leopard. It Starts to install but hesitates at from 80% to 95% then finishes but does not work. Help!!

    Have you tried downloading it directly from Adobe and installing it? http://get.adobe.com/flashplayer/
    Try and see if it will install. If not, reply back.
    Clinton

  • Fail to integrate the 'Flights' sample partner application

    Hi, I have been following the pdk document with path below trying to integrate the 'Flights' partner application:
    Local_Disk\pdk\pdk\jpdk\v2\doc\partnerApp\integrating.partner.v2.html
    However, my integration is not successful. In fact, I found step 2 very confusing. My questions are:
    1) As I know, there is user interface provided for step 2, why bother listing such a command line?
    2) Would you please advice me for detailed configuration parameters for step 2 (UI is more preferred) given that my local OC4J, which have the 'flight' application installed and run, is a separate machine from the application server (including the web server and portal server) and infrasture server.
    3) I encounter 'Unauthenticated user' error when I examine my local application.log if i run the flight application portlet. Would it be a hint to solve my situation?
    Background info:
    1) My application is deployed in my local OC4J which is installed from the JDeveloper (9.0.2)
    2) The portal server and my local OC4J (as mentioned in point 1) are in separate machine and ip.
    3)portal version (9.0.2 version 4); pdk Dec version.
    Thanks for any help and replies.

    REPOST ...

  • SSO java sample application problem

    Hi all,
    I am trying to run the SSO java sample application, but am experiencing a problem:
    When I request the papp.jsp page I end up in an infinte loop, caught between papp.jsp and ssosignon.jsp.
    An earlier thread in this forum discussed the same problem, guessing that the cookie handling was the problem. This thread recommended a particlar servlet , ShowCookie, for inspecting the cookies for the current session.
    I have installed this cookie on the server, but don't see anything but one cookie, JSESSIONID.
    At present I am running the jsp sample app on a Tomcat server, while Oracle 9iAS with sso and portal is running on another machine on the LAN.
    The configuration of the SSO sample application is as follows:
    Cut from SSOEnablerJspBean.java:
    // Listener token for this partner application name
    private static String m_listenerToken = "wmli007251:8080";
    // Partner application session cookie name
    private static String m_cookieName = "SSO_PAPP_JSP_ID";
    // Partner application session domain
    private static String m_cookieDomain = "wmli007251:8080/";
    // Partner application session path scope
    private static String m_cookiePath = "/";
    // Host name of the database
    private static String m_dbHostName = "wmsi001370";
    // Port for database
    private static String m_dbPort = "1521";
    // Sehema name
    private static String m_dbSchemaName = "testpartnerapp";
    // Schema password
    private static String m_dbSchemaPasswd = "testpartnerapp";
    // Database SID name
    private static String m_dbSID = "IASDB.WMDATA.DK";
    // Requested URL (User requested page)
    private static String m_requestUrl = "http://wmli007251:8080/testsso/papp.jsp";
    // Cancel URL(Home page for this application which don't require authentication)
    private static String m_cancelUrl = "http://wmli007251:8080/testsso/fejl.html";
    Values specified in the Oracle Portal partner app administration page:
         ID: 1326
         Token: O87JOE971326
         Encryption key: 67854625C8B9BE96
         Logon-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
         single signoff-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_logout
         Name: testsso
         Start-URL: http://wmli007251:8080/testsso/
         Succes-URL: http://wmli007251:8080/testsso/ssosignon.jsp
         Log off-URL: http://wmli007251:8080/testsso/papplogoff.jsp
    Finally I have specified the cookie version to be v1.0 when running the regapp.sql script. Other parameters for this script are copied from the values specified above.
    Unfortunately the discussion in the earlier thread did not go any further but to recognize the cookieproblem, so I am now looking for help to move further on from here.
    Any ideas will be greatly appreciated!
    /Mads

    Pierre - When you work on the sample application, you should test the pages in a separate browser instance. Don't use the Run Page links from the Builder. The sample app has a different authentication scheme from that used in the development environment so it'll work better for you to use a separate development browser from the application testing browser. In the testing browser, to request the page you just modified, login to the application, then change the page ID in the URL. Then put some navigation controls into the application so you can run your page more easily by clicking links from other pages.
    Scott

  • Partner Application Registration

    When using the Administer Partner Applications page, it appears the application is not being registered completely. The information does not appear in the WWSEC_ENABLER_CONFIG_INFO$ table, as has been suggested in prior posts (everything is fine in WWSSO_PAPP_CONFIGURATION_INFO$).
    I am attempting to deploy the SSO SDK demo PL/SQL application, which works fine when logged into Portal. However, when not logged into Portal, I receive the following errors:
    "Error in application: missing application registration information
    Please register this application as described in installation guide"
    This error is driven by the PL/SQL exception:
    "wwsec_sso_enabler_private.enabler_config_not_found"
    What am I missing? I have created several Partner applications, and none of them appear in the WWSEC_ENABLER_CONFIG_INFO$ table. I have sucessfully loaded the SSOHash into my partner schemas.
    Environment:
    Win2000
    Portal 3.0.7
    Thanks in advance...
    Dean

    Paul,
    Thanks for the info; however, I'm still unable to get the SSO SDK sample, or any partner app, to work.
    I have read the docs, what little there is, and followed the steps closely. Everything executes ok.
    I have several questions:
    1. When executing the REGAPP.SQL script that comes with the SDK, it indicates to login as the partner schema. I have noticed when running this script, the entry is stored in the partner schema table WWSEC_ENABLER_CONFIG_INFO$, not the one owned by Portal. Is this correct?
    2. My partner app is really a PL/SQL Server Page (PSP) application which uses the same server as Portal. When entering the Listener Token name, I have been using the same server name as Portal. Is this a problem? What is this token used for? Must it be unique for each partner application?
    3. In your response you mentioned changes to the REGAPP script. I found no mention of any changes in the docs with SSO SDK. Am I missing something?
    Finally, is there any better documentation for the SDK and/or partner application configuration. The readme and install files do not, in my opinion, pass as documentation.
    Thanks...
    Dean

Maybe you are looking for

  • Secondary Resource in the operation "SETUP" of a PPM

    Hi experts, I need to record directly in APO (SCC03) a PPDS PPM with a secondary resource which should be considered in the setup activity I recorded the following: Operation          Activity          Activity Type          Mode           Resource 0

  • How can I download an older version of Safari (5.0.5 or lower)?

    To run software with an AP French textbook, I have to download an older version of Safari.  5.0.5 is the newest version I could use.  How can I find an appropriate version to download?  This is to use www.successnetplus.com with Allons au dela.

  • Problem Setting Up Z10

    Morning All Apologies if this issue has come up somewhere else, but I had a look and couldn't see that it had. I'm having trouble setting up a Z10 via ActiveSync since we updated to ROM 10.1.0.273.  Was all working fine on 10.0.10 (and we have anothe

  • Single Line Text Control (H&J) Tip & Question

    The attached image is tip for anyone that is looking to constrain InDesign to use the width of a text field (maintaining a single line, good for a variable data field), while allowing characters to smash if they exceed the amount that would normally

  • Authorising a computer that's not on line?

    How can I authorise an ordinary Windows computer to play purchased music, when that computer is not on line? Thanks, BC