Form tag not found in jdk 1.4.2

here is the code I used to parse html forms. I could find the surrounding form tags of elements in jdk 1.3.8 using getAttribute(HTML.Tag.FORM), but after switching to jdk 1.4.2, it returned me null:
JEditorPane jep=new JEditorPane();
jep.setContentType("text/html");
jep.setText(text);
jep.addHyperlinkListener(new LinkFollower(parser));
htmlDoc=(HTMLDocument)jep.getDocument();
Element elem=htmlDoc.getDefaultRootElement();
parser.parseElements(elem, null);
public void parseElements(final Element elem, String formName) {
final AttributeSet atts = elem.getAttributes();
Object model = atts.getAttribute(StyleConstants.ModelAttribute);
Object type = atts.getAttribute(HTML.Attribute.TYPE);
Object tag = atts.getAttribute(HTML.Tag.FORM);
for (int i = 0; i < elem.getElementCount(); i++)
parseElements(elem.getElement(i), name);
---the tag is null when using jdk1.4.2 and later version. Does anyone know the reason?

Tell who told java.io.File not in JDK 1.4. It is available in 1.4. This java.io.File extends from the java.lang.Object. So pls check in ur 1.4 API .

Similar Messages

  • Error TaskServerIP tag not found in Task XML - 11.3.1 FTF 1

    Hi, I created long ago a preboot bundle which install a VHD folder. It was created under 11.2.3a if I remember correctly. It always works until now. Now, under ZENworks 11.3.1 FTF 1 when I configure my workstation to use this preboot bundle all I get is an error saying "Error: Task `ServerIP` tag not found in Task XML". If under the maintenance mode in the PXE I click F9 (Query for Work) again then I get "No work to do". And we have only 1 server at the moment! So what am I missing here? Anyone else have this problem?
    Thanks in advance for the help!
    GuillaumeBDEB

    Originally Posted by shaunpond
    GuillaumeBDEB,
    I'm guessing that something's got broken with the bundle - why not try
    exporting and importing to a new bundle, see if anything's missing?
    Shaun Pond (now working for ENGL)
    newly reminted as a Knowledge Professional
    Problem solved. One of our tech pushed a new zmg file on the server and forgot to update the preboot bundle. It would have been more useful if the error message was less cryptic.
    Thanks anyway for the help!
    GuillaumeBDEB

  • FILE specified in CFHTTPPARAM tag not found

    everything was working before, now i keep getting the following error:
    FILE specified in CFHTTPPARAM tag not found
    someone please help.
    my code looks like this:
    <cfhttp url="http://www.xxx.com/admin/upload-size.php" method="post">
    <cfhttpparam type="formfield" name="bThumb" value="2" >
    <cfhttpparam type="file" name="imgfile" file="#CFFILE.ServerDirectory#/#CFFILE.ServerFile#" >
    </cfhttp>

    What's the value of #CFFILE.ServerDirectory#/#CFFILE.ServerFile#?
    What does fileExists("#CFFILE.ServerDirectory#/#CFFILE.ServerFile#") return?
    Is the file actually there?
    Adam

  • PCO Query: tag not found

    Hi,
    I am writing values to a datablock on a PLC using SAP PCO and OPC as middleware.
    It is working for all tags in the datablock except for 2.
    This is a screenshot of both tags in the OPC Quick client (I am using Kepware OPC server).
    I can read and write the tags from here.
    I have created a small test. In the MII workbench I created a PCO Query.
    Next I dragged the two tags from the tag browser on the left, to the right.
    For both tags I filled in a value.
    When I execute the query I get following error messages.
    M1 Order Dispatch/OrderQuantityTarget: Tag PoederMagazijn/ATS PLC/M1 Order Dispatch/OrderQuantityTarget not found.
    M1 Order Dispatch/OrderQuantityConfirmed: Tag PoederMagazijn/ATS PLC/M1 Order Dispatch/OrderQuantityConfirmed not found.
    Any other tags work fine.
    Thank you for your time.

    Hi Philippe,
    I tested a similar tag name in Kepware with the Simulator device as I do not have a Siemens hardware connection at present. I was able to read and write DWord tags without issues on these versions:
    Kepware V5.15.585.0
    MII 14.0 SP5 Patch 15
    PCo 2.305.2141.1051 (Patch 3)
    Additional question:  What is the Agent Instance Tag Query Cache Mode set for?
    Regards, Steve

  • DefineObjects tag not found

    We are trying to move a fairly large portlet that was developed on Pluto to Weblogic. We use a tag called defineObjects from the java.sun.com/portlet tag library. We have seen that many of the tutorial portlets in Weblogic use this tag as well, but we have been unable to get it to work or even find where it is defined in Weblogic.
    Here is the relavent couple lines of jsp code:
    <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
    <portlet:defineObjects />Here's the error message:
    Error at line 10 column 5:
    Description: No tag library could be found with this URI.
    Error at line 12 column 2:
    Description: This tag is not recognized.Any ideas or help would be much appreciated.
    Thanks,
    Ben and Eric

    It appears that the problem was that when we created the portlet, we selected the HTML/JSP version instead of Java (JSR168) On to new problems.
    Thanks
    B&E

  • Some JSF 2.0 Tag not found in JDeveloper

    Dear All,
    I am now using JDeveloper 11.1.2 to develop an ADF application. I found that some JSF 2.0 features cannot be implement.
    The tag f:metadata and f:viewParam cannot not be found in JDeveloper.
    What I want to do is to implement a page Load event as the following:
    <f:metadata>
    <f:viewParam id="id" name="id" value="#{backingBean.id}"/>
    <f:event type="preRenderView" listener="#{backingBean.pageLoad}"/>
    </f:metadata>
    However, the JDeveloper shows up the message "Element f:metadata not supported".
    Is it a known issue in JDeveloper? Does JSF 2.0 fully supported in JDeveloper 11.1.2?
    Thanks and Regards,
    Boris

    Hi All,
    I finally solve my problem.
    (1) The first problem is that "f:metadata" tag is not allowed to place under "f:view"
    (2) The second problem is that "f:event" tag is not allowed to place within "f:metadata". I just place it within "af:document"
    <af:document title="main2.jsf" id="d1">
    <f:event type="preRenderView" listener="#{backing.pageLoad}"/>
    Thank you.
    Boris

  • ADS with ESS / form SAP_TIM_99_0001 not found

    Hello,
    I am configuring ESS on an NW Portal 7.3 and when I call the "time record verification" (or whatever it is called in english) I get the following error that the form SAP_TIM_99_0001 couldn't be found. Now I am wondering if this means that an report in the backend has to be activated or if this is a ADS form and ADS isn't configured correctly.
    How to test in ESS/MSS Scenario if ADS works? Where can I find the form SAP_TIM_99_0001?
    Thanks a lot,
      Vanessa

    Hello Lukas,
    Calling hrforms and trying to activate the report... the report cannot be activated because there is a syntax error. But I cannot find a note for this problem (just one from several years ago that doesn't fit).
    The point I don't get is where ADS should be. Because I am new to this topic I don't know if I configured something wrong when JavaErrors or other error messages appear or if it is "just" not the right ADS configuration (because I didn't do it). Our basis guy told me that it is enough to have the backend system connected to the ADS but in the configuration guide it is described that I have to connect the portal to the ADS. Really confusing. I will check your note for this
    I don't know how to add a screenshot. Because of this I will just put the Message in this reply, sorry:
    Time Statement, Periodic
    Critical Error
    A critical error has occured. Processing of the service was terminated. Unsaved data has been lost.
    Contact your system administrator.
    Formular SAP_TIM_99_0002 ist nicht vorhanden
    Formular SAP_TIM_99_0002 ist nicht vorhanden
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Formular SAP_TIM_99_0002 ist nicht vorhanden
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.reportBapiRet2Error(FcRepFramework.java:548)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcExecAction(FcRepFramework.java:397)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.initModel(FcRepFramework.java:311)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFramework.initModel(InternalFcRepFramework.java:241)
         at com.sap.xss.hr.rep.fcrfw.FcRepFrameworkInterface.initModel(FcRepFrameworkInterface.java:149)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface.wdInvokeMethod(InternalFcRepFrameworkInterface.java:233)
         at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterfaceInvocationHandler.invoke(ExternalControllerPI.java:339)
         at $Proxy2564.initModel(Unknown Source)
         at com.sap.xss.hr.tim.per.selection.VcTimPerSelection.onInit(VcTimPerSelection.java:249)
         at com.sap.xss.hr.tim.per.selection.wdp.InternalVcTimPerSelection.onInit(InternalVcTimPerSelection.java:231)
         at com.sap.xss.hr.tim.per.selection.VcTimPerSelectionInterface.onInit(VcTimPerSelectionInterface.java:171)
         at
    In the log file you can see:
    Message:               
    Druckprogramm für Formular SAP_TIM_99_0002 wurde nicht aktiviert
    Severity:     Single Click Filter by Severity     Negative Single Click Filter by Severity     Fatal
    Date:     Single Click Filter by Date     Negative Single Click Filter by Date     2012-01-17
    Time:     Single Click Filter by Time     Negative Single Click Filter by Time     10:21:44:684
    Category:     Single Click Filter by Category     Negative Single Click Filter by Category     /Applications/Xss
    Location:     Single Click Filter by Location     Negative Single Click Filter by Location     com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent
    Application:     Single Click Filter by Application     Negative Single Click Filter by Application     sap.com/pcui_gp~xssfpm
    Thread:     Single Click Filter by Thread     Negative Single Click Filter by Thread     Thread[HTTP Worker [@1873425158],5,Dedicated_Application_Thread]
    Data Source:               j2ee/cluster/server0/log/applications_00.log
    Arguments:               
    Passport User Activity ID:     Single Click Filter by Passport User Activity ID     Negative Single Click Filter by Passport User Activity ID     6d50490f40ec11e19ad500000088d452
    Message ID:               
    Session:     Single Click Filter by Session     Negative Single Click Filter by Session     9631
    Transaction:               
    User:     Single Click Filter by User     Negative Single Click Filter by User     vmartinez
    thanks a lot,
      Vanessa
    Edited by: Vanessa Martinez on Jan 17, 2012 12:27 PM
    Edited by: Vanessa Martinez on Jan 17, 2012 12:29 PM

  • SQL Loader fails loading XML data enclosed by tag not found

    The problem I'm having is my XML tree doesn't contain all possible elements. In this example the second entry doesn't contain <age> - only the first entry will be added to the database
    Any idea of how I could solve this?
    The fields are saved as varchar2
    XML:
    <rowset>
    <row>
    <name>Name</name>
    <age>Age</age>
    <city>City</city>
    </row>
    <row>
    <name>Name2</name>
    <city>City2</city>
    </row>
    </rowset>
    LOAD DATA
    INFILE 'data.xml' "str '</row>'"
    APPEND
    INTO TABLE test
    TRAILING NULLCOLS
    dummy FILLER terminated BY "<row>",
    name ENCLOSED BY "<name>" AND "</name>",
    age ENCLOSED BY "<age>" AND "</age>",
    city ENCLOSED BY "<city>" AND "</city>"
    )

    I noticed that failure occurs when using 11g version SQL Loader. It doesn't fail when using 10g version SQL Loader.
    Delimited source data comes from:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionAnd will be loaded into
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - ProductionMy previously used SQL Loader was from:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - ProductionIt seems that I have found the real culprit. Should I know something more?

  • Java.io.File not found in JDK 1.4

    why the java.io.file is deprecated.
    Frans

    [fthamura],
    why the java.io.file is deprecated.Probably because in J2SE 1.4, the New I/O package java.nio package provides scalable I/O operations for files. Through the File channels, a programmer will be able to provide memory-mapped buffers, improved file locking mechanism and faster I/O transfers with the new API package.
    FransHTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • After connecting the addon, menu not shown & error "form not found" appears

    Dear users,
    I am using SAP business one 2007 A, I have developed a simple add-on containing one form and positioned under Sales - A/R through B1DE 2.0 code generator wizard and created its installer through simple installer wizard.The add-on is successfully installed and connected but Menu does not display and a blank command prompt window appears and after this an error is shown "path ...\form.xml not found"
    Any one who can help me in this is welcomed that where I am doing mistakes. Further, I also don't know how to work with form, items and event listeners. I am new in this and that's why for sample purpose developed this add-on through wizards, and also i didn't add listeners.
    Thanks in advance,
    Farhan

    you are not adding the form while making the addon using B1DE.
    Follow the steps
    1) In vs2003/05 , create new project -> choose SAP B1 Addon Installer.NET Wizad-> Give the solution Name->click ok->Give name to the particular Addon(without any space),version no, time->Add exe, SAPbouiDLL,And SAPbobsDLL -> Click AddFiles TAB-> Add your SRF form here-> then build the addon.

  • Menu Not Found during Runtime

    Dear Colleague,
    My customer attempted to run the new version of the Oracle 9i Forms application that I developed for him. He successfully started the initial form, but the referenced menu file within the initial form is not found. There is no path included in the reference to the menu module within the property sheet, only the file name of the menu.
    Currently, the MMX-file is in the same directory as the initial FMX-file that references the MMX-file.
    Which parameter or configuration file must one change for the menu file to be found and used within the context of Oracle 9i AS?
    Best regards,
    Randy

    If you're running a Unix/Linux server; please keep in mind filenames are case-sensitive! So if in the FMB a menu is attached with the name "MyMenu" and you have MYMENU.MMX on the filesystem it will not be found! You can check what the filename is in the FMB by converting it to FMT.
    Tim

  • File Not Found error when submitting PDF

    I've created a fillable PDF and set it to send completed submissions to http://www.domain.com/forms/ but I get this error message (even when I changed the folder permissions to 0777 from 0755 for a few seconds):
    Not Found
    The requested URL /forms/ was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache Server at www.domain.com Port 80
    Do I need to make the destination a document (e.g., ending in .html if sending data in HTML format)? What if I'm sending PDFs? I read on Adobe's site:
    If the data returns in FDF or XFDF format, the server URL must end with the #FDF suffix—for example, http://myserver/cgi-bin/myscript#FDF.
    This suggests perhaps that I need to be in cgi-bin and need some kind of script, even though other destination examples end in a slash. Anything you know about this would be appreciated, including permissions.
    Also, I might want the final destination to be on a domain whose site is hosted by WordPress. I don't think that should be an issue, but feel free to share any experience you've had with that.
    The form can be seen at http://profleet.com/FormerEmployeeAuthorizationElectronicMT.pdf if anyone is curious about it. Thank you.

    That makes sense; I just find it counterintuitive that such a big software program wouldn't better spell out what's needed. I'm not the most expert webmaster, but I'm sure Acrobat's audience includes far more casual users.
    I can write HTML and upload pages, but I don't see how that translates to what I need to do in this case. I even tried creating a blank .html page and having Submit send to IT; I have a feeling sending to the folder containing it wouldn't work any better and that I need a script--but despite some experience with scripts, since I'm not privy to Adobe's code, I don't see how I'm supposed to be able to figure out on my own what it is I'm supposed to do and why Adobe doesn't provide some examples. I'll try a search and hope I come up with the right terms.
    Again, I appreciate your input and that of others on this forum--but I mut be missing something when it comes to understanding Adobe and PDFs because I don't normally have to struggle at every turn like this when it comes to other aspects of webmastery.

  • File Not found error when calling Form Post Method to a JSP from JSP Portlet

    I have built a set of JSP forms using post method to call other JSPs. Normally, the code looks like
    <form name="MyForm" action="MyJsp.jsp" method="post">
    I migrated the calling form containing this code to a portlet, but not the MyJsp.jsp. When I submit the form, I get a file not found in Jserv.log
    Exception:javax.servlet.ServletException: java.io.FileNotFoundException: D:\servlet\RegisterCompany.jsp (The system cannot find the file specified)
    [14/06/2001 13:59:59:679 PDT] JspServlet: unable to dispatch to requested page: Exception:javax.servlet.ServletException: java.io.FileNotFoundException: d:\oracle\isuites\apache\apache\MyJsp.jsp (The system cannot find the file specified)
    I notice that launching the calling jsp from a portlet, my opriginal context that uses ../Apache/Apache/htdocs is not being searched for the JSp. Why is this? Moreover, I try to set up an Alias in httpd.conf file to the this director and use it with the jsp in the action tag, but still get an error that my jsp servlets/Myjsp can't be found. Why is it insiting on looking at servlets context instead of htdocs.
    I have none of these issues outside of Portal30 using IAS.
    regard

    Initially, I couldn't do this unless I moved tghe jsp's up to the root directory of IAS, i.e ../Apache/Apache. Nomrally, htdocs is my doc directory for IAS. I could not do http:\\myUrl\htdocs\myJsp. If I tgried this, I got an error in Apache error logg that said can't find file ..\htdocs\htdocs\MyJsp.jsp.
    If I just tried the the URL http:\\myUrl\MyJsp.jsp with Jsp file in htdocs, I would get an error in the Jserve log that file d:\oracle\isuites\apache\apache\MyJsp.jsp could not be found. Once I moved the file MyJsp to Apache/Apache directory, it could be found using http:\\myUrl\MyJsp.jsp. Later, I delted these files and kept the ones in htdocs and they continued to work.
    I'm confused why launching pages through portal isn't consistant with Apache Standards. Where is the documentation that tells me how to configure context and aliases for pages launched from portal pages?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sue Vickers ([email protected]):
    David,
    Passing information using Portal is different than just using Apache/Jserv. Does it work in portal if you use the absolute path?
    <form name="MyForm" action="http://host.domain/MyJSP.jsp" method="post">
    Portal will not be on the same relative path as your Apache, so you may need to adjust your action somehow.
    Thanks,
    Sue<HR></BLOCKQUOTE>
    null

  • WebUtil:  oracle.forms.webutil.host.Host bean not found

    Hi. This is my first attempt using WebUtil. The following code is in my When-New-Form-Instance trigger:
    client_host('N:\TTMS\ITS\vbasic\compiled\MenuUpdate.exe');
    This is the error I receive:
    oracle.forms.webutil.host.Host bean not found
    I've included my formsweb.cfg below for your reference. Note that the application is using the [ttmsmenu] configuration.
    Thanks in advance for your help with this problem.
    ***FORMSWEB.CFG***
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # 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 overridden 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.
    # 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/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    #WebUtilArchive=frmwebutil.jar,jacob.jar
    #WebUtilLogging=off
    #WebUtilLoggingDetail=normal
    #WebUtilErrorMode=Alert
    #WebUtilDispatchMonitorInterval=5
    #WebUtilTrustInternal=true
    #WebUtilMaxTransferSize=16384
    # System parameter: default base HTML file
    baseHTML=base.htm
    # baseHTML=webutilbase.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # baseHTMLjinitiator=webutiljini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # baseHTMLjpi=webutiljpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    # HTMLbeforeForm=
    HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript">window.opener = top;</SCRIPT>
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    #imageBase=DocumentBase
    imageBase=codeBase
    # Forms applet parameter default 750
    # width=1000
    # width=100%
    width=500
    # Forms applet parameter default 600
    # height=700
    # height=100%
    height=500
    # Forms applet parameter default false
    separateFrame=true
    # Forms applet parameter
    # splashScreen=
    splashScreen=no
    #splashScreen=ttmslogo_new.gif
    # Forms applet parameter
    background=ttmslogo_new.gif
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=ttms_banner.gif
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=C:\DevSuiteHome_1
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # 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/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [ttmsmenu]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    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
    archive=frmall.jar
    lookAndFeel=oracle
    width=500
    height=500
    background=no
    form=ttmsmenu.fmx

    Dumb dumb dumb.
    I was running this form out of Form Builder 10g. At some point I changed the Application Server URL (Edit => Preferences => Runtime menus) from:
    http://ssbuechl2.div16.ibm.com:8889/forms/frmservlet?config=ttmsmenu
    to:
    http://ssbuechl2.div16.ibm.com:8889/forms/frmservlet?
    So my customized configuration with all the WebUtil references was not being referenced and I was getting the error.
    Dumb dumb dumb.

  • Message 7700 not found ; product=form facility=fmf

    Hi Friends,
    I am getting this error Message 7700 not found ; product=form facility=fmf while trying run report using v_runrep := run_report_object(repid);
    after that i am getting an exception for FRM-40738 argument 1 to built in report_object_status can not be null
    if somebudy have any idea about please help me.
    Thanks in advance

    Hi Friends,
    This problem got soled.
    LIBPATH=/d02/10gas/products/10.1.2/lib32:/d02/10gas/products/10.1.2/jdk/jre/bin:/d02/10gas/products/10.1.2/jdk/jre/bin/classic:%LIBPATH%
    was commented in env file .
    Thanks

Maybe you are looking for

  • Doc.Save on Snow Leopard InDesign CS4 js

    Hi, one of the scripts that we use have save and close commands for InDesign doc, and it usually works good, but for some big files the save command doesn't work for some reason. What I discovered that doc.saved returns as true when the doc is not sa

  • Noted item posting in REFX

    Hello Experts, Please advise if anyone has experience posting noted item (BG) through REFX. I created test condition - with SGL acc symbol, but I dont see a way to post a noted item (single line) Please suggest if we can do such a posting and through

  • Problems for displaying values

    Hi, Iam using struts and hibernate, am inserting values into database successfully. But am facing some problem for displaying values in VIEW page.. Am maintainig Session in action servlet..In jsp page only first row displayed numbertimes(depends on n

  • Automatic Insert Singature in crmcmp_ccs_eml

    Hello Experts, I need a help to add to the E-mail in SAP CRM 7.0 the option to add Automaticakly Signature from the dropdown list, the signature is the one which have id = ZsignEn in the dropdown list Thanks

  • Strange Import Problem

    I'm running JES Q42005, the whole messaging stack. When I import an ICS file using both csimport, and the webmail (via UWC and directly to CS) interface, the time isn't coming over properly. As a control, I used two identical calendar entries that we