Problems with webutil......alternative solution?

not sure if this is the best forum to post this thread to...but here we go:
we are currently using webutil to merge data from Oracle into a Word Template. Word is never actually seen by the end user...the Word Doc is just printed out on the users local printer.
However this is causing errors....
I want to find a solution that enables us to do this without the need for Word on the server.
I've looked at WordWriter by Softartisans but the system requirements are a problem...
We would prefer to use existing Word templates but I'm considering/researching the possibility of outputting the file as a .pdf or postscript...
Any ideas/suggestions?
Cheers

thanks for the suggestions....unfortunately I do not know what errors occur using webutil....I hope to find out soon.
However it seems it may be better doing this on the server using ORDCOM.
Can anyone please provide futher info on this. And would others agree ORDCOM is my best bet?
I have spoken to my manager...and apparently problems have occurred in the past using COM components. I am continuing to investigate.....but if anyone has any further comments or suggestion I would appreciate it.
Thanks

Similar Messages

  • Having problem with Webutil

    Hello everyone,
    When I want to upload a document in the database from the client machine, it gives error of
    ORA-04063: package body 'SCOTT.WEBUTIL_DB' has errors
    I installed and configured webutil correctly but I can't figure out what's the problem.
    Can someone help me please??

    hi
    please read it properly i hope it will help u too.
    Configure WebUtil 1.06
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform,
    I also tested it on Linux and it works well (after of course taking care of the differences in PATH format)
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    Oracle_Home with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
      and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
      C:\webutile is the folder where you extracted Jacob, and will end in ...\jacob_18
         cd C:\webutile
         copy jacob.jar C:\DevSuiteHome_1\forms\java\.
         copy jacob.dll C:\DevSuiteHome_1\forms\webutil\.
      The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
      Open a DOS command prompt.
      Add C:\DevSuiteHome_1\jdk\bin to the PATH:
         set PATH=C:\DevSuiteHome_1\jdk\bin;%PATH%
      Sign the files, and check the output for success:
         C:\DevSuiteHome_1\forms\webutil\sign_webutil C:\DevSuiteHome_1\forms\java\frmwebutil.jar
         C:\DevSuiteHome_1\forms\webutil\sign_webutil C:\DevSuiteHome_1\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
      you may skip this step. Otherwise,
      Create a schema to hold the WebUtil stored code, and privileges needed to
      connect and create a stored package. Schema name "WEBUTIL" is recommended
      for no reason other than consistency over the user base.
      Open C:\DevSuiteHome_1\forms\create_webutil_db.sql in a text editor, and delete or comment
      out the EXIT statement, to be able to see whether the objects were created witout
      errors.
      Start SQL*Plus as SYSTEM, and issue:
         CREATE USER webutil IDENTIFIED BY a
         DEFAULT TABLESPACE users
         TEMPORARY TABLESPACE temp;
         GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
         CONNECT webutil/webutil@rcci
         @C:\DevSuiteHome_1\forms\create_webutil_db.sql
         -- Inspect SQL*Plus output for errors, and then
         CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
      Reconnect as SYSTEM, and issue:
         grant execute on webutil_db to public;
    5) Modify C:\DevSuiteHome_1\forms\server\default.env, and append C:\oracle\developer\jdk\jre\lib\rt.jar
      to the CLASSPATH entry.
    6) Modify C:\DevSuiteHome_1\forms\server\formsweb.cfg insde [default] add :
        archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
        archive=frmall.jar
        also add  :
        [webutil]
        WebUtilLogging=off
        WebUtilLoggingDetail=normal
        WebUtilErrorMode=Alert
        WebUtilDispatchMonitorInterval=5
        WebUtilTrustInternal=true
        WebUtilMaxTransferSize=16384
        baseHTMLjinitiator=webutiljini.htm
        baseHTMLjpi=webutiljpi.htm
        baseHTML=webutilbase.htm
        archive_jini=frmall_jinit.jar
        WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
        archive=frmwebutil.jar,f90all.jar
        lookAndFeel=oracle
    7) Modify  C:\DevSuiteHome_1\forms\server\webutil.cfg and add :
        transfer.database.enabled=TRUE
        transfer.appsrv.enabled=TRUE
    8) Start the OC4J instance
    9) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
      Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
      It is important to generate the PLX, to avoid the FRM-40039 discussed in
      Note 303682.1
      If the PLX is not generated, the Webutil.pll library would have to be attached with
      full path information to all forms wishing to use WebUtil. This is NOT recommended.
    10) Create a new FMB.
      Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
      There is no need to Subclass the WebutilConfig object.
      Attach the Webutil.pll Library, and remove the path.
      Add an ON-LOGON trigger with the code
             NULL;
      to avoid having to connect to an RDBMS (optional).
      Create a new button on a new canvas, with the code
             show_webutil_information (TRUE);
      in a WHEN-BUTTON-PRESSED trigger.
      Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    11) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
      the "Application Server URL" is empty.
      Then append "?config=webutil" at the end, so you end up with a URL of the form
          http://server:port/forms/frmservlet?config=webutil
    12) Run your form.sarah

  • Some problems with webutil

    Hi everyone,
    I've been installing webutil on my oracle database 11g xe.
    Everything got fine until the moment when I needed to compile the library webutil.pll.
    I really don't know what is happening, when I try to do this action, is showed for me a message saying where Oracle Forms is unable to generate the plx.
    just that.
    nothing else.
    and.. for webutil to work fine is need to compile this library or else I'll have some exceptions and Oracle Errors.
    What can I do to solve my problem?
    Everything is working fine ( Oracle Forms, Database ) .. The only problem it's related with Webutil.
    Regards,
    Victor Hugo Lazari

    ihuu!
    I discovered what is the problem!
    The problem is connected with Oracle forms Builder exactly. I'm running it on Windows 7 or 8. Anyway, there is a bug on Forms.
    I needed to get into Windows register and to change a variable there called - NSL_LANG, changing it value to - AMERICAN_AMERICA.WE8ISO8859P1.
    After it has done, you just have to close and to open again the Oracle Forms.
    Tks mate!
    Victor Hugo Lazari

  • Yosemite Mail still has sync problems with Gmail - any solutions?

    I notice that Yosemite Mail still has sync problems with Gmail. After running for some hours, I noticed there were 6 emails in my Gmail account that had not synced over the past hour.
    In the meanwhile, for safety's sake (don't want to miss emails!) I'm back to Mailplane. But I wonder if anybody knows of a solution to this long term problem first introduced in Mavericks. Works fine in iOS Mail though.
    Thanks,
    doug

    I don't think we'll ever have a "best of both worlds" Doug. I've used Gmail since the week it launched the first beta in 2004, and it's always been a bit of a love-hate relationship for me (mostly love). With the demise of the Google Notifier for Mac, I went with Mailplane, but even it has problems. Like when I see my iPhone update with new mail and I'm looking at Mailplane and it won't update at times with even a forced refresh. I often have to close/reopen it to see new messages. But, it's hard to live without my Google Calendar only a tab click away, one of the primary reasons I use Mailplane, that plus changing view zoom sticks with Mailplane and won't with Gmail.
    For years I've thought Gmail labels were the perfect filing solution, but over the past few weeks I've been analyzing just how much I really use that feature, and for me...it's not all that much. I think I could simplify my life by putting everything into appropriate folders (as in all other email apps). Apple doesn't realize just how much money they're losing by not allowing people to use private domains with iCloud mail...which I would do in a heartbeat just because it would work perfectly with Mail.app. I would pay even more than I currently pay Google for this solution with Google Apps Business. So, I'm actually on the verge of moving my private domain to the best email service I can find and then using it with Mail.app. The problem here, of course, is I'll lose the best spam control on the planet (Gmail). So, as you say, there simply is not a "best" solution for all these things. I'll at least try a new email service first with some other domain to see how I like it before moving my primary email.
    Lastly, the other thing that incenses me is synching of flags between iOS and Apple Mail. It works fine between Gmail and iOS Mail, since all I care about is whether a message is starred/flagged or not.  But using Apple Mail, when I flag a message it will not show as flagged in their own iOS Mail, which is incomprehensible, given they built both apps.
    If you find a great solution or discover anything new...please post it here, Doug. Thanks.

  • Problems with remote app solution suggestion!

    Hello,
    I have been trying to get the Remote app to work on my windows 8 PC, but to no result. I am using an iPhone 5S. I believe the problem is that my PC is a desktop connected to the internet via ethernet. This is a very common issue. I spent around 5 hours on the phone with apple support, but all I got from them was a very long conversation. Even the senior support supervisor could not help me. Many people use iTunes on PCs that are connected via ethernet and they are unable to use the Remote app because it lacks a very basic and simple feature: to enter the host IP manually. When a PC is connected via ethernet to a router rather than wirelessly it cannot be found by the iPhone as a device that exists in the network, so you need to find it manually. Hopefully some of the higher-ups will hear this simplest of ideas and implement it, so the remote app no longer gets 1 or 2 star reviews saying it does not work.

    Welcome to the Apple Community Johnson4o.
    That's not correct, homesharing works over wired, wireless and mixed. If you have enabled homesharing correctly on both devices, then there' same problem with your network or settings, there is no need to add manual IP's, in fact there is nowhere to do so.

  • Problem with an alternative AC adap

    Hi
    one week ago i bought a zen microphoto 8gb and i should say its really really cool!
    my problem is that i bought the pixmania ac adapter and it doesnt work. I can see the battery charging icon only when the display is "on", but i dont see the blue light around the Microphoto that i see when i charge it connected to the pc.
    And infact it is not charging at all.
    Is there a problem with my reader or its just that you can charge it only with his original Creative charger?
    http://www.pixmania.com/dev/gui_web/...=663#avisconso
    thanks and sorry for my poor englishMessage Edited by maxmg3 on 05-2-2006 03:8 PM

    Your english is fine!
    Try putting your Micro into 'Lock' mode then plug the charger in. It should work....

  • Problems with webutil FRM -92101- 1.0.5 Production - forms 10g

    I've installed webutil according with the webutil user's guide.
    I've also sign he .jar file.
    I have not made the configuration of the database with the webutil_file_transfer o webutil_db package becouse i don't need to use the file transfer utility.
    I 've tested a simple form with webutil.pll and .obj subclass with the devsuite enviroment and with a server with AS 10g from two client browser pc and all work fine.
    But after when i tried to test again the form it doesn't work in no pc client (with the server and eith the devsuite server).
    Without webutil.pll and obj the forms work fine.
    I've this error: FRM-92101: there where a failure .....
    I 've this message in java console:
    JInitiator: Versione 1.3.1.17
    Uso della versione JRE 1.3.1.17-internal Java HotSpot(TM) Client VM
    Directory principale utente = C:\Documents and Settings\wolverine1
    Configurazione proxy: nessun proxy
    JAR cache enabled
    Location: C:\Documents and Settings\wolverine1\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Cached copy of http://ggdell2:8889/forms90/webutil/webutil.jar is out of date
    Cached copy: 1-ott-04 17.26.21
    Server copy: 4-ott-04 9.07.20
    Loading http://ggdell2:8889/forms90/java/f90all_jinit.jar from JAR cache
    Downloading http://ggdell2:8889/forms90/webutil/webutil.jar to JAR cache
    Cached copy of http://ggdell2:8889/forms90/webutil/jacob.jar is out of date
    Cached copy: 1-ott-04 17.26.44
    Server copy: 4-ott-04 9.07.38
    Downloading http://ggdell2:8889/forms90/webutil/jacob.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Versione Applet Forms: 9.0.4.0
    RegisterWebUtil - Loading WebUtil Version 1.0.5 Production
    oracle.forms.net.ConnectionException: Sessione Forms <1> terminata: impossibile comunicare con il processo runtime.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)     
    Who can help me ?

    THe Java Console would indicate that you're not using the right CFG settings - you should see the WebUtil Initialisation messages

  • A problem with Client Security Solution patch for Mozilla Firefox3

    After I updated Client Security Solution to 8.20, the password manager cannot work in FF3 again.When I tried to reinstall the patch, it asked me whether to overwrite the files or cancel.  Then it indicates 'This patch has already been installed on this computer', but the problem exsits.

    Borntofly, I am glad that you brought this up as I have not been able to successfully use FF3 with CSS 8.1 or 8.2 and have provided feedback in this thread:
    http://forums.lenovo.com/lnv/board/message?board.id=Special_Interest_Utilities&thread.id=937&view=by...
    As much as I would like to upgrade to FF3, I have not had any success in either using the manual configuration changes noted in the above thread or by using the CSS Patch for FF3 provided by Lenovo on 8/6/08 found here:
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-70132
    This patch appears to duplicate the manual efforts provided by member KTP in message 12 in the above provided link from what I can see.
    I have never had an issue using the TV password manager and IE7.  It is a very reliable combination.
    I have no issues at all using FF 2.0.0.16, CSS 8.1 or 8.2 (now on 8.2), and Thinkvantage (TV) Password Manager 3.00.0106.00 (came with CSS 8.2).  I have never had Lenovo Password Manager on my T60.  Everything works reliably well with this combination.
    In 3 hours of work yesterday, I was able to get TV Password Manager to show up in the FF3 add-ons as TV Password Manager 3.01 and this is the only way I was able to make it work, but only for a single browser session:
    1. Tools --> Add-Ons
    2. Disable TV Password Manager, then restart FF3
    3. Tools --> Add-Ons
    4. Enable TV Password Manager, then restart FF3
    5. TV Password Manager will work for the duration that I am using the browser session
    Once I close FF3 and reopen it, TV Password Manager no longer works.  The only method I have found to "reset" everything is to perform the above sequence, but again it only works for the single browser session.  It is very consistent.  Although in does not show this in the Add-Ons page, it almost appears that the TV Password Manager add-on is disabled after I close the browser and needs to be manually disabled then enabled as noted above.  If this is due to a conflict with other software on my laptop, I have not been able to determine this.
    In my efforts yesterday, I spent time uninstalling CSS 8.1 or 8.2, FF, and even removed registry entries related to these packages in order to start with a fresh install, all without any success.  I tried fresh installations and added the manual changes promoted by KTP and also tried fresh installations using the Lenovo patches, all without success.  I made attempts to troubleshoot to root cause by removing all add-ons except TV Password Manager, and also tried preventing certain software from installing at startup via msconfig, as well as multiple settings changes within FF3, all to no avail.  Again FF 2.0.0.16 continues to work very well with little effort on my part.  I simply install the software and ensure that TV Password Manager 2.0 in installed in the add-ons and that's it.
    In the above FF3 thread, it appears that others have had success with KTP's changes so I am a little frustrated that I cannot make FF3 and TV Password Manager work reliably.  I have FF2 and IE7 working so I have plenty of good alternatives at this time.  I will post this at the FF3 above as well to see if anyone has any feedback. 
    Moderator(s), do you wish for this thread to be integrated in the original thread for this issue?
    T60, 8744-5BU: 2.0 GHz T7200, 4 GB RAM, 15.4" WSXGA+, 1680x1050 ATI Mobility Radeon X1400, Win 7 Ultimate w/SP1 - 64-bit

  • Two problems with a grep solution?

    Hello!
    I have two problems that I need some help with. I've been searching around for solutions, but are unsure what approach that is the best:
    A: I need a new (or next) paragraph style after TWO hard line breaks. How do I do this? Do i search for two line breaks in GREP and replace it with a "end of paragraph"? Or do I need scripting for it?
    See the attached file for the actual layout solution. "1" is the current situation, and I want it to automaticly be "2".
    B: We have just implemented a new text editor/system and it lacks a feature: In the body text there is no styling/labeling for "paragraph title". In other words, the paragraph titles show up in Indesign as plain body text.
    This is a big source of error. So: Is there any way to search for sentences that lacks period (.) and change their styling? The paragraph titles are the onlye sentences without periods in the whole text.
    I'll be VERY happy it someone can point me in the right direction, or provide a solution.
    Regards,
    Magnus

    You are getting familiar with the lingo, Peter! You are correct: you can use a class in a negative lookbehind. This GREP
    (?<![.,!])$
    will find an end-of-paragraph where there is no period, comma, or exclamation before. But it has a few problems, though -- it doesn't "mark" anything as found, and InDesign does not like it. A solution is to find any character-which-is-not-punctuation:
    [^.,!]$
    If you are sure you want to skip all punctuation, you could try the built-in class name "punctuation":
    [^[:punct:]]$
    .. but I just saw a bit of an unexpected side effect: a hard return (which is "any code followed by the end of a paragraph", if one is applying the formula to the letter) also is "not punctuation" (again playing strictly by the rules). And you Can't Argue with the rules. So, alternative #1 would be to work around it with
    [^[:punct:]\r]$
    which is 'everything except punctuation OR a hard return'. Or let's forget all about that pesky punctuation-not-punctuation and search for a word character at the end of a paragraph:
    \w$

  • Problem with a patch solution

    Hi.
    I have a problem. when made patch of the solution. I was to make change in a web service and save and active. When i tried make assemble and download customer/specific solution the changes not work because i don't see some fields I added in the web service. i don't know what's happened. I hope you can help me with this topic.
    If you need more information or details about this issue please let me know.
    Thanks for advance
    Best Regards.

    Hi Tim,
    I checked the patch and it is enabled and the original solution is not enabled, the problem is i added some fields to a web service, but when i doing request to the web service. I don't see the new fields. This in the tenant that i generated the patch.
    I don't know whats happen, I hope you can help me if you need more details, please let me know.
    Thanks very much  for you help.
    Best Regards!

  • Problem with webutil file dialog box when trying to save/open

    Approximately 12 months ago we had this same issue and I think we managed to resolve it with a one off patch. Were getting it on another site now so any info will be much appreicated.
    Basically when using webutil file chooser Client_Get_File_Name to upload/download something to/from the database it works sporadically.
    When we choose a location to upload from or download to. we then click the buttonon the webutil file chooser and the box disapears without doing anything. Sometimes it works ok but i cant find any pattern to it working/not working
    Has anyone else experienced these problems?

    i found it
    patch 6127521
    thanks

  • Problem with webutil library in Forms 11g debug (FRM-93652)

    Hi.
    I have a problem when debug a forms in OFM11g, that used.
    the problem is that the forms, in debug mode, raise the error FRM-93652. Only in debug mode.
    I add tha jacob.jar and jacob.dll in the folder ORACLE_HOME/forms/java and Oracle_home/forms/webutil.
    the classpath variable in default.env, has added the jacob.jar file, and in my FORMS_BUILDER_CLASSSPATH Registry variable.
    Can some one help me???.
    Thanks and sorry for my english

    I have the same issue with debug_messages in Forms 11g -- they will not appear. I can, however, run in debug mode and attach the session to Forms Builder 10.1.2.0.2. Thus, when I run in debug mode and check the the Command Line tab under Global/System Variables, DEBUG_MESSAGES is always set to NO regardless of how I set it on the command line. Still works fine in our 10gR2 instances.
    DB 11.1.0.7
    Forms 11.1.1.4
    WebLogic 10.3.4
    AIX 5.3 64-bit
    AIX Java 1.6.0 SR9 FP1
    Client: WinXP JRE 1.6.0_25
    My real issue has to do with a FRM-40734 on EXIT_FORM after ENTER_QUERY or EXECUTE_QUERY have caused the KEY-EXEQRY trigger to erroneously fire -- especially when DO_KEY is involved -- but that's a different and much more problematic story.

  • My iphoto library folder with files of my pictures is missing from the pictures folder, only the application icon remains.  I have read through similar discussions but have not managed to fix the problem with the recommended solutions.  Can anyone help?

    I have a Macbook Pro with iphoto '08 running on Mac OS X version 10.5.8.  I used to be able to go to my pictures folder on my HD and access my pictures via that iphoto library folder.  There used to be a small arrow next to the iphoto icon with all the albums then listed within the folder (to the right).  That arrow is now gone and all I have is the iphoto application icon which just reopens iphoto when I click on it, but I want to be able to access the data files.  Somehow I do have files btwn 2008 and 2009 but it hasn't created these since then...Could someone please help me to restore this ability?  I have read other similar posts but they seem to be related to lost data all together and I do luckily have all my pictures in iphoto still. I just can't access them in the pictures folder which means I can't access them on my external hard drive.  I am now out of start up disc space somehow so I figured I had to delete some albums (I have 12,090 pictures) and do have them backed up but want to make sure I can go back for them when I need them.  I did export all the pictures to a folder on the hard drive but it is all 12,090 in one long list with only numbers as names and not in any order, this will be a nightmare to access later!  Please help!  Thank you!

    You can’t open your current photo library using this version of iPhoto.
    That indicates that that is your library.  Put it in your Pictures folder if it already isn't there and make sure it's named "iPhoto Library".  It should look like this:
    Now launch iPhoto with the Option key held down and select that library to open.  If you get that same message close iPhoto and try the following;
    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Problem with Aris and Solution Manager

    Hi,
    I'm trying to synchronize Aris and SAP Solution Manager.
    I'm doing installation and configuration following Administration Guide
    chap. 7 from Aris for Netweaver guide, but, I have a problem when I
    try to transfer projects from Aris to SolMan.
    In the main ARIS menu from ARIS Business Architecture for SAP NetWeaver>
    Aris Network>LOCAL>Synchronization>Maingroup, a SAPLogon screen appears
    to logon to SolMan system, ask for Client, User and PWD.
    I put the same user/pwd that I use to logon to SolMan, but ARIS cannot
    connect to, an error message appears "User or password incorrect".
    Does anyone have idea about this problem??
    Thanks

    Mariana,
    try changing your password to all CAPS in Solman.
    regards,
    Jason

  • Problems with WebUtil under Sun Java plugin

    Hi,
    I have a Forms application using WebUtil which works fine under Oracle jinitiator for years. It works with both MS IE and Mozilla Firefox (some other browsers were also successfully tested). Now when Mozilla released Firefox 3.6 requiring next generation Java (http://blogs.oracle.com/stevenChan/2010/01/firefox_36_ebs.html) Oracle jinitiator (Java version 1.3.1.22) cannot work and I was forced to download and install the latest JRE plugin version (http://java.sun.com/update/1.6.0/jinstall-6u18-windows-i586.cab). I provided required formsweb.cfg modifications:
    jpi_classid=clsid:CAFEEFAC-0016-0000-0018-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6u18-windows-i586.cab#Version=1,6,0,18
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_18
    Now my application starts (previously it required a plugin installation) but fails with the error:
    oracle.forms.webutil.cApi.CApiFunctions bean not found. WEBUTIL_C_API.REBIND_PARAMETER will not work
    See full Java console log below:
    Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM
    User home directory = C:\Users\ilia
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Loaded image: http://kenya:7777/forms/java/fls_logo.gif
    Loaded image: http://kenya:7777/forms/java/fls_bgnd.gif
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: oracle.forms.webutil.clientInfo.GetClientInfo
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/clientInfo/GetClientInfo.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.file.FileFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/file/FileFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.host.Host
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/host/Host.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.session.SessionFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/session/SessionFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.fileTransfer.FileTransfer
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/fileTransfer/FileTransfer.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.ole.OleFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/ole/OleFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.cApi.CApiFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/cApi/CApiFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    java.lang.ClassNotFoundException: oracle.forms.webutil.browser.BrowserFunctions
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://kenya:7777/forms/java/oracle/forms/webutil/browser/BrowserFunctions.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 19 more
    This happens on the very first call to WebUtil function in the ON-NEW-FORM-INSTANCE trigger.
    My questions are:
    - May I configure WebUtil for both jinitiator and Sun Java plugin usage?
    - What is missed in jpi configuration preventing WebUtil normal execution?
    Thank you in advance,
    Ilia

    Hi All,
    Thank you for your responds.
    The following separate configuration section is used in this situation:
    [jpiadm280]
    baseHTMLJInitiator=basejpi.htm
    envFile=InPlan.2.80.env
    pageTitle=InMind Administration Utilities v. 2.80
    width=950
    height=680
    form=CEDB_main_menu
    background=/forms/java/fls_bgnd
    logo=/forms/java/fls_logo
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=teal
    imageBase=codeBase
    WebUtilArchive=frmwebutil.jar,jacob.jar_
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljpi.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar,fls_icons.jar,FormsGraph.jar
    archive=frmall.jar
    otherparams=useSDI=no
    jpi_classid=clsid:CAFEEFAC-0016-0000-0018-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6u18-windows-i586.cab#Version=1,6,0,18
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_18
    Please see highlighted with bold parameters to make sure that all recommendations were taken into account. Nevertheless the error message shows that CApiFunctions.class was not found and this class is within frmwebutil.jar, which is also referred within this configuration section (highlighted with bold undrline). So it looks like a sort of incompatibility of frmwebutil.jar with Sun JRE plugin 1.6.0_18. Do I need another version of frmwebutil.jar to run with next generation Java?
    Thanks in advance,
    Ilia

Maybe you are looking for

  • IPhoto, iChat, wont open "due to a problem"

    iPhoto and iChat do not open, they close "due to a problem". I have repaired disk permissions a plethora of times, I used Disk Warrior to rebuild the partition. And Ive done everything, including deleting preferences (plists, etc). I appreciate any h

  • Where can I download a copy of the ibooks app for ios 5.1

    I recently purchased a new ipad air 2 and handed my old ipad to a relative who is completey new to any kind of computing.  However, I inadvertently deleted the ibook app while deleting all my info.  I want to replace the app but the current app is fo

  • CONDITION TYPE IN IMPORT P.O

    Hi Guys, In one import P.O I have a condition tyoe for custom duty,when I get in side the details of that condition type there one field "Condition Control" in Condition data tab/folder. In P.O this has been populated automatically and in gray color(

  • The effects and adjustment will not work. I just bought a MacPro and had everything moved from my old laptop.

    quick fixes won't work either and there is nothing in the levels file - no histogram. my photos are in raw. I tried deleting the IPhoto plist file and restart but no luck.

  • SAP Script - Pagebreak

    Hi Friends, (1)         I am new to ABAP.I have created a purchase order using sapscript form. In the main window of the first page i want to display only 5-6 lines, after that remaining lines should be display in the subsequent page.   (2)        If