Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Message 'No resource manages available' in run dialog

Greg
It looks like the 'no resource manager' problem is fixed now. I think the 
invalid queue message was a side effect of the no resource manager 
message, and might have been my code trying to save a launch configuration 
when it wasn't supposed to.

I've tride again today to get the NumberFormatException and see the packet 
trace you added. However, I'm not having any luck getting the error today. 
I'll try a few more times and if it still doesn't fail then I'll just 
watch for the failure.

This trace looks like it might be useful if we ever have to debug some 
front end/proxy communication problem. Is there an easy way to leave this 
in the code and have it controlled by a preference or proxy setting, 
default off?
Dave



Greg Watson <g.watson@xxxxxxxxxxxx> 
Sent by: ptp-dev-bounces@xxxxxxxxxxx
12/01/2007 02:29 PM
Please respond to
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>


To
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
cc

Subject
Re: [ptp-dev] Message 'No resource manages available' in run dialog






Ok, I think I see what the problem is. Changing the resource managers 
dropdown was not rechecking if the dialog was valid. It should work now.

Are you still seeing the invalid queue message?

Greg

On Dec 1, 2007, at 12:49 PM, Greg Watson wrote:

>
> On Nov 30, 2007, at 10:15 AM, Dave Wootton wrote:
>
>> I have a number of resource managers defined, one local PE, one 
>> remote PE
>> and a third, remote PT/LoadLeveler. If I start only the local PE 
>> resource
>> manager, then I get a message when I open the run dialog 'No resource
>> managers available' and I can't pick my local resource manager from 
>> the
>> dropdown list even though it is in the list. If I start either remote
>> resource manager as well, then I don't get the message, and I can 
>> pick the
>> local resource manager.
>
> Just to clarify, if there is one resource manager in the list then 
> you can't select it, but if there is more than one you can? When you 
> say you can't pick it, what do you mean? I was seeing a problem 
> where the resource manager dropdown would be populated with items, 
> but the currently selected item would be blank. Selecting an item in 
> the dropdown list would not change the currently selected item (it 
> would stay blank). I think this was a bug in the MacOSX widget 
> though, as it has gone away in Leopard.
>
>>
>>
>> A second problem I have that I think is related is that once I get 
>> the no
>> resource managers message, if I switch between different launch
>> configurations, I sometimes get a message 'Invalid queue' and I 
>> can't use
>> that launch configuration any more. If I find the file containing the
>> launch configuration in the
>> .metadata/.plugins/org.eclipse.debug.core/.launches directory, then 
>> I see
>> that the setting for queue name has been set to an empty string.
>>
>> Is anyone else seeing this?
>> 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




Back to the top