[JBoss JIRA] Created: (JBIDE-4647) new JSF Project on tomcat 6.0.20 generates doubled el-api.jar and causes LinkageError
by Tomasz Bartczak (JIRA)
new JSF Project on tomcat 6.0.20 generates doubled el-api.jar and causes LinkageError
-------------------------------------------------------------------------------------
Key: JBIDE-4647
URL: https://jira.jboss.org/jira/browse/JBIDE-4647
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.M2
Environment: eclipse galileo 20090621-0832, Vista
Reporter: Tomasz Bartczak
Created a new JSF Project with FaceletsKickStartRI and chosen a fresh tomcat 6.0.20.
java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.addELResolver(Ljavax/el/ELResolver;)V" the class loader (instance of org/apache/catalina/loader/WebappClassLoader) of the current class, com/sun/faces/config/ConfigureListener, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ELResolver used in the signature
when starting server and this app.
and i cannot see an option of removing el-api.jar from web app libraries. instead i had to remove jar from tomcat
when I did that I had class not found !
java.lang.NoClassDefFoundError: javax/el/ExpressionFactory
I think because of tomcat needs it on its internal classpath...
so there is no solution!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-4882) cannot mount existing projects with custom dir structure
by deanhiller (JIRA)
cannot mount existing projects with custom dir structure
--------------------------------------------------------
Key: JBIDE-4882
URL: https://jira.jboss.org/jira/browse/JBIDE-4882
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.1.0.M2, 3.1.0.M1, 3.0.1.GA, 3.0.0.GA
Environment: all
Reporter: deanhiller
In WTP project, it has relatively the same issues open...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=289267
and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168538
I managed with the help of WTP people to work around the above bugs and have my project working in WTP but still can't get it working in JBoss tools through the setup wizard. It is very difficult. Many people have existing projects with other tools and can't seem to mount with WTP nor JBoss tools. MyEclipse offers a very usable solution there that made it easy to figure out. I am hoping that WTP or JBoss tools makes their wizards much more user friendly in the future.
Also, WTP should really rename J2EE Module Depends to Web App Libraries since that is what it is...oh, and another weird thing, I have jars in my Web App Libraries that do not show up in J2EE Module Depends but all jars are supposed to show up there!!! very weird....I want to delete the jars but can't since they don't show up there.
thanks,
Dean
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-4963) Null pointer Exception on Seam Maven projects
by Sean Burns (JIRA)
Null pointer Exception on Seam Maven projects
---------------------------------------------
Key: JBIDE-4963
URL: https://jira.jboss.org/jira/browse/JBIDE-4963
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, Seam
Affects Versions: 3.1.0.M3
Environment: Windows Vista 64 Bit, Latest maven plugin 0.9.9, latest eclipse, Java 32 bit
Reporter: Sean Burns
I have a "standard" maven project, with 3 sub modules (ear, ejb, war)
The ear, ejb are converted into eclipse projects, but when processing the war it breaks.
When I import the projects into eclipse I get a Null pointer, here is all the data:
Message:
An internal error occurred during: "Importing Maven projects".
Stack Trace:
java.lang.NullPointerException
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.installM2Facet(SeamProjectConfigurator.java:240)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configureInternal(SeamProjectConfigurator.java:197)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configure(SeamProjectConfigurator.java:109)
at org.maven.ide.eclipse.project.configurator.AbstractLifecycleMapping.configure(AbstractLifecycleMapping.java:54)
at org.maven.ide.eclipse.internal.project.GenericLifecycleMapping.configure(GenericLifecycleMapping.java:48)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:317)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.configureNewMavenProject(ProjectConfigurationManager.java:244)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.importProjects(ProjectConfigurationManager.java:161)
at org.maven.ide.eclipse.wizards.MavenImportWizard$1.runInWorkspace(MavenImportWizard.java:94)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Session Data:
eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_ZA
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
If I click Maven->Update Project Configuration I get this (I am not sure if it is realated)
java.lang.NullPointerException
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.installWarFacets(SeamProjectConfigurator.java:269)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configureInternal(SeamProjectConfigurator.java:144)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configure(SeamProjectConfigurator.java:109)
at org.maven.ide.eclipse.project.configurator.AbstractLifecycleMapping.configure(AbstractLifecycleMapping.java:54)
at org.maven.ide.eclipse.internal.project.GenericLifecycleMapping.configure(GenericLifecycleMapping.java:48)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:317)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:303)
at org.maven.ide.eclipse.actions.UpdateSourcesAction$1.runInWorkspace(UpdateSourcesAction.java:81)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-4631) Download Library in Seam project wizard jsf capabilities Crash
by andrea tarocchi (JIRA)
Download Library in Seam project wizard jsf capabilities Crash
--------------------------------------------------------------
Key: JBIDE-4631
URL: https://jira.jboss.org/jira/browse/JBIDE-4631
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M2
Environment: Linux OS (Kubuntu 9.04), eclipse 3.5.0 (Galileo)
Reporter: andrea tarocchi
In the Seam project creation wizard at the JSF capabilities configuration step when i click on Download Library button the program Crash.
This is the eclipse error log:
!SESSION 2009-07-17 15:29:21.480 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.221
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.221
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.221
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.221
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.222
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.222
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.222
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.222
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.222
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.222
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.289
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:29:23.290
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.core.resources 4 567 2009-07-17 15:29:29.241
!MESSAGE Workspace restored, but some problems occurred.
!SUBENTRY 1 org.eclipse.core.resources 4 567 2009-07-17 15:29:29.241
!MESSAGE Could not read metadata for 'cassandra'.
!STACK 1
org.eclipse.core.internal.resources.ResourceException: The project description file (.project) for 'cassandra' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:714)
at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:797)
at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:777)
at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:663)
at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1353)
at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1957)
at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1716)
at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:379)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:376)
at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:449)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:405)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:393)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:114)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!SUBENTRY 2 org.eclipse.core.resources 4 567 2009-07-17 15:29:29.243
!MESSAGE The project description file (.project) for 'cassandra' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
!ENTRY org.eclipse.ui 4 0 2009-07-17 15:29:39.927
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: XPCOM error -2147467259)
at org.eclipse.swt.SWT.error(SWT.java:3884)
at org.eclipse.swt.SWT.error(SWT.java:3799)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3468)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: org.eclipse.swt.SWTError: XPCOM error -2147467259
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2023)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:456)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at org.eclipse.epp.usagedata.internal.ui.wizards.TermsOfUseWizardPage.createControl(TermsOfUseWizardPage.java:48)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:675)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:549)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.eclipse.epp.usagedata.internal.ui.uploaders.AskUserUploader$1.run(AskUserUploader.java:65)
at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155)
at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
... 22 more
!ENTRY org.eclipse.osgi 2 1 2009-07-17 15:30:11.940
!MESSAGE NLS unused message: VALIDATOR_FACTORY_NAME_IS_NOT_VALID2 in: org.jboss.tools.seam.ui.messages
!ENTRY org.eclipse.osgi 2 1 2009-07-17 15:39:00.012
!MESSAGE NLS unused message: ValidationMessageFactory_DefaultElSeverityDisplayName in: org.eclipse.jst.jsf.ui.internal.validation.messages
!ENTRY org.eclipse.osgi 2 1 2009-07-17 15:39:00.012
!MESSAGE NLS unused message: ValidationMessageFactory_DefaultTypeComparatorDisplayName in: org.eclipse.jst.jsf.ui.internal.validation.messages
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.292
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:06.293
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.386
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.386
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.386
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.386
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.386
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.386
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.386
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.387
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.387
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:12.387
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!SESSION 2009-07-17 15:53:30.717 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.130
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.130
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.130
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.130
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.131
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.131
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.131
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.131
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.131
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.131
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.381
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.381
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.381
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.382
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.382
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.382
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.382
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.382
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.382
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 15:53:34.382
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.osgi 2 1 2009-07-17 15:54:06.765
!MESSAGE NLS unused message: ValidationMessageFactory_DefaultElSeverityDisplayName in: org.eclipse.jst.jsf.ui.internal.validation.messages
!ENTRY org.eclipse.osgi 2 1 2009-07-17 15:54:06.766
!MESSAGE NLS unused message: ValidationMessageFactory_DefaultTypeComparatorDisplayName in: org.eclipse.jst.jsf.ui.internal.validation.messages
!ENTRY org.eclipse.osgi 2 1 2009-07-17 15:56:01.421
!MESSAGE NLS unused message: VALIDATOR_FACTORY_NAME_IS_NOT_VALID2 in: org.jboss.tools.seam.ui.messages
!ENTRY org.eclipse.ui 4 0 2009-07-17 16:01:17.841
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTError: XPCOM error -2147467259
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2023)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:456)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at org.eclipse.jst.common.project.facet.ui.libprov.user.internal.DownloadLibraryWizardLicensePage.createControl(DownloadLibraryWizardLicensePage.java:56)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:675)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:549)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.eclipse.jst.common.project.facet.ui.libprov.user.internal.DownloadLibraryWizard.open(DownloadLibraryWizard.java:102)
at org.eclipse.jst.common.project.facet.ui.libprov.user.UserLibraryProviderInstallPanel$5.widgetSelected(UserLibraryProviderInstallPanel.java:203)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!SESSION 2009-07-17 16:02:18.072 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.981
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.981
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.981
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.981
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.982
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.982
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.982
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.982
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.982
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:19.982
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.050
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.051
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.051
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.053
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.054
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.054
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.054
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.054
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.054
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:02:20.054
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.178
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:04:55.179
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!SESSION 2009-07-17 16:06:16.180 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.290
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.291
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:17.292
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!SESSION 2009-07-17 16:08:24.588 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.563
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.564
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.564
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.564
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.564
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.564
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.564
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.565
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.565
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.565
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.648
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.648
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.648
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.648
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.648
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.649
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.649
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.649
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.649
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:08:28.649
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.172
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.172
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.172
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.172
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.172
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.173
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.173
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.173
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.173
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:30.173
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:15:34.011
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!SESSION 2009-07-17 16:16:00.918 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.140
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.140
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.140
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.141
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.141
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.141
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.141
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.141
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.141
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.141
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.225
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.225
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.225
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.225
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.226
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.226
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.226
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.226
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.226
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:16:05.226
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.ui 4 0 2009-07-17 16:16:49.688
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.browser.BrowserViewer.getURL(BrowserViewer.java:833)
at org.eclipse.ui.internal.browser.BrowserViewer.navigate(BrowserViewer.java:615)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:661)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:288)
at org.eclipse.ui.internal.browser.BrowserViewer$10.handleEvent(BrowserViewer.java:731)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!ENTRY org.eclipse.ui 4 0 2009-07-17 16:16:51.290
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.browser.BrowserViewer.getURL(BrowserViewer.java:833)
at org.eclipse.ui.internal.browser.BrowserViewer.navigate(BrowserViewer.java:615)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:661)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:288)
at org.eclipse.ui.internal.browser.BrowserViewer$10.handleEvent(BrowserViewer.java:731)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!ENTRY org.eclipse.ui 4 0 2009-07-17 16:16:51.605
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.browser.BrowserViewer.getURL(BrowserViewer.java:833)
at org.eclipse.ui.internal.browser.BrowserViewer.navigate(BrowserViewer.java:615)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:661)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:288)
at org.eclipse.ui.internal.browser.BrowserViewer$10.handleEvent(BrowserViewer.java:731)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!ENTRY org.eclipse.ui.browser 2 0 2009-07-17 16:33:34.358
!MESSAGE Internal browser is not available: XPCOM error -2147467259
!ENTRY org.eclipse.osgi 2 1 2009-07-17 16:35:58.314
!MESSAGE NLS unused message: VALIDATOR_FACTORY_NAME_IS_NOT_VALID2 in: org.jboss.tools.seam.ui.messages
!ENTRY org.eclipse.ui 4 0 2009-07-17 16:37:04.123
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTError: XPCOM error -2147467259
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2023)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:456)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at org.eclipse.jst.common.project.facet.ui.libprov.user.internal.DownloadLibraryWizardLicensePage.createControl(DownloadLibraryWizardLicensePage.java:56)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:675)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:549)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.eclipse.jst.common.project.facet.ui.libprov.user.internal.DownloadLibraryWizard.open(DownloadLibraryWizard.java:102)
at org.eclipse.jst.common.project.facet.ui.libprov.user.UserLibraryProviderInstallPanel$5.widgetSelected(UserLibraryProviderInstallPanel.java:203)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:253)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!ENTRY org.eclipse.ui 4 0 2009-07-17 16:47:43.397
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTError: XPCOM error -2147467259
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2023)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:456)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at org.eclipse.jst.common.project.facet.ui.libprov.user.internal.DownloadLibraryWizardLicensePage.createControl(DownloadLibraryWizardLicensePage.java:56)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:675)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:549)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.eclipse.jst.common.project.facet.ui.libprov.user.internal.DownloadLibraryWizard.open(DownloadLibraryWizard.java:102)
at org.eclipse.jst.common.project.facet.ui.libprov.user.UserLibraryProviderInstallPanel$5.widgetSelected(UserLibraryProviderInstallPanel.java:203)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!SESSION 2009-07-17 16:50:33.555 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.428
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.428
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.429
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.496
!MESSAGE The installable unit org.eclipse.core.resources.compatibility.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.496
!MESSAGE The installable unit org.eclipse.ecf.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.496
!MESSAGE The installable unit org.eclipse.jdt.compiler.tool.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.496
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.496
!MESSAGE The installable unit org.eclipse.core.filesystem.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.496
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.httpclient.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.497
!MESSAGE The installable unit org.eclipse.ecf.provider.filetransfer.ssl.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.497
!MESSAGE The installable unit org.eclipse.equinox.launcher.gtk.linux.x86.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.497
!MESSAGE The installable unit javax.transaction.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-07-17 16:50:35.497
!MESSAGE The installable unit org.eclipse.update.core.linux.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.osgi 2 1 2009-07-17 16:52:15.504
!MESSAGE NLS unused message: VALIDATOR_FACTORY_NAME_IS_NOT_VALID2 in: org.jboss.tools.seam.ui.messages
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months