Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 340226

Summary: HelpUtil error messages in log
Product: [Tools] Data Tools Reporter: David Williams <david_williams>
Component: DocsAssignee: dtp.connectivity-inbox <dtp.connectivity-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 1.9   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description David Williams CLA 2011-03-16 15:24:43 EDT
While testing the latest JEE IDE Package, for Indigo M6, from 
http://build.eclipse.org/technology/epp/epp_build/indigo/download/20110316-0628/

though more recent ones might be available at 
http://build.eclipse.org/technology/epp/epp_build/indigo/download/

As I clicked on various "preference pages", I got following messages in the console log (I was running with -debug -consolelog). 

I've never noticed these before (not that I've specifically tested it) and as from what I could tell, nothing was "wrong" with the preference pages (not that I know what they were supposed to be). 

So ... thought I'd report. I hope is doesn't mean we are missing bundles in JEE IDE Package? 



= = = =

HelpUtil <Debug>: ---Getting Property Files---
HelpUtil <Debug>: helpPluginID = org.eclipse.datatools.connectivity.doc.user.contexts
HelpUtil <Debug>: helpPluginBundle = reference:file:plugins/org.eclipse.datatools.connectivity.doc.user.contexts_1.7.0.20090521092446.jar
HelpUtil <Debug>: propertiesFileURL = bundleresource://87.fwk582230708/org.eclipse.datatools.connectivity.sqm.core.ui.contextIds.properties
HelpUtil <Debug>: found resource: org.eclipse.datatools.connectivity.sqm.core.ui.contextIds.properties
HelpUtil <Debug>: --getHelpString (helpkey = LABEL_DECORATOR_PREFERENCE_PAGE, helpPluginId = org.eclipse.datatools.connectivity.sqm.core.ui returned org.eclipse.datatools.connectivity.sqm.core.ui.LABEL_DECORATOR_PREFERENCE_PAGE
HelpUtil <Debug>: ---Getting Property Files---
HelpUtil <Debug>: helpPluginID = org.eclipse.datatools.connectivity.doc.user.contexts
HelpUtil <Debug>: helpPluginBundle = reference:file:plugins/org.eclipse.datatools.connectivity.doc.user.contexts_1.7.0.20090521092446.jar
HelpUtil <Debug>: propertiesFileURL = bundleresource://87.fwk582230708/org.eclipse.datatools.connectivity.ui.contextIds.properties
HelpUtil <Debug>: found resource: org.eclipse.datatools.connectivity.ui.contextIds.properties
HelpUtil <Debug>: --getHelpString (helpkey = CONTEXT_ID_CONNECTIVITY_PREFERENCE_PAGE, helpPluginId = org.eclipse.datatools.connectivity.ui returned org.eclipse.datatools.connectivity.ui.CONNECTIVITY_PREFERENCE_PAGE
HelpUtil <Debug>: --getHelpString (helpkey = preferences_profile_setting, helpPluginId = org.eclipse.datatools.enablement.sybase.ui returned null
HelpUtil <Debug>: --getHelpString (helpkey = CONTEXT_ID_DRIVER_PREFERENCES, helpPluginId = org.eclipse.datatools.connectivity.ui returned org.eclipse.datatools.connectivity.ui.DRIVER_PREFERENCES
Comment 1 Brian Fitzpatrick CLA 2011-03-16 18:22:04 EDT
David, if you turned on debug mode, these pretty much pop up wherever. I suspect that you can turn them off in your runtime configuration by going into the Tracing tab, selecting org.eclipse.datatools.connectivity, and unchecking "debug".

But this is working as designed to provide details about the help system as it loads or attempts to load particular help topics. 

So I think this is "working as designed" and not a bug.
Comment 2 David Williams CLA 2011-03-16 18:29:22 EDT
Ok, I'm fine counting this as 'invalid' then ... since working as intended, and I just had some amount of "debug" turned on. 

Thanks for educating me.