Dan Friedman wrote: > I tried downloading and launching sfDaemon for a few of the more recent > releases on my iBook. > > Interestingly, 3.12.030 dies with the same exception as 3.12.032, but > 3.12.026 starts up ok. I wonder what changed between 3.12.026 and > 3.12.030 to cause that exception... > > Ah well, at least I've got something I can work/play around with for > now. > > I'd still be interested to know if anyone else has seen this problem or > has any suggestions on how it might be fixed. > > Thanks, > > Dan >
Dan, We havent hit this. I'll open a bug with all your info, and get someone to test it on a mac to see if we can replicate it. http://jira.smartfrog.org/jira/browse/SFOS-826 Having a look at the code, its where we iterate through all system properties loading all applications identified in properties beginning with "sfDefault. "; we can split that operation into two passes, one to copy all of the system properties. As to why it broke, and it was probably my moving of code to the java 5 iterable stuff that broke it. -- ----------------------- Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Smartfrog-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartfrog-users
