Hm, you didn't delete/change the test template via the interface, did you? Anyway, to fix this, create a Template subfolder on the disk in the folder where scheduler is installed. And in this subfolder create an empty text file called test_template.ini. Please let us know if this helps. : Ok, I did the things you asked. : 1. The preferences.xml file references an existing file. : 2. I turned on tracing like you said and got this error: 2006-07-14 : 08:08:38,912 [main] DEBUG : com.softtreetech.jscheduler.business.preferences.AbstractPrefDatabase - : Preferences file has been copied to preferences.bak : 2006-07-14 08:08:39,178 [main] DEBUG : com.softtreetech.jscheduler.business.jobtemplates.JobTemplateSetImpl - : loadDescription: path: Template/test_template.ini : 2006-07-14 08:08:39,224 [main] FATAL : com.softtreetech.jscheduler.JSchedulerStarter - startup() : : java.lang.NullPointerException : at : com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem(ParentNode.java:814) : at : com.sun.org.apache.xerces.internal.dom.ParentNode.item(ParentNode.java:828) : at : com.softtreetech.jscheduler.business.preferences.AbstractPrefDatabase.o00000(Unknown : Source) : at : com.softtreetech.jscheduler.business.preferences.AbstractPrefDatabase.o00000(Unknown : Source) : at : com.softtreetech.jscheduler.business.preferences.AbstractPrefDatabase.o00000(Unknown : Source) : at : com.softtreetech.jscheduler.business.preferences.AbstractPrefDatabase.get(Unknown : Source) : at : com.softtreetech.jscheduler.business.preferences.SettingsImpl.getOptions(Unknown : Source) : at com.softtreetech.jscheduler.JSchedulerStarter.super(Unknown Source) : at com.softtreetech.jscheduler.JSchedulerStarter.main(Unknown Source) : I don't know where it's trying to look for the Template/test_template.ini, : but it doesn't appear to be in the program directory. : 3. I ran the netstat, and saw nothing using that TCP port.
|