Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Error message regarding null configuration tab group extension


Hi,

I'm not sure which version of Eclipse RAD 7.0 corresponds to, however, this error message indicates that there is a contribution to the launch tab group extension point (org.eclipse.debug.ui.launchConfigurationTabGroups) that refers to a launch configuration type that does not exist. (which are contributed via the  org.eclipse.debug.core.launchConfigurationTypes extension point). In this case, the tab group is refering to a launch configuration type of com.ibm.etools.websphere.tools.v5.launchConfigurationType.

The tab group provides a user interface to edit/create launch configurations in the launch dialog.

Darin Wright



Xuan Chen/Toronto/IBM@IBMCA
Sent by: jdt-debug-dev-bounces@xxxxxxxxxxx

01/03/2007 03:28 PM

Please respond to
"Eclipse JDT Debug developers list." <jdt-debug-dev@xxxxxxxxxxx>

To
"Eclipse JDT Debug developers list." <jdt-debug-dev@xxxxxxxxxxx>
cc
Inge Weiss/Toronto/IBM@IBMCA
Subject
[jdt-debug-dev] Error message regarding null configuration tab        group extension








Hi,

Our product includes a debugger which is built on top of Eclipse debug
support (we used GM level RAD 7.0).   We noticed that sometimes when our debugger was invoked, we got the

following error in the error log :


*********************************************************************************************

Error

Wed Jan 03 16:11:39 EST 2007

Launch configuration tab group extension null refers to non-existent launch configuration type com.ibm.etools.websphere.tools.v5.launchConfigurationType


********************************************************************************************


This message was from plugin org.eclipse.debug.ui.


Just wondering what could be the possible cause of this error message?

Thanks,

Xuan Chen,  Problem Determination Tools for iSeries
(905) 413-3769 T/L 969-3769
xuanchen@xxxxxxxxxx


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


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

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


Back to the top