Unable to launch the application

Support and feedback for NetherPanel
AKA java UniUploader

Unable to launch the application

Postby Verice » Mon Nov 19, 2007 12:54 am

Apologies if this is a stupid qurestion but...

Yesterday everything with my jUU was working fine (webstart with uniadmin etc). Today I can't seem to lauch it on either of my computers, I get a pop up rom java saying "unable to launch application" (Details: Unexpected exception: java.lang.reflect.InvocationTargerException).

I tried lauching it directly from lhunath's site and same thing.

Any ideas?

And by the way thanks for all the work on this, it's made my life a million times easeir ;-)
Verice
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Apr 26, 2007 3:16 am

Unable to launch the application

Postby lhunath » Wed Mar 05, 2008 9:51 pm

Still got problems with this?
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

Re: Unable to launch the application

Postby shaddiz » Fri May 02, 2008 9:34 pm

Now I've got the same problem!!!

I've updated my java to ver. 6!!

Now it will not start! Everytime I start the jnlp file, Webstart runs, and gives me an error;
ERROR: could not verify signing in resource: http://netherpanel.lyndir.com/NetherPanel.jar
( If I click the link I made here, the panel start, scans my addons .. and stop.. I can't click the launcher, nor go on the configuration tab or anything )

Is there a turnaround for this?`It happened after I updated my java, since I wanted that last things, like system tray, email and stuff :D
Or better yet, where or how can I verify it?
Last edited by shaddiz on Fri May 02, 2008 9:39 pm, edited 2 times in total.
shaddiz
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Sep 03, 2007 8:34 pm

Re: Unable to launch the application

Postby lhunath » Fri May 02, 2008 9:41 pm

Try to copy paste the whole error in here. The more I know the better I can help you.
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm

Re: Unable to launch the application

Postby shaddiz » Fri May 02, 2008 9:51 pm

I'm a nOOb to this so I hope this is what you are looking for:
When webstart tells me that it's unable to launch the application, I get that error, together with 3 buttons: what is say in each window are:

Launch File window:
<?xml version="1.0" encoding="utf-8"?>

<!-- !!! IMPORTANT !!!
You must modify the next line so that
href="NetherPanel.jnlp"
becomes
href="http://www.your-guild.com/path/to/NetherPanel.jnlp"
This URL is the URL that you would type in your browser to open this JNLP file. -->
<jnlp spec="1.0+" codebase="http://netherpanel.lyndir.com" href="NetherPanel.jnlp">

<information>
<title>NetherPanel</title>
<vendor>Lhunath</vendor>
<description>A general World of Warcraft manager panel.</description>
<description kind="short">Addon management and character data upload.</description>
<homepage href="http://netherpanel.lyndir.com" />
<icon href="wow.png" />
<icon kind="splash"
href="splash.png" />
<offline-allowed />
</information>

<application-desc main-class="com.lyndir.lhunath.netherpanel.ui.NetherPanel" />

<security>
<all-permissions />
</security>

<resources>
<property
name="jnlp.packEnabled"
value="true" />
<j2se href="http://java.sun.com/products/autodl/j2se"
version="1.5+"
max-heap-size="512m" />
<jar href="NetherPanel.jar" />
<!--
This part allows some OPTIONAL configuration.
You may leave this alone if you aren't interested in what it has to offer.

With the settings below, you can configure the default behaviour of NetherPanel when started with this JNLP file.

REMEMBER: Most default settings are taken from UniAdmin.
If you don't have UniAdmin installed yet,
you should probably do so now and use that to set
some defaults for NetherPanel.

property name | property value's description
====|====
|
uniadmin | Put the URL of your UniAdmin installation here.
| For Example: http://androgynous-guild.com/roster/uni ... erface.php
====|====
theme | Put the name of a theme or the HTML Hex code of the base color of your custom theme.
| Available theme names: Fog, Dew, Candy, Aztek, Nature, Forest, Oak,
| Salt. Baby, Sunlit, Coral, Tech, Aurora, Blood.
| Or a color, for example: #DD66CC, #336699, #99CC33, ...

(Remove the ! - - and - - at the beginning and end of the following lines if you want to use them.)
-->
<!--property name="uniadmin"
value="http://www.your-guild.com/path/to/uniadmin/interface.php" /-->
<!--property name="theme"
value="THEME" /-->
</resources>

</jnlp>

---
Exception window
com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://netherpanel.lyndir.com/NetherPanel.jar
at com.sun.deploy.cache.CacheEntry.writeManifest(Unknown Source)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToCache(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.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.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
---
Wrapped Exception window
java.lang.SecurityException: SHA1 digest error for com/thoughtworks/xstream/MarshallingStrategy.class
at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.util.jar.JarVerifier.update(Unknown Source)
at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
at com.sun.deploy.cache.CacheEntry.writeManifest(Unknown Source)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToCache(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.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.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
shaddiz
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Sep 03, 2007 8:34 pm

Re: Unable to launch the application

Postby shaddiz » Sat May 03, 2008 5:04 pm

the strange this is, when I downgraded Jave to ver. 6.6 it works again, but it doesn't save my path and accounts with my characterprofile.lua files, and where to upload them... This I now have to enter everytime I start the panel again!

But the biggest thing... as long as it works... but I can set my guildpage, or rosterpage and stuff in the launcher
shaddiz
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Sep 03, 2007 8:34 pm

Unable to launch the application

Postby lhunath » Mon Jun 02, 2008 12:21 am

So; it saves your guildpage etc, but not your CP.lua etc? Are you using UniAdmin?
"OK, so ten out of ten for style, but minus several million for good thinking, yeah?"
-- Zaphod Beeblebrox


= NetherPanel: home - launch - tickets =
User avatar
lhunath
UA/UU Developer
UA/UU Developer
 
Posts: 201
Joined: Sat Jul 22, 2006 12:32 pm


Return to NetherPanel

Who is online

Users browsing this forum: No registered users and 0 guests

cron