Bugs item #2189340, was opened at 2008-10-23 07:44 Message generated for change (Comment added) made by hansonr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2189340&group_id=23629
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jonathan Alvarsson (jonalv) >Assigned to: Bob Hanson (hansonr) Summary: Resource trouble in OSGI environment (Bioclipse) Initial Comment: We (Bioclipse) have had some trouble loading related to jmol resource loading, in particular related to the "minimize" commando. Some trials has resulted in a patch that makes things work for us. Sadly I can not be too exact on why it works though. All it does is that it reads the resource as a stream at once instead of creating a url for the resource and then a stream from that url. Presumably there has been some trouble with reading that url since we have gotten a java.net.UnknownServiceException at the url.getContent() call. So if there is no vital reason to take the detour trough a url I suggest the change described in attached patch. ---------------------------------------------------------------------- >Comment By: Bob Hanson (hansonr) Date: 2008-11-01 17:22 Message: 11.6.2/11.7.7 have UFF.txt ---------------------------------------------------------------------- Comment By: Egon Willighagen (egonw) Date: 2008-11-01 13:29 Message: The renaming to .txt worked. Maybe this can be applied to Jmol 11.6.x? ---------------------------------------------------------------------- Comment By: Jonathan Alvarsson (jonalv) Date: 2008-10-23 08:26 Message: Yes, it seems that changing name from UFF.prm to UFF.txt as suggested by [EMAIL PROTECTED] also fixes the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2189340&group_id=23629 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
