Ask Experts Questions for FREE Help !
Ask
    dhana_msc's Avatar
    dhana_msc Posts: 1, Reputation: 1
    New Member
     
    #1

    Apr 27, 2006, 10:30 PM
    JNLPException[category: Download Error : Exception:java.net.ConnectException: Connect
    Hi all ,
    it's woking in server Because code base = cPanel...
    if am calling the same application in client/ end User .. Error Connection Refuse.. clear about the Error message:

    An error occurred while launching/running the application.

    Title: My Pirate!
    Vendor: me
    Category: Download Error

    Unable to load resource: http://localhost:8080/mypirate.jnlp

    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://localhost:8080" href="mypirate.jnlp">
    <information>
    <title>My Pirate!</title>
    <vendor>me</vendor>
    <icon href="icon.png"/>
    <icon href="splash.png" kind="splash"/>
    </information>
    <security>
    <all-permission/>
    </security>
    <resources>
    <j2se version="1.4+"/>
    <jar href="myclasses.jar" main="true" download="eager"/>
    </resources>
    <application-desc main-class="Startup"/>
    </jnlp>


    JNLPException[category: Download Error : Exception: java.net.ConnectException: Connection refused: connect : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol.doDownload(U nknown Source)
    at com.sun.javaws.cache.DownloadProtocol.isLaunchFile UpdateAvailable(Unknown Source) at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc (Unknown Source) at com.sun.javaws.Launcher.downloadResources(Unknown Source) at com.sun.javaws.Launcher.handleApplicationDesc(Unkn own Source) at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Unknown Source)


    java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source) at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unk nown Source) at com.sun.javaws.net.BasicNetworkLayer.doHeadRequest (Unknown Source) at com.sun.javaws.cache.DownloadProtocol.doDownload(U nknown Source) at com.sun.javaws.cache.DownloadProtocol.isLaunchFile UpdateAvailable(Unknown Source) at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc (Unknown Source) at com.sun.javaws.Launcher.downloadResources(Unknown Source) at com.sun.javaws.Launcher.handleApplicationDesc(Unkn own Source) at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

    I think because of only then codebase...

    Please help me...
    by
    dhana

Check out some similar questions!

A question of category [ 3 Answers ]

Is there a guiding principle concerning topics posting in the "religion" category as opposed to the "spirituality" category. . They are seeming more one in the same to me, the neophyte?

Fatal exception od at 281f and 16ff [ 4 Answers ]

I am using win 98se .Recently I get crashes while I am in the internet and try to open a new page. IE 6 stops responding. When I use alt+ ctrl+delete I get the message that IE does not respond.I click end of that job and get the message: Fatal exception OD at 281F:014F6B97. I push a button and get...

Hard drive crashes fatal exception OD [ 3 Answers ]

I had a 40Gb.drive added in Jan.to my 8 GB.I'm on Windows 98se amdK6 WITH 192 MG sdram.When I ty to open it fom My Computer desktop icon it instantly freezes after showing all the folders etc.then it gives a message fatal exception OD OO28:CoooB28C ib XD Vmm etc. It worked fine for 3 months but...

Java Error: array required, but PRmList found [ 2 Answers ]

Here is my code: I get the error: Array required, but PRmList found. Any help would be GREATLY appreciated. Thanks! Public class PRm { Private String PRm; Private String movieTitle; Private String movieRating; Private int seats;


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.