Hello All,
I´m having so issue with the remote console for Policy Management product (SEP for XP Embedded).
I´ve already download the java version J2RE 1.4.2_19 Installer and J2RE 1.4.2_16 Installer, but didn´t worked! Could you help me, please?
Follow bellow the error:
#Inicial File
<?xml version="1.0" encoding="utf-8"?><jnlp codebase="http://javadl.sun.com/webapps/jawsautodl/AutoDL/j2se"> <information> <title>J2RE 1.4.2_19 Installer</title> <vendor>Sun Microsystems, Inc.</vendor> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.3+" href="http://java.sun.com/products/autodl/j2se"/> <jar href="javaws-j2re-inst-w.jar" download="lazy" size="70700"/> <property name="installerLocation" value="j2re-1_4_2_19-windows-i586-p-iftw.exe"/> <property name="installerSize" value="1074472"/> <property name="javaVersion" value="1.4.2_19"/> <property name="platformVersion" value="1.4"/> <property name="msvcrt.versionMS" value="60000"/> <property name="msvcrt.versionLS" value="20910000"/> <property name="osplatform" value="windows-i586"/> </resources> <installer-desc main-class="com.sun.webstart.installers.Main"/></jnlp>
#Main Page
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://XX.XX.XX.XX:9090/" href="/servlet/JnlpServlet">
<information>
<title>Symantec Policy Manager</title>
<vendor>Symantec</vendor>
<homepage href="sygate.jsp"/>
<description>Symantec Policy Manager</description>
<icon href="/clientpkg/icon.gif"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4" initial-heap-size="128m" max-heap-size="256m"/>
<jar href="clientpkg/scm-ui.jar"/>
<jar href="clientpkg/scm-common.jar"/>
<jar href="clientpkg/ext/xercesImpl.jar"/>
<jar href="clientpkg/ext/xmlParserAPIs.jar"/>
<jar href="clientpkg/ext/activation.jar"/>
<jar href="clientpkg/ext/alloy.jar"/>
<property name="scm.console.log" value="true"/>
<property name="scm.server" value="XX.XX.XX.XX"/>
<property name="scm.port" value="8443"/>
<extension name="SCMUI Sun JARs" href="/servlet/SunJnlpServlet"/>
</resources>
<application-desc main-class="com.sygate.scm.console.Main">
</application-desc>
</jnlp>
#Exception
JNLPException[category: Erro do arquivo de início : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://javadl.sun.com/webapps/jawsautodl/AutoDL/j2se/">
<information>
<title>J2RE 1.4.2_19 Installer</title>
<vendor>Sun Microsystems, Inc.</vendor>
<homepage href="null"/>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<java href="http://java.sun.com/products/autodl/j2se" version="1.3+"/>
<jar href="http://javadl.sun.com/webapps/jawsautodl/AutoDL/j2se/javaws-j2re-inst-w.jar" download="eager" main="false"/>
<property name="installerLocation" value="j2re-1_4_2_19-windows-i586-p-iftw.exe"/>
<property name="installerSize" value="1074472"/>
<property name="javaVersion" value="1.4.2_19"/>
<property name="platformVersion" value="1.4"/>
<property name="msvcrt.versionMS" value="60000"/>
<property name="msvcrt.versionLS" value="20910000"/>
<property name="osplatform" value="windows-i586"/>
</resources>
<installer-desc main-class="com.sun.webstart.installers.Main"/>
</jnlp> ]
at com.sun.javaws.JnlpxArgs.executeInstallers(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
PS: I do have the java update for SEPM and for this product, everything is fine!
Thank you!!