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

Greg
It works now. Thanks.
Dave



From:        Greg Watson <g.watson@xxxxxxxxxxxx>
To:        Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Cc:        ptp-dev-bounces@xxxxxxxxxxx
Date:        07/27/2011 11:32 AM
Subject:        Re: [ptp-dev] PE JAXB resource manager questions
Sent by:        ptp-dev-bounces@xxxxxxxxxxx




Dave,
You need to create the tar file by right clicking on the build.xml in org.eclipse.ptp.rm.lml.da.server and selecting Run As...>Ant Build.

Greg

On Jul 27, 2011, at 11:00 AM, Dave Wootton wrote:

Greg
I completely refreshed my workspace using the PTP 5.0 .psf file. Now when I start the resource manager I get two popups, one a 'Resource Manager Error' stating 'os parameter must not be null' and a second telling me 'Unable to locate payload lml-driver.tar in bundle org.eclipse.ptp.rm.lml.da.server, both with AIX and Linux remote connections

Dave




From:        
Greg Watson <g.watson@xxxxxxxxxxxx>
To:        
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date:        
07/27/2011 10:12 AM
Subject:        
Re: [ptp-dev] PE JAXB resource manager questions
Sent by:        
ptp-dev-bounces@xxxxxxxxxxx




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
_______________________________________________
ptp-dev mailing list

ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list

ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top