JNLP : Launch File Error

Hi All,
am unable find the file.. (Could not find main-class)
am using J2se 1.4 and Jboss 4.0
i have created all my class file and make it as JMSconsumer.jar
then i create JMSClient.war ==>MANIFEST.MF web.xml , all .Jar files and JmsClient.JNLP
while am creating .war(JMSClient.war) file I have mention my Main method class in side Manifest.mf file as Main-class: MYMainMethod.Class and Class-Path: ./JMSconsumer.jar (There is no Package for my Class)
MANIFEST.MF
Manifest-Version: 1.0
Created-By: 1.4.2_04 (Sun Microsystems Inc.)
Mani-Class: TafConsumer.class
Class-Path: ./JMSconsumer.jar
General Tab
An error occurred while launching/running the application.
Title: My JMS Consumer
Vendor: PSI Data System
Category: Launch File Error
Could not find main-class TafConsumer in http://172.25.18.54:8080/JMSClient/JMSconsumer.jar
Lanch File Tab
<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="http://172.25.18.54:8080/JMSClient" href="JmsClient.jnlp">
<information>
<title>My JMS Consumer</title>
          <vendor>PSI Data System</vendor>
          <icon href="icon.png"/>
          <icon href="splash.png" kind="splash"/>
</information>
<security>
<j2ee-application-client-permissions/>
</security>
<resources>
<j2se version="1.4+"/>
<jar href="JMSconsumer.jar" main="true" download="eager"/>
</resources>
<application-desc main-class="TafConsumer"/>
</jnlp>
Exception Tab
JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://172.25.18.54:8080/JMSClient/" href="http://172.25.18.54:8080/JMSClient/JmsClient.jnlp">
  <information>
    <title>My JMS Consumer</title>
    <vendor>PSI Data System</vendor>
    <homepage href="null"/>
    <description></description>
    <description kind="short"></description>
    <description kind="one-line"></description>
    <description kind="tooltip"></description>
    <icon href="http://172.25.18.54:8080/JMSClient/icon.png" kind="default"/>
    <icon href="http://172.25.18.54:8080/JMSClient/splash.png" kind="splash"/>
  </information>
  <security>
    <j2ee-application-client-permissions/>
  </security>
  <resources>
    <j2se initial-heap-size="-1" max-heap-size="-1" version="1.4+"/>
    <jar href="http://172.25.18.54:8080/JMSClient/JMSconsumer.jar" download="eager" main="true"/>
  </resources>
  <application-desc main-class="TafConsumer"/>
</jnlp> ]
at com.sun.javaws.LaunchDownload.getMainClassName(Unknown Source)at com.sun.javaws.Launcher.continueLaunch(Unknown Source)at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Which class of your contains the
public static void main (String[] a) method .
Is it the MYMainMethod.class or TafConsumer.class ?

Similar Messages

  • Launch File Error: Missing jnlp

    Here is my XML. I don't see what I'm doing wrong. This is my first jnlp file so I know I probably done something wrong.
    <?xml version=�1.0� encoding=�UTF-8�?>
    <!-- JNLP File for invoiceExport -->
    <jnlp
         spec="1.4+"
         codebase="http://www.x.x.x.x.com/lq/java"
         href=�QBInvoiceExpApp.jnlp�>
         <information>
              <title>QuickBooks Invoice Export Application/>
              <vendor>xxx/>
              <description>QuickBooks Invoice Export/>
              <description kind="short">Application to Export Invoices from QuickBooks/>
         </information>
         <resources>
              <j2se version="1.4+"/>
              <resources os=�Windows�/>
              <jar href="QBInvExp.jar"/>
         </resources>
         <resources os="Windows">
              <nativelib href="jintegra-native.jar"/>
         </resources>
              <application-desc main-class=�com.metro.quickbooks.invoiceExport�/>
         </resources>
    </jnlp>

    What is the error message ?
    General Tab:
    An error occurred while launching/running the application.
    Category: Launch File Error
    The following required field is missing from the launch file: <jnlp>
    Launch File:
    &#65279;<?xml version="1.0" encoding="UTF-8"?>
    <!-- JNLP File for invoiceExport -->
    <jnlp
         spec="1.0+"
         codebase="file:///C:/test/jnlp"
         href="QBInvoiceExpApp.jnlp">
         <information>
              <title>QuickBooks Invoice Export Application</title>
              <vendor>Metro Financial</vendor>
              <description>QuickBooks Invoice Export</description>
              <description kind="short">Application to Export Invoices from QuickBooks</description>
         </information>
         <resources>
              <j2se version="1.4+"/>
              <jar href="QBInvExp.jar"/>
         </resources>
         <resources os="Windows">
              <nativelib href="native/jintegra-native.jar"/>
         </resources>
         <application-desc main-class="com.metro.quickbooks.invoiceExport"
              <argument>"Metro Financial Inc. "</arguement>
              <argument>"metromural.jpg"</argument>
         </application-desc>
    </jnlp>
    Exception
    MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Main.main(Unknown Source)

  • Java web start - Launch File error

    This is my first attempt to use web start
    I get following error - under "general" tab I get
    Could not find main-class RCApp2 in http://manishdesai/rcapp/RCApp2.jar
    my .jnlp file looks like -
    <jnlp spec="1.0+" codebase="http://manishdesai/rcapp/" href="http://manishdesai/rcapp/RCApp2.jnlp">
      <information>
        <title>Application</title>
        <vendor>H</vendor>
        <homepage href="http://manishdesai/rcapp/help.html"/>
        <description>RC Application</description>
        <description kind="short">RC</description>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se version="1.5"/>
        <jar href="http://manishdesai/rcapp/RCApp2.jar" download="eager" main="false"/>
      </resources>
      <application-desc main-class="RCApp2"/>
    </jnlp> ]Need some help here
    thanks

    I am having similar problems. This is the first time i am using webstart. I learning as i go along. I am using tomcat. When i use the jar file on its own, it works perfectly fine. It loads properly and functions as its supposed to. But when i try to launch it using webstart it gives me these error messages.
    =========
    launch tab
    =========
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- JNLP File for Relay Traffic Generator -->
    <jnlp
    codebase="http://localhost:8001/ali/"
    href="relaynew.jnlp">
    <information>
    <title>relay traffic generator</title>
    <vendor>RIM</vendor>
    <homepage href="http://localhost:8001/ali/"/>
    <offline-allowed/>
    </information>
    <resources>
    <j2se version="1.4"/>
    <jar href="relay.jar" main="true" download="eager"/>
    </resources>
    <application-desc main-class="RelayTrafficGenerator"/>
    </jnlp>
    ============
    exception tab
    ============
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://localhost:8001/ali/" href="http://localhost:8001/ali/relaynew.jnlp">
      <information>
        <title>relay traffic generator</title>
        <vendor>RIM</vendor>
        <homepage href="http://localhost:8001/ali/"/>
        <offline-allowed/>
      </information>
      <update check="timeout" policy="always"/>
      <resources>
        <java version="1.4"/>
        <jar href="http://localhost:8001/ali/relay.jar" download="eager" main="true"/>
      </resources>
      <application-desc main-class="RelayTrafficGenerator"/>
    </jnlp> ]
         at com.sun.javaws.LaunchDownload.getMainClassName(Unknown Source)
         at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    If some one has any idea how this can be fixed. Please advise.

  • No jre version found in launch file error

    I am trying to launch an application using jre 1.6.0_04 and get the error< "no JRE version found in launch file for this system"
    i do have the proper jre installed

    post the jnlp file and forum can see what the syntax errors are.
    /Andy

  • JNLP Launching Error

    Hi,
    I am facing the problem of launching an application through JNLP file.
    When I am launching the application with JNLP file as
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for RMI-IIOP sample -->
    <jnlp spec="1.0+" codebase="http://localhost:8181"
                                  href="AyaamClient/launch.jnlp">
    <information>
    <title>Ayaam Network</title>
    <vendor>Sun Microsystems, Inc.</vendor>
    <description>Ayaam Network</description>
    <description kind="short">Ayaam Network Application </description>
    <icon href="resources/splash.jpg"/>
    <icon kind="splash" href="resources/splash.jpg"/>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.6+"/>
    <jar href="AyaamClient/Startup.jar" />
    <extension href="AyaamClient/Activation.jnlp"/>
    </resources>
    <application-desc main-class="com.ayaam.applicationFramework.gui.view.uicontainer.concomponent.network.AymNetWorkDialog">
    </application-desc>
    </jnlp>
    The application is working fine i.e. successfully launched and i'm able to perform my operation but when I am chaning the codebase="http://localhost:8181" to codebase="http://10.249.8.243:8181" it is not starting the application.
    The only change that i am making in JNLP file is that I am changing the localhost with the IP address of server. The changed JNLP file for reference is
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for RMI-IIOP sample -->
    <jnlp spec="1.0+" codebase="http://10.249.8.243:8181"
                                  href="AyaamClient/launch.jnlp">
    <information>
    <title>Ayaam Network</title>
    <vendor>Sun Microsystems, Inc.</vendor>
    <description>Ayaam Network</description>
    <description kind="short">Ayaam Network Application </description>
    <icon href="resources/splash.jpg"/>
    <icon kind="splash" href="resources/splash.jpg"/>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.6+"/>
    <jar href="AyaamClient/Startup.jar" />
    <extension href="AyaamClient/Activation.jnlp"/>
    </resources>
    <application-desc main-class="com.ayaam.applicationFramework.gui.view.uicontainer.concomponent.network.AymNetWorkDialog">
    </application-desc>
    </jnlp>
    The error that is coming is
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(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)
    #### Java Web Start Error:
    #### JAR resources in JNLP file are not signed by same certificate
    Although I have signed all the JAR files with the same JDK version.
    It is working fine when I am launching the application with localhost but as soon as I am changing the localhost with the port number of server it is throwing exception.
    Please suggest how to remove this error.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    bjamin wrote:
    ..I need to deploy an application (which is not mine)..Wow. Can you say NOT MY FAULT, PLEASE SOLVE IT FOR ME 'CAUSE I HAVE NO IDEA WHAT I'M DOING AND LIED TO GET THIS JOB any louder?
    Well, before you get any (further) misconceptions, I will point out that nobody here cares who wrote the application..
    .. using java web start.
    I succeeded deploying 'Sun dynamic tree example', but when I try to launch my app, the browser print.. 'Print' or 'display'? The first I've never heard of, the second is relatively easy to fix.
    But when I click on the jnlp file (from the windows explorer), the application start !!!
    How can I debug my problem ???Get some CRC into your keyboard. It might end up electrocuting you, but at least it will unstick that '?' key.

  • No jre version found in launch file

    I'm using jdk1.5.0_03 (with all other versions of java removed from my system) and trying to run our web start app that specifies a version of 1.4.2*. After clicking the link to the jnlp file, web start contacts sun to retrieve 1.4.2*, then gives the dialog: "unable to launch FlowJo" (our app). On the details tab, it reports: "No JRE version found in launch file for this system".
    When I launch the web start manager, under the user applications tab, I see 3 applications: our app, our installer, and Sun's j2re1.4.2_07 installer. It seems like Sun's installer is being downloaded but never executed.
    Am I doing something wrong in my jnlp files? Both our app jnlp and our installer jnlp specify a j2se version of 1.4.2*. Below are the files and exception as reported from the web start dialog. I'm trying to set our app up for internal testing with web start, so I'm using a local ip. Our application uses a custom installer which has its own jnlp file (shown below in "launch file").
    Any help is much appreciated,
    Peter
    Launch File:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp codebase="http://192.168.1.33/flowjo/current/installer/">     
    <information>          
    <title>FlowJo Installer</title>          
    <vendor>Tree Star, Inc.</vendor>          
    <homepage href="http://www.flowjo.com"/>          
    <icon href="images/logo2fin.gif"/>          
    <offline-allowed/>     
    </information>     
    <security>          
    <all-permissions/>     
    </security>     
    <resources os="Windows" arch="x86">          
    <j2se version="1.4.2*" maximum-heap-size="512m" href="http://java.sun.com/products/autodl/j2se" />           
    <jar href="http://192.168.1.33/flowjo/current/installer//installer.jar" />           
    </resources>     
    <installer-desc main-class="com.treestar.flowjo.install.JNLPInstaller"/></jnlp>
    Main launch file:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://192.168.1.33/flowjo/current/flowjo/">
    <information>
    <title>Flowjo </title>
    <vendor>Tree Star, Inc.</vendor>
    <icon href="images/logo2fin.gif"/>
    <offline-allowed/>
    <shortcut online="false">
    <desktop/>
    <menu submenu="Flowjo "/>
    </shortcut>
    <association extensions="wsp" mime-type="x-application/wsp"/>
    <association extensions="wspt" mime-type="x-application/wspt"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.4.2*" initial-heap-size="128M" max-heap-size="512M" href="http://java.sun.com/products/autodl/j2se" />
    <jar href="flowjo.jar" />
    <jar href="resources.jar" />
    <extension name="FlowJo Installer" href="http://192.168.1.33/flowjo/current/installer/installer.jnlp"/>
    </resources>
    <resources os="Windows">
    <nativelib href="http://192.168.1.33/flowjo/current/lib/FlowJoEngine.DLL.jar"/>
    </resources> <application-desc main-class="com.treestar.flowjo.Main" />
    </jnlp>
    Exception:
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://192.168.1.33/flowjo/current/installer/">
      <information>
        <title>FlowJo Installer</title>
        <vendor>Tree Star, Inc.</vendor>
        <homepage href="http://www.flowjo.com"/>
        <icon href="http://192.168.1.33/flowjo/current/installer/images/logo2fin.gif" kind="default"/>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4.2*"/>
        <jar href="http://192.168.1.33/flowjo/current/installer//installer.jar" download="eager" main="false"/>
      </resources>
      <installer-desc main-class="com.treestar.flowjo.install.JNLPInstaller"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.executeInstallers(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    The use of an earlier jre in the resource tag does no
    good:
    <resources>
    <j2se version="1.4.1" />
    Still gives the same error;
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://show.docjava.com:8086/book/cgij/code/jnlp/" href="http://show.docjava.com:8086/book/cgij/code/jnlp/bookExamples.ch44Printing.cdLabel.CdLabelPrinterMain.jnlp/">
      <information>
        <title>Experimental Labeler</title>
        <vendor>DocJava, Inc.</vendor>
        <homepage href="http://www.docjava.com"/>
        <description>CD Label Printer
         </description>
        <description kind="short">
          Printer
      </description>
        <description kind="one-line">CD Label Printer
         </description>
        <description kind="tooltip">CD Label Printer
         </description>
        <icon href="http://show.docjava.com:8086/consulti/docjava.jpe" kind="default"/>
      </information>
      <application-desc main-class="bookExamples.ch44Printing.cdLabel.CdLabelPrinterMain"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:186)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:552)
    Can someone please help?
    Thanks!
    - DL

  • Error: The following required field is missing from the launch file: jnlp

    PLEASE help me.
    I was at Starbuck's today trying to install new software for my new wireless internet card and when I finished I could no longer access any of my applications that require java... I have a macbook pro dual platform computer. When I try to access www.bayphoto.com to download my application it says: (see below) (which I think is strange because it's all about Starbuck's and it should be my java code- I think...). Like I said - I have no idea what's going on or how to fix this. Please help me or at least tell me whom to call- I feel so stupid- I just need help- ATT? Starbuck's? Sun?
    Error: The following required field is missing from the launch file: <jnlp>
    Under the "exceptions" tab it says:
    MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
         at com.sun.javaws.jnl.XMLFormat.parse(XMLFormat.java:88)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactory.java:52)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactory.java:64)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactory.java:72)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Launcher.java:214)
         at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:127)
         at com.sun.javaws.Launcher.launch(Launcher.java:95)
         at com.sun.javaws.Main.launchApp(Main.java:305)
         at com.sun.javaws.Main.continueInSecureThread(Main.java:213)
         at com.sun.javaws.Main$1.run(Main.java:108)
         at java.lang.Thread.run(Thread.java:613)
    Under the "launch file tab" it says:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>AT&T Wi-Fi Service @ Starbucks</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Starbucks Entertainment presented by AT&T Hotspot" />
    <meta name="keywords" content="AT&T, Starbucks, Wi-fi, Wifi, Hotspot, coffee, music, books, games, fresh sheet, third place, online" />
    <meta name="author" content="Starbucks Entertainment" />
    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
    <script type="text/javascript" language="javascript" src="/dhtml/master.js"></script>
    <script type="text/javascript" language="javascript" src="/dhtml/x_core.js"></script>
    <script type="text/javascript" language="javascript" src="/dhtml/x_event.js"></script>
    <script type="text/javascript" language="javascript" src="/dhtml/x_xhr.js"></script>
    <script type="text/javascript" src="/dhtml/att/dhtml.js"></script>
    <style type="text/css">
    copied from starbucks master.css
    body {
         background:#200D06 url("/graphics/att/themes/sbux/hotspot_bkgd.jpg") repeat-x scroll;
         color:#555555;
         font-family:Arial,Helvetica,sans-serif;
         font-size:small;
         line-height:1.5em;
         margin:0pt;
         padding:0pt;
         text-align:center;
    #wrap {
         font-size:95%;
         margin:0pt auto;
         text-align:left;
         width:980px;
    #starbucksframe {
         margin:15px 0pt 0pt;
         padding:0pt;
    /*our addendae*/
    div#header {
         height:95px;
         width:980px;
         background-image:url("/graphics/att/themes/sbux/header_bg.jpg");
         background-repeat:no-repeat;
         margin:0px;
         background-top:0px;
         background-left:0px;
         background-color:transparent;
    div#btn_ctti {
         position:absolute;
         top:10px;
         margin-left:388px;
    div#sbux_lfrm {
         display:inline;
         font-size:10px;
         color:#FFFFFF;
         margin-left:245px;
         top:49px;
         position:absolute;
         line-height:10px;
         font-family:verdana,arial,helvetica,sans-serif;
    div#sbux_lfrm form {
         margin:0px;
    div#sbux_lfrm a, div#sbux_lfrm a:link, div#sbux_lfrm a:hover, div#sbux_lfrm a:active, div#sbux_lfrm a:hover {
         color:#FFFFFF;
    div#sbux_lfrm form label {
         display:none;
         visibility:hidden;
    div#sbux_lfrm form input, div#sbux_lfrm form select {
         font-family:verdana,arial,helvetica,sans-serif;
         vertical-align:middle;
    div#sbux_lfrm input.example {
         color:#656565;
    #sbux_lfrm_row1, #sbux_lfrm_row2 {
         margin:0px;
    #sbux_lfrm input#username, #sbux_lfrm input#password, #sbux_lfrm input#password_pw {
         width:136px;
         margin-right:6px;
         font-size:10px;
    #sbux_lfrm select#roamRealm {
         width:130px;
         font-size:10px;
         color:#656565;
         margin-right:6px;
    #sbux_lfrm_row2 {
         position:absolute;
         top:21px;
         left:-4px;
    div#aupAgree_row {
         margin-top:4px;
         position:relative;
         left:-4px;
    div#aup_box {
         float:left;
         position:relative;
         top:-3px;
    div#aup_text {
         float:left;
         line-height:10px;
    div#tm_badge {
         width:115px;
         height:94px;
         float:right;
         margin-right:0px;
         margin-top:0px;
    div#password_value {
         display:inline;
    div#hidden_pw_field {
         display:none;
         visibility:hidden;
    div#sbux_lfrm.css_form {
         margin-top:0px;
    </style>
    <style>
    /* IE specs */
    body {
         font-size: x-small; /* IE5 Win */
         voice-family: "\"}\"";
         voice-family: inherit;
         font-size: small;
    html>body { /* be nice to Opera */
         font-size: small;
    /* self-clearing floats
    /* trigger hasLayout and target ie5+6/win only */
    *:first-child+html #header,
    *:first-child+html #login_wrapper {
         height:95px;
    #ny_legal {
         color:#CAC3BF;
         font-size:11px;
         font-weight:bold;
         padding:0;
    #ny_legal a:link {
         color:#CAC3BF;
         font-size:11px;
         font-weight:bold;
         padding:0;
    </style>
    </html>
    TOO LONG TO INCLUDE ALL CODE

    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="file:///C:\eclipse\workspace\studentconverter\webroot" href="studentconverter.jar" >two things wrong here -
    first codebase is not legal URL, File.separator (backslash on windows) needs to be converted to forward slash in URL's.
    second, the href is not to the jnlp file, it is to the jar !
    href="studentconverter.jar" - should this be href="studentconverter.jnlp" ?
    /Dietz

  • JNLP file error

    Hello
    I got some strange behavior in my program and I don't understand why. Here is the situation.
    I have 2 jnlp files with the exact same content except one character.(the name of the file in the href below codebase). The first one is running perfectly fine and the second return me an error. Here are the 2 files (HelloFrame(running fine) and HelloFrame2(returning error))
    The error message is : Il manque le champ obligatoire suivant dans le fichier de lancement : <jnlp>
    which mean : There is missing an obligatory field in the launching file : <jnlp>
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for Notepad -->
    <jnlp spec="1.0+"
          codebase="http://www.gudradain.byethost12.com/"
          href="HelloFrame.jnlp">
       <information>
          <title>HelloWorld Essai</title>
          <vendor>Marc-Andre</vendor>
          <description>HelloWorld Essai</description>
          <homepage href="http://www.gudradain.byethost12.com/"/>
          <description kind="short">Small App pour me pratiquer avec java web start</description>
          <offline-allowed/>
       </information>
       <resources>    
            <jar href="HelloFrame.jar"/>  
         <j2se version="1.6+"
               href="http://java.sun.com/products/autodl/j2se"/>
       </resources>
       <application-desc main-class="Test2.HelloFrame"/>
    </jnlp>
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for Notepad -->
    <jnlp spec="1.0+"
          codebase="http://www.gudradain.byethost12.com/"
          href="HelloFrame2.jnlp">
       <information>
          <title>HelloWorld Essai</title>
          <vendor>Marc-Andre</vendor>
          <description>HelloWorld Essai</description>
          <homepage href="http://www.gudradain.byethost12.com/"/>
          <description kind="short">Small App pour me pratiquer avec java web
    start</description>
          <offline-allowed/>
       </information>
       <resources>    
            <jar href="HelloFrame.jar"/>  
         <j2se version="1.6+"
               href="http://java.sun.com/products/autodl/j2se"/>
       </resources>
       <application-desc main-class="Test2.HelloFrame"/>
    </jnlp>Here is the complete error message :
    MissingFieldException[ Il manque le champ obligatoire suivant dans le fichier de lancement : <jnlp>]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(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)

    Ok I found a way to fix this problem but I don't like it. It's really stupid and I don't know why it would in anyway matter but it does. So if anyone could understand something of my following explication and tell me why it do it, I would be really gratefull.
    Here is what cause the problem and what I did to solve it.
    If I create a JNLP file and I don't upload it yet on my server (http://www.gudradain.byethost12.com/) and I try to run it from the folder in which I create it I will get an error message (which seems normal)
    If I upload my JNLP file that I got an error message sometime before on my server and I then try to run it I still get an error message (which I don't understand why because the file is on the server now so it should be able to access it)
    But if I create an exact copy of this file and I put it on the server and then test it (so I didn't get any error message before I test it) now it will work
    What I realize is that if I ever get an error message with a JNLP file that mean my JNLP file is screw and will always return an error message even if I correct this error. WHY!!!???

  • Lightroom trial doesn't show complete menu selections or import button.  Also get error message on launch:  An error occurred when attempting to change modules.  I am unable to find/see the following file to try renaming the SLCache and SLStore files:  Sy

    Lightroom trial doesn't show complete menu selections or import button.  Also get error message on launch:  An error occurred when attempting to change modules.  I am unable to find/see the following file to try renaming the SLCache and SLStore files:  System Library/Application Support/Adobe.  Any ideas?  I only have 16 days left on the trial and have been unable to get it to work on my Macbook Pro.  This is all I am seeing after Lightroom opens.  Thanks!

    Thanks to both of you for attempting to help.  I finally figured out what was wrong . . . it was a Permissions problem.  Very frustrating, but after scouring the troubleshooting tips I finally found the one that solved my problem.  I had to add a User and give it Read/Write privileges to Lightroom.  The file I had to add the User to was Hidden on my Mac, so that added an even bigger challenge to the mystery.  Only a few days left on my trial version!  I hope I have time to try it out!

  • HT5654 iTunes auto update downloaded and installed on 28/01/2014. iTunes now won't launch and error message states file MSVCR80.dll is missing. Tried uninstalling and downloading/installing again to no avail. Any clues?

    iTunes auto-update dowloaded and installed on 28/01/2014. iTunes now won't launch and error message states file MSVCR80.dll is missing. Tried unistalling and downloading/installing again to no avail.  Any clues?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99269)

  • Unable to launch application error

    Everytime I try to open a jnlp file i get the Unable to launch application error. I have no clue how to fix this and would like to know a solution. I currently have JRE 6 Update 6. Here is the error info.
    java.lang.Exception: cache failed forhttp://pokeglobal.sourceforge.net/game/beta.jnlp
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(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)
    Java Web Start 1.6.0_06
    Using JRE version 1.6.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\MILTON
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### cache failed forhttp://pokeglobal.sourceforge.net/game/beta.jnlp

    I see, you found a solution for this problem. Can you share it with me please, because i am having the same error right now.

  • No JRE version found in launch file for this system

    Hi,
    I have an application which is launched by JWS.
    When we use JWS from 1.4, it runs fine. But JWS from 1.5.0_15 gives the error "No JRE version found in launch file for this system"
    In both the JWS(1.4 and 1.5.0_15)cases, we install JRE1.5.0_15 using the installer and used for invoking the application.
    We invoke mailclient.jnlp, which inturn invokes the installer.jnlp and KanaJreInstaller.asp
    <<mailclient.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="mailclient.jnlp">
    <information>
    <title>KANA Agent</title>
    <vendor>KANA Software, Inc.</vendor>
    <homepage href="http://www.kana.com"/>
    <description>KANA Suite 10.3.0</description>
    <icon href="images/mail_logo.gif"/>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>
    <jar href="lib/mailclient_s.jar"/>
    <jar href="lib/link_s.jar"/>
    <jar href="lib/spell_s.jar"/>
    <jar href="lib/ssce_s.jar"/>
    <jar href="lib/kc_framework_s.jar"/>
    <jar href="lib/kc_sharedGUI_s.jar"/>
    <jar href="lib/xalan_s.jar"/>
    <jar href="lib/xerces_s.jar"/>
    <jar href="lib/java2com_s.jar"/>
    <jar href="lib/jgl3.1.0_s.jar"/>
    <jar href="lib/rsrcbundle_s.jar"/>
    <jar href="lib/response_s.jar"/>
    <jar href="lib/HTMLEditorEnterprise_s.jar"/>
    <jar href="lib/jakarta-oro-2.0.4_s.jar"/>
    <jar href="lib/jdic_s.jar"/>
    <extension name="Sun Libraries" href="sunextensions.jnlp"/>
    </resources>
    <resources os="Windows">
    <nativelib href="lib/windlls_s.jar"/>
    <nativelib href="lib/jdic-native.jar"/>
    </resources>
    <application-desc main-class="kana.mail.wkstn.AppMain">
    <argument>-serverlist</argument>
    <argument>http://mpshanmu-gx520:80/10r3/servers.xml</argument>
    </application-desc>
    </jnlp>
    <<KanaJreInstaller.asp>>
    <%@ language="vbscript"%>
    <%
    Response.ContentType="application/x-java-jnlp-file"
    Response.AddHeader "x-java-jnlp-version-id","KANA1.5.0_15"
    dim fs,f,ts
    set fs=Server.CreateObject("Scripting.FileSystemObject")
    Set f=fs.GetFile("C:\Program Files\KANA\KANA Response Web Server_10r3\installer.jnlp")
    Set ts=f.OpenAsTextStream(1)
    Response.Write(ts.ReadAll)
    ts.Close
    set ts=nothing
    set f=nothing
    set fs=nothing
    %>
    <<installer.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="installer.jnlp">
    <information><title>KANA J2RE 1.5.0_15 Installer</title>
    <vendor>KANA Software, Inc.</vendor>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+"/>
    <jar href="lib/installer.jar"/>
    <jar href="lib/JRE_KANA1.5.0_15.jar"/>
    <property name="jre.container" value="JRE_KANA1.5.0_15.jar"/>
    <property name="jre.execute" value="bin\\javaw.exe"/>
    <property name="jre.version" value="KANA1.5.0_15"/>
    </resources>
    <installer-desc main-class="JREInstaller"/>
    </jnlp>
    Thanks

    >
    We are using sun JRE(1.5.0_15) only. We extract Sun JRE and build it as KANAJRE.jar and signing.>I have never heard of KANAJRE. Would you care to post a link to the site, or should we just keep guessing? (My patience for random guesses is running out.)
    >
    We install using Intaller class and that is getting listed in the Java Control panel and enabled too.>List as what?
    Does it list it with the entire string "KANA1.5.0_15" or is is just listed as "1.5.0_15"?
    Because this line from the JNLP file..
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>..had me convinved it was a non-Sun JRE. Not so much the href, but most especially the version attribute.
    If it really is the Sun JRE, I would expect this to work.
    <j2se version="1.5.0_15" href="KanaJreInstaller.asp"/>And as an aside. If this installer is giving you trouble and the app. requires the 1.5.0_15 JRE, why not simply the default Sun JRE installer? What advantages do you think this installer offers?

  • File Error:  Unknown file.  - Importing problem

    I recently had some problems getting my FCP 5.0.4 to launch. To make a long story short someone in this forum said that my version of FCP was out of date with my current Macbook Pro running 10.5.5. I found this a little odd because I've had this computer for over six months and have been running FCP the whole time without a single problem. Since funds are tight and I don't have the money upgrade I did some troubleshooting to see if I could make it work again.
    I did remember that I had recently moved some of my older quicktime codecs into my library/quicktime folder and when I removed them I was able to launch and run FCP.
    Now when I try to import files I'm getting a "File Error: Unknown file" error message. I am able to view all the quicktimes and am only able to import a few quicktimes. I have quicktimes from the last six years that I'm trying to import so there's a good variety of different codes that were used. But I am able to watch all of the quicktimes via Quicktime.
    Any suggestions why I might be getting this problem? Any way to fix this without upgrading? Thanks

    *I recently had some problems getting my FCP 5.0.4 to launch.*
    The reason is because that version of for PPC Macs, and you have an Intel Mac.
    *Someone in this forum said that my version of FCP was out of date with my current Macbook Pro running 10.5.5*
    It doesn't matter which OS version is running. You need an Intel/UB version of FCP to run on a Intel Mac.
    *Any way to fix this without upgrading?*
    It's not a problem. It's an incompatibility. Because you have run it for some time without an incident is incidental to its incompatibility.

  • Application not working..grays out;finder wont launch 1712 error;

    I was trying to transfer photos from my dell to my mac. i successfully transferred one file. when I copied another photo file into the same cruzer..the mac did not "see" that file (although it showed up on the dell). when i removed the cruzer from the mac..the application logo at bottom was grayed out and would not respond. Then the finder says..will not launch ..error 1712 ..THen the macbook will not shut down..only if if remove the battery. When i reinstall the battery..the startup desktop is grayed out and then looks like it is installing something at the bottom...screen is bright again, but same problem.
    how do I fix this??
    Thanks..
    Joanne

    i have not received a reply to this question. However , I went to the Genius bar today and this is how everything was fixed:
    Go to "spotlight" and type in the word activity.
    A list will show up and click on each to quit each one.
    After this was done..all worked just fine.
    Also...rather than removing the battery if the mac will not shut down..just hold down the power on button and it should power off . When the battery is removed that computer thinks it hads "died" and it will put the computer into a gray save type mode. So avoid this by holding the power button down,
    Hope this helps someone???

  • HELP! 'unexpected end of file' error-Is there a fix?! OS 10.4.11

    Getting 'Unexpected end of file' error when trying to open a file (that's a rush job) in QuarkXpress 6.5.  I attributed it to lack of memory, so I immediately backed up all files and HD to an external drive to free up space. Restarted and prayed... Quark launched, but file won't open. Same error.
    Have: 2.1 GHz PPC G5, 1.5 GB DDR2 SDRAM  OS 10.4.11 (pre Intel)
    Capacity: 232.8GB, Available: 163GB, Used 69.6GB
    Have been searching help site for 5 hours looking for answer and am DESPERATE!  I saved changes regularly, but can't access this file at all... I've lost 2 full days & nights working on this project that has to be done in 2 days.
    Ran Disk Utility, but no success opening this specific Quark file (Quark will launch- it's just this file that's affected).  Have tried to down load Applejack, etc. but keep finding out they only support OS 10.5 or higher.  (Haven't been able to afford upgraded system since Intel requires purchase of full verions of graphics software instead of upgrades to the tune of $6k).
    PLEASE, I only know enough to be dangerous, so ANY help is GREATLY APPRECIATED! 
    Savvy folks- if I'm in the wrong place, please send me a link where I can solve this personal catastrophy.
    Many thanks-in-advance

    I think you best do over your work from scratch.  You need to make backup copies of the files regularly.  You need to have copies on multiple disks or flash drives.
    I saved changes regularly
    You should know that this isn't sufficient. You need to have multiplte copies of the file.  Backup anyone?  Could be the file structure got messed up.  Could be Quark messed up the file.
    You need to get a newer machine.  G5's are not reliable any more.  Need to see if Quark will run in compatiblity mode on an intel machine.  You should at least get an external firewire drive from owc.  Old hd's are not reliable.
    Boot in safe mode. Hold down the shift key when powering on the machine. This will run a disk repair program. Boot up will take longer as the harddrive is scanned and repaired.
    See this article:
    http://docs.info.apple.com/article.html?artnum=107393
    Or from:
        mrtotes article  :
        Boot from the OS X Install disk and from the Menu Bar choose Disk Utility. Then run "Repair Disk" and "Repair Disk Permissions" on your hard disk.
        a brody:
        https://discussions.apple.com/docs/DOC-1689
    Here the apple article on booting single user mode and using fsck. See the section on Use fsck:
    http://docs.info.apple.com/article.html?artnum=106214
    I suspect not but Perhaps Disk Warrior will be of some help:
    http://www.alsoft.com/DiskWarrior/
    Robert

Maybe you are looking for

  • Need to draw line after the 2nd line item(Smart Forms)

    Dear Friends, I need to draw horizontal line after the 2nd line item  and 3rd line item in smart forms.How can i achive this. Plz help. Edited by: farook shaik on May 19, 2009 8:19 AM

  • Getting weird quality problems in SD

    i am currently working on a project in SD 16:9 ion which every image and every title is outputing in poor qulaity. i have manipulated this stuff a dozen times and changed settings all round, but if i'm doing an sd project, i get this quality issue. t

  • Lightroom 1.2

    Is this a free download for 1.0 users?

  • Question mark on mail icon in dock.

    Mail application will will not open and has a question mark on it. Application can no longer be found in applications. Where and why did it go? How do I just reinstall the mail app? Skype application also disappeared at the same time. Thanks for any

  • Labview crashes upon start

    Hello, I just installed Labview 2014 SP1 64-bit on my Dell laptop. When I try to start Labview, it crashes about 2 seconds later with Exception: Unknown (0xC06D007E) at EIP=0x000007FEFD29AAAD and offers to send an error report. I tried un-installing