View Single Post
  #3  
Unread 10-23-2012, 11:14 AM
tenpigs tenpigs is offline
A Brown Bear
 
Join Date: Oct 2004
Posts: 8
Default

Quote:
Originally Posted by tknarr View Post
http://www.eq2interface.com/forums/s...9&postcount=19

That post has my process for reloading the updater application and recreating the shortcuts.
Thanks,

I tried that and this is what I get


<jnlp codebase="http://updater.pala.de/" href="profitui.jnlp" spec="6.0+">
<information>
<title>ProfitUI Reborn Updater</title>
<vendor>Kaldran - EQ2 Valor Server</vendor>
<homepage href="http://gm9.eq2interface.com"/>
<description>ProfitUI Reborn Updater</description>
<description kind="short">ProfitUI Reborn Updater</description>
<shortcut>
<desktop/>
<menu submenu="ProfitUI Reborn Updater"/>
</shortcut>
<icon href="profitui.png" kind="default"/>
</information>
<security>
<all-permissions/>
</security>
<update check="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6.0_05+"/>
<property name="applicationName" value="ProfitUI Reborn Updater"/>
<property name="updaterURL" value="http://updater.pala.de/"/>
<property name="jnlpFile" value="profitui.jnlp"/>
<property name="baseURL" value="http://updater.pala.de/profitui/"/>
<property name="uiWebsite" value="http://gm9.eq2interface.com"/>
<jar eager="true" href="ProfitUI.jar" main="true"/>
<extension href="http://updater.pala.de/updater.jnlp" name="" version=""/>
</resources>
<application-desc main-class="de.pala.updater.profitui.Startup"/>
</jnlp>


I tried uninstalling Java then reinstalling that plus Profit and I still get same message, that it is unable to load and all this code in the details. Cheers for any help offered

The above info was on the tab named Launch File but the following information was on the tab named Exceptions, which may be more useful :

java.net.SocketException: Address family not supported by protocol family: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.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.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.http://www.protocol.http.HttpURLConn...Client(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.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getJreResource(Unknown Source)
at com.sun.javaws.LaunchDownload._downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(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.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Last edited by tenpigs : 10-23-2012 at 11:30 AM. Reason: update
Reply With Quote