Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Unable to start resource manager


Chris
I wrote bug 322857 for this problem
Dave


Re: [ptp-dev] Unable to start resource manager

Chris Recoskie to: Parallel Tools Platform general developers
08/16/2010 04:30 PM

Sent by: ptp-dev-bounces@xxxxxxxxxxx

Please respond to Parallel Tools Platform general developers







Yeah, my bad... there should be a null check for the connector service. If the connector service is null, we should return null for the subsystem, and then fall back to the existing behaviour.

Dave, can you file a bug on this? I'll fix it first thing tomorrow.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Dave Wootton ---08/16/2010 04:13:55 PM---Stepping thru the code, the call to getDStoreConnectortServiDave Wootton ---08/16/2010 04:13:55 PM---Stepping thru the code, the call to getDStoreConnectortService() at line 155 is returning null beca

From:

Dave Wootton <dwootton@xxxxxxxxxx>

To:

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

Date:

08/16/2010 04:13 PM

Subject:

Re: [ptp-dev] Unable to start resource manager

Sent by:

ptp-dev-bounces@xxxxxxxxxxx






Stepping thru the code, the call to getDStoreConnectortService() at line 155 is returning null because my only RSE connection is a ssh-only connection. I tried a dstore connection and got a little farther along but get this error popup, presumably since I did not install or configure the dstore server on the target node.


Dave

From: Dave Wootton/Poughkeepsie/IBM@IBMUS
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date: 08/16/2010 04:01 PM
Subject: Re: [ptp-dev] Unable to start resource manager
Sent by: ptp-dev-bounces@xxxxxxxxxxx







I just tried this again and noticed the InvocationTargetException referred to a NullPointerException. I added NullPointerException to the list of exceptions the debugger traps on and tried again to start the resource manager. I got the following NullPointerException traceback



Dave
From: Greg Watson <g.watson@xxxxxxxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date: 08/16/2010 03:58 PM
Subject: Re: [ptp-dev] Unable to start resource manager
Sent by: ptp-dev-bounces@xxxxxxxxxxx







Dave,

I've been changing a few things lately, so I must have broken something. I'll check it out...

Greg

On Aug 16, 2010, at 3:45 PM, Dave Wootton wrote:



I updated my workspace to the latest code from HEAD and am now unable to start the PE resource manager. I created a new resource manager in my runtime Eclipse session. When I attempt to start it, I get a popup 'Failed to start resource manager' This is issued from org.eclipse.ptp.ui.actions.StartResourcemanagerOptionActionDelegate.run() as a result of catching an InvocationTargetException. I tried debugging this but the exception didn't seem to have any details explaining the reason.


I first noticed this problem last Friday. When I tried starting the resource manager earlier in the week it did not result in this error.

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

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


Back to the top