Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Wtp-wst-dev] error message


Hi Brian,

This is 'errorNoClient' in org.eclipse.wst.server.ui. Take a look at RunOnServerActionDelegate. You are doing a Run on Server and the server tools has been able to identify the object you've selected, determine which module it belongs to and what servers it can use, but there is no 'client' defined to display the results once the module is running. We could change the default behaviour to run the module and provide no feedback (feel free to open a bug), but the current behaviour is to give an error.

If you haven't been adding your own plugins, and depending on the type of object you are selecting, this is most likely a configuration issue in WTP - we've said that a particular object is runnable, but haven't defined what is supposed to happen when you run it. If you open a bug with the details and the type of object you're selecting we can determine where the problem is.

Thanks,
Tim deBoer
WebSphere Tools - IBM Canada Ltd.
(905) 413-3503  (tieline 969)
deboer@xxxxxxxxxx



Brian Burns <bburns@xxxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

10/24/2005 09:15 AM

Please respond to
"Web Standard Tools developer discussions."

To
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
[Wtp-wst-dev] error message






Hi,


Could someone tell me where the error "Could not find a client that is able to launch the selection" comes from?  I searched the WTP code but I can't find it.  If I knew where this was coming from I could set a breakpoint from there and debug my problem.


Thanks,

Brian Burns
_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


Back to the top