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

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Thu Feb 9 04:51:50 EST 2012


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

Andre Dietisheim commented on JBIDE-9686:
-----------------------------------------

I looked into this issue and I'm pretty much still digging in the fog. I have no real clue what should be causing this, I can't follow Denis explanations. The only preferences related code that references gwt in some way is:

http://anonsvn.jboss.org/repos/jbosstools/trunk/gwt/plugins/org.jboss.tools.gwt.core/src/org/jboss/tools/gwt/core/GWTInstallFacetDelegate.java :

{code}
IEclipsePreferences preferences = projectScope.getNode(IGoogleEclipsePluginConstants.GDT_PLUGIN_ID);
{code}

{code}
IClasspathEntry entry = JavaCore.newContainerEntry(new Path(IGoogleEclipsePluginConstants.GWT_CONTAINER_ID),
false);
ProjectUtils.addClasspathEntry(javaProject, entry, monitor);
{code}

There are no preferences cathegories nor other artifacts referenced in the plugin.xml. Is this code what causes these errors? 
                
> 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: Andre Dietisheim
>             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