
|
Re: cannot run demo?

Some parts of this message have been removed.
Learn more about Nabble's security policy.
I will re-sign this jar tonight.
Thanks for letting me know. In the meanwhile, you can download the jars from [1] and run the test app locally. Kirill
[1] https://substance.dev.java.net/servlets/ProjectDocumentList?folderID=9100
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo?
I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)... #### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working? Be well,
andy
|

|
Re: cannot run demo?

Some parts of this message have been removed.
Learn more about Nabble's security policy.
I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.html
Thanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo?
I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)... #### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working? Be well,
andy
|

|
Re: cannot run demo?
Thank you. I cleared my cache and that didn't fix the problem. I wasn't able to get the browsers to use 1.6.0_04 for WebStart (even though I edited the registry entries directly, the console always reports 06 for JWS & 04 for JRE) so I can't verify if that might fix the problem.
I did download the source & build the demo that way - good enough to get me going. Thank you once more. On Wed, Jul 16, 2008 at 9:01 PM, Kirill Grouchnikov < kirillcool@...> wrote:
I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.html
Thanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...
Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo?
I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)... #### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working?
Be well,
andy
-- Be well, andy Welcome to http://householder-yogi.netOn family, NYC, and practicing yoga.
|

|
Re: cannot run demo?

Some parts of this message have been removed.
Learn more about Nabble's security policy.
Hi, Andy I'm glad that you could build and run the demo locally. Don't really know what to say about the "unsigned jar" exception - is anybody else seeing this after launching the demo at https://substance.dev.java.net/see.html? If so, what is your OS and JVM? Thanks Kirill ----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...Sent: Thursday, July 17, 2008 11:30:09 AM Subject: Re: cannot run demo?
Thank you. I cleared my cache and that didn't fix the problem. I wasn't able to get the browsers to use 1.6.0_04 for WebStart (even though I edited the registry entries directly, the console always reports 06 for JWS & 04 for JRE) so I can't verify if that might fix the problem.
I did download the source & build the demo that way - good enough to get me going. Thank you once more. On Wed, Jul 16, 2008 at 9:01 PM, Kirill Grouchnikov < kirillcool@...> wrote:
I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.html
Thanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...
Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo?
I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)... #### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working?
Be well,
andy
-- Be well, andy Welcome to http://householder-yogi.netOn family, NYC, and practicing yoga.
|

|
Re: cannot run demo?
Hi Kirill, I've got the same exception: #1 OS: Windows XP
JVM: 1.6.0_05 #2 OS: Linux (Ubuntu Hardy (java and keytool is configured to be used the Sun's one))
JVM: 1.6.0_03 detailed exception: JNLPException[category: Security Error : Exception: null : LaunchDesc: <jnlp spec="1.0+" codebase=" https://substance.dev.java.net/webstart/" href=" https://substance.dev.java.net/webstart/test.jnlp">
<information> <title>Substance look and feel demo</title> <vendor> https://substance.dev.java.net/</vendor> <homepage href="null"/>
<description>Substance look and feel demo</description> <description kind="short">Substance look and feel demo</description> <offline-allowed/> </information>
<security> <all-permissions/> </security> <update check="timeout" policy="always"/> <resources> <property name="jnlp.packEnabled" value="true"/>
<java version="1.6+"/> <jar href=" https://substance.dev.java.net/webstart/substance-tst.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance.jar" download="eager" main="false"/> <jar href=" https://substance.dev.java.net/webstart/substance-tools.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/forms-1.1.0.jar" download="eager" main="false"/> <jar href=" https://substance.dev.java.net/webstart/swingx.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-swingx.jar" download="eager" main="false"/>
</resources> <application-desc main-class="test.Check"/> </jnlp> ] at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1222) at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1068)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:691) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:157) at com.sun.javaws.Launcher.launch(Launcher.java:95) at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210) at com.sun.javaws.Main$1.run(Main.java:107) at java.lang.Thread.run(Thread.java:619) I hope I could help you. Gábor
On Thu, Jul 17, 2008 at 8:43 PM, Kirill Grouchnikov < kirillcool@...> wrote:
Hi, Andy I'm glad that you could build and run the demo locally. Don't really know what to say about the "unsigned jar" exception - is anybody else seeing this after launching the demo at https://substance.dev.java.net/see.html? If so, what is your OS and JVM?
Thanks Kirill
Sent: Thursday, July 17, 2008 11:30:09 AM Subject: Re: cannot run demo?
Thank you. I cleared my cache and that didn't fix the problem. I wasn't able to get the browsers to use 1.6.0_04 for WebStart (even though I edited the registry entries directly, the console always reports 06 for JWS & 04 for JRE) so I can't verify if that might fix the problem.
I did download the source & build the demo that way - good enough to get me going. Thank you once more. On Wed, Jul 16, 2008 at 9:01 PM, Kirill Grouchnikov < kirillcool@...> wrote:
I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.html
Thanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...
Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo?
I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)... #### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working?
Be well,
andy
-- Be well, andy Welcome to http://householder-yogi.netOn family, NYC, and practicing yoga.
|

|
Re: cannot run demo?

Some parts of this message have been removed.
Learn more about Nabble's security policy.
Hmm.
I wonder if this is not happening on my machine because i use 6u10 and the new jnlp.packEnabled property. I've just resigned all the jars and still see no exception on launching the test app. Will try with no jnlp.packEnabled property later.
Kirill
----- Original Message ---- From: Gábor Pápai < gabor.papai@...> To: users@...Sent: Thursday, July 17, 2008 10:44:29 PM Subject: Re: cannot run demo? Hi Kirill, I've got the same exception: #1 OS: Windows XP
JVM: 1.6.0_05 #2 OS: Linux (Ubuntu Hardy (java and keytool is configured to be used the Sun's one))
JVM: 1.6.0_03 detailed exception: JNLPException[category: Security Error : Exception: null : LaunchDesc: <jnlp spec="1.0+" codebase=" https://substance.dev.java.net/webstart/" href=" https://substance.dev.java.net/webstart/test.jnlp">
<information> <title>Substance look and feel demo</title> <vendor> https://substance.dev.java.net/</vendor> <homepage href="null"/>
<description>Substance look and feel demo</description> <description kind="short">Substance look and feel demo</description> <offline-allowed/> </information>
<security> <all-permissions/> </security> <update check="timeout" policy="always"/> <resources> <property name="jnlp.packEnabled" value="true"/>
<java version="1.6+"/> <jar href=" https://substance.dev.java.net/webstart/substance-tst.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance.jar" download="eager" main="false"/> <jar href=" https://substance.dev.java.net/webstart/substance-tools.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/forms-1.1.0.jar" download="eager" main="false"/> <jar href=" https://substance.dev.java.net/webstart/swingx.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-swingx.jar" download="eager" main="false"/>
</resources> <application-desc main-class="test.Check"/> </jnlp> ] at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1222) at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1068)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:691) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:157) at com.sun.javaws.Launcher.launch(Launcher.java:95) at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210) at com.sun.javaws.Main$1.run(Main.java:107) at java.lang.Thread.run(Thread.java:619) I hope I could help you. Gábor
On Thu, Jul 17, 2008 at 8:43 PM, Kirill Grouchnikov < kirillcool@...> wrote: Hi, Andy I'm glad that you could build and run the demo locally. Don't really know what to say about the "unsigned jar" exception - is anybody else seeing this after launching the demo at https://substance.dev.java.net/see.html? If so, what is your OS and JVM? Thanks Kirill Sent: Thursday, July 17, 2008 11:30:09 AM Subject: Re: cannot run demo? Thank you. I cleared my cache and that didn't fix the problem. I wasn't able to get the browsers to use 1.6.0_04 for WebStart (even though I edited the registry entries directly, the console always reports 06 for JWS & 04 for JRE) so I can't verify if that might fix the problem. I did download the source & build the demo that way - good enough to get me going. Thank you once more. On Wed, Jul 16, 2008 at 9:01 PM, Kirill Grouchnikov < kirillcool@...> wrote: I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.htmlThanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...
Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo? I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)... #### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working? Be well,
andy
-- Be well, andy Welcome to http://householder-yogi.netOn family, NYC, and practicing yoga.
|

|
Re: cannot run demo?
The jnlp link is be working for me now. https://substance.dev.java.net/webstart/test.jnlpbtw, Java console still shows JWS version 1.6.0_06
On Fri, Jul 18, 2008 at 3:28 AM, Kirill Grouchnikov < kirillcool@...> wrote:
Hmm.
I wonder if this is not happening on my machine because i use 6u10 and the new jnlp.packEnabled property. I've just resigned all the jars and still see no exception on launching the test app. Will try with no jnlp.packEnabled property later.
Kirill
Sent: Thursday, July 17, 2008 10:44:29 PM Subject: Re: cannot run demo? Hi Kirill, I've got the same exception: #1 OS: Windows XP
JVM: 1.6.0_05 #2 OS: Linux (Ubuntu Hardy (java and keytool is configured to be used the Sun's one))
JVM: 1.6.0_03 detailed exception: JNLPException[category: Security Error : Exception: null : LaunchDesc: <jnlp spec="1.0+" codebase=" https://substance.dev.java.net/webstart/" href=" https://substance.dev.java.net/webstart/test.jnlp">
<information> <title>Substance look and feel demo</title> <vendor> https://substance.dev.java.net/</vendor>
<homepage href="null"/>
<description>Substance look and feel demo</description> <description kind="short">Substance look and feel demo</description> <offline-allowed/> </information>
<security> <all-permissions/> </security> <update check="timeout" policy="always"/> <resources> <property name="jnlp.packEnabled" value="true"/>
<java version="1.6+"/> <jar href=" https://substance.dev.java.net/webstart/substance-tst.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-tools.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/forms-1.1.0.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/swingx.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-swingx.jar" download="eager" main="false"/>
</resources> <application-desc main-class="test.Check"/> </jnlp> ] at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1222) at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1068)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:691) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:157) at com.sun.javaws.Launcher.launch(Launcher.java:95) at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210) at com.sun.javaws.Main$1.run(Main.java:107) at java.lang.Thread.run(Thread.java:619) I hope I could help you. Gábor
On Thu, Jul 17, 2008 at 8:43 PM, Kirill Grouchnikov < kirillcool@...> wrote:
Hi, Andy I'm glad that you could build and run the demo locally. Don't really know what to say about the "unsigned jar" exception - is anybody else seeing this after launching the demo at https://substance.dev.java.net/see.html? If so, what is your OS and JVM?
Thanks Kirill Sent: Thursday, July 17, 2008 11:30:09 AM Subject: Re: cannot run demo? Thank you. I cleared my cache and that didn't fix the problem. I wasn't able to get the browsers to use 1.6.0_04 for WebStart (even though I edited the registry entries directly, the console always reports 06 for JWS & 04 for JRE) so I can't verify if that might fix the problem.
I did download the source & build the demo that way - good enough to get me going. Thank you once more. On Wed, Jul 16, 2008 at 9:01 PM, Kirill Grouchnikov < kirillcool@...> wrote:
I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.html
Thanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...
Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo? I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)...
#### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working?
Be well,
andy
-- Be well, andy Welcome to http://householder-yogi.net
On family, NYC, and practicing yoga.
-- Be well, andy Welcome to http://householder-yogi.netOn family, NYC, and practicing yoga.
|

|
Re: cannot run demo?
It works (Ubuntu linux, Java 1.6.0_03), thanks Kirill! On Fri, Jul 18, 2008 at 4:12 PM, Andy Kriger < andy.kriger@...> wrote:
The jnlp link is be working for me now. btw, Java console still shows JWS version 1.6.0_06
On Fri, Jul 18, 2008 at 3:28 AM, Kirill Grouchnikov < kirillcool@...> wrote:
Hmm.
I wonder if this is not happening on my machine because i use 6u10 and the new jnlp.packEnabled property. I've just resigned all the jars and still see no exception on launching the test app. Will try with no jnlp.packEnabled property later.
Kirill
Sent: Thursday, July 17, 2008 10:44:29 PM Subject: Re: cannot run demo? Hi Kirill, I've got the same exception: #1 OS: Windows XP
JVM: 1.6.0_05 #2 OS: Linux (Ubuntu Hardy (java and keytool is configured to be used the Sun's one))
JVM: 1.6.0_03 detailed exception: JNLPException[category: Security Error : Exception: null : LaunchDesc: <jnlp spec="1.0+" codebase=" https://substance.dev.java.net/webstart/" href=" https://substance.dev.java.net/webstart/test.jnlp">
<information> <title>Substance look and feel demo</title> <vendor> https://substance.dev.java.net/</vendor>
<homepage href="null"/>
<description>Substance look and feel demo</description> <description kind="short">Substance look and feel demo</description> <offline-allowed/> </information>
<security> <all-permissions/> </security> <update check="timeout" policy="always"/> <resources> <property name="jnlp.packEnabled" value="true"/>
<java version="1.6+"/> <jar href=" https://substance.dev.java.net/webstart/substance-tst.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-tools.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/forms-1.1.0.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/swingx.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-swingx.jar" download="eager" main="false"/>
</resources> <application-desc main-class="test.Check"/> </jnlp> ] at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1222) at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1068)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:691) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:157) at com.sun.javaws.Launcher.launch(Launcher.java:95) at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210) at com.sun.javaws.Main$1.run(Main.java:107) at java.lang.Thread.run(Thread.java:619) I hope I could help you. Gábor
On Thu, Jul 17, 2008 at 8:43 PM, Kirill Grouchnikov < kirillcool@...> wrote:
Hi, Andy I'm glad that you could build and run the demo locally. Don't really know what to say about the "unsigned jar" exception - is anybody else seeing this after launching the demo at https://substance.dev.java.net/see.html? If so, what is your OS and JVM?
Thanks Kirill Sent: Thursday, July 17, 2008 11:30:09 AM Subject: Re: cannot run demo? Thank you. I cleared my cache and that didn't fix the problem. I wasn't able to get the browsers to use 1.6.0_04 for WebStart (even though I edited the registry entries directly, the console always reports 06 for JWS & 04 for JRE) so I can't verify if that might fix the problem.
I did download the source & build the demo that way - good enough to get me going. Thank you once more. On Wed, Jul 16, 2008 at 9:01 PM, Kirill Grouchnikov < kirillcool@...> wrote:
I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.html
Thanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...
Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo? I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)...
#### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working?
Be well,
andy
-- Be well, andy Welcome to http://householder-yogi.net
On family, NYC, and practicing yoga.
-- Be well, andy Welcome to http://householder-yogi.netOn family, NYC, and practicing yoga.
|

|
Re: cannot run demo?

Some parts of this message have been removed.
Learn more about Nabble's security policy.
Andy, Gabor
Thanks for verifying the resigned demo.
Kirill
----- Original Message ---- From: Gábor Pápai < gabor.papai@...> To: users@...Sent: Friday, July 18, 2008 8:35:19 AM Subject: Re: cannot run demo?
It works (Ubuntu linux, Java 1.6.0_03), thanks Kirill! On Fri, Jul 18, 2008 at 4:12 PM, Andy Kriger < andy.kriger@...> wrote:
The jnlp link is be working for me now. btw, Java console still shows JWS version 1.6.0_06
On Fri, Jul 18, 2008 at 3:28 AM, Kirill Grouchnikov < kirillcool@...> wrote:
Hmm.
I wonder if this is not happening on my machine because i use 6u10 and the new jnlp.packEnabled property. I've just resigned all the jars and still see no exception on launching the test app. Will try with no jnlp.packEnabled property later.
Kirill
Sent: Thursday, July 17, 2008 10:44:29 PM Subject: Re: cannot run demo? Hi Kirill, I've got the same exception: #1 OS: Windows XP
JVM: 1.6.0_05 #2 OS: Linux (Ubuntu Hardy (java and keytool is configured to be used the Sun's one))
JVM: 1.6.0_03 detailed exception: JNLPException[category: Security Error : Exception: null : LaunchDesc: <jnlp spec="1.0+" codebase=" https://substance.dev.java.net/webstart/" href=" https://substance.dev.java.net/webstart/test.jnlp">
<information> <title>Substance look and feel demo</title> <vendor> https://substance.dev.java.net/</vendor>
<homepage href="null"/>
<description>Substance look and feel demo</description> <description kind="short">Substance look and feel demo</description> <offline-allowed/> </information>
<security> <all-permissions/> </security> <update check="timeout" policy="always"/> <resources> <property name="jnlp.packEnabled" value="true"/>
<java version="1.6+"/> <jar href=" https://substance.dev.java.net/webstart/substance-tst.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-tools.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/forms-1.1.0.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/swingx.jar" download="eager" main="false"/>
<jar href=" https://substance.dev.java.net/webstart/substance-swingx.jar" download="eager" main="false"/>
</resources> <application-desc main-class="test.Check"/> </jnlp> ] at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1222) at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1068)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:691) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:157) at com.sun.javaws.Launcher.launch(Launcher.java:95) at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210) at com.sun.javaws.Main$1.run(Main.java:107) at java.lang.Thread.run(Thread.java:619) I hope I could help you. Gábor
On Thu, Jul 17, 2008 at 8:43 PM, Kirill Grouchnikov < kirillcool@...> wrote:
Hi, Andy I'm glad that you could build and run the demo locally. Don't really know what to say about the "unsigned jar" exception - is anybody else seeing this after launching the demo at https://substance.dev.java.net/see.html? If so, what is your OS and JVM?
Thanks Kirill Sent: Thursday, July 17, 2008 11:30:09 AM Subject: Re: cannot run demo? Thank you. I cleared my cache and that didn't fix the problem. I wasn't able to get the browsers to use 1.6.0_04 for WebStart (even though I edited the registry entries directly, the console always reports 06 for JWS & 04 for JRE) so I can't verify if that might fix the problem.
I did download the source & build the demo that way - good enough to get me going. Thank you once more. On Wed, Jul 16, 2008 at 9:01 PM, Kirill Grouchnikov < kirillcool@...> wrote:
I don't have 6.0_06 installed on my machine, but i don't see this exception running the unchanged JNLP under 6.0_10. Perhaps you have stale cache entries in your WebStart cache? This is assuming you run the test app from https://substance.dev.java.net/see.html
Thanks Kirill
----- Original Message ---- From: Andy Kriger < andy.kriger@...> To: users@...
Sent: Wednesday, July 16, 2008 1:03:03 PM Subject: cannot run demo? I am trying to run the JWS demo using Java 1.6.0_06, but I get this error when lauching it (from both FF & IE)...
#### Java Web Start Error: #### Unsigned application requesting unrestricted access to system
Unsigned resource: https://substance.dev.java.net/webstart/substance-tools.jarAny ideas how I can get the demo working?
Be well,
andy
-- Be well, andy Welcome to http://householder-yogi.net
On family, NYC, and practicing yoga.
-- Be well, andy Welcome to http://householder-yogi.netOn family, NYC, and practicing yoga.
|