I tested it here, and it works for me. That means the file is ok on the server. This would lead me to believe there is either: - a corruption in your local webstart cache - a bug in the webstart servlet having to do with versioning.
The easy fix is to just clear you cache, but I haven't seen that type of problem before, so it is good to see if we can figure out what is really going on. The thing that I would like to do do is figure out what the newest version of pas-molecular is inside of your webstart cache. And send me that jar file. If you cd to: ~/Library/Caches/java/cache/javaws/http/Dtels-develop.soe.berkeley.edu/P8080 then run: find * -name "*pas-molecular" That will list all the pas-molecular folders in your webstart cache. The first element of the each path is the version. When I run it I get: V0.1.0-20070616.032922-161/DMjnlp/DMorg/DMtelscenter/DMpas-molecular V0.1.0-20070619.131218-165/DMjnlp/DMorg/DMtelscenter/DMpas-molecular V0.1.0-20070625.192223-171/DMjnlp/DMorg/DMtelscenter/DMpas-molecular So in that case the: V0.1.0-20070625.192223-171/DMjnlp/DMorg/DMtelscenter/DMpas-molecular folder is the newest, and the file I'd want is: V0.1.0-20070625.192223-171/DMjnlp/DMorg/DMtelscenter/DMpas-molecular/RMpas-molecular.jar If you send me that list and the latest file I will see if I can duplicate your problem by asking the webstart servlet for the same jardiff that your computer is probably asking for. Below are the details about how I'll try to do that, for documentation sake: --------------- For example in my case I would do: curl "http://tels-develop.soe.berkeley.edu:8080/jnlp/org/telscenter/pas-molecular/pas-molecular.jar?version-id=0.1.0-20070712.014832-184¤t-version-id=0.1.0-20070625.192223-171" > test.jardif.zip That should return a jardiff file. Which is just a zip file containing new and changed files, and a list of files to delete or move. I've seen errors in the past where this returns a server error, but in those cases a different webstart error message than the one you reported. If I get back a valid zip file I'll look at it to make sure it has the right format. Then I'd try manually applying that jardiff to the jar you sent and then seeing if it can be verified. manually applying means: - extract the original jar - extract the jardiff ontop - delete any files listed in meta-inf/index.jd - move any files listed in meta-inf/index.jd - delete the index.jd file - re-zip the jar Then to verify I'd just run: jarsigner -verify pas-molecular.jar Scott Stephen Bannasch wrote: > Authoring Everything Snapshots (head and the 5/17th release used by > the PAS Portal) are broken because of a signing error in > pas-molecular.jar. > > Running: > > http://tels-develop.soe.berkeley.edu:8080/jnlp/org/telscenter/jnlp/authoring-everything-snapshot/authoring-everything-snapshot.jnlp > > (Which had this snapshot version id: 20070712.224406) > > Produces this error: > > An error occurred while launching/running the application. > > Title: Authoring Everything Snapshot > Vendor: TELS Center > Category: Download Error > > Could not verify signing in resource: > (http://tels-develop.soe.berkeley.edu:8080/jnlp/org/telscenter/pas-molecular/pas-molecular.jar, > > 0.1.0-20070712.014832-184) > > ---- > > The same error occurs when running the authoring application from here: > > http://portal-daily.encorewiki.org/offeringlist.html > > (Which runs a much older PAS Authoring snapshot from May 17th: > > http://tels-develop.soe.berkeley.edu:8080/jnlp/org/telscenter/jnlp/authoring-everything-snapshot/authoring-everything-snapshot-0.1.0-20070517.191058.jnlp > > An error occurred while launching/running the application. > > Title: Authoring Everything Snapshot > Vendor: TELS Center > Category: Download Error > > Could not verify signing in resource: > (http://tels-develop.soe.berkeley.edu:8080/jnlp/org/telscenter/pas-molecular/pas-molecular.jar, > > 0.1.0-20070517.141510-134) > > > > http://tels-develop.soe.berkeley.edu:8080/jnlp/org/telscenter/jnlp/authoring-everything-snapshot/authoring-everything-snapshot.jnlp > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
