Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PE JAXB resource manager questions

Dave,

A recent commit introduced a NPE in the LML code that was preventing startup. I just committed a fix, so please update your LML plugins and let me know if you're still having problems starting the RM.

Greg

On Jul 27, 2011, at 9:50 AM, Dave Wootton wrote:

Al
I have been working on finalizing my PE JAXB resource manager and have a couple problems with validation
1) If I specify a validator for a file browser widget then it seems like the pathname cannot be blank, but must be a valid pathname. Directories seem to accept blank pathnames. Is there a way for filenames to be allowed to be blank and pass validation?
2) I have some text widgets that expect integer values. I can validate them as numberic but can't implement range limit checks. I tried specifying min and max values but that didn't help.

I'm trying to start the resource manager, both on AIX and Linux. In both cases I get a popup 'Failed to start resource manager' with no other messages or error log entries. I'm not expecting to run any kind of command on the back end, just have the resource manager switch to the running state.

My JAXB xml file is pretty big, with about 80 active widgets and a similar number of labels, spread across 10 tabs. I'm not sure if this has to do with the size of my xml file but I was able to start resource managers before with a somewhat smaller XML file. this is with latest 5.0.1 source from this morning
Dave_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top