Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Exception with 1.5.4
Exception with 1.5.4 [message #192203] Tue, 08 May 2007 07:29 Go to next message
Eclipse UserFriend
Originally posted by: zkoppany.gmx.de

Hi,

I have a very annoying exception with 1.5.3 and 1.5.4.

I work with subversion und use subclipse-1.2.1 and the the exception below
if I try to open an older revision of an xml file. This bug exists at least
for a year. Nobody else opens older revisions of xml files?

Zsolt

java.lang.NullPointerException
at
org.eclipse.wst.sse.ui.StructuredTextEditor.update(Structure dTextEditor.java:3047)
at
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditor Part.addSourcePage(XMLMultiPageEditorPart.java:338)
at
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditor Part.createPages(XMLMultiPageEditorPart.java:505)
at
org.eclipse.ui.part.MultiPageEditorPart.createPartControl(Mu ltiPageEditorPart.java:276)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:596)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:372)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:566)
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:214)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2595)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2528)
at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPag e.java:2520)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2505)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2500)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2477)
at
org.tigris.subversion.subclipse.ui.actions.OpenRemoteFileAct ion$1.run(OpenRemoteFileAction.java:59)
at
org.tigris.subversion.subclipse.ui.repository.RepositoryMana ger.run(RepositoryManager.java:375)
at
org.tigris.subversion.subclipse.ui.actions.SVNAction$1.run(S VNAction.java:226)
at
org.tigris.subversion.subclipse.ui.actions.SVNAction$2.run(S VNAction.java:235)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVN Action.java:232)
at
org.tigris.subversion.subclipse.ui.actions.OpenRemoteFileAct ion.execute(OpenRemoteFileAction.java:36)
at
org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVN Action.java:56)
at
org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$26 .run(SVNHistoryPage.java:904)
at
org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$11 .handleEvent(SVNHistoryPage.java:455)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Re: Exception with 1.5.4 [message #192219 is a reply to message #192203] Tue, 08 May 2007 12:08 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
>
> I work with subversion und use subclipse-1.2.1 and the the exception below
> if I try to open an older revision of an xml file. This bug exists at least
> for a year. Nobody else opens older revisions of xml files?
>

That does look annoying. What do you mean "an older revision of xml files"?
We should be able to handle an xml file of any age :)
If you haven't yet, a but report with a sample file attached would help.
Re: Exception with 1.5.4 [message #192226 is a reply to message #192203] Tue, 08 May 2007 13:02 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
Ah, and you might read bug 169906
https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D169906

Looks related.
Re: Exception with 1.5.4 [message #192232 is a reply to message #192226] Tue, 08 May 2007 14:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zkoppany.gmx.de

David,

yes, it is the bug. I have this bug at least for a year and I'm pretty
surprised that nobody else found it.

Zsolt

"David Williams" <david_williams@us.ibm.com> schrieb im Newsbeitrag
news:op.tr0ehxtmac05ss@dmw2t23.ibm.com...

Ah, and you might read bug 169906
https://bugs.eclipse.org/bugs/show_bug.cgi?id=169906

Looks related.
Re: Exception with 1.5.4 [message #192267 is a reply to message #192232] Wed, 09 May 2007 16:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kosta.bea.com

Looks like the issue has been resolved in WTP 2.0 RC0. WTP 2.0 is
scheduled to be released at the end of June of 2007. If you want to
experiment with an "integration" build of WTP 2.0, you can download the
most recent build from the following web site. Just make sure to
download the correct versions of all the pre-requisites as listed on the
build page.

http://download.eclipse.org/webtools/committers/

- Konstantin
Re: Exception with 1.5.4 [message #192344 is a reply to message #192267] Thu, 10 May 2007 05:20 Go to previous message
Eclipse UserFriend
Originally posted by: zkoppany.gmx.de

Thank you Konstantin,



that builds needs the latest eclipse build (3.3-M7) and currently I'm happy
with eclipse-3.2.2. I just wonder why nobody else had this problem during
the last year.



Zsolt



"Konstantin Komissarchik" <kosta@bea.com> schrieb im Newsbeitrag
news:f1sra9$g01$1@build.eclipse.org...
> Looks like the issue has been resolved in WTP 2.0 RC0. WTP 2.0 is
> scheduled to be released at the end of June of 2007. If you want to
> experiment with an "integration" build of WTP 2.0, you can download the
> most recent build from the following web site. Just make sure to download
> the correct versions of all the pre-requisites as listed on the build
> page.
>
> http://download.eclipse.org/webtools/committers/
>
> - Konstantin
Previous Topic:can I dynamically contribute to the xml catalog programitically?
Next Topic:Resource Copy while through Project Explorer in j2EE Perspective
Goto Forum:
  


Current Time: Wed Apr 24 17:15:06 GMT 2024

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

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

Back to the top