facebook

View JSP from CVS repository location [Closed]

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #212501 Reply

    nicolasf
    Member

    With the 3.8.0 release of MyEclipse I am no longer able to view JSP files located in CVS by double clicking on them in the “CVS Repository
    Exploring” perspective. An error dialog pops up saying “Unable to create part:”

    below is the contents of the .log file

    PowerBook G4 running OS X 10.3.5
    Eclipse 3.0

    ——-
    eclipse.buildId=I200406251208
    java.version=1.4.2_05
    java.vendor=Apple Computer, Inc.
    BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
    Command-line arguments: -keyring /Users/nic/.eclipse_keyring -showlocation

    !ENTRY org.eclipse.team.cvs.core 2 0 Aug 18, 2004 14:21:33.594
    !MESSAGE CVS file B2BStore/WebRoot/home.jsp either contains invalid line endings on the server (CR/LF instead of just LF) or is a binary file that is not marked as -kb.

    !ENTRY org.eclipse.core.runtime 4 2 Aug 18, 2004 14:21:33.853
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    IWAK0017E An error has occurred when initializing the input for the the editor’s source page.
    at com.genuitec.eclipse.webdesigner.htmleditor.HTMLMultiPageEditorPart.createPages(Unknown Source)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:187)
    at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
    at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:205)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:939)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921)
    at org.eclipse.ui.internal.EditorStack.setVisibleEditor(EditorStack.java:170)
    at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:338)
    at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:268)
    at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:697)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:686)
    at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:782)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:585)
    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:573)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2201)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2134)
    at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2126)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2113)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2108)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2091)
    at org.eclipse.team.internal.ccvs.ui.actions.OpenRemoteFileAction$1.run(OpenRemoteFileAction.java:91)
    at org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.run(RepositoryManager.java:664)
    at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$1.run(CVSAction.java:243)
    at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$2.run(CVSAction.java:252)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:249)
    at org.eclipse.team.internal.ccvs.ui.actions.OpenRemoteFileAction.execute(OpenRemoteFileAction.java:73)
    at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:70)
    at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.handleDoubleClick(RemoteViewPart.java:397)
    at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart.access$1(RemoteViewPart.java:387)
    at org.eclipse.team.internal.ccvs.ui.repo.RemoteViewPart$8.doubleClick(RemoteViewPart.java:305)
    at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:409)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:407)
    at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:618)
    at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:721)
    at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:189)
    at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:186)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:236)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2865)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2535)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    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:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
    at org.eclipse.core.launcher.Main.run(Main.java:644)
    at org.eclipse.core.launcher.Main.main(Main.java:628)

    #212503 Reply

    Riyad Kalla
    Member

    Nicolas,
    Thank you for the report, I was able to reproduce it and will file it ASAP.

    #212504 Reply

    Riyad Kalla
    Member

    Moved to bugs

    #212605 Reply

    Greg
    Member

    We have researched this problem and turns out, it is a bug in the eclipse platform code.
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=68721

    According to their bugzilla report, it will be fixed in the 3.0.1 maintenance release.

    #213190 Reply

    Scott Anderson
    Participant

    A workaround to this Eclipse bug was included in MyEclipse 3.8.1

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: View JSP from CVS repository location [Closed]

You must be logged in to post in the forum log in