WebServer Side Components

Hi,
I'm trying to install ITS 6.2 on SuSE Linux 10.0 SP4 and now i'm stuck where the installation is asking for the following..
WebServer Executable ?
Path to Apache loadable modules (httpd.conf) ?
Could you please help me to find the above locations in Suse Linux 10.0 ?
Note : I have installed Apache 2.2.22, And it's up and running.
Many Thanks.
Liaquat Khan

Hi Liaquat,
the conf folder is in the directory you installed the apache:
for example
apache\conf\httpd.conf
Check the locations to the modules defined in this file: "httpd.conf"
Regards,
Oisin

Similar Messages

  • Push updates on a j2ee server side components...

    Not sure where to post this....
    I am working on a web based j2ee application that is currently hosted on our server. The users of the application are other companies who access it via our website.
    Now, due to privacy issue, many of our user companies do not want us to have access to their data (as of now such data is also stored on our end). So we are thinking of deploying part of the application (including the database) on their site so that all their data is stored with them. However, the problem with this approach is that it is a pain to apply changes to the server (because they will have to be applied to all the company sites).
    Is there any way that can help us simplify the process of applying patches to the various servers on a client sites automatically? Some thing like a push new code from our servers?
    thanks,
    Ann.

    Hi,
    My opinion is
    push new code from our servers?
    Data will pass like this,
    client --> yourserver--> clientserver
    data pass to your server and to return back to client server is totally waste, it will take time and chance to break / caught in traffic ,
    my approach is to try
    client-->clientserver (all rights to client itself ),
    >problem with this approach is that it is a pain to apply changes to the server
    because they will have to be applied to all the company sites.
    Pain will make money more, isnt it,
    for that you to take risk, because you are the developer,
    compare with new development , customize is more complicated... for that when we develop any product or project, we too keep future in mind(advance thinking).
    If your development is a product, you have another problem also,
    still you are maintaining all CR from client in your place itself(your server), but after customization ,
    if any CR comes from client, you to full fill that CR from your development place and to again go and deploy in client server,
    (or)
    if any CR comes from client, you to full fill that CR from your client place itself and to deploy in client server,
    so maintain will take too much risk, if its product,
    >many of our user companies do not want us to have access to their data
    ya for privacy only they plan like this,
    at that time you to confirm everything with client, what the problem if we deploy backends in your system, such as maintaining, CR if any comes, ...
    or
    simply hosted your app in client side and give rights to access its own data to client,
    note:-> if any good hacker is there,s/he will trace your all life cycle of your project, keep it in mind.
    this is my opinion,
    wait some of experts will give information better than me,

  • OWB 9.2.0.2.8 Server Side Install Run Time Assistant Components

    Hi all,
    I have Oracle 9.2. on a Solaris/ Sun server.
    I have installed OWB 9.2.0.2.8 on the client desktop running WinXP.
    After installing the Design Repository I was installing the Run Time assistant when I had the INS0034 error, requiring that server side components be installed first. So after going back to the installer I used the "Install Server Side option" which actually installed software to my windows Oracle home ??? After that still had the INS0034 error.
    My question is. Do I need to use the OWB for Solaris disk and access the Sun server console to install the server side components ? I'm confused as I already have the OWB disk for Windows which is where I would like to install the client.
    So not sure where to from here.
    Get Solaris version of OWB and install on Sun Server ? Or have I missed an obvious option with the Windows install disk ?
    Any help would be appreciated ... Project is stalled at this point.
    Regards
    Nick

    Hi Nick,
    We have a similar configuration on my project. You will need to use the OWB for solaris disk if you intend to use OWB to deploy any object or run any mappings. OWB will need to be installed on any Sun server that you will be deploying your warehouse to (not necessarily where the OWB design repository is).
    Run the installation from the Sun server console and choose the "Install Sun Server Side option". Once installed, you will also need to run the Runtime Assistant from the server console. Select the option to install the Runtime Repository. This ensure that the Runtime Platform Service is running. Without that you'll have trouble running the Deployment Manager.
    Check out sections 2.5 and 2.6 of the Installation and Configuration guide for more details.
    Cheers
    Dave

  • [Announcement: Java server-side web controls] - TICL 1.0 Final Released

    Hello JSP developers,
    We are pleased to announce the immediate availability of TICL (Tag Interface
    Component Library) 1.0 Final Release. TICL is library of server-side user
    interface components accessible through JSP tags. Like a conventional
    desktop toolkit, the components maintain state and manage interaction logic
    with the end-user with little or no assistance from the programmer.
    Read more about TICL at http://www.kobrix.com/ticl/ticlmain.jsp.
    If you are already a TICL user, check out the release notes at
    http://www.kobrix.com/ticl/releasenotes.jsp for the latest changes.
    More info
    One of the major goals of TICL is to bring RAD-like development to the WEB
    platform. Programmers can concentrate on logical functionality and build JSP
    pages by placing TICL components through tags and responding to user events.
    Every component is self-contained and manages interaction with the end-user.
    Visual appearance of components is abstracted into a high-level styles
    framework. In fact, TICL is probably the only server-side Java toolkit that
    rivals Microsoft ASP.NET's web controls.
    The library is tailored more towards WEB application development, rather
    than content only oriented sites. It is designed to quickly build clean,
    robust, well-structured and therefore highly maintainable code. It
    integrates seemlessly into existing JSP applications and it will work on any
    standard compliant JSP 1.1 container (e.g. Tomcat 3.2.1 and above, Resin
    etc.) and with fairly recent versions of the popular browsers.
    Core features are:
    - A powerful and extensible server-side event model. Component-end user
    interaction is encapsulated into a well defined set of server-side events.
    You can of course define event listeners, develop custom events, event
    filters etc.
    - Predefined components like panels, tabbed panels, tree views, DHTML menus,
    table views. Most can perform their interaction with the end-user at the
    browser through DHTML or by making a trip back to server on every user
    action (like expanding a tree node or minimizing a panel) - that is
    components are either "client" or "server" managed.
    - Smart browser handling. A complete framework for dealing with browser
    (user agent) capabilities, including detection of dynamic properties like
    connection speed, screen resolution, available plugins etc.; supporting JSP
    tags; on the fly selection of component rendering based on the current user
    agent.
    - A high-level styles framework for complete customization of the look&feel
    of components. Styles can be organized into themes. An inheritence mechanism
    of style objects provides for a powerful high-level structuring. The
    framework allows for a clean separation between look&feel and functional
    behaviour of GUI elements. No more copy&paste, no more code cluttering with
    tedious, browser-specific HTML details - consistency of look&feel can be
    easily achieved by maintaining a single TICL style sheet, a simple XML file,
    that is applied to all pages in your WEB application.
    - Full encapsulation of HTML forms, including a file upload component,
    augmented with things such as server-side command handlers, labels and DHTML
    tooltips. Form fields are typed, true server-side components. Not limited to
    the standard HTML form fields, they operate on a high level and custom ones
    can be developed and plugged into the framework.
    - A very powerful and easy to use declarative form validation mechanism
    (both client and server-side). You define validation rules and handlers for
    invalid forms in a clean, declarative way. The same rules you define can be
    applied at the client (through automatic generation of the necessary
    JavaScript) or at the server. Special purpose syntax allows you to easily
    handle interdependencies between field values.
    - A Data Objects framework integrated with TICL forms. Allows you to
    manipulate complex aggregate structures and associate them with forms for
    automatic mapping to/from form field values and data object fields (e.g.
    Java beans). A type mapping framework allows you to map any form field type
    to any Java type.
    - An integration module for the popular Struts framework is provided also.
    For example, it is possible to use the powerful TICL form tags with Struts'
    ActionForms.
    TICL is FREE for non-commercial and non-govermental use, and for an
    unlimited evaluation period. It comes with an extensive, over 200 pages,
    Reference Manual. To download it, please goto http://www.kobrix.com and
    select Downloads from the TICL pulldown menu. If you are not already a TICL
    user, you may need to register first.
    We sincerely hope you will enjoy TICL and are looking forward to your
    feedback!
    Best Regards,
    Borislav Iordanov
    [email protected]
    Kobrix Software Inc.
    http://www.kobrix.com

    This looks quite nice. I'm going to evaluate it now, but I wish it was open-source....
    Judging from the release notes, it's been around for a while. Has anybody had any experience with this product? Is it reliable? Does it scale well?

  • 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

  • What is the "version 2 components framework" ?

    I am trying to use the following function within my server-side app:
    application.onConnectAccept() = function() {
    But I get the following error: application.onConnectAccept is not a function
    Here is the documentation for the function:
    http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/help.html?content=00000245.html# 107504
    It states that this function is for use with "version 2 components only."
    My question is... What is a version 2 component? This function is contained within the "Server-Side Actionscript Language Reference" guide. I should be able to use this function within my server-side app, right? How do I enable "version 2 components?"
    Thank you.

    The reason for the error is that your syntax is incorrect.
    application.onConnectAccept() = function()
    ...should be
    application.onConnectAccept = function()
    As to the question about the components, there is a set of communication components that were developed ages ago (for Flash mx), and there is a server side framework to support those components. The client side components haven't been updated in years. As i recall, the version 1 components were written in AS2, and the version 2 components were updated to use the flash MX UI components... but it's been ages... so don't quote me on that.

  • Should the owb severside components be installed on the same host as DB be?

    Hi, all. I have installed the Oracle9i Database on a linux machine. If I wanna to use OWB to build warehouse, should I install the owb server-side components on the same machine as where Oracle9i Database locates on? Thanks

    thanks, Gilles Pol
    The owb has been setup on the linux host
    thank you very much

  • Componentlist and what the components are good for

    Hello,
    I am searching for an overview of the NW's '"standard" component and it's meaning to recognize which components I need to update and what they are used for.
    Has someone seen something like this?
    Thank you, Maximilian

    Hi,
    As per my understanding you are trying to find and update the software components in the SAP system.
    You can find ABAP side components in SPAM display all packages.
    If for java the go to http://ipaddress:5xx00\index.html
    Then navigate to system info it will show you all the java components present in your system,
    And you have to aptch all this components.
    Regards,
    Vamshi.

  • Installing  Repository Creation Utility (RCU) for OBIEE 11g

    Hello,
    We are working on installing the Oracle Business Intelligence Entreprise Edition Plus 11g (v 11.1.1.6.0) for a POC in our Company's network.
    We have to install the OBI Server and other server-side components on a IBM AIX (64-Bit) server; and the client tools on the local Desktops.
    My queries:
    *1. I am downloading the following softwares for this setup. Please help me understand is this the complete list of softwares required, or are there any more softwares required for OBIEE 11g intallation?*
    List of softwares to be downloaded:
    1) Oracle Business Intelligence, v. 11.1.1.6.0
    - for AIX (64-Bit):
    Disk 1 (1of2) (1.4G) (cksum 4182440856)
    Disk 1 (2of2) (1.5G) (cksum 2020935297)
    Disk 2 (1of2) (1.7G) (cksum 796853559)
    Disk 2 (2of2) (1.3G) (cksum 685152953)
    Disk 3 (1.6G) (cksum 1431984641)
    2) Repository Creation Utility (11.1.1.6.0)
    for Microsoft Windows (32-bit) (320M) (cksum 2503314275) OR for Linux x86 (32-bit) (391M) (cksum 201758785)
    Link for (1) and (2): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-1525270.html
    3) Oracle Business Intelligence Developer Client Tools Installer (11.1.1.6.0)
    - for Microsoft Windows x86 (32/64-bit): (360M) (cksum 3317017977)
    Link for (3): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    NOTE: The JDK 1.5.0 is installed
    *2. Where should the additional required software 'Repository Creation Utility' be installed in this case?*
    I can see it is available for 32-bit OS (Windows or Linux x86), and that is why I suspect it to be a client-side software - which is to be installed on my local desktop. Hence, Can I download the Repository Creation Utility (11.1.1.6.0) for Microsoft Windows (32-bit) (320M) (cksum 2503314275)
    Please clarify.
    *4. I will not be installing any of the Oracle BI Applications, so will I require the software Oracle Business Intelligence Data Warehouse Administration Console (10.1.3.4.1)?*
    I assume NO.
    *5. IMP: Is there a Web server (E.g. Oracle WebLogic Server) included in the OBIEE suite, which gets installed in the default installation settings?*
    OR Is there a need to download and install a separate Webserver on the AIX system before installing OBIEE.
    Please reply ASAP.
    Thanks,
    Shweta.

    Although it is a POC, but the installation has to be done on a AIX6.1 remote system, which will be used as a server in the enterprise, with 5 to 7 people accessing it. So 'simple install' is not suitable in this case.
    The AIX6.1 system has a JDK 6 (64 bit).
    I understand that the OBIEE 11g suite comes with a Oracle WebLogic Server (OWLS) installable included in the suite. However, in case of Software Only installation type, the OWLS needs to installed first and then the installer has to be started in 'Softwar Only' mode.
    Could anyone please suggest:
    *1) does 'Enterprise Install' type suite on the AIX6.1 system? If yes, does it mean that it will install JDK once again? is this recommended, as the host system is a shared server and the existing JDK 6 (64-bit) can be in use by other applications on this system.*
    *2) If (1) is not true, is there a way to install the Oracle WebLogic server using the OBIEE 11g installer itself? or do I need to download the WebLogic server installer separately from the OTN site?*
    Thanks in advance for any helping pointers on the above.
    Please reply ASAP, as this is urgent.
    Thanks,
    Shweta.

  • OAM : Which identity server is used by Password Policy?

    Hi,
    The OAM setup has two identity servers (ois1, ois2), two webpass (wp1, wp2) on two web servers. wp1 is pointing to ois1 only and wp2 is pointing to ois2.
    We have two sets of Policy manager, Access server and WebGate. wg1 is pointing to aaa1 and wg2 is pointing to aaa2.
    Now, when a user tries to access a OAM webgate protected page and the password policy gets applied, do the identity server comes into picture? if yes, which identity server is used here, ois1 or ois2?
    I want to use ois1 for all the requests coming to webserver with wg1. How do I do it?
    Thanks in advance.

    Hi Colin,
    Thanks for your reply.
    The reason I put this question was - in a scenario when I dont have Access Server (any access component), then also Password Polices work. So, I understand identity server is used here. When we have access side components, what makes OAM not to use identity server at all. Or is it the feature of OAM - when the accessed resource is ptotected by WebGate the Password policies are taken care of by Access Server, otherwise by identity server or is it because of the 'obReadPasswdMode' and 'obWritePasswdMode' in the authentication scheme?
    I stopped my identity server and I saw the password policy working - so I know the behavior; still asking the above question for my better understanding of OAM.
    Thanks for your help!

  • Application based on JAX-WS running slow on AIX 3.5 of 64 bits

    Hi all,
    I’m running a java web service based on JAX-WS the release included in java6, this application load the information from tables to data structures in memory such as hash map, and has it available for a client application that consume it.
    My problem is that when I run my application on windows the time of processing is acceptable but when I try to run the same application on AIX 3.5 of 64 bits the communication between client and the web service is up 10 times slower.
    I tried the following test.
    Run the WS and client in the same windows server its success (fast)
    Run the WS in a windows server the client in my windows 7 laptop the result is success (fast)
    Run the Web Service on windows server and the client in AIX server this is slow
    Run the Web Service on the same AIX server that the client it is slow
    When I run the applications, I compile it whit the java6_64 version and run whit –d64 option on AIX
    Regards

    Try to isolate the problem by finding out where the delay is e.g
    1.) Is the delay in loading data from the database into memory?
    2.) Is the delay in getting a request from the client side to the server side components?
    3.) Is the delay in processing a request on the server side with the in memory data?
    Also verify that jvm settings and hardware (e.g) processors between the two environments are comparable.

  • Problem with setting oracle type parameter in viewobject query

    Hi There,
    I am facing a problem with JDev1013. I have a view that has JDBC positional parameters that are supposed to be in parameters for function like:
    SELECT x.day, x.special_exact_period_only
    FROM (
      SELECT x.day, x.special_exact_period_only
      FROM (
        SELECT
          x.day,
          rb.special_exact_period_only
      FROM TABLE (
        RentabilityPkg.findMarkerSlots(
          'start',
          ? /* dchannel */,
          NULL,
          ? /* resorts */,
          'special',
          NULL,
          ? /* code */,
          NULL,
          TRUNC(SYSDATE),
          TRUNC(SYSDATE + 365 * 2),
          NULL
      ) x
        JOIN resourcebase rb USING (rentabilitymanager_id)
        UNION
        SELECT
          x.day,
          rb.special_exact_period_only
        FROM TABLE (
          RentabilityPkg.findMarkerSlots(
            'start',
            ? /* dchannel */,
            NULL,
            ? /* resorts */,
            'composition',
            NULL,
            ? /* code */,
            NULL,
            TRUNC(SYSDATE),
            TRUNC(SYSDATE + 365 * 2),
            NULL
        ) x
        JOIN resourcebase rb USING (rentabilitymanager_id)
      )x
      ORDER BY x.day
    ) x
    WHERE ROWNUM <= 30now the JDBC positional parameters take our custom defined list type defined as:
    CREATE TYPE NumberList AS TABLE OF NUMBER;
    we are setting the parameter in the views with the help of oracle.sql.ARRAY class like:
       * Set parameters.
      public void setParams(Integer dchannelId, Integer[] resorts, String specialCode)
        try {
              System.out.println(this.getClass() + ".setParams()");
              ARRAY arrParam1 = ((NWSApplicationModule)getApplicationModule()).toSQLNumberList(Arrays.asList(resorts));
              ARRAY arrParam2 = ((NWSApplicationModule)getApplicationModule()).toSQLNumberList(Arrays.asList(resorts));
              System.out.println("arrParam1 - " + arrParam1);
              System.out.println("arrParam1 - " + arrParam1);
              System.out.println(this.getClass() + " ARRAY - " + arrParam1.getArray());
              System.out.println(this.getClass() + " -- " + arrParam1.length());
              System.out.println("arrParam2 - " + arrParam2);
              System.out.println("arrParam2 - " + arrParam2);
              System.out.println(this.getClass() + " ARRAY - " + arrParam2.getArray());
              System.out.println(this.getClass() + " -- " + arrParam2.length());
              Object[] params =
                   { dchannelId,
                        arrParam1,
                        specialCode,
                        dchannelId,
                        arrParam2,
                        specialCode
              setWhereClauseParams(params);
              System.out.println("DONE WITH " + this.getClass() + ".setParams()");
        catch(Exception ex)
              ex.printStackTrace(System.out);
      }the toSQLNumberList() method is defined in our App module baseclass as follows:
      public ARRAY toSQLNumberList(Collection coll)
           debug("toSQLNumberList()");
           DBTransaction txn = (DBTransaction)getTransaction();
           debug("txn - " + txn + " : " + txn.getClass());
           return NWSUtil.toSQLNumberList(coll, getConnection(txn));
      public static ARRAY toSQLNumberList(Collection c, Connection connection)
        //printTrace();
        debug("toSQLNumberList()");
        try
          ArrayDescriptor numberList = ArrayDescriptor.createDescriptor("NUMBERLIST", connection);
          NUMBER[] elements = new NUMBER[c == null ? 0 : c.size()];
          if (elements.length > 0 )
            Iterator iter = c.iterator();
            for (int i = 0; iter.hasNext(); i++)
              elements[i] = new NUMBER(iter.next().toString());
          return new ARRAY(numberList, connection, elements);
        catch (Exception ex)
          ex.printStackTrace();
          return null;
      protected Connection getConnection(DBTransaction dbTransaction)
        //return null;
        debug("Inside getConnection()");
        CallableStatement s = null;
        try
           * Getting Conenction in BC4J is dirty but its better
           * as otherwise we might end up coding with connections
           * and the Transaction Integrety will be
          s = dbTransaction.createCallableStatement("BEGIN NULL; END;", 0);
          debug("DOING s.getConnection()...");
          Connection conn = s.getConnection();
          debug("DONE WITH  s.getConnection()...");
          /*try
                throw new Exception("TEST");
           catch (Exception ex)
                ex.printStackTrace(System.out);
          debug("conn CLASS - " + conn.getClass());
          return conn;
        catch (Exception ex)
          ex.printStackTrace();
          return null;
        finally
          try { s.close(); }
          catch (Exception ex) {}
      }Whenever we try setting the parameters in view using setParams() and use this view to set the model of a java control it thorws the following exception :
    [2006-10-10 12:34:48,797 AWT-EventQueue-0 ERROR] JBO-28302: Piggyback write error
    oracle.jbo.PiggybackException: JBO-28302: Piggyback write error
         at oracle.jbo.common.PiggybackOutput.getPiggybackStream(PiggybackOutput.java:185)
         at oracle.jbo.common.JboServiceMessage.marshalRefs(JboServiceMessage.java:267)
         at oracle.jbo.server.remote.PiggybackManager.marshalServiceMessage(PiggybackManager.java:343)
         at oracle.jbo.server.remote.PiggybackManager.marshalServiceMessage(PiggybackManager.java:316)
         at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.processMessage(AbstractRemoteApplicationModuleImpl.java:2283)
         at oracle.jbo.server.ApplicationModuleImpl.doMessage(ApplicationModuleImpl.java:7509)
         at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.sync(AbstractRemoteApplicationModuleImpl.java:2221)
         at oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl.doMessage(ServerApplicationModuleImpl.java:79)
         at oracle.jbo.server.ejb.SessionBeanImpl.doMessage(SessionBeanImpl.java:474)
         at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:840)
         at RemoteAMReservation_StatefulSessionBeanWrapper906.doMessage(RemoteAMReservation_StatefulSessionBeanWrapper906.java:286)
         at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
         at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1369)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1341)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
         at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
         at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1245)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1069)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
         at oracle.jbo.common.SvcMsgResponseValues.writeObject(SvcMsgResponseValues.java:116)
         at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:890)
         at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1333)
         at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1284)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1073)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:291)
         at oracle.jbo.common.PiggybackOutput.getPiggybackStream(PiggybackOutput.java:173)
         at oracle.jbo.common.JboServiceMessage.marshalRefs(JboServiceMessage.java:267)
         at oracle.jbo.server.remote.PiggybackManager.marshalServiceMessage(PiggybackManager.java:343)
         at oracle.jbo.server.remote.PiggybackManager.marshalServiceMessage(PiggybackManager.java:316)
         at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.processMessage(AbstractRemoteApplicationModuleImpl.java:2283)
         at oracle.jbo.server.ApplicationModuleImpl.doMessage(ApplicationModuleImpl.java:7509)
         at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.sync(AbstractRemoteApplicationModuleImpl.java:2221)
         at oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl.doMessage(ServerApplicationModuleImpl.java:79)
         at oracle.jbo.server.ejb.SessionBeanImpl.doMessage(SessionBeanImpl.java:474)
         at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:840)
         at RemoteAMReservation_StatefulSessionBeanWrapper906.doMessage(RemoteAMReservation_StatefulSessionBeanWrapper906.java:286)
         at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)This is a typical interaction between 2 server-side components (view-object and app module). Now the question is why is this exception thrown? Any answers?
    This application is one that we have migrated from 904 to 1013 and are trying to get it running in 3-tier.
    Regards,
    Anupam

    Sorry I missed out some semicolons, the script follws:
    -- The following TABLE was created to simulate the issue
    CREATE TABLE TEST_OBJECT
         ASSET_ID NUMBER,
         OBJECT_ID NUMBER,
         NAME VARCHAR2(50)
    INSERT INTO TEST_OBJECT VALUES(1,1,'AAA');
    INSERT INTO TEST_OBJECT VALUES(2,2,'BBB');
    INSERT INTO TEST_OBJECT VALUES(3,3,'CCC');
    COMMIT;
    SELECT * FROM TEST_OBJECT;
    -- The following TYPES was created to simulate the issue
    CREATE OR REPLACE
    TYPE DUTYRESULTOBJECTTAB AS TABLE OF DUTYRESULTOBJECT;
    CREATE OR REPLACE
    type DutyResultObject as object
    ( ASSET_ID number,
      OBJECT_ID number,
      NAME varchar2(150)
    -- The following PACKAGE N FUNCTION was created to simulate the issue
    CREATE OR REPLACE PACKAGE TESTOBJECTPKG
    IS
         FUNCTION OBJECTSEARCH(P_RESOURCE IN NUMBERLIST) RETURN DUTYRESULTOBJECTTAB;
    END;
    CREATE OR REPLACE PACKAGE BODY TESTOBJECTPKG
    IS
         FUNCTION OBJECTSEARCH(P_RESOURCE IN NUMBERLIST) RETURN DUTYRESULTOBJECTTAB
         IS
           BULKDUTYRESULTOBJECTTAB DUTYRESULTOBJECTTAB;
         BEGIN
           SELECT DUTYRESULTOBJECT(ASSET_ID, OBJECT_ID, NAME)
           BULK COLLECT INTO BULKDUTYRESULTOBJECTTAB
           FROM TEST_OBJECT;
           RETURN BULKDUTYRESULTOBJECTTAB;
         END;
    END;
    [\code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Star with BOBJ

    Hi guys, my company just bought BOBJ license. Our bosses still don't know for what exactly it'll be used, nor when it'll be used. I'd like to start looking through this stuff since in our company nobody has experience with BOBJ and it's obvious that some day we'll have to use it and I also would like to have. May be it'll be the third party company that would give us a workshop or something, but i don't want to wait.
    My question is where should I start, what are the core BOBJ tools that will be definitely used in by a SAP BI consultant in the future (we have a SAP BW system for warehousing) 
    In one question, where to start and what should be the thing I'd have to learn?
    Thanx a lot

    Hi,
    "I installed the Businesosobjects X3.1 and i can't seem to find Crystal Report nor Dashboard Builder or Xcelsius?"
    BusinessObjects Enterprise XI 3.1 is a report design and distribution platform. It is comprised of:
    - Client side (Windows) product
    - Server side components
    - Third-Party integration-enabled options
    Crystal Reports Designer 2008 is a Windows product. You need it's installation media and a valid license key to install in on machines that will be used to build and publish Crystal Reports.
    Dashboard Builder is present/embedded in BusinessObjects Enterprise XI 3.1 but you need:
    1. "Seperate" Dashboard Builder license key
    2. Setup its seperate repository
    Xcelsius Designer 2008 is again a  Windows product. You need it's installation media and a valid license key to install in on machines that will be used to build and publish Flash (.SWF) dashboards.
    Since you are from SAP background, I presume your reporting and data visualization needs are on SAP data sources. For this to happen, you need to install  "BusinessObjects Integration Kit For SAP XI 3.1" client-server specific components on top of BusinessObjects Enterprise XI 3.1 platform.
    Additionally, you may want to take a look here
    BusinessObjects for beginners Re: Business Objects Beginners Guide
    Regards,
    Subhodeep

  • FDF Toolkit and pdf conversion

    yes, this is a newbie question...sorry if the answer is obvious.
    I am trying to design a form solution for my employer, and through some investigation have been given access to, and downloaded the FDF toolkit for Java from Adobe.
    The good news is the samples in the toolkit all work!
    The bad news is that I can't seem to create any new forms and get them to work. I also can't open, or import the sample form pdfs from the toolkit into Designer 7, save them, and have them work.
    I didn't want to disturb the Java-side components as they are functional. So, using a pdf from the toolkit I created my own form pdf with all the same fields, and the same Names in the Binding sections using Designer 7. I put that form on the server in place of the toolkit version, and tried the demo. My form pdf arrived, but the fields are not filled in. I've traced the network between my client and the server, and the server is giving me the same fdf data.
    Questions:
    1. Is there something I need to do to make the fdf deliverd by the java servlet compatible with the desinger 7 form?
    2. Is there something wrong with my approach?
    3. I'm using the Adobe Designer 7 Tryout, which reports "Version 7,0,041126, 0. Should this work?
    Any help would be appreciated.
    Thanks
    Steve

    >I want to produce pdf v1.4 form files and am struggling tofind out how to make Designer save in this format.... should I not be using Designer ?
    Absolutely, definitely not.
    >I need pdf forms as version 1.4 because the form field reading software we are using won't support anything higher
    Your form reading software won't understand the entirely new and
    differrent Designer forms format.
    You should be using Acrobat Professional to create the forms, and
    Advanced > PDF Optimizer to save back to PDF 1.4 format.
    Aandi Inston

  • I' m not able to create a new Target Schema

    Hi folks,
    Always I tried to create a new Target Schema using OWB Runtime Assistant, installing into a new user schema or into an existing user schema I've got a Target Schema Installation Error. The log file shows the following error lines:
    (Spawn Token) Error loading Java into DB:
    Sun Feb 22 11:37:32 BRT 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: java.io.BufferedInputStream@2cd19d
    Sun Feb 22 11:37:32 BRT 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    Sun Feb 22 11:37:32 BRT 2004
    oracle.wh.util.DebugUtility: Files\Java\j2re1.4.0_03\lib\ext\QTJava.zip""=="" was unexpected at this time.
    Sun Feb 22 11:37:36 BRT 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    I've installed both OWB Design Time and OWB Server Side, in the same machine using 2different Oracle_Homes.
    Please, tell me what I can do to overcome this.
    Thanks all,
    Ismael

    Hi Pierre,
    Thank you for your response.
    Actually, I've installed the OWB Server Side because I was getting the same problem using the OWB Run Time Assistant of the OWB Design Time that I've installed before. In the OWBInstallGuide I read the following text, recommending not to use the same Oracle_Home:
    "2.5 Step 4. Perform the OWB Server Side Install using Oracle Universal Installer
    Install the OWB Server Side components on the machine where your Oracle Database Server is installed.
    When you performed the OWB Design Time installation, you also installed the runtime components. Therefore, if you are performing the OWB Server Side install on the same machine as the OWB Design Time install, you are installing the runtime components twice. If you decide to go forward with this configuration, make sure to specify a separate ORACLE_HOME for each install."
    Any way I'm going to try your suggestion but I'm afraid it couldn't work because of the above text. I'm running out of time, I'm supposed to start a project next Monday and I'm stuck on this problem.
    Please, if you have any other hints let me know. I'll keep you informed after using the same Oracle_Home for both.
    Thanks again,
    Ismael

Maybe you are looking for

  • IChat not working the way it used to...

    Ok so I've been experiencing some stuff in iChat that I've never had happen before. Not even on my old (but lovely) PowerBook G4. I have a MacBook Pro 15.4" screen, 2.4 GHz, upgraded 4GB PC-5300 DDR2 RAM, 200 GB Hard Drive, with a built in Wireless N

  • The contract condition in the ECC affect the replicated PO from SRM

    Dear ,My expert :    I work in SRM 7.0 SP03,ECS .   In the ESC , the PR is transfered from ECC system and generate one Shopping Cart in SRM syetem.The purchaser carry out sourcing ,and convert the Shopping Cart to PO(according to the contract ) .The

  • Current condition is different than group conditon,tax not calculating

    Hi, I am working on a sales order for which tax is not getting calculated.For tax calculation puprose,a third party tool,vertex is being used. When i debug,i found that the RFC function module(which calculates the tax ) is not getting called. The cod

  • Export to MPEG2 with 4:2:2 chroma...  is it possible? Where are the setting

    I don't see how you can specify colour sampling in compressor... can you export to MPEG2 format with 4:2:2 from an uncompressed 10bit 4:2:2 file??? Final Cut cannot directly output mpeg2 so i'm interested if anyone else knows of a compression program

  • SMS Messaging

    I can't figure out how to text message more than one person at the same time. Am I missing something?