Hi, Unfortunately full reinstall didn't help. I removed all kepler sources I had and after fresh checkout of build-area, I did `ant clean-all` which deletes whole $HOME/.kepler directory. Still I receive the same error and menu bar is missing.
Do you have any idea what can I check? Did you found out in the sources (basing on the stacktrace I pasted in the first email) what may be the possible cause of this problem? I am using GNU/Linux with kernel 2.6.32.7, x86_64 architecture. My Java is Sun's JDK 1.6u18 Regards, Tomek On czwartek 04 lutego 2010 at 21:06:56 Chad Berkley wrote: > Hmm, that's really weird. I just did a fresh checkout any everything > worked. I'm using JDK 1.5.0_19, but I think others are using 1.6 with > no problems. Let us know if you figure it out. > > chad > > Tomasz ?ok wrote: > > Hi Chad, > > > > Today I tried many different combinations: > > - Kepler from head revision and Ptolemy from stable revision (does not > > compile due to some broken dependency) > > - Kepler from head revision and Ptolemy from head revision (compiles, but > > doesn't have menu bar) > > > > I also tried revision from yesterday and the day before yesterday, both > > with no success. At one moment I thought it is a JDK problem, as I have > > the newest one 1.6u18 released just recently. But switching to my backup > > 1.6u16 did not help. > > > > All these trials suggest that there is something wrong on my side. I will > > try again tomorrow to install everything from scratch as you said. > > > > Thanks, > > Tomek > > > > On czwartek 04 luty 2010 at 20:43:07 Chad Berkley wrote: > >> Hi Tomek, > >> > >> If you've deleted your .kepler directory and run an 'ant clean-all', I'm > >> actually not sure what the problem could be. You might make sure that > >> all of the code updated correctly. You can run the 'ant change-to > >> -Dsuite=kepler' command again to make sure you got all of the source. > >> You can also run 'ant update' to pull any new changes from SVN. > >> > >> If you still can't get it to work, I'd recommend trying everything from > >> scratch again. Delete your ~/.kepler directory and your ~/KeplerData > >> directory, then checkout the build-area again, and do a new change-to. > >> > >> Let me know if you figure it out. > >> > >> thanks, > >> chad > >> > >> Tomasz ?ok wrote: > >>> Small update. > >>> > >>> After `ant clean-all` I do not get this error with SQL. However the > >>> main problem with missing menu bar is still there. > >>> > >>> Regards, > >>> Tomek > >>> > >>> On czwartek 04 lutego 2010 at 12:39:41 Tomasz ?ok wrote: > >>>> Dear Kepler users and maintainers, > >>>> > >>>> Today I tried to install Kepler from trunk using this instruction: > >>>> https://kepler-project.org/developers/teams/build/documentation/build- > >>>>sy ste m-instructions > >>>> > >>>> I prepared everything and compiled Kepler, but when I try to run it, > >>>> in the beginning I get the following exception and the menu bar in > >>>> Kepler is missing: > >>>> > >>>> java.lang.NullPointerException > >>>> at > >>>> org.kepler.gui.MenuMapper.createKeplerMenuBar(MenuMapper.java:392) at > >>>> org.kepler.gui.MenuMapper.run(MenuMapper.java:173) > >>>> at ptolemy.gui.Top.deferIfNecessary(Top.java:235) > >>>> at > >>>> org.kepler.gui.KeplerMenuHandler.pack(KeplerMenuHandler.java:60) at > >>>> ptolemy.actor.gui.TableauFrame.pack(TableauFrame.java:331) at > >>>> ptolemy.actor.gui.Tableau.show(Tableau.java:355) > >>>> at > >>>> > >>>> ptolemy.actor.gui.Configuration.createPrimaryTableau(Configuration.jav > >>>>a: 58 2) at > >>>> > >>>> ptolemy.vergil.VergilApplication._createEmptyConfiguration(VergilAppli > >>>>ca ti on.java:401) at > >>>> > >>>> ptolemy.actor.gui.ConfigurationApplication._parseArgs(ConfigurationApp > >>>>li ca tion.java:1121) at > >>>> > >>>> ptolemy.vergil.VergilApplication._parseArgs(VergilApplication.java:477 > >>>>) at > >>>> ptolemy.actor.gui.ConfigurationApplication.<init>(ConfigurationApplica > >>>>ti on .java:226) at > >>>> ptolemy.actor.gui.MoMLApplication.<init>(MoMLApplication.java:81) at > >>>> ptolemy.vergil.VergilApplication.<init>(VergilApplication.java:110) > >>>> at ptolemy.vergil.VergilApplication$1.run(VergilApplication.java:219) > >>>> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) > >>>> at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) > >>>> at > >>>> > >>>> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThrea > >>>>d. ja va:269) at > >>>> > >>>> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.j > >>>>av a: 184) at > >>>> > >>>> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThrea > >>>>d. ja va:174) at > >>>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) > >>>> at > >>>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) > >>>> at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) > >>>> > >>>> > >>>> Before this exception I received another one from SQL. I am not sure > >>>> if these two are related anyhow, but I will paste the second one as > >>>> well in case it's needed: > >>>> > >>>> java.sql.SQLException: Integrity constraint violation - no parent > >>>> SYS_FK_68 table: CACHECONTENTTABLE in statement [insert into > >>>> KAR_CONTENTS (file, lsid, name, type) values ( ?, ?, ?, ? ) ] at > >>>> org.hsqldb.jdbc.Util.throwError(Unknown Source) > >>>> at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown > >>>> Source) at > >>>> > >>>> org.kepler.kar.KARCacheManager.insertEntryIntoCache(KARCacheManager.ja > >>>>va > >>>> > >>>> :5 37) at org.kepler.kar.KARFile.cache(KARFile.java:854) > >>>> > >>>> at org.kepler.kar.KARFile.cacheKARContents(KARFile.java:567) > >>>> at > >>>> > >>>> org.kepler.kar.KARCacheManager.synchronizeKARCacheWithLocalRepositorie > >>>>s( KA RCacheManager.java:327) at > >>>> > >>>> org.kepler.objectmanager.library.LibraryManager.buildLibrary(LibraryMa > >>>>na ge r.java:332) at > >>>> > >>>> org.kepler.moml.KARLibraryBuilder.buildLibrary(KARLibraryBuilder.java: > >>>>78 ) at > >>>> > >>>> ptolemy.actor.gui.UserActorLibrary.openLibrary(UserActorLibrary.java:2 > >>>>02 ) at > >>>> > >>>> ptolemy.actor.gui.UserActorLibrary.openUserLibrary(UserActorLibrary.ja > >>>>va > >>>> > >>>> :1 40) at > >>>> > >>>> ptolemy.vergil.VergilApplication._createDefaultConfiguration(VergilApp > >>>>li ca tion.java:330) at > >>>> > >>>> ptolemy.vergil.VergilApplication._createEmptyConfiguration(VergilAppli > >>>>ca ti on.java:347) at > >>>> > >>>> ptolemy.actor.gui.ConfigurationApplication._parseArgs(ConfigurationApp > >>>>li ca tion.java:1121) at > >>>> > >>>> ptolemy.vergil.VergilApplication._parseArgs(VergilApplication.java:477 > >>>>) at > >>>> ptolemy.actor.gui.ConfigurationApplication.<init>(ConfigurationApplica > >>>>ti on .java:226) at > >>>> ptolemy.actor.gui.MoMLApplication.<init>(MoMLApplication.java:81) at > >>>> ptolemy.vergil.VergilApplication.<init>(VergilApplication.java:110) > >>>> at ptolemy.vergil.VergilApplication$1.run(VergilApplication.java:219) > >>>> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) > >>>> at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) > >>>> at > >>>> > >>>> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThrea > >>>>d. ja va:269) at > >>>> > >>>> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.j > >>>>av a: 184) at > >>>> > >>>> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThrea > >>>>d. ja va:174) at > >>>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) > >>>> at > >>>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) > >>>> at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) > >>>> > >>>> > >>>> I have also tested it after deleting my $HOME/.kepler directory so > >>>> that it doesn't mix files from different installations. But it didn't > >>>> help me any further. Can you provide me with some information about > >>>> possible causes of such behaviour? > -- Tomasz Zok Poznan Supercomputing and Networking Center ul. Noskowskiego 10, 61-704 Poznan, POLAND http://www.man.poznan.pl

