- This topic has 7 replies, 4 voices, and was last updated 17 years, 7 months ago by Armen Yampolsky.
-
AuthorPosts
-
Armen YampolskyMemberHello,
I am writing about a bug I believe to have been introduced in the 4.1.0 GA release of MyEclipse. A similar (but not identical) bug was discussed in an older thread. Just like before, double clicking on a jsp page from the SVN Repository view opens two files. The first has the error message
Unable to create this part due to an internal error. Reason for the failure: Platform issue: this file cannot be opened in its current context. The text editor will be used instead.
But the second file shows the jsp contents properly. This happens to html files as well, but unlike before, xml files also seem to open normally this time.
For the SVN Repository view I am using Subclipse plugin v. 0.9.105.
Thanks in advance,
-Armen*** Date: Wed Feb 01 16:58:36 EST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2.200601181600
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2.200601181600
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.2.200601181600
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2.200601181600
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.2.200601181600
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
bc8_70
-clean
-vm
C:\WINDOWS\system32\javaw.exe
Riyad KallaMemberArmen,
Viewing files using the new editors from a repository hasn’t been fixed, it’s a very low priority item at this point for us (we have some really awesome stuff in the works behind the scenes here and when you try and convince management that we need to sideline that because of a problem 1 or 2 people, out of 200k+, have reported, it’s a hard sell).I’ll ping the devs again and see if anyone has any extra time they can work on this in.
Armen YampolskyMember@support-rkalla wrote:
hasn’t been fixed, it’s a very low priority
Sorry to hear that. I demo your product, and this behavior creates a certain embarassment in the room. It’s something that developers notice. Your assumption that only one or two people are bothered by it just because that many reported it to you is surely ill-conceived. Whatever happened to the attitude, particularly popular after the early 3.8.x releases, that hardening existing functionality should trump new features?
Scott AndersonParticipantWhatever happened to the attitude, particularly popular after the early 3.8.x releases, that hardening existing functionality should trump new features?
Armen,
We continue to harden the base features with every new release and think that is evident in the feature set. In fact, we’re currently working on development of the 4.1.1 release which is really nothing but fixes and small usability additions. So, it’s definately, exclusively, a hardening release.
I know this “open a file from a repository” issue has been reported by you in the past and continues to irk you. The reason this issue was occuring was related to a platform bug (#68721) that is referenced on the first editor page that is opened. That bug has now been fixed so I’ve opened a new PR, targeted to 4.1.1, so that we can now smoothly open the repository files as we had always intended.
arjan.tijmsMember@ayampols wrote:
@support-rkalla wrote:
hasn’t been fixed, it’s a very low priority
Your assumption that only one or two people are bothered by it just because that many reported it to you is surely ill-conceived.
I can only second that. Although it’s certainly not a show stopper for me, I have been ‘bothered’ by this too. Just because I didn’t report it does not mean it does not trouble us. Although I must agree the priority in getting this fixed is not that high.
Whatever happened to the attitude, particularly popular after the early 3.8.x releases, that hardening existing functionality should trump new features?
I’m all with that too. I’ve been spamming the MyEclipse team for about two years to get the JSP editor fixed. We stayed all the time with ME because we kept thinking it would be fixed soon. But the JSP editor has been broken all time long. The word is that the JSP editor will be finally fixed in 5.0, but in some other threads it was mentioned that there would perhaps be a 4.2 release. Since a M build for 5.0 was originally planned for March, this would probably mean a delay of yet again a few months (?)
Armen YampolskyMemberHello,
I am unable to view any xml pages from the SVN Repository Explorer view. Please advise. My versions are:MyEclipse allinone, 5.1.1 GA
Subclipse 1.2.0Thanks!
Riyad KallaMemberayampols,
What is the error or exception that occurs? Can you post the information from MyEclipse > Installation Summary > Installation Detalis here for me?
Armen YampolskyMemberSure, no problem:
——————- Error ——————-
Unable to create this part due to an internal error
——————- Exception ——————-
java.lang.NullPointerException
at org.eclipse.wst.sse.ui.StructuredTextEditor.update(StructuredTextEditor.java:3055)
at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPageEditorPart.java:338)
at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPageEditorPart.java:505)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:276)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2595)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2528)
at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2520)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2505)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2500)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2477)
at org.tigris.subversion.subclipse.ui.actions.OpenRemoteFileAction$1.run(OpenRemoteFileAction.java:59)
at org.tigris.subversion.subclipse.ui.repository.RepositoryManager.run(RepositoryManager.java:375)
at org.tigris.subversion.subclipse.ui.actions.SVNAction$1.run(SVNAction.java:226)
at org.tigris.subversion.subclipse.ui.actions.SVNAction$2.run(SVNAction.java:235)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:232)
at org.tigris.subversion.subclipse.ui.actions.OpenRemoteFileAction.execute(OpenRemoteFileAction.java:36)
at org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:56)
at org.tigris.subversion.subclipse.ui.repository.RepositoriesView.handleDoubleClick(RepositoriesView.java:530)
at org.tigris.subversion.subclipse.ui.repository.RepositoriesView.access$2(RepositoriesView.java:520)
at org.tigris.subversion.subclipse.ui.repository.RepositoriesView$11.doubleClick(RepositoriesView.java:395)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:796)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:794)
at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1227)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1158)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:223)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:220)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:281)
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.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.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(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.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)——————- Installation Details ——————-
*** Date:
Monday, April 9, 2007 1:31:56 PM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.1 GA
Build id: 20070302-5.1.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.1 GA
Build id: 20070302-5.1.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\MyEclipse 5.1.1 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
b00_98
-vm
C:\WINDOWS\system32\javaw.exe -
AuthorPosts