facebook

I can’t open my jsp files with MyEclipse Designer.

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

    Marcos Sousa
    Member

    Hello,

    I have a problem when I want open a JSP file with JSP Designer. I recieve this message:

    Unable to create this part due to an internal error. Reason for the failure: An unexpected exception was thrown.

    When i click on details button, i see:

    java.lang.NullPointerException
        at com.jniwrapper.win32.ie.an.addStatusListener(SourceFile:56)
        at com.jniwrapper.win32.ie.al.<init>(SourceFile:116)
        at com.jniwrapper.win32.ie.al.<init>(SourceFile:85)
        at com.jniwrapper.win32.ie.Browser.a(SourceFile:71)
        at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:51)
        at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:43)
        at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.createControl(MSHTMLViewer.java:307)
        at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:257)
        at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:229)
        at com.genuitec.eclipse.webdesigner2.designeditor.DesignEditSubsystem.createDesignViewer(DesignEditSubsystem.java:175)
        at com.genuitec.eclipse.webdesigner2.WebDesigner2.createDesignViewer(WebDesigner2.java:116)
        at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignerControls(HTMLMultiPageEditorPart.java:499)
        at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignPage(HTMLMultiPageEditorPart.java:475)
        at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:257)
        at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
        at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
        at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
        at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
        at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
        at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
        at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
        at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
        at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
        at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
        at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
        at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
        at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
        at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
        at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
        at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
        at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
        at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
        at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
        at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:279)
        at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:271)
        at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:178)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
        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:334)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
        at org.eclipse.core.launcher.Main.run(Main.java:973)
        at org.eclipse.core.launcher.Main.main(Main.java:948)
    

    What I should to do?

    #241446 Reply

    Riyad Kalla
    Member

    Please past the contents from MyEclipse > About > Configuration Summary, also what OS are you on and what version of IE are you using?

    #241454 Reply

    Marcos Sousa
    Member

    Hi,

    The contents are:

    *** Date: Mon Nov 14 16:58:23 BRST 2005
    
    *** System properties:
    OS=Windows2003
    OS version=5.2
    Java version=1.5.0_04
    
    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    
    Version: 4.0.2 GA
    Build id: 20051010-4.0.2-GA
    
    *** Eclipse details:
    Eclipse SDK
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse Platform
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse RCP
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse Java Development Tools
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse Plug-in Development Environment
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse Project SDK
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    D:\Java\eclipse-SDK-3.1.1-win32\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    d94_38
    -vm
    C:\WINDOWS\system32\javaw.exe
    

    Thanks.

    #241457 Reply

    Riyad Kalla
    Member

    also what OS are you on and what version of IE are you using?

    #241458 Reply

    Marcos Sousa
    Member

    Windows 2003 e IE 6.0

    #241469 Reply

    Greg
    Member

    The problem seems to be that there is an incompatiblity with the JSP Designer on Windows 2003 Server. We are trying to resolve this issue as we speak. Hopefully we will have it resolved by the next milestone release of 4.1.

    Another configuration question…. Do you have any version of VS .NET installed?

    #241489 Reply

    Marcos Sousa
    Member

    No, I don’t.

    #242528 Reply

    Hello, I am a new MyEclipse user and I am experiencing the same problem trying to edit a jsp in a NON-MyEclipse web project (WTP Web project)

    I am on a WinXP Home PC, I attach my configuration just in case you need it for debbuging purposes:

    
    *** Date: Fri Dec 02 17:43:14 CET 2005
    
    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.4.2_08
    
    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    
    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA
    
    *** Eclipse details:
    Eclipse SDK
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse Project SDK
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse Platform
    
    Version: 3.1.1
    Build id: M20050929-0840
    
    Eclipse Java Development Tools
    
    Version: 3.1.1
    Build id: I20050627-1435
    
    Eclipse Graphical Editing Framework
    
    Version: 3.1
    Build id: 200507071758
    
    Eclipse RCP
    
    Version: 3.1.1
    Build id: I20050627-1435
    
    Eclipse Plug-in Development Environment
    
    Version: 3.1.1
    Build id: I20050627-1435
    
    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    878_7cc
    -clean
    -vm
    C:\Programmi\Java\j2re1.4.2_08\bin\javaw.exe
    
    

    Another side effect I have noticed is that if I open the jsp with the Eclipse JSP Editor I loose syntax higlighting, code completion and so on …everything is Black and White 😉

    Thanks

    Stefano

    #242530 Reply

    Riyad Kalla
    Member

    Stefano,
    Are you getting the identical stack trace in your log file as the original reporter? Do you have Visual Studio.NET installed by chance?

    #242534 Reply

    Hi this is my stacktrace…

    
    An error has occurred when initializing the input for the the editor's source page.
        at com.genuitec.eclipse.webdesigner.htmleditor.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:248)
        at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
        at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
        at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
        at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
        at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
        at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
        at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
        at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
        at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
        at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
        at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
        at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
        at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
        at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
        at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
        at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
        at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
        at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
        at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
        at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:279)
        at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:271)
        at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:178)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
        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:334)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
        at org.eclipse.core.launcher.Main.run(Main.java:973)
        at org.eclipse.core.launcher.Main.main(Main.java:948)
    

    I don’t have any Net development environment installed but I am not sure about VB or NET extensions or dll silently installed by other programs

    let me have a look…

    #242536 Reply

    I have some NET Framework runtimes as stated from the control panel:

    Microsoft .NET Framework 1.1
    Microsoft .NET Framework 1.1 Hotfix (KB886903)
    Microsoft .NET Framework 1.1 Italian Language Pack

    …I don’t know if they interfere with Eclipse

    #242537 Reply

    Riyad Kalla
    Member

    Stefano,
    First try this, shut down MyEclipse and add the following command line arguments to eclipse.exe when you start it:

    
    -clean -vm C:\Programmi\Java\j2re1.4.2_08\bin\javaw.exe -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M 
    

    The important part here is -clean, you only need to use it once. The rest of the options will help with performance and some bugs that popup when Eclipse runs low on memory.

    If that doesn’t work, try this. Right click on your JSP file and click Open With, then MyEclipse ‘Classic’ Editor, did that work? If so, copy the contents of the file, create a new JSP file, and paste the contents in. Then close all your editors and right click on the new JSP file (with the copied contents) and select Open With > MyEclipse JSP Designer, did that work?

    #242538 Reply

    Riyad Kalla
    Member

    I have some NET Framework runtimes as stated from the control panel:

    Microsoft .NET Framework 1.1
    Microsoft .NET Framework 1.1 Hotfix (KB886903)
    Microsoft .NET Framework 1.1 Italian Language Pack

    …I don’t know if they interfere with Eclipse

    These are fine, it’s just specifically Visual Studio.NET that causes problems because it instruments IE, which our designers on Windows relies on; so it kills our code.

    #242548 Reply

    Hi I couldn’t open the JSP neither with the designer nor with the classic jsp editor…

    The JSP is a STRUTS jsp in a WTP Dynamic Web project (opening a jsp in a Myeclipse webapp works fine)

    everything works fine even if I open a “normal” jsp (non struts, non jsf and so on) in the same web app above.

    I tried your “trick” but I couldnt paste because I received this Alert:

    “Paste” did not complete normally. Please see the log for more information.

    and this is the log

    
    !ENTRY org.eclipse.ui 4 4 2005-12-02 20:29:02.304
    !MESSAGE "Paste" did not complete normally.  Please see the log for more information.
    
    !ENTRY org.eclipse.ui 4 0 2005-12-02 20:29:02.314
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
        at com.genuitec.eclipse.j2eedt.taglib.AbstractTaglibRegistry.handleResourceModified(Unknown Source)
        at com.genuitec.eclipse.j2eedt.taglib.AbstractTaglibRegistry.handleResourceAdded(Unknown Source)
        at com.genuitec.eclipse.j2eedt.taglib.AbstractTaglibRegistry.refresh(Unknown Source)
        at com.genuitec.eclipse.j2eedt.taglib.AbstractTaglibRegistry.<init>(Unknown Source)
        at com.genuitec.eclipse.j2eedt.taglib.JavaTaglibRegistry.<init>(Unknown Source)
        at com.genuitec.eclipse.j2eedt.taglib.TaglibRegistryManager.createNewRegistry(Unknown Source)
        at com.genuitec.eclipse.j2eedt.taglib.TaglibRegistryManager.getTaglibRegistry(Unknown Source)
        at com.genuitec.eclipse.j2eedt.core.J2EEProjectUtil.getTaglibURIStream(Unknown Source)
        at com.genuitec.eclipse.integration.Integrator.projectResolver_NA1(Unknown Source)
        at com.ibm.sse.model.util.ProjectResolver.getURIStream(ProjectResolver.java:204)
        at com.ibm.sse.model.jsp.contentmodel.tld.TLDCMDocumentManager.loadTaglib(TLDCMDocumentManager.java:725)
        at com.ibm.sse.model.jsp.contentmodel.tld.TLDCMDocumentManager.getCMDocument(TLDCMDocumentManager.java:564)
        at com.ibm.sse.model.jsp.contentmodel.tld.TLDCMDocumentManager$DirectiveStructuredDocumentRegionHandler.enableTaglibFromURI(TLDCMDocumentManager.java:72)
        at com.ibm.sse.model.jsp.contentmodel.tld.TLDCMDocumentManager$DirectiveStructuredDocumentRegionHandler.processTaglib(TLDCMDocumentManager.java:308)
        at com.ibm.sse.model.jsp.contentmodel.tld.TLDCMDocumentManager$DirectiveStructuredDocumentRegionHandler.processTaglib(TLDCMDocumentManager.java:256)
        at com.ibm.sse.model.jsp.contentmodel.tld.TLDCMDocumentManager$DirectiveStructuredDocumentRegionHandler.nodeParsed(TLDCMDocumentManager.java:117)
        at com.ibm.sse.model.xml.internal.parser.XMLSourceParser.fireNodeParsed(XMLSourceParser.java:287)
        at com.ibm.sse.model.jsp.parser.JSPSourceParser.parseNodes(JSPSourceParser.java:251)
        at com.ibm.sse.model.xml.internal.parser.XMLSourceParser.getDocumentRegions(XMLSourceParser.java:178)
        at com.ibm.sse.model.internal.text.StructuredDocumentReParser._core_reparse_text(StructuredDocumentReParser.java:643)
        at com.ibm.sse.model.internal.text.StructuredDocumentReParser.core_reparse(StructuredDocumentReParser.java:692)
        at com.ibm.sse.model.jsp.parser.JSPReParser.reparse(JSPReParser.java:126)
        at com.ibm.sse.model.internal.text.StructuredDocumentReParser.reparse(StructuredDocumentReParser.java:1259)
        at com.ibm.sse.model.internal.text.BasicStructuredDocument.updateModel(BasicStructuredDocument.java:1963)
        at com.ibm.sse.model.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:1744)
        at com.ibm.sse.editor.StructuredDocumentToTextAdapter.replaceTextRange(StructuredDocumentToTextAdapter.java:952)
        at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5787)
        at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6625)
        at org.eclipse.swt.custom.StyledText.paste(StyledText.java:5823)
        at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3515)
        at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:801)
        at com.ibm.sse.editor.StructuredTextViewer.doOperation(StructuredTextViewer.java:533)
        at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:122)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:120)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
        at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:182)
        at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:108)
        at org.eclipse.core.commands.Command.execute(Command.java:311)
        at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396)
        at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459)
        at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781)
        at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828)
        at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550)
        at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493)
        at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Display.filterEvent(Display.java:917)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
        at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:880)
        at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:876)
        at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1190)
        at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3135)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:3038)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706)
        at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
        at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2711)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
        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:334)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
        at org.eclipse.core.launcher.Main.run(Main.java:973)
        at org.eclipse.core.launcher.Main.main(Main.java:948)
    
    !ENTRY com.genuitec.eclipse.core 1 0 2005-12-02 20:37:42.963
    !MESSAGE Unable to unregister on shutdown
    

    hope it helps

    Stefano

    #242550 Reply

    Riyad Kalla
    Member

    The JSP is a STRUTS jsp in a WTP Dynamic Web project (opening a jsp in a Myeclipse webapp works fine)

    Ahhh, this is going to cause problems across the board for you. MyEclipse builds on WTP, so to try and have WTP installed along side MyEclipse at the same time will cause exceptions deep down in the API.

    Besides that, MyEclipse has no support for WTP Dynamic Web Projects (nor does WTP support our projects; we are working towards unifying this in the future so you don’t have to monkey around with project setup).

    Unfortunately I would need to suggest that you either stick to using MyEclipse or WTP exclusively at this time (and respective project format) just because of technical limitations right now that should clear up in future releases but at the moment we need to avoid.

Viewing 15 posts - 1 through 15 (of 16 total)
Reply To: I can’t open my jsp files with MyEclipse Designer.

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