[jbosstools-issues] [JBoss JIRA] (JBIDE-9686) Errors in Error Log after clean JBT M3a installatin

Denis Golovin (JIRA) jira-events at lists.jboss.org
Tue Feb 21 03:04:38 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669424#comment-12669424 ] 

Denis Golovin commented on JBIDE-9686:
--------------------------------------

nope. the reason is actually in GWT itself. 

com.google.gwt.eclipse.core plugin defines two preference pages:
Web Toolkit
Speed Tracer

Those pages have com.google.gdt.eclipse.suite.preferences.ui.googlePreferences as category, which is defined in com.google.gdt.eclipse.suite plugin.
But there is no dependency to com.google.gdt.eclipse.suite declared in com.google.gwt.eclipse.core.

Our GWT integration plugin sure depends on com.google.gwt.eclipse.core and when GWT integration gets installed it pulls com.google.gwt.eclipse.core but not com.google.gdt.eclipse.suite. And it means there are two preference pages installed that references category from plugin that doesn't get installed. That's why we JBT has errors in log after start.
                
> Errors in Error Log after clean JBT M3a installatin
> ---------------------------------------------------
>
>                 Key: JBIDE-9686
>                 URL: https://issues.jboss.org/browse/JBIDE-9686
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: GWT
>    Affects Versions: 3.3.0.M3, 3.3.0.M4, 3.3.0.M5
>         Environment: JBT 3.3.0.M3a/2011-09-07_05-39-13-H18, L64, Fedora 15 64 bit
>            Reporter: Jiri Peterka
>            Assignee: Denis Golovin
>             Fix For: 3.3.0.Beta1
>
>         Attachments: error-log.png
>
>
> After clean JBT  installation http://download.jboss.org/jbosstools/builds/development/3.3.0.M3a/2011-09-07_05-39-13-H18/all/repo/ 
> See screenshot
> !ENTRY org.eclipse.ui 4 4 2011-09-09 09:50:20.626
> !MESSAGE Referenced part does not exist yet: org.eclipse.jdt.ui.PackageExplorer.
> Application Started: 10543
> !ENTRY org.eclipse.ui 4 4 2011-09-09 09:50:27.623
> !MESSAGE Invalid preference page path: Web Toolkit
> !ENTRY org.eclipse.ui 4 4 2011-09-09 09:50:27.624
> !MESSAGE Invalid preference page path: Speed Trac
> Clean Eclipse JEE - 0 error messages

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list