Re: [fedora-java] New Eclipse RPMs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2005-02-25 at 11:48 -0500, Andrew Overholt wrote:
> I'm having some platform and other issues building these in the build
> system, so in the meantime if anyone wants to try what will become the new
> 3.1-series RPMs:
> 
> http://people.redhat.com/overholt/eclipse/rpms/

I gave these a spin and they work great.  The only problem I had so far
was with opening XML files.  I attached a sample file (a web application
descriptor) which, when opened in Eclipse, produces the attached
exception.  Any XML file with a DOCTYPE seems to trigger this.

Interestingly, it works fine if I remove the gnu.gcj.precompiled.db.path
argument, so this might be an ahead-of-time compilation issue.  I wasn't
able to isolate a simple test case though.

-- 
Ziga
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";>
<web-app>
</web-app>
!ENTRY org.eclipse.ui 4 0 2005-02-26 22:32:30.01
!MESSAGE Unable to initialize editor: org.eclipse.ui.DefaultTextEditor java.net.MalformedURLException: Absolute URL required with null context
!STACK 0
java.net.MalformedURLException: Absolute URL required with null context
   at java.net.URL.URL(java.net.URL, java.lang.String, java.net.URLStreamHandler) (/usr/lib/libgcj_fc4.so.6.0.0)
   at java.net.URL.URL(java.lang.String) (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.SAXDriver.absolutize(java.lang.String, java.lang.String, boolean) (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.SAXDriver.resolveEntity(boolean, java.lang.String, org.xml.sax.InputSource, java.lang.String) (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.XmlParser.pushURL(boolean, java.lang.String, java.lang.String[], java.io.Reader, java.io.InputStream, java.lang.String, boolean) (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.XmlParser.parseDoctypedecl() (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.XmlParser.parseProlog() (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.XmlParser.parseDocument() (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.XmlParser.doParse(java.lang.String, java.lang.String, java.io.Reader, java.io.InputStream, java.lang.String) (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.SAXDriver.parse(org.xml.sax.InputSource) (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.xml.aelfred2.XmlReader.parse(org.xml.sax.InputSource) (/usr/lib/libgcj_fc4.so.6.0.0)
   at javax.xml.parsers.SAXParser.parse(org.xml.sax.InputSource, org.xml.sax.helpers.DefaultHandler) (/usr/lib/libgcj_fc4.so.6.0.0)
   at org.eclipse.core.internal.content.XMLRootHandler.parseContents(org.xml.sax.InputSource) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.runtime.content.XMLRootElementContentDescriber.checkCriteria(org.xml.sax.InputSource) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.runtime.content.XMLRootElementContentDescriber.describe(java.io.InputStream, org.eclipse.core.runtime.content.IContentDescription) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.internal.content.ContentType.describe(org.eclipse.core.runtime.content.IContentDescriber, boolean, java.lang.Object, org.eclipse.core.internal.content.ContentDescription) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.internal.content.ContentTypeCatalog.internalFindContentTypesFor(java.lang.Object, boolean, org.eclipse.core.runtime.content.IContentType[], java.util.Comparator) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(java.io.InputStream, java.lang.String, org.eclipse.core.runtime.QualifiedName[]) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.internal.content.ContentTypeManager.getDescriptionFor(java.io.InputStream, java.lang.String, org.eclipse.core.runtime.QualifiedName[]) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.internal.filebuffers.TextFileBufferManager.isTextFileLocation(org.eclipse.core.runtime.IPath) (/usr/lib/eclipse/plugins/org.eclipse.core.filebuffers_3.1.0/filebuffers.jar.so)
   at org.eclipse.core.internal.filebuffers.TextFileBufferManager.createFileBuffer(org.eclipse.core.runtime.IPath) (/usr/lib/eclipse/plugins/org.eclipse.core.filebuffers_3.1.0/filebuffers.jar.so)
   at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(org.eclipse.core.runtime.IPath, org.eclipse.core.runtime.IProgressMonitor) (/usr/lib/eclipse/plugins/org.eclipse.core.filebuffers_3.1.0/filebuffers.jar.so)
   at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(java.lang.Object) (/usr/lib/eclipse/plugins/org.eclipse.ui.editors_3.1.0/editors.jar.so)
   at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(java.lang.Object) (/usr/lib/eclipse/plugins/org.eclipse.ui.editors_3.1.0/editors.jar.so)
   at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.1.0/texteditor.jar.so)
   at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.1.0/texteditor.jar.so)
   at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.editors_3.1.0/editors.jar.so)
   at org.eclipse.ui.editors.text.TextEditor.doSetInput(org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.editors_3.1.0/editors.jar.so)
   at org.eclipse.ui.texteditor.AbstractTextEditor$16.run(org.eclipse.core.runtime.IProgressMonitor) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.1.0/texteditor.jar.so)
   at org.eclipse.jface.operation.ModalContext.runInCurrentThread(org.eclipse.jface.operation.IRunnableWithProgress, org.eclipse.core.runtime.IProgressMonitor) (/usr/lib/eclipse/plugins/org.eclipse.jface_3.1.0/jface.jar.so)
   at org.eclipse.jface.operation.ModalContext.run(org.eclipse.jface.operation.IRunnableWithProgress, boolean, org.eclipse.core.runtime.IProgressMonitor, org.eclipse.swt.widgets.Display) (/usr/lib/eclipse/plugins/org.eclipse.jface_3.1.0/jface.jar.so)
   at org.eclipse.jface.window.ApplicationWindow$1.run() (/usr/lib/eclipse/plugins/org.eclipse.jface_3.1.0/jface.jar.so)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.widgets.Display, java.lang.Runnable) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/ws/gtk/swt.jar.so)
   at org.eclipse.jface.window.ApplicationWindow.run(boolean, boolean, org.eclipse.jface.operation.IRunnableWithProgress) (/usr/lib/eclipse/plugins/org.eclipse.jface_3.1.0/jface.jar.so)
   at org.eclipse.ui.internal.WorkbenchWindow.run(boolean, boolean, org.eclipse.jface.operation.IRunnableWithProgress) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(org.eclipse.ui.IWorkbenchWindow, org.eclipse.ui.IEditorSite, org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.1.0/texteditor.jar.so)
   at org.eclipse.ui.texteditor.AbstractTextEditor.init(org.eclipse.ui.IEditorSite, org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.1.0/texteditor.jar.so)
   at org.eclipse.ui.internal.EditorManager.createSite(org.eclipse.ui.IEditorReference, org.eclipse.ui.IEditorPart, org.eclipse.ui.internal.registry.EditorDescriptor, org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.EditorManager.openInternalEditor(org.eclipse.ui.IEditorReference, org.eclipse.ui.internal.registry.EditorDescriptor, org.eclipse.ui.IEditorInput, boolean) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(org.eclipse.ui.IEditorReference, org.eclipse.ui.internal.registry.EditorDescriptor, org.eclipse.ui.IEditorInput) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.EditorManager.openEditor(java.lang.String, org.eclipse.ui.IEditorInput, boolean) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(org.eclipse.ui.IEditorInput, java.lang.String, boolean) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(org.eclipse.ui.IEditorInput, java.lang.String, boolean) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.access$8(org.eclipse.ui.internal.WorkbenchPage, org.eclipse.ui.IEditorInput, java.lang.String, boolean) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage$10.run() (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.widgets.Display, java.lang.Runnable) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/ws/gtk/swt.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.openEditor(org.eclipse.ui.IEditorInput, java.lang.String, boolean) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.openEditor(org.eclipse.ui.IEditorInput, java.lang.String) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.editors.text.OpenExternalFileAction.run() (/usr/lib/eclipse/plugins/org.eclipse.ui.editors_3.1.0/editors.jar.so)
   at org.eclipse.ui.internal.editors.text.OpenExternalFileAction.run(org.eclipse.jface.action.IAction) (/usr/lib/eclipse/plugins/org.eclipse.ui.editors_3.1.0/editors.jar.so)
   at org.eclipse.ui.internal.PluginAction.runWithEvent(org.eclipse.swt.widgets.Event) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(org.eclipse.swt.widgets.Event) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(org.eclipse.swt.widgets.Event, boolean) (/usr/lib/eclipse/plugins/org.eclipse.jface_3.1.0/jface.jar.so)
   at org.eclipse.jface.action.ActionContributionItem.access$2(org.eclipse.jface.action.ActionContributionItem, org.eclipse.swt.widgets.Event, boolean) (/usr/lib/eclipse/plugins/org.eclipse.jface_3.1.0/jface.jar.so)
   at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(org.eclipse.swt.widgets.Event) (/usr/lib/eclipse/plugins/org.eclipse.jface_3.1.0/jface.jar.so)
   at org.eclipse.swt.widgets.EventTable.sendEvent(org.eclipse.swt.widgets.Event) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/ws/gtk/swt.jar.so)
   at org.eclipse.swt.widgets.Widget.sendEvent(org.eclipse.swt.widgets.Event) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/ws/gtk/swt.jar.so)
   at org.eclipse.swt.widgets.Display.runDeferredEvents() (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/ws/gtk/swt.jar.so)
   at org.eclipse.swt.widgets.Display.readAndDispatch() (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0/ws/gtk/swt.jar.so)
   at org.eclipse.ui.internal.Workbench.runEventLoop(org.eclipse.jface.window.Window$IExceptionHandler, org.eclipse.swt.widgets.Display) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.Workbench.runUI() (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(org.eclipse.swt.widgets.Display, org.eclipse.ui.application.WorkbenchAdvisor) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(org.eclipse.swt.widgets.Display, org.eclipse.ui.application.WorkbenchAdvisor) (/usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.1.0/workbench.jar.so)
   at org.eclipse.ui.internal.ide.IDEApplication.run(java.lang.Object) (/usr/lib/eclipse/plugins/org.eclipse.ui.ide_3.1.0/ide.jar.so)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(java.lang.Object) (/usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.1.0/runtime.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(java.lang.Object) (/usr/lib/eclipse/plugins/org.eclipse.osgi_3.1.0/eclipseAdaptor.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(java.lang.String[], java.lang.Runnable) (/usr/lib/eclipse/plugins/org.eclipse.osgi_3.1.0/eclipseAdaptor.jar.so)
   at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (/usr/lib/libgcj_fc4.so.6.0.0)
   at org.eclipse.core.launcher.Main.invokeFramework(java.lang.String[], java.net.URL[]) (/usr/lib/eclipse/startup.jar.so)
   at org.eclipse.core.launcher.Main.basicRun(java.lang.String[]) (/usr/lib/eclipse/startup.jar.so)
   at org.eclipse.core.launcher.Main.run(java.lang.String[]) (/usr/lib/eclipse/startup.jar.so)
   at org.eclipse.core.launcher.Main.main(java.lang.String[]) (/usr/lib/eclipse/startup.jar.so)
   at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj_fc4.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj_fc4.so.6.0.0)

[Index of Archives]     [Red Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux