Local SWF vs Server Side SWF and PHP

I am having the strangest problem... I have a form in Flash
where I use the sendAndLoad () function to communicate with a PHP
file, that then sends an email with the loaded data. The action
works fine when I run the SWF from my Mac to the server side PHP
file using an absolute address. But it doesn't work when the SWF is
on the server, again running an absolute path to the PHP file.
Has anyone experienced this issue before? Is it a problem
with security?
Thanks,
g

Hi David
If an online converter suits you, try Flabaco - www.flash-banner-converter.com
It converts SWF to Video, generating three formats - MP4, OGG and WebM.
Kayo

Similar Messages

  • Server Side Includes and php

    I have php forms on a site update.  I want to use a server side include to keep the dynamic menu off the template.  The include works on the home page and other .shtm pages, but not on the php.  This can't be impossible.  What's the hint?  I can't (or can I) save the php as .shtm. and the thread will not allow any of the file types to be attached.  Ergo ... the link:http://shrhabitat.org/index09.shtm, the include: http://shrhabitat.org/includes/hfhshrmenu.lbw, the contact form: http://shrhabitat.org/contactus.php
    don Carlos de la Playa

    Alrighty then,  What I did was add both html and php include code to the template.  It seems to work without duplication.  For the experts in the crowd, will this blow up in my face someday?  As near as I can tell, I just need to ensure that any changes are made to both files which, after all, clones of one another.
    Ya'll have a fine Virginia day, now. Y'hear?
    don Carlos de la playa

  • Server Side Trust and Webi Report Scheduling via Portal

    Hello,
    I have opened a similar  thread about Server Side Trust and webintelligence reporting through the portal a few months ago.
    At the time, we had some complaints about users that were getting SSO errors after 8 hours when scheduling WeBi Report through the SAP Portal.
    Basically, the users connect to the Portal and then FROM the Portal, to a BOI view pointing to the Infoview.
    Then, after investigatinon, it was my understanding that the WebI Reports should be scheduled through an Infoview token and not a portal token. In concrete terms Server Side Trust had to be implemented between the SAP BW Backend and the BOE 3.1 Server.
    And after that the users who wanted to schedule WebI reports should connect to the Infoview directly (using their SAP BW credentials) to generate an Infoview Token.
    Scheduling Webi reports from the Portal will not be solved by implementing Server Side Trust, since it is only a matter of time before the  the Portal token expires ( 8 hour by default).
    Now, I have configured the server side Trust between our BOE 3.1 SP2 and our BW 701 system, SNC configuration, PSE generation, exchange of certificats , etc ...
    I did some scheduling tests connecting directly to the BO Infoview and it works.
    But of course, now I am being told by the users that this solution is not acceptable.
    The Portal being the entry point of our Infrastructure, they don't want to connect to the Infoview to schedule their reports.
    So I opened a SAP customer call to try to have an official and clear statement from SAP but I never obtained it.
    I had a look at my SAP BO courses but I am still confused
    For example according to SAP BO100 , server side trust should be implemented when ;
    "BOE client session authenticated using Single sign on using SAP token
    (Enterprise Portal) and SAP reports are being scheduled at a future point in
    time (after token expiry date)."
    Anyone can help me to clear my mind ?
    Thank you
    Best Regards

    Hi,
    first of all lets separate the UI portion from the technical portion.
    on the technical side:
    yes for scheduling the Web Intelligence document you will need Server side trust
    on the UI side:
    - scheduling is part of InfoView
    - scheduling is part of the KM integration with the portal
    if that is not accepted from a UI point of view from the user you can create your own application to schedule documents using the SDK.
    ingo

  • SQLNCLI11 - Recordset with Server Side cursor and Property PreserveOnCommit = TRUE

    I am migrating an OLEDB application from Microsoft Access to SQL.  I am using the SQL Native Client in my connection string
    "Provider=SQLNCLI11;Server=%s;Database=%s;Trusted_Connection=yes;"
    The application uses the following call to open a table in the database
    m_pRecordset->Open((LPCTSTR)m_strQuery, _variant_t((IDispatch*)mpdb, TRUE), adCursorType, adLockOptimistic, options);
    where m_strQuery is the table name, adCursorType is adOpenKeyset or adOpenDynamic (I've tried both), options is adCmdTable or adCmdTableDirect (I've tried both)
    mpdb is a _ConnectionPtr.  Cursor location can be either adUseClient or adUseServer.
    If I set Cursor location to adUseClient, the PreserveOnCommit Property of the  Recordset is true; if I set Cursor location to adUseServer the PreserveOnCommit property of the Recordset is false.  I cannot set this property after the recordset
    is open
    Is there a way to Open the recorfdset with a server side cursor and PreserveOnCommit TRUE?
    Howard P. Weiss

    Thanks, Dan, that has been very insightful. We will try to move our legacy VBA data access layer to client-side cursors (first for SQLs with CTEs, then for all SQLs, if everything works out well).
    Regarding deprecation: What is the currently recommended way to access SQL Server from VBA projects? I did a bit of research and it appears that all methods I can think of are deprecated in one way or another:
    DAO with ODBCDirect: Support has been dropped with Access 2007.
    DAO via JET: Using JET SQL syntax instead of T-SQL? Not seriously. Anyway, it's considered obsolete by Microsoft.
    ADO with the SQLOLEDB provider: Deprecated.
    ADO with the SQL Server Native OLEDB provider: Won't be supported after SQL Sever 2012.
    ADO with the Microsoft OLE DB provider for ODBC: Not supported: "SQL Server Native Client is not supported from the Microsoft OLE DB provider for ODBC (MSDASQL)."
    What did I miss?
    Best regards
    Heinzi

  • Server Side Includes and Divs

    I have a template (dwt) for my site with editable regions for
    menus. I want to use Server Side Includes for the menu, as not all
    the pages will have the same menu.
    I have designed the site template (and pages) with css and
    divs. The area for the SSI is a div of size 145x335. The menu which
    I want to put inside this div will be a div based menu. I havent
    had any luck displaying the Div from the SSI yet. I have been
    looking on Google for help, but not much luck. I can get the Div to
    appear but the formatting doesnt show up.
    Im putting the SSI code in where I want it on the page, but
    im not sure exactly which code to get rid of in the shtml file. I
    know I need to remove body, head parts etc
    My site template uses CSS stored on the document, not an
    external css file.
    Any ideas?

    > Im sure Ive not got it right yet!! My head wont work
    lately!
    Yes. It's not working well here, either.
    Create your template with the editable region. In it, have
    links to a) the
    general stylesheet for all the pages, and b) the general
    stylesheet for all
    of the includes (these don't really need to be separate
    files). Spawn a
    child page, drop in the desired include, and save that page
    as
    whocares.shtml.
    That's it....
    The incude files themselves can be names anything you want -
    I like the
    'monkeybutt' extension, e.g.,
    yourinclude.monkeybutt
    The include files can make reference to CSS selectors, but
    cannot have
    embedded CSS rules, or links to external CSS files.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "~Billy~" <[email protected]> wrote in
    message
    news:eq234v$eq6$[email protected]..
    > Ive made myself confused now! I need it spelling out to
    me!
    >
    > Ok, a template file (dwt) with its css as an external
    style sheet.
    >
    > Rest of the sites pages made from the template file.
    >
    > Next, the template has one editable region for a choce
    of 2 div based
    > menus to
    > be placed into. Place either of these div menus into the
    template editable
    > region by creating two seperate SHTML files - one for
    each menu with the
    > body/head removed(and with internal or external css?)
    >
    > Next put the SSI code into the body of the template
    where I want the SSI
    > to
    > appear.
    >
    > Im sure Ive not got it right yet!! My head wont work
    lately!
    >

  • Server side rule and procCall - only in es_mail schema

    I am trying to call procedures in the procCall tag of a server side rule, but I cannot make it work for procedures that are not in the es_mail schema.
    I tried creating synonyms and I am dead sure my grants are correct, but as soon as I add a schema name in front of the call it stops working.
    Is this correct, people of Oracle, and why?
    Wendy

    The IMAP-protocol (I suppose that's the one you use, otherwise server side mail filtering won't be visible in Mail.app) does not have any mechanism to transmit colorization information to the client. You have to set up these manually on each client.

  • Server Side Includes and Javascript

    Can one safely include javascript in a server-side include
    (SSI) file? It seems to work but don't know if it will create
    problems down the line. I am using a roll-over navigation bar
    created and generated in Fireworks. It seems to defeat the purpose
    of using SSI if you can't include the javascript since if there was
    a change at some point to the navigation bar you would have to
    change the javascript that went with it. And it is nice to keep all
    that extra coding out of every file on the site. IS there an
    official word on this or some process in creating a SSI file that
    could prevent any problems?
    You can see the file I created using this at
    http://www.hopkinsandporter.com/test.shtml

    > Can one safely include javascript in a server-side
    include (SSI) file?
    Yes, but it makes your parent page's derived code messy.
    > I am using a
    > roll-over navigation bar created and generated in
    Fireworks.
    This is a big mistake for so many reasons.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "TSemmes" <[email protected]> wrote in
    message
    news:e52id2$pt1$[email protected]..
    > Can one safely include javascript in a server-side
    include (SSI) file? It
    > seems
    > to work but don't know if it will create problems down
    the line. I am
    > using a
    > roll-over navigation bar created and generated in
    Fireworks. It seems to
    > defeat the purpose of using SSI if you can't include the
    javascript since
    > if
    > there was a change at some point to the navigation bar
    you would have to
    > change
    > the javascript that went with it. And it is nice to keep
    all that extra
    > coding
    > out of every file on the site. IS there an official word
    on this or some
    > process in creating a SSI file that could prevent any
    problems?
    >
    > You can see the file I created using this at <a
    target=_blank
    > class=ftalternatingbarlinklarge
    > href="
    http://www.hopkinsandporter.com/test.shtml">http://www.hopkinsandporter.co
    > m/test.shtml</a>
    >

  • Server side SWF to video conversion

    I am trying to develop a tool where:
    I have few pre-defined SWF templates, with empty containers.
    A user can come online and select few photos to upload.
    After uploading the photos, the photos are added dynamically to an SWF template.
    I want that this swf with dynamic content gets converted to a video file, say FLV format, so that I can stream it as a video with user added content.
    Any idea how this can be done?

    I can only think as far as dmennenoh.
    I believe if you find a way to do that - you will be a multimillionaire ;-) Media companies are struggling to accomplish just that... I am serious. Just finished one of interactive videos projects.

  • Does apex support any server side JSP or PHP?

    I have the folowing script that is used to save flash files as images. I am hoping there is some way to make these serverside calls from within apex.
    <%@ page import="java.io.OutputStream"%>
    <%@ page import="java.awt.Color"%>
    <%@ page import="java.awt.Graphics"%>
    <%@ page import="java.awt.image.BufferedImage"%>
    <%@ page import="javax.imageio.ImageIO"%>
    <%
         //Decoded data from charts.
         String data="";
         //Rows of color values.
         String[] rows;
         //Width and height of chart.
         int width=0;
         int height=0;
         //Default background color of the chart
         String bgcolor="";
         Color bgColor;
         //Get the width and height from form
         try{
              width = Integer.parseInt(request.getParameter("width"));
              height = Integer.parseInt(request.getParameter("height"));     
         catch(Exception e){
              //If the width and height have not been given, we cannot create the image.
              out.print("Image width/height not provided.");
              out.close();
         if(width==0 || height==0){
              //If the width and height are less than 1, we cannot create the image.
              out.print("Image width/height not provided.");
              out.close();
         //Get background color from request and set default
         bgcolor =request.getParameter("bgcolor");
         if (bgcolor==null || bgcolor=="" || bgcolor==null){
                   bgcolor = "FFFFFF";
         //Convert background color to color object     
         bgColor = new Color(Integer.parseInt(bgcolor,16));
         //Get image data  from request
         data = request.getParameter("data");
         if(data==null){
              //If image data not provided.
              out.print("Image Data not supplied.");
              out.close();
         try{
              //Parse data
              rows = new String[height+1];
              rows = data.split(";");
              //Bitmap to store the chart.
              //Reference to graphics object - gr
              BufferedImage chart = new BufferedImage(width,height,BufferedImage.TYPE_3BYTE_BGR);
              Graphics gr = chart.createGraphics();
              gr.setColor(bgColor);
              gr.fillRect(0,0,width,height);     
              String c;
              int r;
              int ri = 0;
              for (int i=0; i<rows.length; i++){
                   //Split individual pixels.               
                   String[] pixels = rows.split(",");               
                   //Set horizontal row index to 0
                   ri = 0;
                   for (int j=0; j<pixels.length; j++){                    
                        //Now, if it's not empty, we process it                    
                        //Split the color and repeat factor
                        String[] clrs = pixels[j].split("_");     
                        //Reference to color
                        c = clrs[0];
                        r = Integer.parseInt(clrs[1]);
                        //If color is not empty (i.e. not background pixel)
                        if (c!=null && c.length()>0 && c!=""){          
                             if (c.length()<6){
                                  //If the hexadecimal code is less than 6 characters, pad with 0
                                  StringBuffer str = new StringBuffer(c);
                                  int strLength = str.length();
                                  for ( int p = c.length()+1; p <= 6 ; p ++ ) {
                                            str.insert( 0, "0" );
                                  //Assing the new padded string
                                  c = str.toString();
                             for (int k=1; k<=r; k++){     
                                  //Draw each pixel
                                  gr.setColor(new Color(Integer.parseInt(c,16)));
                                  gr.fillRect(ri, i,1,1);
                                  //Increment horizontal row count
                                  ri++;                              
                        }else{
                             //Just increment horizontal index
                             ri = ri + r;
              //Returns the image
              response.setContentType("image/jpeg");
              response.addHeader("Content-Disposition", "attachment; filename=\"FusionCharts.jpg\"");
              OutputStream os = response.getOutputStream();
              ImageIO.write(chart, "jpeg", os);
              os.close();
         }catch(Exception e){
              //IF the image data is mal-formatted.
              out.print("Image data is not in proper format.");
              out.close();
    %>

    NO, APEX does NOT support running jsp or PHP scripts..
    Thank you,
    Tony Miller
    Webster, TX

  • PLEASE help with server-side form validation using PHP!!!

    I feel like im going round and round in circles with this, after looking into all sorts of server-side advice i've come to the conclusion that i want to validate my form using server-side validation with PHP.
    So my form has several drop down menu's and  textareas  (not all of them need validation). For the part of my form i would like to validate, all i want is the drop downs to have to be changed/selected. So just a simple message like "You must select an option" if customers haven't done so. For the textareas, they just need to be filled out, so a message like "Information required" to come up if customers haven't done so.
    I believe i need to create a PHP page say for example 'error.php' place  the validation code in there and set this part of the the form to -
    <form name="product"form action="error.php" method="post" class="product_form">
    BUT im getting really confused with creating the code for the error.php. Please please can anyone help me with this!!!???
    Here are the drop down menu's i need validation on, error message being "You must select an option",
    "figurine"
    "engraving"
    "font"
    and here are the textareas that need validating, error message "Information required",
    "test"
    "Name"
    "house"
    "line_1"
    "line_2"
    "county"
    "postcode"
    "tel"
    www.milesmemorials.com/product-GK1.html
    I'd really appreciate any help!!!

    Ness_quick wrote:
    Great thats good enough for me. In that case, would you please be able to help me create the javascript for the above validation?? If you could just help me create it for this page i can amend it for all the other pages. I'd really really appreciate it!!!
    Can you follow the below example?? Obviously AFTER validation has been successful you need to collect the information from the form and send it to the recipient email address...that's where you can use php. I'll check back tomorrow and see how you are doing.
    <!DOCTYPE HTML>
    <html><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Form validation</title>
    <!-- VALIDATE ORDER FORM  -->
    <script type="text/javascript">
    <!--
    function RequiredFormFields() {
        // inform customer to provide figurine choice
    var figurine = document.forms.product.figurine.value;
    if (figurine == "-- Select figurine --")
    alert("Please provide figurine choice");
    return false;
    // inform customer to provide engraving choice
    var engraving = document.forms.product.engraving.value;
    if (engraving == "-- Select engraving --")
    alert("Please provide engraving choice");
    return false;
    // inform customer to provide font choice
        var font = document.forms.product.font.value;
    if (font == "-- Select style --")
    alert("Please select font style");
    return false;
    // inform customer to provide their name
    var Name = document.forms.product.Name.value;
    if (Name == null || Name == "")
    alert("Please provide your name");
    return false;
    // inform customer to provide their house number/name
    var house = document.forms.product.house.value;
    if (house == null || house == "")
    alert("Please provide your house number/name");
    return false;
    } // end function
    -->
    </script>
    </head>
    <body>
    <form name="product" form action="processForm.php" method="post" class="product_form" onsubmit="return RequiredFormFields()">
    <p class="product_form_options">Choice of Figurine<br>
    <select name="figurine" class="productButton" id="figurine" onChange="Recalculate()">
    <option selected>-- Select figurine --</option>
    <option value="7031">Tropical Green Granite with bronze sacred heart figurine as pictured(&pound;7031)</option>
    <option value="5216">Tropical Green Granite with bronze effect sacred heart figurine (&pound;5216)</option>
    <option value="5216">Tropical Green Granite with reconstituded figurine MF122(&pound;5216)</option>
    </select>
    </p>
    <p class="product_form_options">Engraved Lettering<br>
    <select name="engraving" class="productButton" id="engraving" onChange="Recalculate()">
            <option selected>-- Select engraving --</option>
            <option value="2.30">Sandblast and enamel painted (&pound;2.30/letter)</option>
            <option value="2.80">Sandblast and guilded (&pound;2.80/letter)</option>
            <option value="2.20">Maintenance free (&pound;2.20/letter)</option>
            <option value="3.73">Traditionally hand cut and enamel painted (&pound;3.73/letter)</option>
            <option value="3.98">Traditionally hand cut and gilded (&pound;3.98/letter)</option>
            <option value="4.34">Raised lead and enamel painted (&pound;4.34/letter)</option>
            <option value="4.59">Raised lead and gilded (&pound;4.59/letter)</option>
          </select>
    </p>
    <p class="product_form_options">Letter/Font Style<br>    
          <select name="font" class="productButton" id="font" >
               <option selected>-- Select style --</option>
               <option value="Maintenance free">Maintenance free </option>
               <option value="White painted block">White painted block</option>
               <option value="White painted roman">White painted roman</option>
               <option value="White painted Script">White painted Script</option>
               <option value="White painted Celtic">White painted Celtic</option>
               <option value="White painted Nova">White painted Nova</option>
               <option value="Sliver painted block">Sliver painted block</option>
               <option value="Sliver painted roman">Sliver painted roman</option>
               <option value="Sliver painted Script">Sliver painted Script</option>
               <option value="Sliver painted Celtic">Sliver painted Celtic</option>
               <option value="Sliver painted Nova">Sliver painted Nova</option>
               <option value="Gold leaf painted block">Gold leaf painted block</option>
               <option value="Gold leaf painted roman">Gold leaf painted roman</option>
               <option value="Gold leaf painted Script">Gold leaf painted Script</option>
               <option value="Gold leaf painted Celtic">Gold leaf painted Celtic</option>
               <option value="Gold leaf painted Nova">Gold leaf painted Nova</option>
               <option value="Gold leaf painted Old English">Gold leaf painted Old English</option>
             </select>
             </p>
             <p>
    <p>Name<br>
    <input name="Name" type="text" id="Name" value="">
    </p>
    <p>House name or number:<br>
    <input name="house" type="text" id="house" size="67">
    </p>
    <p>
    <input name="submit" type="submit" class="place_order" id="submit" value="Place order">
    </p>  
    </form>
    </body>
    </html>

  • OS X Server and PHP

    Hi,
    please help...
    I installed OS X Server on Mavericks and php isn't run... Why? Previously ran...  index.php page reads HTML, but not include php file... "php include".
    Thank You.

    or rather
    namewebsite > index.php it is ok...  http://jaroslavmoric.katze.cz
    namewebsite > folder > index.php it's not read.  http://jaroslavmoric.katze.cz/kontakt/

  • UIX - unable to turn off client and server side field validation

    Hello,
    I've scoured the forums for info on how to turn off client / server side field validation, for the very common case of a Cancel button. Here's the use case:
    User enters a page displaying records of some kind that can be edited, or an option to create a new one. User clicks create, is taken to a new data entry form. Before entering any data, the user decides he isn't interested, and clicks the cancel button.
    The problem I'm having is that I'm getting messages that required fields have no values. I have found several references on this forum that setting the submitButton attribute unvalidated="true" will turn off client side validation. Here's what my submitButton looks like:
    <submitButton text="Cancel" event="success" unvalidated="true"/>
    But I am still getting errors, such as:
    JBO-27014: Attribute ListName in DealerListAppModule.WebDlrListsView1 is required
    Now I have also seen references in the forums to turning off server side validation by overriding the validatModelUpdates method in the DataAction. I have done this too. No luck.
    Any ideas why this isn't working? I have seen other posts in the forums stating that there were improvements in JDev 10.1.2 that caused a create but not insert, where you could just navigate away from the page you were on, without having to worry about rolling back the create of a new record. I am also not seeing this behavior either. I am using 10.1.2, completely updated, but when I execute a create, if I navigate back from the create page to the original one without saving (i had to fool with this to get it to work because of the validation problems above), I am still seeing the blank, created record in my rowset. I originally created my project in 9.0.5.2, but am now using 10.1.2, and having migrated the project.
    So what's the deal? What's the definitive way to turn off both client side and server side validation, and what's the status of this create but not insert functionality?
    Brad

    Haven't worked with this but possibly this method of "deactivation" is not valid in 11gR2? Have you cross checked that with Oracle support?

  • Server Side Install on Solaris

    Hello,
    I have OWB 9.2.0.2 client on WinXP (Design Time Install) and Oracle 9.2.0.2 database on Solaris. I have to install Server Side Components and run Runtime Assistant to create Runtime Repository and Runtime Access User.
    I have downloaded OWB 9.2.0.2.8 for Solaris.
    When I start Universal Installer I get message that I must have different Oracle Home for this installation. If I enter different home on same user, what will happen with old environment home variable ORACLE_HOME? This database is important and I don't know what will happen with environment variables? So, I created another user and new oracle home "oracle9i_owb". When I set environment and start installation \usr\....\Disk1\stage\Components\oracle.swd.oui\2.2.0.14.0\1\DataFiles\Expanded\install\solaris\runInstaller.sh there is a mesasage: %PROD_HOME%\install: does't exist.
    So I created environment variable PROD_HOME that looks on ....\Expanded\ but it doesn't work. (PROD_HOME is inside new ORACLE_HOME due to instructions in guide that came with this installation.)
    What is the problem here?
    Thanx,
    Branimir

    Hello
    Jean-Pierre,
    here is first 50 lines of log file and complete error file (20k limit):
    Environment variables:
         ORACLE_HOME = /htdocs/oracle9i/owb
         PATH = /usr/bin:/etc:/opt/bin:/bin:/usr/ccs/bin:/usr/ucb:/usr/local/bin:/usr6/oracle9i/u01/app/oracle/product/9.2.0.1.0/bin:/usr/dt/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/opt/lib/cobol/bin:/opt/SUNWspro/bin/ada:.
         CLASSPATH =
    Username is: oracle9i
    The installer version is 2.2.0.18.0
    *** Welcome Page***
    Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to true
    Setting value of SHOW_CUSTOM_TREE_PAGE to true
    Setting value of SHOW_SUMMARY_PAGE to true
    Setting value of SHOW_INSTALL_PROGRESS_PAGE to true
    Setting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to true
    Setting value of SHOW_RELEASE_NOTES to true
    Setting value of SHOW_END_SESSION_PAGE to true
    Setting value of SHOW_SPLASH_SCREEN to true
    Setting value of SHOW_WELCOME_PAGE to true
    Setting value of SHOW_ROOTSH_CONFIRMATION to true
    Setting value of SHOW_EXIT_CONFIRMATION to true
    Setting value of NEXT_SESSION to true
    Setting value of NEXT_SESSION_ON_FAIL to true
    Setting value of SHOW_DEINSTALL_CONFIRMATION to true
    Setting value of SHOW_DEINSTALL_PROGRESS to true
    Setting value of INVENTORY_LOCATION to /usr6/oracle9i/u01/app/oracle/oraInventory
    Setting value of UNIX_GROUP_NAME to
    Setting value of UNIX_GROUP_NAME to dba
    Setting value of REGISTRATION_KEYWORD to regKey
    *** Product Registration Page***
    RegistrationKeyword = REGISTRATION_KEYWORD = regKey
    *** UNIX Group Name Page***
    UnixInstallGroup = UNIX_GROUP_NAME = dba
    Initializing inventory setup WCCE
    Doing operation in inventory setup WCCE
    Setting value of CLUSTER_NODES to
    *** Cluster Node Selection Page***
    ClusterNodes = CLUSTER_NODES =
    Setting value of FROM_LOCATION to /usr6/oracle9i/home/install/Disk1/stage/products.jar
    Setting value of ORACLE_HOME to /htdocs/oracle9i/owb
    Setting value of ORACLE_HOME_NAME to Home2
    *** File Locations Page***
    FromLocation = FROM_LOCATION = /usr6/oracle9i/home/install/Disk1/stage/products.jar
    ToLocation = ORACLE_HOME = /htdocs/oracle9i/owb
    ToName = ORACLE_HOME_NAME = Home2
    Initializing installer access setup
    Setting value of ORACLE_HOME to /htdocs/oracle9i/owb
    Setting value of ToplevelComp to oracle.owb.dummy.owbprodtop, 9.2.0.2.8, >0.0.0.0.0, [ 453 ][OH:2]
    Setting value of SELECTED_LANGUAGES to en,
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_owb_runtime_shortcut_ids
    Setting value of PROD_HOME to /htdocs/oracle9i/owb\tsunami
    Calling query areasQueries2.2.0.7.0 getInventoryLocation
    Query returned : /usr6/oracle9i/u01/app/oracle/oraInventory
    Setting value of PROD_HOME to /usr6/oracle9i/u01/app/oracle/oraInventory\..\jre\1.3.1
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.java.ojsp
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_jdbc_oci12
    Setting value of PROD_HOME to /htdocs/oracle9i/owb\tsunami
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_owb_reqdfiles
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_owb_shortcut_ids
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/owb/runtime
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.networking.netclt
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.networking.netmgr
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_networking_netca
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/jpi
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/jewt
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_options_ano_ssl
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/rts
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_options_ano_ssl_owm
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rdbms_xml_xsu
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.java.javavm.javatools
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_javavm_visiorb
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.assistants.acf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_jdbc_oci11
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_j2ee_core
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_sqlj_sqljruntime
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_jdbc_thin11
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_jdbc_thin12
    Setting value of PROD_HOME to /htdocs/oracle9i/owb
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/jdk
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/lib
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracel_rdbms_sqlldr
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.emprod.oemagent.base_oemagent
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/help
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_utilities_util_common
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.rdbms.sqlplus
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/kodiak
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_nlsrtl_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_oracore_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_platform_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_plsql_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_precomp_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_slax_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_ssl_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_agent_rsf_agent_rsf_cmp
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_clntsh_rsf_clntsh_rsf_cmp
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_otrace_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_rdbms_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_ldap_rsf_cmp
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_rdbms_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_dbjava_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.rsf.sqlplus_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_install_instcommon
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.options.ops.opsca
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/help
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/jewt
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/sysman
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/jle
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_sysman_oembase_ela
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/ice
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rsf_net_rsf
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/sysman
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/sysman
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle.xml.parser.java
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/lib
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_rdbms_aqapi
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_prod
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_jdbc_oci_common
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/dcommon
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/dbui
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/ewt
    Setting value of PROD_HOME to /htdocs/oracle9i/owb/oracle_java_jdbc_jdbc_common
    ..........//I put
    Calling query areasQueries2.2.0.7.0 getInventoryLocation
    Query returned : /usr6/oracle9i/u01/app/oracle/oraInventory
    Setting value of PROD_HOME to /usr6/oracle9i/u01/app/oracle/oraInventory\..\jre\1.3.1
    Unable to read /htdocs/oracle9i/owb/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    Doing operation for installer access setup
    *** Available Products Page***
    TopLevelComp = ToplevelComp = oracle.owb.dummy.owbprodtop, 9.2.0.2.8, >0.0.0.0.0, [ 453 ][OH:2]
    Setting value of ToplevelComp to oracle.owb.dummy.owbprodtop, 9.2.0.2.8, >0.0.0.0.0, [ 453 ][OH:2]
    Setting value of DEP_MODE to install_type_3
    Setting value of TLDepModes to install_type_3,
    *** Installation Types Page***
    DepMode = DEP_MODE = install_type_3
    TLDepModes = TLDepModes = install_type_3,
    The selected install type is "OWB Server Side Install"
    Setting value of DEP_MODE to install_type_3
    Install type for "Oracle 9i Warehouse Builder Products 9.2.0.2.8 " is "OWB Server Side Install"
    # Not all the dependencies for the component Oracle 9i Warehouse Builder Products 9.2.0.2.8 are found. Missing Component oracle.java.ojsp 9.0.2.0.0.
    Install type for "Oracle 9i Warehouse Builder Runtime 9.2.0.2.8 " is "Minimum"
    # Not all the dependencies for the component Oracle 9i Warehouse Builder Runtime 9.2.0.2.8 are found. Missing Component oracle.java.ojsp 9.0.2.0.0.
    Install type for "Oracle Net 9.2.0.1.0 " is "Complete"
         Conflict while setting install type of "Assistant Common Files 9.2.0.1.0 " to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Net Manager 9.2.0.1.0 " to "Typical (Typical)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Required Support Files 9.2.0.1.0 " to "Typical (Typical)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Net Configuration Assistant 9.2.0.1.0 " to "Typical (Typical)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    Install type for "Oracle Net Manager 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Net Configuration Assistant 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Property Inspector 4.1.8.0.0 " is "Minimum"
         Conflict while setting install type of "Oracle JFC Extended Windowing Toolkit 4.2.6.0.0 " to "Minimal (Minimum)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    Install type for "Oracle JFC Extended Windowing Toolkit 4.2.6.0.0 " is "Custom"
    Install type for "Secure Socket Layer 9.2.0.1.0 " is "Minimal"
    Install type for "Bali Resource Translation System 2.0.5.0.0 " is "Minimum"
    Install type for "Oracle Wallet Manager 9.2.0.1.0 " is "Minimal"
    Install type for "Oracle XML SQL Utility 9.2.0.1.0 " is "Minimal"
    Install type for "Oracle Java Tools 9.2.0.1.0 " is "Complete"
         Conflict while setting install type of "Visigenics ORB 3.4.0.0.0 " to "Typical (Typical)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    Install type for "Visigenics ORB 3.4.0.0.0 " is "Custom"
    Install type for "Assistant Common Files 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle Help For Java 3.2.13.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Installation Common Files 9.2.0.1.0 " to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "SQLJ Runtime 9.2.0.1.0 " is "Complete"
         Conflict while setting install type of "Oracle JDBC Thin Driver for JDK 1.1 9.2.0.1.0 " to "Typical (Typical)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    Install type for "Oracle JDBC Thin Driver for JDK 1.1 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "JDBC Common Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    Install type for "Oracle JDBC Thin Driver for JDK 1.2 9.2.0.1.0 " is "Minimal"
    Install type for "Oracle9i JDeveloper Common Files 9.0.2.822.0 " is "JDeveloper IDE Only"
    Install type for "Sun JDK 1.3.1.0.2a " is "Complete"
    Install type for "Sun JDK extensions 9.2.0.1.0 " is "Complete"
    Install type for "SQL*Loader 9.2.0.1.0 " is "Minimal"
    Install type for "Oracle Intelligent Agent Base Component Files 9.2.0.1.0 " is "Minimal"
         Conflict while setting install type of "Oracle Net Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Utilities Common Files 9.2.0.1.0 " to "Typical (Typical)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    # Not all the dependencies for the component Oracle Intelligent Agent Base Component Files 9.2.0.1.0 are found. Missing Component oracle.rsf.hybrid 9.2.0.1.0.
    Install type for "Oracle Help For Java 3.2.13.0.0 " is "Custom"
         Conflict while setting install type of "Oracle Extended Windowing Toolkit 3.4.13.0.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Ice Browser 5.06.8.0.0 " to "Custom (Custom)". Install type already set to "Minimum (Minimum)". Seting it to "Custom (Custom)"
    Install type for "Utilities Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Required Support Files 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Oracle9i Globalization Support 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Core Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Platform Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "PL/SQL Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Precompiler Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Parser Generator Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "SSL Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Agent Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Client Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Trace Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "RDBMS Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "LDAP Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "XDK Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "DBJAVA Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "SQL*Plus Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    # Not all the dependencies for the component Required Support Files 9.2.0.1.0 are found. Missing Component oracle.rsf.hybrid 9.2.0.1.0.
    Install type for "Oracle Code Editor 1.2.1.0.0A " is "Custom"
    Install type for "Oracle9i Globalization Support 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Core Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Platform Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "PL/SQL Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Precompiler Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Parser Generator Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "SSL Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Agent Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Client Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Trace Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "RDBMS Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "LDAP Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "XDK Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "DBJAVA Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "SQL*Plus Required Support Files 9.2.0.1.0 " is "Custom"
    Install type for "Installation Common Files 9.2.0.1.0 " is "Custom"
    Install type for "Oracle9i Real Application Clusters Management 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Help For Java 4.1.13.0.0 " is "Custom"
    Install type for "Oracle JFC Extended Windowing Toolkit 4.1.10.0.0 " is "Custom"
    Install type for "Enterprise Login Assistant 9.2.0.1.0 " is "Custom"
    Install type for "Enterprise Manager Minimal Integration 9.2.0.1.0 " is "Custom"
    Install type for "Oracle Ice Browser 5.06.8.0.0 " is "Custom"
    Install type for "Oracle Net Required Support Files 9.2.0.1.0 " is "Custom"
         Conflict while setting install type of "Documentaion Required Support Files 9.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)"
    ERROR FILE:
    java.io.IOException: No such file or directory
    at oracle.sysman.oii.oiix.OiixJarClassLoader.updateEntriesList(OiixJarClassLoader.java:263)
    at oracle.sysman.oii.oiix.OiixJarClassLoader.<init>(OiixJarClassLoader.java:209)
    at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:412)
    at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:431)
    at oracle.sysman.oii.oiix.OiixJarClassLoader.createLoader(OiixJarClassLoader.java:444)
    at oracle.sysman.oii.oiis.OiisLibraryLoader.loadLibrary(OiisLibraryLoader.java:161)
    at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:103)
    at oracle.sysman.oii.oiis.OiisActionLibLoader.<init>(OiisActionLibLoader.java:40)
    at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4639)
    at oracle.sysman.oii.oiic.OiicInstallSession.getActionLibLoader(OiicInstallSession.java:4405)
    at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1046)
    at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)
    at Components.oracle.xml.transx.v9_2_0_1_0.CompActions.doAction(Unknown Source)
    at Components.oracle.xml.transx.v9_2_0_1_0.CompInstallPhase1.doActionP1finalClusterSetup0(Unknown Sourc
    at Components.oracle.xml.transx.v9_2_0_1_0.CompInstallPhase1.stateChangeActions(Unknown Source)
    at Components.oracle.xml.transx.v9_2_0_1_0.CompActions.stateChangeActions(Unknown Source)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:219
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)
    at java.lang.Thread.run(Thread.java:484)
    java.io.IOException: java.io.IOException: No such file or directory
    at oracle.sysman.oii.oiis.OiisLibraryLoader.<init>(OiisLibraryLoader.java:113)
    at oracle.sysman.oii.oiis.OiisActionLibLoader.<init>(OiisActionLibLoader.java:40)
    at oracle.sysman.oii.oiic.OiicInstallSession.getLibLoader(OiicInstallSession.java:4639)
    at oracle.sysman.oii.oiic.OiicInstallSession.getActionLibLoader(OiicInstallSession.java:4405)
    at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1046)
    at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)
    at Components.oracle.xml.transx.v9_2_0_1_0.CompActions.doAction(Unknown Source)
    at Components.oracle.xml.transx.v9_2_0_1_0.CompInstallPhase1.doActionP1finalClusterSetup0(Unknown Sourc
    at Components.oracle.xml.transx.v9_2_0_1_0.CompInstallPhase1.stateChangeActions(Unknown Source)
    at Components.oracle.xml.transx.v9_2_0_1_0.CompActions.stateChangeActions(Unknown Source)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:219
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)
    at java.lang.Thread.run(Thread.java:484)
    Thank you,
    Branimir

  • Applet with Server sided webpage (asp, php)

    Hi Guys
    I have a quick question regarding the use of Applets..
    Let's say i've made an applet which i can put on a webpage to pick a date..
    What i want to do is have the applet post data to the server just like any normal web control (like a server-side asp.net control or a html textbox in php)
    Is this possible?
    Thanks
    -Nonameo-

    Nonameo,
    You can use HttpURLConnection to communication between the applet and server side code(servlet, php, etc.).
    On the applet do following:
    // get input data for sending
    String input = inputField.getText();
    // send data to the servlet
    URL urlServlet = new URL(getCodeBase(), "dir under your base");
    URLConnection con = urlServlet.openConnection();
    OutputStream outstream = con.getOutputStream();
    ObjectOutputStream oos = new ObjectOutputStream(outstream);
    oos.writeObject(input);
    oos.flush();
    oos.close();
    On the server side you will be able to get the data posted by the applet.
    Hope this helps.
    Chris

  • What language should I use if I am a beginner to using SSI (server side includes)?

    I want to start using server side includes and understand how to also code them by hand.  What is the easiest way to begin?  Do I just php?
    -Kate

    First question you need to ask your Host is if they support server-side includes and which document extensions you can use.
    Common extensions:
    .shtml, .shtm, .php, .asp, .cf.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

Maybe you are looking for

  • Multiple Order Panels as JInternalFrames in one Form as a JDesktopPane

    I have a JClient application which consists of a form(JFrame) which opens a JDesktopPane. Within this desktop pane the user may open different panels(as JInternalFrames), one of them being a panel to create a new order. I want to have the ability for

  • How do I turn off double-spacing in Mail

    Whenever I compose a message in Mail, if I hit the return key, it skips down two lines at one time. How do I get a single space?

  • Filter Organizations from R/3 OM when Replicating to SRM

    Hi All, I have a requirement that we need to replicate HR Data from R/3 OM to SRM. I have the following doubts regarding the same. 1. How can we filter one particular organization alone replicated into SRM? 2. When we do the initial download of Organ

  • OSX on G5 Trouble

    I have a dual 1.8 G5 with OSX 10.3.9. Recently I have had trouble with it. Sometimes the screen gets an opaque grey come up telling me to restart the computer by the power button. When I try to turn it on it only bongs and boots up about once every s

  • How do I import movies, home videos etc from my Laptop to iTunes (then to iPad)?

    I am trying to import some Home Videos and some DVDs onto my iPad and iPhone, I have the video on my Laptop but I am struggling to get iTunes to import it.... In the help it states to drag and drop, this did not work, import, this did not work... I a