ADF on iAS Linux

Hi,
We are thinking about using ADF or another J2EE technology for our applications. Should we upgrade our iAS from 10g 10.1.2.0.2 to 10g Release 3 (10.1.3.1.0) installed on my Linux ?
We want create J2EE/JSP applications and would need to use the latest, supported API's for Oracle's look and feel.
Also have JDeveloper 10G Preview (9.0.5.0.0) on NT. Should I upgrade?
Thanks.

You should upgrade your JDeveloper for sure.
10.1.3 added hundreds of new features over the previous 9.0.5/10.1.2 version.
For the application server it kind of depends on what else do you need beyond the Java engine.(SSO, OID, Portal, Forms?)
If you just need the J2EE parts then yes - use the latest application server.
JDev 10.1.3 can deploy to OAS 10.1.2 - but then you'll need to use JDK 1.4 and J2EE 1.3 while developing in JDev.

Similar Messages

  • Can I deploy ADF outside IAS & Oracle RDBMS ?

    Hi all,
    We are exploring JDev 10g to be our standard J2EE IDE.
    But I am wondering whether ADF can be deployed outside IAS (e.g : Tomcat, JBoss) ? for production ?
    Also what If ADF on SQL Server 2000 as backends ?
    We need to make sure about this because we are not dedicated to Oracle RDBMS and IAS. We just look for an best J2EE IDE to speed up development.
    Thank you for any help,
    Krist

    Yes both are possible.
    In the JDeveloper tools menu the ADF Runtime installer has options to be installed on JBoss and Tomcat and Weblogic with a single click.
    We also know of people using other application servers.
    ADF is also database independent - for example in the how-to section of JDeveloper on OTN you'll find instructions for using ADF BC with MySQL.
    Toplink (another ADF persistence option) can also work with multiple databases.

  • How can I install ADF runtime in Linux 6.3

    When I was installing the ADF runtime 11.1.1.6 in Oracle Linux 6.3. I got error at prerequisite check step due to the version of linux. I could still continue to install, but I am not sure if there will be any problem or not. How can I make the prerequisite check continue without the Linux version issue? Thanks.

    http://docs.oracle.com/cd/E16764_01/install.1111/e13666/ojdig.htm#BDCEDIAB

  • Cann't show button's chinese text with adf faces in linux

    I develop an application with adf, deployed in weblogic/linux, all chinese can work well except the commandButton's chinese text can't be dispalyed well.
    The adf generate the button image in adf/images/cache/en/ directory, i suppose it should be in adf/images/cache/zhs/
    directory, Any suggestion? Thanks!!!

    Yes, I've added
    <context-param>
    <param-name>oracle.adf.view.faces.CLIENT_STATE_MAX_TOKENS</param-name>
    <param-value>100</param-value>
    </context-param>
    but had no luck. There are a couple things I can add since my last post:
    1) Other folks reported int he forum that their problem was that after opening a dialog several times, the returnListener method wasn't getting fired. This is not the issue for me. My returnListener method gets fired every time I close the dialog.
    2) I had another developer run the same 10.1.3.4 version of the app on her machine in both IE 6 and 7, and we could not recreate this error. For right now, it seems that this is only happening on my machine.
    So... until this comes up on someone else's machine or in our production environment (once these changes are deployed), I'll assume there is something hosed up in my environment that's causing this. What I find weird is that when I run this code in 11g, it works fine even on my machine, which makes me think that this is more of a framework thing than a browser thing. But, if that's the case, why wouldn't it behave the same way on someone else's machine? I'll consider this issue closed for now... But, if you have any thoughts/ideas, I'd be interested in hearing them. Thanks for the help.

  • Is it possible to install WebAgent on Linux iAS??

    I was trying to install the web agent on a Linux IAS server and then I noticed that the apache server must be recompiled in order to install the WebAgent. But the version of Apache released with IAS does not come with the required sources.
    Has anybody managed to install the WebAgent on IAS (Linux)? And if yes would you please tell me how this was carried out?
    null

    Hi,
    At this time there is no kit for the interMedia web agent for iAS on Linux. We are working on the kit, but there's no timescale right now due to other priorities, such as 9i. As soon as its available, I'll post a note here.
    Simon
    null

  • ADF deployment to WLS 1.3

    Hi,
    how can I deploy ADF to a linux box that runs without xwindows?
    As far as I understand the only option is oracle installer for jdeveloper 11g?
    I know I can use X forwarding, but is there really no other way?

    It seems I'm almost there. Have no idea what was with the stalled server - it started to work now.
    I have another problem (last one I hope):
    when the application is trying to open a database connection, I see the folowing error in console:
    WARNING: Incomplete connection information
    Oct 13, 2008 11:50:30 PM oracle.adf.share.security.providers.jps.CSFCredentialStore fetchCredential
    WARNING: Unable to locate the credential for key psa in /srv/oracle/middleware/user_projects/domains/test1/config/oracle.
    Oct 13, 2008 11:50:30 PM oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResultException
    WARNING: Incomplete connection information
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:253)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:168)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:546)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:327)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:104)
         Truncated. see log file for complete stacktrace
    java.sql.SQLException: ORA-01005: null password given; logon deniedI created a data surce in weblogic, as described in ADF guide chapter 32.7. I used the same name for data source as connection name in jdeveloper.

  • Deloying Forms in Linux

    How can i deploy a form developped with Forms 10g in IAS+Linux
    Please what is the modifications that i must add to .bash_profile (Library ....)
    thank you

    Assuming you have already installed IAS and it's working (test Form), you don't need to do anything with .bash_profile, you have to configure your application. See [url http://download-uk.oracle.com/docs/cd/B14099_16/web.1012/b14032/toc.htm]Forms Services Deployment Guide
    Eventually you may have to compile your form : you can use frmcmp.sh for that.
    If you mean to launch a single form from browser, then you can use something like :
    http://<machine name>:<port>/forms/frmservlet?form=<form's path>.fmx&userid=<username/password@DB>
    for example :
    http://localhost:7777/forms/frmservlet?form=/tmp/MY_FORM.fmx&userid=scott/tiger@orcl

  • Error deply adf applicqation

    Hi, I have installed weblogic 10.3.2 (.jar) and adf runtime in linux 64 bit. I want deploy one adf applicattion, but in admin server run OK, when i create a new managed server (I push the "Apply JRF" button in the em), and try deploy de adf application I obtain the following error:
    * Failed to load webapp "app-name"
    oracle.dms.wls.DMSServletFilter *
    Why in the admin server run ok and the managed server not?
    thanks any help

    Hi. Not familiar with the specific message but a common approach is to restart your environment and see if the error continues.
    Eric

  • Virtual path not accessible on IAS

    Hi all,
    We have installed an IAS LInux version on a server.We create virtual paths using following command lines in forms90.conf file:
    AliasMatch ^/forms90/sigfip/webutil/(..*) "/u01/sigfip/webutil/lib/$1"
    AliasMatch ^/forms90/sigfip/jars/(..*) "/u01/sigfip/jars/$1"
    Both webutil/lib and jars directories, contains jars file.
    When i entered the following url in browser:
    http://host:7779/forms90/sigfip/jars/progressbar.jar
    an server not found error occured.
    What's the problem.Could i make other configurations to define virtuals path with LINUX IAS?
    Plz help

    Hi all,
    My problem is solved.Notice that when u update forms.conf file, http server must restart before updates be available
    Thank u!
    TYAG

  • Using Webutil(CLIENT_GET_FILE_NAME) without result

    Hi all,
    I used Webutil(CLIENT_GET_FILE_NAME function) in developement platform(IDS) on WINDOWS and it worked fine.Now i'm migatring on IAS/LINUX, the same feature don't produce any result and any error occurs.Here's messages i receive in Jinitiator consol when a load and exit the form module:
    2004-oct.-25 10:41:08.734 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:08.734 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:08.734 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:08.750 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:08.750 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:08.750 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:08.750 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:08.750 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-oct.-25 10:41:33.906 WUI[VBeanCommon.destroy()] WebUtil GetClientInfo Utility being removed..
    2004-oct.-25 10:41:33.921 WUF[VBeanCommon.destroy()] WebUtil Client Side File Functions being removed..
    2004-oct.-25 10:41:33.921 WUH[VBeanCommon.destroy()] WebUtil Client Side Host Commands being removed..
    2004-oct.-25 10:41:33.921 WUS[VBeanCommon.destroy()] WebUtil Session Monitoring Facilities being removed..
    2004-oct.-25 10:41:33.921 WUT[VBeanCommon.destroy()] WebUtil File Transfer Bean being removed..
    2004-oct.-25 10:41:33.921 WUO[VBeanCommon.destroy()] WebUtil Client Side Ole Functions being removed..
    2004-oct.-25 10:41:33.921 WUL[VBeanCommon.destroy()] WebUtil C API Functions being removed..
    2004-oct.-25 10:41:34.140 WUB[VBeanCommon.destroy()] WebUtil Browser Functions being removed..
    Plz what can i do to make this webutil feature(CLIENT_GET_FILE_NAME) available on IAS/LINUX.
    plz help!
    TYAG.

    Grant,
    thanks for getting back.
    It is actually a conversion from forms6. The call is in a library procedure rather than in the form.
    The original call is:
    v_filename := client_get_file_name(v_photodir, NULL, v_ff, NULL, OPEN_FILE, TRUE);
    I have also tried: v_filename := client_GET_FILE_NAME(File_Filter=> v_ff);
    The webutil log stops at the point of open file and the java exception appears on the console.
    Webutil log:
    192.168.100.111:mvisser: 2004-Feb-26 10:51:57.812 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    192.168.100.111:mvisser: 2004-Feb-26 10:51:58.187 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    192.168.100.111:mvisser: 2004-Feb-26 10:51:58.203 WUT[loadSettings()] Local properties file loaded
    192.168.100.111:mvisser: 2004-Feb-26 10:51:58.406 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    192.168.100.111:mvisser: 2004-Feb-26 10:51:58.703 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    192.168.100.111:mvisser: 2004-Feb-26 10:51:58.890 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.d2kwut60.dll
    192.168.100.111:mvisser: 2004-Feb-26 10:51:59.281 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    192.168.100.111:mvisser: 2004-Feb-26 11:01:59.609 WUF[setProperty()] Setting property WUF_GFN_DIRNAME to false
    192.168.100.111:mvisser: 2004-Feb-26 11:01:59.921 WUF[setProperty()] Setting property WUF_FILENAME to false
    192.168.100.111:mvisser: 2004-Feb-26 11:01:59.921 WUF[setProperty()] Setting property WUF_FILTER to ;*.bmp;*.jpeg;*.tiff;*.jpg
    192.168.100.111:mvisser: 2004-Feb-26 11:02:00.312 WUF[setProperty()] Setting property WUF_GFN_MESSAGE to false
    192.168.100.111:mvisser: 2004-Feb-26 11:02:01.140 WUF[setProperty()] Setting property WUF_GFN_MULTISELECT to FALSE
    192.168.100.111:mvisser: 2004-Feb-26 11:02:01.140 WUF[getProperty()] Getting property WUF_GFN_OPENFILE

  • Oracle Forms vs APEX for Web Development

    Could you please suggest me which Oracle Technology will be better suitable give flexibility for developing a web application of Information processing.
    1). Oracle Forms (Web)
    or
    2) Oracle Application express
    and also please explain the how it is good comparative other.

    I think you should also include the licensing issues in application development/deployment plans. As you might know, Forms requires iDS (for development) and iAS EE (for deployment) licenses. For JDeveloper and ADF, the development platform is free and the iAS Java version is much cheaper compared to the iAS EE license. When it comes to APEX licensing, it is free as long as the database server is properly licensed. For a small size company, APEX and the JDeveloper + ADF and iAS Java version makes perfect sense. Because Forms Services is only a part of the EE version of the iAS server, it might be an expensive option for a small scale application. On the other hand iAS EE is very capable and scaleable framework and you can deploy both J2EE, Forms, Reports, Discoverer, Portal applications from a single platform.
    Hope this proves useful.
    Zafer

  • Weblogic Server adminstration console

    Hello
    i installed a weblogic server 10.3.3.0 then adf runtime , on Linux Redhat 5 enviroment
    i create a new domain named "base_domain" , i noticed that if i run the domain on the first time using ./startWeblogic.sh and login to the adminstration console its login directly to the adminstration console home page
    but if i shutdown the "base_domain" using ./stopWeblogic.sh , then run the domain again using ./startWeblogic.sh , then login to the adminstration console its take around 9 minutes processing until it shows adminstration console home page .
    so whats the case?
    any suggestion ?
    regards

    My VMware, Linux 5.0 running WLS.10.3 starts & stops in under 30 sec. [8 GB Memory on Host Windows 7]
    suggestions:
    1. Review WLS Admin "logs"
    2. turn on Health Monitoring
    3. stop, then start
    4. review WLS Admin Logs

  • Character conversion and NLS parameter

    Hi forms gurus,
    After deploy forms on IAS/Linux, i'm encountring the following situations:
    - Conversion of some characters: (é) becomes (e), (°) becomes (?).As i'm a french speaker, these subsitution are not interesting for me.
    - NLS Parameter: Errors, loggon dialog are in english.I want to put them in french.
    What setting may i do to solve these problems?
    Thank for ur help!
    TYAG

    Not familiar with Linux.
    But your problem seems to be based on the DB characterset.
    If the characters are not proper in the DB tables change the NLS_CHARACTERSET in DB. If the forms labels are showing the error change the NLS_LANG in the forms (default)*.env file

  • Code lines which generate FRM-41213

    Hi all,
    Here is a portion of code which generate an FRM-41213's Errors:
    BEGIN
              V_rid:=FIND_REPORT_OBJECT(Rep_Obj);          
              -- setting Reports runtime parameters
              SET_REPORT_OBJECT_PROPERTY(V_rid,REPORT_COMM_MODE,SYNCHRONOUS);
              SET_REPORT_OBJECT_PROPERTY(V_rid,REPORT_FILENAME,'RD_DF1.rep');
              SET_REPORT_OBJECT_PROPERTY(V_rid,REPORT_SERVER,'myrserv');
              SET_REPORT_OBJECT_PROPERTY(V_rid,REPORT_DESTYPE,CACHE);
              SET_REPORT_OBJECT_PROPERTY(V_rid,REPORT_DESFORMAT,'PDF');
                             V_Other_Param:='userid=scott/tiger@db P_Num_Act=6212 P_Typ_Cod=O';
              SET_REPORT_OBJECT_PROPERTY(V_rid,REPORT_OTHER,V_Other_Param);
              V_rmessage     := RUN_REPORT_OBJECT(V_rid);
              V_rstatus      := REPORT_OBJECT_STATUS(V_rmessage);          
    END;
    When debugging is see that it's the last line which generate this error.I'm usind IAS/LINUX and the standalone report is installed on the server(rwserver).This report server works fine using showjobs or running a report by enter the full adress in the browser.
    Are There errors in my code?What's the problem
    plz help, it's very important.

    Hi,
    first of all, you don't need to pass username and password as REPORT_OTHER parameter. These values are passed implicit.
    The error message means "unable to communicate with Reports Server". You need to find out why the Reports Server cannopt be accessed from Forms (wrong name?). Ifthe Reports Server is on another server, does the Forms process have access to the network?
    If you run Forms and Reports 6i then teh Reports Server must be configured as an tnsnames entry in the Forms home.
    Frank

  • Documentation about FRM-41213

    Hi all,
    I am in face of a problem for witch i haven't more information to resolve.It's the error:FRM-41213:Unable to connect to a report Server.
    When we Used a standalone report server in IDS/Windows we hadn't this problem.Now we migrate on IAS/LINUX, we create a report server(sigfiprserv) on LINUX using rwserver.sh command.This reports server works fine when we call a report enter full adress in the browser(http://host:port/reports/rwservlet?server=sigfiprserv&report=myrep.rep...).But calling report from forms, using the same code which works fine on IDS, produces FRM-41213 Error.In form builder there isn't more details. I also activate reports trace but traces files don't give more information on this error.I'm looking for a document which can give me all the causes of this error.
    PLZ help, it's important

    THere are so many possibilities I would speak to Oracle Support about this. However the key things are:
    1) Ensure you are testing in a simple case - i.e. a simple one button form calling a simple report.
    Things like problems with paramaters containing spaces can cause this error and so a simple case should be tested to make sure this is not the issue.
    REgards
    Grant Ronald
    Forms Product Management

Maybe you are looking for