Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unexpected error on jnlp file for Java Webstart launching Formsweb app from shortcut

myluismFeb 8 2018 — edited Feb 13 2018

Hi all.

I'm using Forms lastest version

I'm noticing this warning / error on my java console when launching my app from a Java Webstart jnlp as a shotcut on my lappy:

WARNING: the jnlp file is invalid and will be blocked in a future release.

Exception: org.xml.sax.SAXParseException; lineNumber: 60; columnNumber: 102; La referencia a la entidad "ifsessid" debe finalizar en el delimitador ';'.

-----------

I haven't changed anything from this file and was copied and pasted from Java Control Panel -> Main -> View Button -> Applications -> right clic-> View Jnlp File.

What's wrong here? Will my app stop on my next JRE update???

Here then jnlp file:

<jnlp spec="1.0" codebase="http://10.23.202.19:7777/forms/java/">

  <information>

    <title>Oracle Forms Services</title>

    <vendor>Oracle Corporation</vendor>

    <homepage href="http://www.oracle.com"/>

    <description>Oracle Forms Services with WebUtil applet launcher.</description>

    <description kind="short">Oracle Forms Applet with WebUtil</description>

  </information>

  <security>

    <all-permissions/>

  </security>

  <update check="always" policy="prompt-run"/>

  <resources>

    <java href="http://java.sun.com/products/autodl/j2se" version="1.7+"/>

    <javafx-runtime version="2.2+"/>

    <jar href="http://10.23.202.19:7777/forms/java/frmall.jar" download="eager" main="true"/>

    <jar href="http://10.23.202.19:7777/forms/java/frmwebutil.jar" download="lazy" main="false"/>

    <extension href="http://10.23.202.19:7777/forms/java/extensions.jnlp" name="Extensions"/>

  </resources>

  <applet-desc name="Oracle Forms" main-class="oracle.forms.engine.Main" width="1" height="1">

    <param name="width" value="95%"/>

    <param name="recordFileName" value=""/>

    <param name="height" value="90%"/>

    <param name="disableMDIScrollbars" value=""/>

    <param name="digitSubstitution" value="context"/>

    <param name="heartBeat" value=""/>

    <param name="WebUtilErrormode" value="Alert"/>

    <param name="ssoLogoutRedirect" value=""/>

    <param name="ssoLogout" value="false"/>

    <param name="alwaysOnTop" value=""/>

    <param name="EndUserMonitoringEnabled" value="false"/>

    <param name="WebUtilTrustInternal" value="true"/>

    <param name="logoutTargetURLParamname" value=""/>

    <param name="JavaScriptBlocksHeartBeat" value="false"/>

    <param name="imageBase" value="codebase"/>

    <param name="idleTimeout" value=""/>

    <param name="ssoMode" value="false"/>

    <param name="customColorScheme" value=""/>

    <param name="WebUtilDispatchMonitorInterval" value="5"/>

    <param name="colorScheme" value="swan"/>

    <param name="webFormsTitle" value="Oracle Fusion Middleware Forms Services"/>

    <param name="disableValidateClipboard" value="false"/>

    <param name="lookAndFeel" value="Oracle"/>

    <param name="centerOnStartup" value=""/>

    <param name="separateFrame" value="false"/>

    <param name="WebUtilDateFormat" value=""/>

    <param name="WebUtilLoggingDetail" value="normal"/>

    <param name="mediaBase" value="codebase"/>

    <param name="webstartRequest" value="true"/>

    <param name="networkRetries" value="0"/>

    <param name="formsMessageListener" value=""/>

    <param name="allowAlertClipboard" value="true"/>

    <param name="splashScreen" value=""/>

    <param name="MaxEventWait" value=""/>

    <param name="logo" value=""/>

    <param name="background" value=""/>

    <param name="applet_stop_timeout" value="800"/>

    <param name="clientDPI" value=""/>

    <param name="isResizable" value=""/>

    <param name="serverURL" value="/forms/lservlet?ifcfs=/forms/frmservlet?config=ws_webfigo&ifsessid=&acceptLanguage=es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3"/>

    <param name="WebUtilLogging" value="off"/>

    <param name="enableJavascriptEvent" value="true"/>

    <param name="WebUtilMaxTransferSize" value="16384"/>

    <param name="highContrast" value="false"/>

    <param name="serverApp" value=""/>

    <param name="guiMode" value="0"/>

    <param name="legacy_lifecycle" value="false"/>

    <param name="EndUserMonitoringURL" value=""/>

  </applet-desc>

</jnlp>

Any help appreciated !!!

This post has been answered by Matej D. on Feb 9 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2018
Added on Feb 8 2018
8 comments
7,654 views