Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Preference Page Error(Preference Page Error)
Preference Page Error [message #783008] Tue, 24 January 2012 22:24 Go to next message
Bart Vercammen is currently offline Bart VercammenFriend
Messages: 3
Registered: January 2012
Junior Member
Hey Everyone,

I'm working on an RCP application, and everything was going splendidly until all of a sudden a security settings preference page started appearing among my preference pages. I found how I could get rid of the unwanted page, but unfortunately it was accompanied by following errormessage, which didn't go away:

!SESSION 2012-01-24 23:07:19.481 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=nl_BE
Framework arguments: -product be.atlascopco.com.lmt.base.lmt
Command-line arguments: -product be.atlascopco.com.lmt.base.lmt -data E:\Eclipse Workspaces\Eclipse 3.7.0 Workspace/../runtime-lmt.product -dev file:E:/Eclipse Workspaces/Eclipse 3.7.0 Workspace/.metadata/.plugins/org.eclipse.pde.core/lmt.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog

!ENTRY org.eclipse.ui 4 4 2012-01-24 23:07:21.857
!MESSAGE Invalid preference page path: Security


The error is thrown the first time the PreferenceManager is called. I've checked and rechecked the plugin.xml files of my plugins for obscure references to obsolete plugin dependencies but I haven't found anything.

I'm actually just getting started with the new project and I would hate to have to drag this error along until the end of the ride. Does anyone know how to get rid of it?
Re: Preference Page Error [message #784577 is a reply to message #783008] Fri, 27 January 2012 18:17 Go to previous messageGo to next message
Eclipse UserFriend
Bart Vercammen wrote on Tue, 24 January 2012 17:24

!ENTRY org.eclipse.ui 4 4 2012-01-24 23:07:21.857
!MESSAGE Invalid preference page path: Security


I believe that message comes from a preference page specifying a category="Security" but where there's no corresponding prefpage found with id="Security"

There are two places in the code where the message is being sent: WorkbenchPreferenceManager and CategorizedPageRegistryReader. Put a breakpoint there and you'll find out the problematic element.
Re: Preference Page Error [message #786726 is a reply to message #783008] Mon, 30 January 2012 19:05 Go to previous message
Bart Vercammen is currently offline Bart VercammenFriend
Messages: 3
Registered: January 2012
Junior Member
I don't know what I did or what changed, but at some point the errors stopped.. :/

All's well that ends well, right?

Thanks for the help! Smile

[Updated on: Mon, 30 January 2012 19:05]

Report message to a moderator

Previous Topic:Question about UI / non-UI listeners
Next Topic:Close unrelated projects
Goto Forum:
  


Current Time: Fri Apr 19 21:49:04 GMT 2024

Powered by FUDForum. Page generated in 0.03388 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top