Taking a look at what was going on I found this exception when running:
Caused by: java.lang.NoSuchMethodException:
<unbound>=PasProject.setProjectProperties(HashMap);
at java.beans.Statement.invoke(Statement.java:236)
at java.beans.Expression.getValue(Expression.java:98)
at com.sun.beans.MutableExpression.getValue(ObjectHandler.java:400)
at com.sun.beans.ObjectHandler.getValue(ObjectHandler.java:106)
... 32 more
That is probably caused by code Tony added recently to support project
properties. I think it was added to support
different note styles. So the converter generated a xmlencoder file
that is trying to call that method that doesn't exist
in the current jars.
So then I looked at the jnlp in the sds:
http://rails.dev.concord.org/sds/6/jnlp/4951
It is pointing at the snapshot url:
http://tels-develop.soe.berkeley.edu:8080/jnlp/org/telscenter/jnlp/plr-everything-jdic-otrunk-snapshot/plr-everything-jdic-otrunk-snapshot.jnlp
But, then I saw this line:
Always Update: *false
*So the jnlp isn't being updated. I don't know if you did this on
purpose or not. If you didn't do this on purpose then to fix it you
should just
turn on the always update in the jnlp. If you do want this jnlp to be
frozen, I recommend just using the frozen jnlp url instead of relying on
the
"always update" feature of the sds.
If you do want it frozen to support your older curnits, then you'll need
to make a new jnlp in the sds which uses a more recent jnlp.
Scott
Laurel Williams wrote:
> Hi all,
>
> I'm running two newly converted (yesterday) curriculum pieces for a
> demo today. They can be found at
>
> http://rails.dev.concord.org/sds/6/offering/6505/jnlp/5580
> and
> http://rails.dev.concord.org/sds/6/offering/6756/jnlp/5580
>
> They contain Otrunk Model steps. Should I be working with a more
> updated jnlp and if so, which one?
>
> Laurel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---