| Issue 50: | Web Start Demo Fails | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Load web Start Demo 2. See error in Console What is the expected output? What do you see instead? Nothing but an error What version of the product are you using? On what operating system? Latest online demo, Windows XP, Java Web Start 1.6.0_16 Please provide any additional information below. Here is the stack trace: Exception in thread "AWT-EventQueue-0" java.lang.AssertionError at sun.awt.shell.Win32ShellFolder2$4.call(Unknown Source) at sun.awt.shell.Win32ShellFolder2$4.call(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source) at sun.awt.shell.Win32ShellFolder2.getIShellFolder(Unknown Source) at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source) at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source) at sun.awt.shell.Win32ShellFolder2.<init>(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2.createShellFolderFromRelativePIDL(Unknown Source) at sun.awt.shell.Win32ShellFolder2$12.call(Unknown Source) at sun.awt.shell.Win32ShellFolder2$12.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 sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Jul 18, 2010
Project Member
#1
bartolom...@gmail.com
Status:
Accepted
Jul 19, 2010
I've updated the JNLP Package with last version i've tested it on WinXP -Java 1.6_0_16 and all seems work well try it and let me know ... Thx in advance
Status:
Started
Jul 23, 2010
I had some trouble with the the Java Web start myself (External link -> Showcases). Looks like the .jnlp file has an erroneous path for the codebase. It currently is: <jnlp spec="1.5+" codebase="http://swixml2.googlecode.com/svn/trunk/jnlp/" > But should be: <jnlp spec="1.5+" codebase="http://swixml2.googlecode.com/svn/jnlp/" >
Jul 26, 2010
Agreed. The main link http://swixml2.googlecode.com/svn/trunk/jnlp/swixml-tool.jnlp found on the homepage https://code.google.com/p/swixml2/ doesn't work.
Jul 26, 2010
Using http://swixml2.googlecode.com/svn/jnlp/swixml-tool.jnlp still results in the first stack trace. Windows XP Java Web Start 1.6.0_16 Using JRE version 1.6.0_16-b01 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\lascelha ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message m: print memory usage o: trigger logging p: reload proxy configuration q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack 0-5: set trace level to <n> ---------------------------------------------------- Exception in thread "AWT-EventQueue-0" java.lang.AssertionError at sun.awt.shell.Win32ShellFolder2$4.call(Unknown Source) at sun.awt.shell.Win32ShellFolder2$4.call(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source) at sun.awt.shell.Win32ShellFolder2.getIShellFolder(Unknown Source) at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source) at sun.awt.shell.Win32ShellFolder2$2.call(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source) at sun.awt.shell.Win32ShellFolder2.<init>(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2.createShellFolderFromRelativePIDL(Unknown Source) at sun.awt.shell.Win32ShellFolder2$12.call(Unknown Source) at sun.awt.shell.Win32ShellFolder2$12.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 sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Jul 26, 2010
iI've fixed the jnlp files and re-deployed the signed jars Let me know
Jul 26, 2010
Great. Looks like just the link on the main page https://code.google.com/p/swixml2/ now. "Dic 07,2009 'Swixml2 preview tool' alfa release available from JWS here" |