Oracle Fusion Middle Ware 11.1.2 & webutil

Hello

I am trying to configure webutil for middle ware to oracle fusion, but I am facing problems.

/**

Exception in thread "thread of applet - oracle.forms.engine.Main - 1" java.lang.NoClassDefFoundError: com/com/jacob/ComFailException

**/

the current environment:

Windows 7 32 bit.

Oracle Fusion 11.1.2.

Oracle 11.2.0.1 database.

I have download the following jacob.jar, jacob - 1.14.3.x 86 .dll, jacob - 1.14.3.x 64 .dll and I copy the Jacob.jar on oracle_home /... / java and I copy the dll inside oracle_home /... / webutil/win32 and win64.

I signed the jacob.jar, frmwebutil.jar using sign_webutil.bat

I add the the path of the Jacob.jar file in class_path in the default.env file

I also configure webutil inside frmweb.cfg.

I clear the jre cache.

/*********************** webutil.cfg*********************************/

install.syslib.Location=/Forms/webutil

install.syslib.Location.0.0=/webutil/Win32

install.syslib.Location.0.1=/webutil/Win64

# Add/Edit the following if you want to specify a different location client

# where syslib libraries.

# Format:

# install.syslib.location.client. < os >. < arch > = < location >

\win32 install.syslib.Location.client.0.0=webutil\syslib\$ (SERVERHOST)

\win64 install.syslib.Location.client.0.1=webutil\syslib\$ (SERVERHOST)

# Change the size and the version if necessary, such as when the upgrade of the library.

# Normally this is not necessary since most of these libraries are equipped

# settle. Jacob does not however come with installation

# Format:

# install.syslib. < os >. < arch >. < package >. < n > = name | size | version | showDownloadDialog

1.14.3 - install.syslib.0.0.7.1 = Jacob - x 86 DLL | 102400 | 1.14.3 | true

1.14.3 - install.syslib.0.1.7.1 = Jacob - x 64 .dll | 117760 | 1.14.3 | true

install.syslib.0.0.9.1 = JNIsharedstubs.dll | 45056 | 1.0: true

install.syslib.0.1.9.1 = JNIsharedstubs.dll | 58368 | 1.0: true

install.syslib.0.0.9.2 = d2kwut60.dll | 81920 | 1.0: true

install.syslib.0.1.9.2 = d2kwut60.dll | 102400 | 1.0: true

install.syslib.0.user.1 = ffisamp.dll | 40960 | 1.0: true

/****************************default.env*****************************/

CLASSPATH=C:\Oracle\Middleware\Oracle_FRHome1\forms\j2ee\frmsrv.jar; C:\Oracle\Middleware\Oracle_FRHome1\jlib\ldapjclnt11.jar; C:\Oracle\Middleware\Oracle_FRHome1\jlib\debugger.jar; C:\Oracle\Middleware\Oracle_FRHome1\jlib\ewt3.jar; C:\Oracle\Middleware\Oracle_FRHome1\jlib\share.jar; C:\Oracle\Middleware\Oracle_FRHome1\jlib\utj.jar; C:\Oracle\Middleware\Oracle_FRHome1\jlib\zrclient.jar; C:\Oracle\Middleware\Oracle_FRHome1\reports\jlib\rwrun.jar; C:\Oracle\Middleware\Oracle_FRHome1\forms\java\frmwebutil.jar; C:\Oracle\Middleware\Oracle_FRHome1\jlib\start_dejvm.jar; C:\Oracle\Middleware\Oracle_FRHome1\opmn\lib\optic.jar; C:\Oracle\Middleware\Oracle_FRHome1\forms\java\jacob.jar

/****************************formsweb.env*****************************/

[webutil]

WebUtilArchive = frmwebutil.jar; jacob.jar

WebUtilLogging = off

WebUtilLoggingDetail = normal

WebUtilErrorMode = alert

WebUtilDispatchMonitorInterval = 5

WebUtilTrustInternal = true

WebUtilMaxTransferSize = 16384

baseHTML = webutilbase.htm

baseHTMLjpi = webutiljpi.htm

Archive = frmall.jar; Jacob.jar

lookAndFeel = oracle

/****************************default.env*****************************/

Hello:

In the section [webutil], the file separator is a comma instead of a semicolon.

Change:

WebUtilArchive = frmwebutil.jar; jacob.jar

Archive = frmall.jar; Jacob.jar

TO:

WebUtilArchive = frmwebutil.jar, jacob.jar

Archive = frmall.jar

I think that you must restart the WLS_FORMS service in Weblogic.

Kind regards

Tags: Oracle Development

Similar Questions

  • Oracle Fusion 11.1.2 &amp; Forms.cfg &amp; Webutil

    Hello

    Oracle Fusion: 11.1.2.1.0.
    Windows 7 64-bit. Premuim.


    I am tring to set up webutil, but I am experiencing that there is no forms.cfg to the server. I only found the forms.conf in this way (C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\server) with this entry.


    {code /}


    # Name
    # forms.conf - configuration of Forms component Apache directives file.
    #
    # Goal
    # It should include the server managed weblogic (routing) of the guidelines for
    # servers where are deployed applications Forms and other various
    # Directives form OSH component.
    #
    #
    # Comments
    # In deployment mode (non-development mode), this file is included with
    # ESO instance configuration in the following subdirectory
    # $OI / config/OHS/< name of the OHS instance > / moduleconf
    #
    #

    #
    # virtual mapping for the mapping/forms/html.
    #
    RewriteEngine on
    RewriteRule ^ / forms/html / (. *) /workaroundhtml/$ 1 [PT]
    AliasMatch ^ / workaroundhtml / (. *) "C:\Oracle\Middleware\asinst_1/config/FormsComponent/forms/html/$1".

    RewriteRule ^ / forms/registry / (. *) /workaroundregistry/$ 1 [PT]
    AliasMatch ^ / workaroundregistry / (. *) "C:/Oracle/Middleware/user_projects/domains/ClassicDomain/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.2/config/forms/registry/$1".
    Regards,
    
    Edited by: kingadmin on Jan 24, 2013 12:08 PM
    
    Edited by: kingadmin on Jan 24, 2013 12:42 PM
    
    Edited by: kingadmin on Jan 24, 2013 12:43 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Hello

    Please, perform the following steps:

    1 backup and open the sign_webutil script in a text editor and check/read 2 comments:
    REM * Delete the text after the '=' below and replace with your password. ***

    2. look for the line:
    KEYSTORE_PASSWORD =

    and specify the password policy for your organization:
    KEYSTORE_PASSWORD = MyKeystorePassword

    3. look for the line:
    JAR_KEY_PASSWORD =

    and specify the password policy for your organization:
    JAR_KEY_PASSWORD = MyKeyPassword

    4. save the script and run it again to sign the JAR file.

    Make sure that ORACLE_HOME env is set.

    Kind regards
    Alex

    If someone useful or appropriate please mark accordingly.

  • Proposal of 12 databases and merge Middle-ware.

    Hi all

    I'm not sure that the question here is relevant or not, if not then please accept my sorry for that.

    We will go to 12 c database and merge middle-ware of database 10g.

    our manager asks me to develop a proposal for it, so I request and pass on to management.

    I wonder what should I include in this proposal?

    Thank you

    Looks like you need for more details of what to include in the proposal.

    New features in oracle 12 c?

    New features of grid below 12 c?

    New architecture of the CBD 12 c?

    RMAN enhancements on 12 c?

    The list goes on and. Without knowing what is the first and most important for your business you can just give them the 'New features 12 c' book as a proposal.

  • Get the error during the installation of Oracle Fusion Middleware 11 g

    Dear all,

    I'm installing Oracle Fusion Middleware 11 g forms and reports in my windows 7 64 bit. Suite error below has been provisioned to the installation location.

    Error.JPG

    Please help me how to solve this problem.

    Kind regards

    Atif Zafar

    As Salamu Asalam are Atef,

    During the installation of weblogic server (WLS), home of Middleware is created.  My dough to this mistake, it's that you does not have the correct version of weblogic FIRST before installing the forms and reports. Then, u MUST specify THE SAME directory Middleware where wls is created after a successful installation.

    For more details, pls, review the steps http://docs.oracle.com/cd/E38115_01/doc.111210/e23960/install.htm#FRINS252

    Amatu Allah.

  • Descriptions and oracle Fusion Application roles

    Someone at - it documentation for all Oracle Fusion applications with description roles and their respective functions. As for example, what are the mandatory roles required for a user to develop its reports through EN Studio. Thanks in advance for the answer

    You can observe the information security reference manual (SRM) like thisrole, I am not aware of a single document that contains all the roles of Mrs. you can also access to of OER, search for 'Rôle' and the appropriate functionality and version.

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

  • Workspace open to financial reports is not available in the center of financial information to the local Oracle Fusion HCM

    Workspace open to financial reports is not available in the center of financial information to the local Oracle Fusion HCM. Help, please.

    Thanks in advance for the answer

    Found the solution. Open space for task of financial reports, we must as a financial analyst for the respective user. Pls correct me if I'm wrong

  • Do you have Oracle Fusion Middleware Infrastructure Installer 12.2.1 and content Webcenter 12.2.1 Support windows server 2008 R2?

    Do you have Oracle Fusion Middleware Infrastructure Installer 12.2.1 and content Webcenter 12.2.1 Support windows server 2008 R2?

    Hi Saif,

    This is not supported for the content... Please check the certificate of the MOS

    Support content 12.2.0.1 MS x 64 64 bit 2012 and 2012R2 and same is applied to the installation of Oracle Fusion Middleware Infrastructure program.

    Thank you

    Amey

  • Oracle Fusion Middleware 12 c WebLogic Server and coherence (12.1.2.0.0) only installs and launches javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not found exception

    I am installing Oracle Fusion Middleware 12 c WebLogic Server and coherence (12.1.2.0.0) (V38518 - 01\wls_121200.jar), but I get the following error:

    javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not found

    Please note that I also get the same error when I try to install Oracle Fusion Middleware 12 c (12.1.3.0.0) WebLogic Server and coherence (V44413-01\fmw_12.1.3.0.0_wls.jar).

    Here are the steps:

    1. excerpt from the wls_121200.jar to D:\Temp

    2. run D:\Java\jdk1.7.0_67\bin\java-jar wls_121200.jar

    3. following error is reported and the process terminates:

    javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not fo

    und

    -with the exception related:

    [java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory]

    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:151)

    at javax.xml.bind.ContextFinder.find(ContextFinder.java:298)

    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)

    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:337)

    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:244)

    at oracle.as.install.engine.config.xml.EngineConfigParser.getEngineConfi

    g(EngineConfigParser.Java:65)

    at oracle.as.install.engine.InstallEngine.startOperation (InstallEngine.j

    AVA: 425)

    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main (OiocOneClickInstall

    St. Java:690)

    Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:366)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:355)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:308)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:116)

    ... 7 more

    java.lang.NullPointerException

    at oracle.as.install.engine.InstallEngine.startOperation (InstallEngine.j

    AVA: 476)

    java.lang.NullPointerException at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:476)

    javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not found

    Has anyone seen this error, or did someone knows how to solve this problem?

    I had several java installed on my computer so I thought this might be causing the problem. I went ahead uninstalled all the software just installed and java Oracle JDK 7 55 of update for Microsoft Windows x 64, set the path to be able to run java and ran "java-jar fmw_12.1.3.0.0_wls.jar". Installer is coming now.

  • Oracle Fusion HCM question

    How to find if Oracle Fusion HCM is a model of level 2 or a 3-tier model. What is the difference between a 2-level model and a 3 layer model Oracle Fusion HCM... Help, please

    Thanks in advance for the answer

    In level 2 template, you will see only two levels of i.e.work and assignment while in the model 3-tier working relationship, you will see 3 levels of relationship-employer i.e.Work, term and assignment. It is defined at the level of the legal employer. You can go to manage HCM information user interface of the program of installation and maintenance.

  • Employee details just don't not in the person in Oracle Fusion HCM management

    We loaded of employee details by HCM based file loader. The data are successfully load and confirm by checking the data table. But when we're looking for the details of the employee (who taxied) through a management person in oracle Fusion HCM. We get all the data... We manually entered the details of an employee manually and these data, we are able to query databases and front end. Please help.

    Thanks in advance for the answer

    I think you need to perform the following procedure after loading data to display in the search page

    a. run no Keyword Crawler (search updated keywords)

    b. refresh the hierarchy Manager

    c. synchronize folders of the person

  • Oracle Fusion Middleware

    I tried to install Oracle Enterprise Scheduler Service (ESS). This is why I started with the installation of the SOA Suite, requiring a number of preconditions, which have been Creation (RCU) Utility of resources Oracle Fusion Middleware (fmw). When I try to install RCU, on the page where the details of the database are to give, after giving all the details, I get an error message saying "the selected Oracle database is not configured to use the AL32UTF8 character set. Oracle strongly recommends the use the AL32UTF8 character defined for databases that support Oracle Fusion Middleware". Documentation Oracle said ignore this error would be to continue the installation without any further problems, but my installation was getting arrested after ignore him. Now, I tried to change the character set, but an error pops up saying "the new character set should be a super set of the existing character set". However, I read on a forum that says AL32UTF8 and UTF8 are identical and therefore tried to change the UTF8 character set and changed it. Now, I retried RCU installation but just the same error and ignoring the error Stops again. In configuration of FMW, during database Configuration Type stage, getting a hit on "Get RCU Configuration" allows only once to the new measures, so plant UCR became necessary.

    How can I get rid of the error of character set or how to change the character set to the AL32UTF8 required?

    We had the problem, decided to remove the database and re - create.  This thread may help: Oracle11g: how to change character value AL32UTF8?

  • upgrade to Oracle fusion middleware

    Hi all

    hope all are doing well, I have need of your precious help.i am under oracle fusion middleware 11g Release 1 (11.1.1.4.0) and I want to upgrade to 11.1.1.7, so I want to know which patch I should download.your help will be appreciated. Thanks in advance.

    Thank you and best regards.

    Post pl forums FMW - Fusion Middleware

    Online Oracle Fusion Middleware Documentation Library

  • Oracle Fusion Middleware Configuration Wizard does not display alternative OAM

    @

    I m install OAM. I installed Weblogic and the MRI suite. When I start the Oracle Fusion Middleware Configuration Wizard, I expect to see an alternative to choose to create a new domain or use an existing one. Im not seeing this and rather Im getting a text information of General information. When I click Next I get only the alternative to configure OIM OAM not or any other component.

    No idea why this is?

    Hello Stefan,

    Where you start the config.sh from? It must be run from $MW_HOME/oracle_common/bin/config.sh

    You can then select either a new domain or extend an existing domain, where you can select Oracle Access Management.

    Kind regards

    Jeffrey

  • Oracle Fusion Middleware MapViewer Version 12 c

    MapViewer 12 c has recently become available on OTN, but there is not yet documentation.

    (Oracle Fusion Middleware MapViewer)

    We know when the supporting documents (and demos) will be available?

    Have you seen this link? http://docs.Oracle.com/middleware/1213/core/JIMPV/title.htm

  • Oracle Fusion Middleware 11g R2 installation problem reports and forms

    Hi all

    I am installing Oracle Fusion Middleware 11 g R2 forms and States (install version 11.1.2.2.0). It gives me following error by specifying various 'installation locations"(step 5):

    INST-07248: rental house Middleware specified is not a valid location (for the location of the Middleware Oracle home: C:\Oracle\Middleware\Oracle_Home)

    INST-07248: rental house Weblogic specified is not a valid location (for the location of the Weblogic Server: C:\Oracle\Middleware\Oracle_Home\wlserver)

    I installed WebLogic server worm 12.1.2.0.0 in these places. No idea how to do this setup forms and reports program recognize Weblogic version 12.x OR should I install ver Weblogic 10.3 only to work? (The value in the Weblogic Server location field to step "Install location", by default Weblogic 10.3 worm).

    Thanks in advance for your answers.

    Kind regards.

    Girish

    WebLogic 12 c is not certified with forms & reports 11.1.2.2.

    You need to install the earlier version 10.3 (10.3.6).

    Control of certification matrix:

    http://www.Oracle.com/technetwork/es/middleware/docs/Oracle-Forms-111220certmatrix-2087910.xls?ssSourceSiteId=otnen

    Concerning

Maybe you are looking for

  • Satellite R630 - replacement of SSD

    Hello look in my R630x, I'll see an SSD that is not compareable with other commercially available SSD, I found. It seems to be a circuit printed, connected by a very flat ribbon cable. No other connector. What kind of SSD I have to replace it? Is it

  • Re-installation of 98. floppy drive and the CD Player do not work

    HelloI loaded 98 in our 3410 CT. 98 is installed, but the system has not picked up on our floppy (usb) and our cd. I know I have to get the drivers here, but how? The cd will not work because it has no driver present as is the case for the floppy dri

  • Burn a movie with Movie Maker

    I am trying to burn a movie that I made myself using Windows Movie Maker on a DVD, but whenever he progresses to 80 to 90% at the end I get the message that burns if not possible due to a disk error. I have tried many different disks.I use Vista Home

  • Agent properties is not displayed in Foglight Console

    Hi all.. We are facing some problems with the dashboard properties Agent because he receives any shown in the Console... Please help us to solve and try to understand the problem. Kind regards Guenoun

  • Rename a folder with the character question mark (?) in the name of the file?

    The name of the folder in question has a format of "file name? This folder is on my external hard drive and was created when I've used OSX, which had the support of the character question mark (?). However, while trying to access the contents of the