- From: Roderick Sprattling <rls@wiseworks.com>
- Date: Thu, 19 Feb 1998 13:39:35 -0500
- To: Jigsaw Mailinglist <www-jigsaw@w3.org>
I've built all components of Jigsaw 2.0 Alpha 1a (Jigsaw, JigAdm and the Jigsaw property installer) under Mac OS 8.0 using MRJ SDK 2.01. I've a problem with the JigAdm client: clicking on a label (say, that of Root) fails to open the associated property editor, and JigAdm's stdout says: java.lang.RuntimeException: configuration error, no editor for: org.w3c.jigsaw.http.ControlResource at java.lang.Throwable.<init>(Throwable.java:88) at java.lang.Exception.<init>(Exception.java:53) at java.lang.RuntimeException.<init>(RuntimeException.java:58) at org.w3c.jigadm.PropertyManager.getResourceClassProperties(PropertyManager.java:281) at org.w3c.jigadm.PropertyManager.getResourceClassProperties(PropertyManager.java:295) at org.w3c.jigadm.PropertyManager.getEditorProperties(PropertyManager.java:346) at org.w3c.jigadm.editors.ResourceEditor.initialize(ResourceEditor.java:294) at org.w3c.jigadm.gui.TreeListener$Initializer.run(TreeListener.java:25) I've skimmed the code enough to know this exception is thrown when no class properties have been loaded for a particular resource name; JigAdm gave no complaints about failed initialization, so I presume the property files were loaded. But still this may be a configuration problem; the Jigsaw server also complains that there's no logger available - the next problem I was going to address. Have any of you encountered this exception? Is it a simple configuration problem? If not, I'll build JigAdm under CodeWarrior and debug the problem. Thanks to Jan Ippen and Jeff Dripps for their posts which made building Jigsaw on the Mac a snap. Once this problem is solved I'll post updated instructions for building Jigsaw 2.0 Alpha on the Mac. Rod
Received on Thursday, 19 February 1998 13:35:12 UTC