<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi, Jon:<br>
<br>
I just updated my system from the svn trunk and it is 29055. I did a
saving and it worked perfectly. My suite is reporting and os is
Ubuntu.<br>
<br>
Derik Barseghian, a developer at NCEAS, tried on both Ubuntu and
Mac. They worked.<br>
<br>
I looked at the code and the line 127 in KARBuilder.java is:<br>
<br>
public void addSaveInitiator(NamedObj namedObj) {<br>
<br>
It looks good to me.<br>
<br>
I am not sure why it didn't work to you. What os do you use? How did
you invoke the save? Did you made some local changes on your code
(you may try the command svn status)? <br>
<br>
Another suggestion is to switch to kepler suite to do a save. If
this works, it means your local suite has some issue.<br>
<br>
Thanks,<br>
<br>
Jing<br>
<br>
<br>
<br>
On 12/07/2011 10:43 AM, Jonathan Boright wrote:
<blockquote
cite="mid:CAFEwxXL5H9ptqFwfR6uDA57YjaMBCD96eH==L9kWM4Ggfag+Bw@mail.gmail.com"
type="cite">Hello all,
<div><br>
</div>
<div>I have recently updated Kepler and now I'm unable to save my
Kepler workflows...</div>
<div><br>
</div>
<div>The problem:</div>
<div>I can open Kepler just fine. here are the start-up messages:</div>
<div><br>
</div>
<div>[run] Set environment variable: R_HOME = C:\Program
Files\R\R-2.10.1</div>
<div>[run] Checking for patches...</div>
<div>[run] Building Kars...</div>
<div>[run] Ran additional initialization for module core from
class org.kepler.module.core.Initialize</div>
<div>[run] Ran additional initialization for module gui from class
org.kepler.module.gui.Initialize</div>
<div>[run] Kepler Initializing...</div>
<div>[run] INFO
(org.kepler.objectmanager.library.LibraryManager:buildLibrary:338)
Building Library...</div>
<div>[run] INFO
(org.kepler.objectmanager.cache.LocalRepositoryManager:scanReposForKarFiles:246)
Scanning Local Repositories for KAR files...</div>
<div>[run] INFO
(org.kepler.kar.KARCacheManager:synchronizeKARCacheWithLocalRepositories:394)
The Cache was out of sync with KAR files in Local Repositories.</div>
<div>[run] INFO
(org.kepler.kar.KARCacheManager:synchronizeKARCacheWithLocalRepositories:396)
The Cache has been syncronized with KAR files in Local
Repositories.</div>
<div>[run] INFO
(org.kepler.objectmanager.library.LibIndex:rebuild:255)
Building LibIndex...</div>
<div>[run] *** Attempting to get ResourceBundle for SVG defaults
***</div>
<div>[run] *** svgRenderingMethod = SVG_BATIK_RENDERING ***, but
when I try to save a workflow, this is what I get:</div>
<div><br>
</div>
<div>
<div>
But as soon as I try to save a workflow (makes no difference
where), I get the following errors:
</div>
<div> [run] Exception in thread "AWT-EventQueue-0"
java.lang.NoSuchMethodError:
org.kepler.kar.KARBuilder.addSaveInitiator(Lptolemy/kernel/ComponentEntity;)V</div>
<div> [run] at
org.kepler.kar.SaveKAR.saveToDisk(SaveKAR.java:147)</div>
<div> [run] at
org.kepler.gui.kar.ExportArchiveAction.actionPerformed(ExportArchiveAction.java:371)</div>
<div> [run] at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)</div>
<div>
[run] at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)</div>
<div> [run] at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)</div>
<div> [run] at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)</div>
<div> [run] at
javax.swing.AbstractButton.doClick(AbstractButton.java:357)</div>
<div> [run] at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1223)</div>
<div> [run] at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1264)</div>
<div> [run] at
java.awt.Component.processMouseEvent(Component.java:6267)</div>
<div> [run] at
javax.swing.JComponent.processMouseEvent(JComponent.java:3267)</div>
<div> [run] at
java.awt.Component.processEvent(Component.java:6032)</div>
<div> [run] at
java.awt.Container.processEvent(Container.java:2041)</div>
<div> [run] at
java.awt.Component.dispatchEventImpl(Component.java:4630)</div>
<div> [run] at
java.awt.Container.dispatchEventImpl(Container.java:2099)</div>
<div> [run] at
java.awt.Component.dispatchEvent(Component.java:4460)</div>
<div> [run] at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)</div>
<div> [run] at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)</div>
<div> [run] at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)</div>
<div> [run] at
java.awt.Container.dispatchEventImpl(Container.java:2085)</div>
<div> [run] at
java.awt.Window.dispatchEventImpl(Window.java:2478)</div>
<div> [run] at
java.awt.Component.dispatchEvent(Component.java:4460)</div>
<div> [run] at
java.awt.EventQueue.dispatchEvent(EventQueue.java:599)</div>
<div> [run] at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)</div>
<div> [run] at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)</div>
<div> [run] at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)</div>
<div>
[run] at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)</div>
<div> [run] at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)</div>
<div> [run] at
java.awt.EventDispatchThread.run(EventDispatchThread.java:122)</div>
</div>
<div><br>
</div>
<div>Steps I've taken:</div>
<div>- cleared my cache (ant clean-cache)</div>
<div>- cleared and re-built my Build-area, (rm -rf *)</div>
<div>- checked out a new version of the code from the trunk (svn
co <a moz-do-not-send="true"
href="https://code.kepler-project.org/code/kepler/trunk/modules/build-area"
target="_blank">https://code.kepler-project.org/code/kepler/trunk/modules/build-area</a>
.) (currently revision 29055)</div>
<div>- changed my Dsuite (ant change-to -Dsuite=isciences) (we
have locally stored modules... this has never posed any trouble
in the past...)</div>
<div>- updated (ant update) (I've also tried 'svn cleanup' and
'svn update'... just for good measure...)</div>
<div><br>
</div>
<div>Any idea why I'm having trouble all of a sudden? Anybody
else experiencing similar troubles?</div>
<div><br>
</div>
<div>Any thoughts would help. </div>
<div><br>
</div>
<div>Thanks in advance </div>
<div><br>
</div>
<div>Jon Boright</div>
<div>
<div><br>
</div>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Kepler-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kepler-users@kepler-project.org">Kepler-users@kepler-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a>
</pre>
</blockquote>
<br>
</body>
</html>