failed to launch application on server

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

failed to launch application on server

Lovely Gupta
Dear Sir
 I have successfully installed NGl in window7.but when i launch application on server side it show an error unable to launch application
Unavle to load resources http://10.10.30.150:8080/newgenlibctxt/client.jar
Launch File
<jnlp spec="1.0+" codebase="http://10.10.30.150:8080/newgenlibctxt" href="http://10.10.30.150:8080/newgenlibctxt/LaunchApplication">
  <information>
    <title>NGL EE V3.0 Carbon</title>
    <vendor>VSPL</vendor>
    <homepage href="http://www.newgenlib.com"/>
    <description>New generation in library automation</description>
    <description kind="short"/>
    <icon href="http://10.10.30.150:8080/newgenlibctxt/newgenliblogo.GIF"/>
    <shortcut online="false">
      <desktop>NewGenLib 3.0</desktop>
      <menu submenu="Verus Solutions Apps"/>
    </shortcut>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se version="1.6+"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/Client.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/Date_selector.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/jdom.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/jh.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/marc4j.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/MARCComponent.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/normalizer.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/poi-2.0-pre3-20030728.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/itext-1.02b.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/PredictionAlgorithm.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/activation.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/commons-email-1.0.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/mail.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/SendLogFileComponent.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/looks-2.0.4.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/OfficeLnFs_2.4.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/a2jruntime.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/xalan.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/xerces.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/log4j.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/jzkit.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/NGLZ3950.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/NGLUtilities.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/NGLZ3950Client.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/smack.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/commons-codec-1.4.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/commons-logging-1.1.1.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/httpclient-4.1.2.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/httpclient-cache-4.1.2.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/httpcore-4.1.2.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/httpmime-4.1.2.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/swingx-all-1.6.3.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/jasperreports-4.6.0.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/commons-logging-1.1.1.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/commons-collections-2.1.1.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/commons-digester-2.1.jar"/>
    <jar href="http://10.10.30.150:8080/newgenlibctxt/opencsv-2.3.jar"/>
  </resources>
  <application-desc main-class="newgen.presentation.LoginFrame"/>
</jnlp>
Exception
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://10.10.30.150:8080/newgenlibctxt/Client.jar
        at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
        at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
java.io.FileNotFoundException: http://10.10.30.150:8080/newgenlibctxt/Client.jar
        at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
        at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: http://10.10.30.150:8080/newgenlibctxt/Client.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at java.net.HttpURLConnection.getResponseCode(Unknown Source)
        ... 14 more