View Single Post
  #1  
Unread 03-23-2009, 03:36 AM
Straw Straw is offline
A Brown Bear
 
Join Date: Apr 2005
Server: Guk
Posts: 9
Default Automatic Update error

I cannot resolve the hose http://updater.pala.de/ and I have tried various DNS tools on other free dns sites which cannot either... I am unable to launch the updater and I tried to reinstall it and that didnt work. Any help would be great as I love profitui!

I get the error "Unable to Launch the application"

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="6.0+" codebase="http://updater.pala.de/" href="launch.jnlp">
<information>
<title>ProfitUI Reborn Updater</title>
<vendor>Kaldran - EQ2 Valor Server</vendor>
<description>ProfitUI Reborn Updater</description>
<description kind="short">ProfitUI Reborn Updater</description>
<homepage href=""/>
<icon href="icon48.png" kind="default"/>
<shortcut>
<desktop/>
<menu submenu="ProfitUI Reborn Downloader"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<update check="always">
</update>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6.0_05+" />
<jar href="Updater.jar" main="true" download="eager"/>
<jar href="lib/JDirectoryDialog.jar" download="eager"/>
<jar href="lib/ftpbean.jar" download="eager"/>
<jar href="lib/BareBonesBrowserLaunch.jar" download="eager"/>
<jar href="lib/hsqldb.jar" download="eager"/>
</resources>
<application-desc main-class="de.pala.updater.GUI.Main">
</application-desc>
</jnlp>
Reply With Quote