Which Shared Libs are required to run ADF

When we setup a new stand alone server, the shared libs are not targeted to that server.
What Shared libs need to be targeted to a managed server for ADF applicaitons?
Running WebLogic 10.3.1
JDeveloper 11.1.1.1.0
thanks,
Rodger...

You should be more specific with your environment.
My understanding of a standalone WLS is this: a WLS installed with the plain WLS installer, no JDeveloper involved.
If you installed JDeveloper which includes WLS and want to run a new WLS domain from this installation then you only need to run the Configuration Wizard to create a new domain. During this run you should include (set the check box) the Oracle JRF (something like Java Runtime Framework) option. Then your new domain is able to run the ADF application. You should be aware that you need to package it as an EAR file otherwise the shared libraries are not called. (Hint: See http://blogs.oracle.com/olaf/2008/10/nice_jdev_11g_feature_ear_pack.html)
--olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Which JAR's are required to run a Web Service Proxy?

    Hi,
    I successfully generated a Web Service Proxy, which runs when I start it in JDeveloper. However when I generate a JAR with all classe files, and try to start the main class of this JAR I get the following error:
    java.lang.NoClassDefFoundError: javax/xml/rpc/ServiceFactory
    Which additional JAR's do I need to run the Web Service Proxy outside JDeveloper.
    Note, that I have JRE 1.4 and not 5!
    Thanks for hints Thomas

    Hi,
    the class is part of Java EE 5 platform. So you need to run it n that context
    Frank

  • Error: JavaFX runtime components are missing, and are required to run this

    I tried to build the application using javafx ant build, generated jar file. But when I run the jar file, issue:
    Error: JavaFX runtime components are missing, and are required to run this application.
    The javafx-class-path: libs/h2.jar libs/jfxrt.jar libs/log4j.jar
    Running the JAR file using:
    java -jar app.jar
    What could it be?

    Which version of iTunes?
    When you go to Programs control panel you can see as well as uninstall the current version.
    I always uninstall Bonjour, MobileMe etc and itunes will ask if I want to reinstall those (no thanks).
    itunes and many apps keep an installer cache so they can do a repair-reinstall without a full install again.
    I'd install Microsoft Security Essentials 2.0 which is free and excellent.
    Programs don't affect data. But if you don't have backups,  you are likely past due.
    If you have any doubts about the integrity of your system, if you have had to do a hard power down and likely do have issues, you should / could / might want to do chkdsk on your hard drive (hard drive properties tools scan for errors).

  • What roles are required to run the export import?

    Hi,
    I want some info on roles are required to run the export import.
    I have done the following in sys user:
    GRANT EXP_FULL_DATABASE TO IMP_TEST
    GRANT IMP_FULL_DATABASE TO IMP_TEST
    But Doing the above command the IMP_TEST will get all priviles (also the system tables)
    Is there any mechanism to restrict the user to export and import only the tables not anything?
    Thanks and Regadrs

    Hi!
    If you create a user like this
    CREATE USER imp_test identified by password;then the user will be able to import or export only its own schema. If you grant the exp_full_database and imp_full_database roles to this user like you did then the use will be able to export or import the hole database (with SYS schema). But as far as I know you can't set any more restrictions to the user.
    yours sincerely
    Florian W.

  • Which classes are required to run a basic client app outside of jDev?

    Basic question, folks.
    For a minimal program, say a frame and a swing component, which classes need be copied (to a system without any Oracle software installed) in order to run? Is there a listing available that describes which class/jars are needed if x component is used?
    Also, will jre 1.4 work? Or do I need to copy a special Oracle JVM? If so, is there a specific installer just for it?
    TIA
    -Nat

    Nathan,
    To run any Java application, you will need a Java Runtime Environment(JRE) which is part of the Java Software Development Kit (SKD). If you want to distribute your application with a JRE, you can copy the .../jdk/jre directory from JDeveloper (check the readme file about copyrights and other legal issues) or you download it from http://java.sun.com/j2se/1.3/download.html
    Both the AWT and Swing libraries are included in the JRE in the same jar file as the basic java.lang or java.io classes. The name of the file is rt.jar.
    If your program runs with the Oracle VM, it will run with Hotspot. Both VMs are equivalent when running your application. It is only for the development phase that we strongly suggest to use the Oracle VM because it is much better instrumented for development than any other VM.
    If you want to know precisely which classes are loaded from which jar files, run your application from a command line and add -verbose:class.
    For example:
    C:\JDev9\jdk\demo\jfc\SwingSet2>java -verbose:class -jar SwingSet2.jar
    - Cedric
    JDev. team

  • ODCI : oracle data catridge interface service : what shared libs are needed

    Hi,
    I am writing aggregate functions. For using ODCI along with OCI in C/C++.. what are the shared libraries which are required : i have oci.h & odci.h files but do not know what shared libraries are needed to use the ODCI interface.
    I am getting the error :
    ORA-06521: PL/SQL: Error mapping function
    ORA-06522: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/custagg.so:
    undefined symbol: ODCIAggregateInitialize
    ORA-28579: network error during callback from external procedure agent
    ./libagtsh.so: undefined reference to `homtscb_ShutdownCallback'
    I don't see any one responding to my queries.
    Can any one give me some other paid forums where I can pay some fee and get clarifications for my errors and doubts.
    I am a student trying to study the extendibility of databases with user defined aggregates without the need to change the underlying database engine. This is a part of research which i am doing.

    But some how i am having problem with ODCI : it is
    not identifying the ODCIAggregateInitialize function
    It is throwing error : ORA-06521: PL/SQL: Error
    mapping function
    ORA-06522:
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/li
    b/custagg.so:
    undefined symbol: ODCIAggregateInitializeThat's a pretty useful error message IMHO
    And generally in Unix environment we don't include
    'extern "C" ' before each member function in the C
    program but we do that in Windows environment . So
    may be I thought of just try including that in my
    program(unix environment) and it was giving me even
    a worse error :
    RA-28579: network error during callback from external
    procedure agent.So I just removed that extern "C"
    keyword.Actually, the extern "C" is required because even though you are writing C-like code, it's C++ since there are declarations in the middle of the code, which C doesn't support (maybe C99 does, I don't know). This tells me you compile using a C++ compiler, which mangles the method name (to support method overloading, which C doesn't support). Adding the extern "C" makes the C++ not mangle the method, and thus the ODCI system can find the entry point in your shared lib.
    ORA-28579 is not a worse error, it is the error you should fix. But I can't help you there, I've never done it. OTOH, if you can make this work, I'd be very interested if you could post a complete example demonstrating what you are doing. --DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Saprouter service on windows -  which user rights are required?

    Hi,
    We have the saprouter service running in a windows 2003 server, this service is started by a user account named 'saprouter' which has its password set to never expires.
    Due to security concerns, our IT Security Deparment have ask us to apply all the following restrictions to the 'saprouter' user:
       1) 'Logon locally' user right is disabled
       2) Userid is not a member of the Administrators group
       3) Deny access to the user rights: 'Access this computer from network' and      'Logon through Terminal Services'
    As per our security policy, non-expiring passwords are allowed only for users that can meet all the conditions listed above.
    The questions are ¿Which user rights should be granted to the user account that starts the saprouter service? ¿Could we apply the conditions listed above without impact the saprouter service?
    Thank you for your kind attention.
    Sokram

    following permissions are required to set SAPRouter working :
    1. password never expires
    2. user never change the password
    3. should be member of administrator
    4. profile --> home folder :c:\user\sap\saprouter (path of instllables)
    5. end disconnected session : never , active session limit : never , idle session limit : never
    check if you can apply above points for your users
    Regards,

  • What file/registry permissions are required to run MultiSim 7 as a regular user?

    I want to be able to run MultiSim 7 as a regular user (since our students obviously do not have administrative permissions/rights).
    I can't quite figure out what file and registry permissions are required to be able to do this (despite using Filemon and Regmon).

    Hi,
    If you are refering to the "failed to update registry" warning message, do this:
    1.  Click Start-->Run
    2.  Type "regedt32"
    3.  Locate HKEY_Classes_Root/Multisim.Document
    4.  On the menu, select Security-->Permission (win 2000), For  XP select Edit-->Permission
    5.  Give full control for everyone
    6.  Repeat step 3-->5 for:
    HKEY_Classes_Root/CLSID/{2D964073-9BC9-11D1-840B-006008AC6551}
    Regards,
    Tien Pham
    EWB Support
    Tien P.
    National Instruments

  • Which fonts does CS6 require to run?

    My list of active system fonts is enormous. InDesign, Illustrator, etc., require certain fonts to run properly. I don't know which are ABSOLUTELY required. I tried guessing, and I failed, miserably.
    My question is: which fonts can be safely deactivated… or better, still, which are needed?
    Or where can I find out. I do use Suitcase Fusion, which gives me control ove OSX fonts.
    I do use a Mac running OS X 10.8.4.

    Two options.
    One is to "BootCamp".  You alter th boot sector of the Mac, and make a partition of the disk that will essentially be a Windows system.  You can boot into it, but not run both Mac and Windows at the same time.  But at least it uses all of the RAM available.
    Virtual machine (VM).  A program allows Windows to run in a controlled environment.  You run OSX and start Windows as a "sub system", sharing RAM between.  But at least no changes are made to the boot sector.
    So do you need full RAM access to run your Windows programs and are OK with altering the system?
    Or do you want a clean "install Windows into a sub environment" and share RAM?
    Either way you need a legal and full-install copy of Windows to do it.

  • Several attempts are required to close ADF Panel called from JButton.

    Hi all,
    I have created an ADF Panel, which allows the user to run a few simple queries against an Oracle database done using ADF view objects and ADF view links and ADF application module.
    Here is the description of my problem, I am sorry about the length of the description, this is the shortest I could come up with:
    I have several runable ADF panels. For example I have Panel2 which displays the results of a few queries from ADF view links. In Panel1 I drag and drop Panel2 to Display as Jdialog from button. So Panel1 displays the result of a few view links and also displays a clickable button which opens another window and displays the content of panel2.
    So far everything woks fine. Now I create an empty ADF form called MainForm, in which I drag and drop Panel1 as Jdialog from button. So when I run MainForm it displays a clickable button which opens another window and displays the content of panel1 in which as described earlier, I have another clickable button which opens and displays the content of panel2.
    My problem starts here, the first call to Panel1 and from there to panel2 works fine. When I close Panel2 and Panel1, and click again on Panel1 from MainForm for the second time and from there I click on Panel2, then closing Panel2 becomes a problem. I click to close panel2, it closes and it opens again, I click to close for a second time and then it closes. Now I am back on Panel1 which closes fine with just one attempt.
    Now I am back at MainForm, click on Panel1 again then from Panel1 on Panel2. Click to close Panel2, it closes and it opens again, I click to close for a second and third time and then it closes. And so on, each time closing attempts on Panel2 increments by 1 each time you go back to MainForm and click on Panle1 then Panel2.
    Any idea what might be causing this behavior? And how to prevent it?
    Your inputs are most appreciated.
    Thanks.
    Bobby A.

    Thanks for your response.
    Can you please give more detail? Where exactly do I insert this:
    resetBindingValue("#{bindings.<componentid>.inputValue}", null);
    And where do I define it?
    Is there not an existing pre-defined function from Jdev such as panelBinding.clearIterBindings() that I can include in my code to clear the ADF panel when closed. I would like to think that this must exist already. And why is panelBinding.clearIterBindings() does not do this, the name surely leaves you to believe that this is exactly what it is supposed to do.
    Thanks.
    Bobby.
    Edited by: user2456231 on Dec 16, 2009 2:43 PM

  • Which R packages are required for Predictive Analysis?

    Hi,
    I have installed SAP Predictive Analysis and have installed R - 3.0.0.
    When I try to use the predict functionality in PA, i keep receiving error messages (such as the one attached).
    Is it because I havent installed all of the right packages in R? If so, which packages do I need to install in R?
    Thanks in a advance for any help.
    Emma

    Hi Emma, you can find this doc about configuration of R for previous version with R 2.15 :
    How to Manually Install and Configure Open Source R on Microsoft Windows 7 for SAP PA 1.0
    Required packages are:
    rJava
    RODBC
    RJDBC
    DBI
    monmlp
    AMORE
    XML
    pmml
    arules
    caret
    reshape
    plyr
    foreach
    iterator
    I have installed these packages with R 3.0.1 with PA 1.19 and it's working.
    Hope it helps,
    Edouard

  • Which Adobe fonts are required by Creative Cloud

    We try to keep our font libraries to a minimum. Which Adobe fonts installed with Creative Cloud are absolutely necessary for Creative Cloud to function properly? I've already determined that Hobo Std must be installed for Bridge to work properly. Anyone know of a listing of required fonts? All I can find is which fonts are added at installation, but I'm pretty sure they are not all necessary. Thanks!

    Hi Bernst,
    Please refer to the links mentioned below.
    http://www.adobe.com/products/type/creative-cloud-fonts.html
    http://helpx.adobe.com/creative-cloud/help/sync-fonts.html
    If you still have questions regarding Fonts, Please contact our chat support - http://www.adobe.com/support/download-install/supportinfo/
    Thanks!
    Eshant

  • What ports are required to run facetime from iPad2 ?

    My iPad 2 works fine, but trying to use Facetime with an iPhone in or outside the house fails with no error message.
    This seems to do with ports of a firewall, but don't know the adequate details.

    Try it locally on the server itself.
    You just need to create a shared directory backup oon the server on C:\ drive.
    \\127.0.0.1\C$\backup
    This should work.
    Link to port utilization guide:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/configuration/guide/uccx70prtuti.pdf
    Regards,
    Chuck
    Please rate helpful posts and identify correct answers.

  • Which MIB,s are required for UCS 2.2.2c .From where i can download it

    Product :
    =======================
    Current version information of Cisco LMS
    Cisco  LMS : CWLMS-3.2-100-K9
    CISCO  LMS 3.2 WINDOWS ONLY 100 DEVICE      
    LMS 3.2 Windows ONLY 100 Device Restricted
    Problem Description:
    =================
    SNMP monitoring tool reported FIB high CPU 3AM this morning
    Analysis:
    =================
    UCSM/FI version 2.2.2c
    Current CPU utilization is low
    FI high CPU alert triggered only once in last month
    Action Plan:
    =================
    to load monitoring tool is loaded with the UCS 2.2.2c MIBs below:
    ftp://ftp.cisco.com/pub/mibs/supportlists/ucs/ucs-manager-supportlist.html#_Toc303691435
    Note :- The above link shows the supported MIBS and the list of MIBS but not the download path

    Glad we could help.
    Please close this thread if resolved.
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • Which privileges are required for sql tuning advisor

    Hi,
    Oracle 10g
    1> I want to know which privileges are required for running sql tuning advisor...
    2> Some queries are taking long time.. if i run sql tuning advisor..shud i first try it out on development database or directly on prod database
    Regards

    1> I want to know which privileges are required for running sql tuning advisor...
    As SQL tuning advisor relies on the advisor framework, so all tuning task interfaces (XXX_TUNING_TASK) require privilege ADVISOR.
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sqltun.htm#CACDFEBH
    Some queries are taking long time.. if i run sql tuning advisor..shud i first try it out on development database or directly on prod databaseDo you mean the implementation?
    Adith

Maybe you are looking for

  • Why is the free space different in iTunes and iPhone?

    I can not download an app update because I don't have enough room on my iiPhone. I  plug it into iTunes and it says I have 3.23 GB free. Why the difference? I have synced several times.Also, I think I remember in the past the iPhone has kept some old

  • Validation in a Multi Row Delete

    Hi all, i made a page with an updateable report region - all works fine. But now i want to do a validation in the process 'Multi Row Delete'. The aim is to guarantee that the specific row is not deleted if the validation for that row fails. How can i

  • How do i rest or find my answers to my security questions?

    how do i rest or find my answers to my security questions?

  • X-fi: no dev

    Hello guys! I had same problem with my x-fi platinum. I suggest you try this: bios > advanced > acpi configuration > pci devices power on (ENABLED).Most BIOS has that option disabled by default. My problem is solved! My card is recognized as device.

  • Support project going to be started.. need help?

    Hi guys, I'm an SAP SD fresher. I was placed for a support project-offshore, which is going to be started by next week. Can anyone help me in knowing the types of tickets that may come from a retail industry..? just getting prepared..