UNABLE TO LAUNCH APPLICATION NGL3.1

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

UNABLE TO LAUNCH APPLICATION NGL3.1

rambabu.kambhampati
Respected sir

I am not able to launch the application NGL3.1
 I want to run the application on the server itself. I am using Windows7 (32bit).
Here I am attaching the Screenshot of the error message..
and also the details of the error
 
  <?xml version="1.0" encoding="UTF-8"?>
          <jnlp spec="1.0+" codebase="http://localhost:8080/newgenlibctxt" href="http://localhost: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"></description> 
          <icon href="http://localhost: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://localhost:8080/newgenlibctxt/Client.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/Date_selector.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/jdom.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/jh.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/marc4j.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/MARCComponent.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/normalizer.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/poi-2.0-pre3-20030728.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/itext-1.02b.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/PredictionAlgorithm.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/activation.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/commons-email-1.0.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/mail.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/SendLogFileComponent.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/looks-2.0.4.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/OfficeLnFs_2.4.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/a2jruntime.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/xalan.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/xerces.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/log4j.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/jzkit.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/NGLZ3950.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/NGLUtilities.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/NGLZ3950Client.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/smack.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/commons-codec-1.4.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/commons-logging-1.1.1.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/httpclient-4.1.2.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/httpclient-cache-4.1.2.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/httpcore-4.1.2.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/httpmime-4.1.2.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/swingx-all-1.6.3.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/jasperreports-4.6.0.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/commons-logging-1.1.1.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/commons-collections-2.1.1.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/commons-digester-2.1.jar"/> 
          <jar href="http://localhost:8080/newgenlibctxt/opencsv-2.3.jar"/> 
          </resources> 
          <application-desc main-class="newgen.presentation.LoginFrame">
          </application-desc> 
          </jnlp> 
Exception Details
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost: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)

Wrapped exception details are

java.io.FileNotFoundException: http://localhost: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.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequest(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://localhost:8080/newgenlibctxt/Client.jar
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at java.net.HttpURLConnection.getResponseCode(Unknown Source)
        ... 15 more

Reply | Threaded
Open this post in threaded view
|

Re: UNABLE TO LAUNCH APPLICATION NGL3.1

bkmurthy
Was your problem solved? i am facing the same problem.  Please let me know how your problem was solved. Thank you.