IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Forms Oracle Discussion :

Problème d'exécution d'Oracle Forms


Sujet :

Forms Oracle

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre habitué
    Inscrit en
    Novembre 2010
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Novembre 2010
    Messages : 12
    Par défaut Problème d'exécution d'Oracle Forms
    Salut, Je debute en oracle...
    J'ai un probleme après l'execution de form builder.
    Le navigateur s'affiche après l'execution, mais le contenu est vide sachant que j'ai crée des formulaires...
    donc je comprends pas trop pourquoi si quelqu'un pouvait m'aider ?

    je vous donne mon fichier foormsweb que j'ai un peux manipuler :

    # $Id: formsweb.cfg,v 1.23 2002/01/25 06:51:41 oraforms Exp $
    # -------------------------------------------------------
    # formsweb.cfg - Forms Servlet default configuration file
    # -------------------------------------------------------
    # This file defines parameter values used by the FormsServlet (f90servlet)

    # ********************************
    # DEFAULT CONFIGURATIONS
    # ********************************
    #
    # These are the default settings. Any of them may be overridden in the
    # Named Configurations section. If they are not overridden, then the
    # values here will be used.
    # System Paremeters cannot be overridden in the URL. User Parameters can.
    #

    #
    # SYSTEM PARAMETERS
    # -----------------
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    #

    baseHTML=basejpi.htm
    baseHTMLjinitiator=basejpi.htm
    baseHTMLjpi=basejpi.htm
    baseHTMLie=basejpi.htm

    HTMLdelimiter=%

    #
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    #
    workingDirectory=
    envFile=default.env

    #
    # The next parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x. Put IE=native if you want the
    # Forms applet to run in the browser's native JVM.
    #
    IE=native

    #
    # USER PARAMETERS
    # ---------------
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    #

    #
    # 1) Runform arguments:
    #
    form=test.fmx
    userid=

    #
    # These settings support running and debugging a form from the Builder:
    #
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    debug=no
    buffer=no
    debug_messages=no
    array=no
    query_only=no
    quiet=yes
    render=no
    host=
    port=
    record=
    tracegroup=
    log=
    term=

    #
    # 2) HTML page title, attributes for the BODY tag, and HTML to add before and
    # after the form:
    #
    pageTitle=Oracle9iAS Forms Services
    HTMLbodyAttrs=
    HTMLbeforeForm=
    HTMLafterForm=

    #
    # 3) Values for the Forms applet parameters:
    #
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    imageBase=DocumentBase
    width=650
    height=500
    separateFrame=false
    splashScreen=
    background=
    lookAndFeel=Oracle
    colorScheme=teal
    logo=
    formsMessageListener=
    recordFileName=

    serverApp=default

    #
    # The following archive settings are for
    # archive_jini - settings for JInitiator
    # archive_ie - settings for IE native JVM
    # archive - settings for all other cases (Java Plugin, Appletviewer, etc)
    #
    archive=frmall.jar,...,my_jar.jar
    archive_ie=f90all.cab
    archive=f90all.jar

    #
    # Number of times client should retry if a network failure occurs. Only
    # change after having read the documentation.
    #
    networkRetries=0

    #
    # 4) Parameters for JInitiator (used with Windows clients)
    #

    #
    # Page displayed to Netscape users to allow them to download JInitiator.
    # If you create your own page, you should set this parameter to point to it.
    #
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm

    #
    # Parameters related to the version of JInitiator.
    #
    jinit_classid=clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,9
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.9

    #
    # 5) Parameters for the Java Plugin (used with non-Windows clients)
    #

    #
    # Page displayed to users to allow them to download the JPI
    # (NOTE: you should check this page and possibly change the settings)
    #
    jpi_download_page=https: / /
    java.sun.com/j2se/1.5.0/download.html

    #
    # Parameters related to the version of the Java Plugin
    #
    jpi_classid = clsid: 8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_codebase = https: / / java sun.com. / jour / 1 .5,0 / jinstall-1_5-windows-i586 cabine.
    jpi_mimetype = application / x-java-applet ; version = 1.4.2

    #
    # 6) EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    #
    em_mode=0

    #
    # 6) OID Config parameters (for Single Sign-On)
    #
    oid_formsid=%OID_FORMSID%
    oracle_home=D:\oracle_home1

    # ********************************
    # NAMED CONFIGURATIONS
    # ********************************
    #
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
    #

    #
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    #
    [sepwin]
    separateFrame=True
    lookandfeel=Generic

    #
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than
    # using Oracle JInitiator.
    #
    [ienative]
    IE=native

    #
    # Example 3: configuration forcing use of the Java Plugin in all cases
    # (even if the client browser is on Windows)
    #
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm

    #
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file)
    #
    [debug]
    serverURL=/servlet/l90servlet/debug

    [javaplugin]
    baseHTMLJInitiator=basejpi.htm
    jpi_download_page=http: / / www oracle.com. / technetwork/java/javase/downloads/index-jdk5-jsp-142662 html.
    jpi_classid = clsid: 8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_codebase = https: / / java sun.com. / jour / 1 .5,0 / jinstall-1_5-windows-i586 cabine.
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    ...
    merci pour reponses futur

    je suis sur windows seven et j'utilise presque tous les naviagteurs (firefox, I.E., ...)

  2. #2
    Membre Expert Avatar de Garuda
    Homme Profil pro
    Chef de projet / Urbaniste SI
    Inscrit en
    Juin 2007
    Messages
    1 285
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Vaucluse (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Chef de projet / Urbaniste SI
    Secteur : Bâtiment

    Informations forums :
    Inscription : Juin 2007
    Messages : 1 285
    Par défaut
    regarde du coté de FORMS_PATH dans le fichier default.env dans %ORACLE_HOME%/forms/server
    Tu dois y ajouter le(s) repertoire(s) contenant tes forms

    Par exemple
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    FORMS_PATH=D:\devsuite10g\forms;D:\DEV\dev10gWEB\fmb
    En rouge, mon repertoire contenant mes forms

  3. #3
    Membre habitué
    Inscrit en
    Novembre 2010
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Novembre 2010
    Messages : 12
    Par défaut
    Citation Envoyé par Garuda Voir le message
    regarde du coté de FORMS_PATH dans le fichier default.env dans %ORACLE_HOME%/forms/server
    Tu dois y ajouter le(s) repertoire(s) contenant tes forms

    Par exemple
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    FORMS_PATH=D:\devsuite10g\forms;D:\DEV\dev10gWEB\fmb
    En rouge, mon repertoire contenant mes forms
    merci pour ta reponse mais je n'arrive pas a comprendre...
    je suis le fichier "default.env" comme tu m'as indiqué mais je sais pas ou mettre le chemin.
    si tu peux etre plus explicite.
    merci

  4. #4
    Membre Expert Avatar de Garuda
    Homme Profil pro
    Chef de projet / Urbaniste SI
    Inscrit en
    Juin 2007
    Messages
    1 285
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Vaucluse (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Chef de projet / Urbaniste SI
    Secteur : Bâtiment

    Informations forums :
    Inscription : Juin 2007
    Messages : 1 285
    Par défaut
    1) Tes forms sont dans un dossier
    Dans mon exemple
    D:\DEV\dev10gWEB\fmb conient les *.fmb et les *.fmx (les modules forms)
    2) Ouvre le fichier default.env
    3) Recherche "FORMS_PATH"
    4) rajoute à la fin un point-virgule et le dossier trouvé en 1°
    5) Enregistre

    NB : ca sera difficile d'être plus explicite !

  5. #5
    Membre habitué
    Inscrit en
    Novembre 2010
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Novembre 2010
    Messages : 12
    Par défaut
    j'ai pas cet element dans mon fichier, j'ai juste sa qui correspond un peu mais il est mis en commentaire:

    # FORMS90_PATH=D:\oracle_home1/forms90
    j'ai egalement sa: qui n'est pas en commentaire
    PATH=D:\oracle_home1\bin;D:\oracle_home1\jdk\jre\bin\classic

  6. #6
    Expert confirmé
    Avatar de SheikYerbouti
    Profil pro
    Inscrit en
    Mai 2003
    Messages
    6 760
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2003
    Messages : 6 760
    Par défaut
    Décommentarisez le FORMS90_PATH

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Problème de LOV ne oracle FORMS 6i
    Par FrankyBoy88 dans le forum Oracle
    Réponses: 1
    Dernier message: 11/07/2013, 20h01
  2. [10g] Problème d'exécution d'Oracle Forms
    Par oum dans le forum Forms
    Réponses: 11
    Dernier message: 15/05/2013, 15h39
  3. Problème de déploiement d'oracle Forms
    Par quiyai dans le forum Administration
    Réponses: 1
    Dernier message: 29/08/2008, 17h38
  4. problème avec javabean et oracle forms
    Par mou33ad dans le forum Forms
    Réponses: 13
    Dernier message: 23/06/2007, 14h24
  5. [Forms]Problème de fusion avec oracle forms 6i
    Par Sabact dans le forum Forms
    Réponses: 2
    Dernier message: 25/10/2006, 07h50

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo