facebook

[Closed] Problem opening jsp page

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #243981 Reply

    aabbiati
    Member

    hi i’m new inmyeclipse and i’m experiencing some problem with MyEclipse jsp Designer.

    using old jsp editor all work fine.

    i found that if i delete the following 3 lines in my jsp page the Designer starts:
    <%@ taglib uri=”http://jakarta.apache.org/taglibs/session-1.0&#8243; prefix=”sess” %>
    <%@ taglib uri=”http://jakarta.apache.org/taglibs/request-1.0&#8243; prefix=”req” %>
    <%@ taglib uri=”http://java.sun.com/jstl/core_rt&#8221; prefix=”c” %>

    otherwise i retrive this error:

    An error has occurred when initializing the input for the the editor’s source page.
    at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:270)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
    at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
    at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
    at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    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)

    any help?
    thanks
    Andrea

    #243990

    Riyad Kalla
    Member

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #244163

    aabbiati
    Member

    *** Date: Mon Jan 09 09:48:58 GMT+01:00 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_01

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Platform

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Graphical Editing Framework

    Version: 3.1
    Build id: 200509301327

    Eclipse RCP

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\Programmi\Eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    de0_58
    -vm
    C:\Programmi\Java\jdk1.5.0_01\bin\javaw.exe

    #244181

    Riyad Kalla
    Member

    Andrea,
    Can you paste the full contents of your page here so I can try it locally and see what is happening?

    #244186

    aabbiati
    Member

    ok, thatk’s the page.

    <%@page contentType=”text/html”%>
    <%@page pageEncoding=”UTF-8″%>
    <%@ taglib uri=”http://jakarta.apache.org/taglibs/session-1.0&#8243; prefix=”sess” %>
    <%@ taglib uri=”http://jakarta.apache.org/taglibs/request-1.0&#8243; prefix=”req” %>
    <%@ taglib uri=”http://java.sun.com/jstl/core_rt&#8221; prefix=”c” %>
    <jsp:useBean id=”titolare” class=”it.progesi.appl.beans.titolare.Titolare” scope=”session”/>
    <html>
    <head><title>JSP Page</title></head>
    <body>
    <form action=”switchServlet?act=salva_titolare&titId=<req:parameter name=”titId”/>” method=”post”>
    <table cellspacing=”1″ cellpadding=”4″ border=”0″ bgcolor=”#cccccc”>
    <tbody>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>ragione nomecognome</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”ragione_nomecognome” value=”<jsp:getProperty name=”titolare” property=”ragione_nomecognome”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>piva codicefiscale</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”piva_codicefiscale” value=”<jsp:getProperty name=”titolare” property=”piva_codicefiscale”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>indirizzo</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”indirizzo” value=”<jsp:getProperty name=”titolare” property=”indirizzo”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>città </label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”citta” value=”<jsp:getProperty name=”titolare” property=”citta”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>CAP</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”cap” value=”<jsp:getProperty name=”titolare” property=”cap”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>provincia</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <c:set var=”checkProv”><jsp:getProperty name=”titolare” property=”provincia”/></c:set>
    <select name=”provincia”>
    <option></option>
    <c:forEach var=”row” items=”${elencoProvince}”>
    <option value=”<c:out value=”${row.key}”/>” <c:if test=”${checkProv == row.key}”>selected</c:if>>
    <c:out value=”${row.value}”/>
    </option>
    </c:forEach>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>Stato</label>
    </td>
    <!–td bgcolor=”#f5f5f5″>
    <input type=”text” name=”descrizione_stato” value=”<jsp:getProperty name=”titolare” property=”descrizione_stato”/>”>
    </td–>
    <td>
    <c:set var=”checkID”><jsp:getProperty name=”titolare” property=”id_stato”/></c:set>
    <select name=”fk_id_stato”>
    <option></option>
    <c:forEach var=”row” items=”${elencoStati}”>
    <option value=”<c:out value=”${row.key}”/>” <c:if test=”${checkID == row.key}”>selected</c:if>>
    <c:out value=”${row.value}”/>
    </option>
    </c:forEach>
    </select>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>telefono 1</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”telefono1″ value=”<jsp:getProperty name=”titolare” property=”telefono1″/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>telefono 2</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”telefono2″ value=”<jsp:getProperty name=”titolare” property=”telefono2″/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>fax</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”fax” value=”<jsp:getProperty name=”titolare” property=”fax”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>email</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”email” value=”<jsp:getProperty name=”titolare” property=”email”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>n iscrizione regionale</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”n_iscrizione_regionale” value=”<jsp:getProperty name=”titolare” property=”n_iscrizione_regionale”/>”>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>tipo soggetto</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <c:set var=”tipoSog”>
    <jsp:getProperty name=”titolare” property=”tipoSoggetto”/>
    </c:set>
    <input type=”radio” name=”int_tipo_Soggetto” value=”1″<c:if test=”${tipoSog == 1}”> checked</c:if>>Soggetto Pubblico</input>
    <input type=”radio” name=”int_tipo_Soggetto” value=”2″<c:if test=”${tipoSog == 2}”> checked</c:if>>Soggetto Privato</input>
    </td>
    </tr>
    <tr>
    <td bgcolor=”#594fbf”>
    <label class=”tit_label”>note</label>
    </td>
    <td bgcolor=”#f5f5f5″>
    <input type=”text” name=”note” value=”<jsp:getProperty name=”titolare” property=”note”/>”>
    </td>
    </tr>
    </tbody>
    </table>
    <input type=”hidden” name=”id_titolare” value=”<req:parameter name=”titId”/>”>
    <input type=”submit” value=”Salva”>
    </form>
    </body>
    </html>

    #244227

    Riyad Kalla
    Member

    Can you try closing all your editors and exiting MyEclipse, then restart MyEclipse using the -clean command line argument and reopen the file in design mode, can you still not see anything?

    I am viewing the file now locally and it seems to be fine.

    #244234

    aabbiati
    Member

    let me see if i understand correctly….
    i have to close all my java and jsp page opened in myeclipse, then add the -clean argument to the command line:
    C:\Programmi\Eclipse\eclipse.exe -clean -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dosgi.splashLocation=”C:\…….\MyEclipseSplash.bmp”

    i tried but i got the same error:

    Unable to create this part due to an internal error. Reason for the failure: An error has occurred when initializing the input for the the editor’s source page.

    and the same stacktrce….

    i tried to unistall myeclipse and install it again too, but nothing change.
    ….
    ….

    #244240

    Riyad Kalla
    Member

    Andrea,
    Yes you did exactly the right thing. The error you are seeing is almost always indicative of incompatible APIs, but your base version of Eclipse looks fine from the information I asked for above.

    If you check your <Eclipse Dir>\plugins directory, do you see any EMF or GEF plugins in there? If you do, this is the cause of all the probelms most likely. MyEclipse ships specific versions of EMF and GEF that it uses for all it’s designers, if you have newer versions installed in your base Eclipse install (for example, for the VE plugin) it will cause the MyEclipse designers to die and give an error very similar to “Cannot create part”.

    Can you check your log file for the exception that occured pertaining to the cannot create part error? (<workspace dir>\.metadata\.log)

    I’m sorry this is dragging on and isn’t fixed yet, if this next bit of work doesn’t help, I’ll ask you to do a fresh install of Eclipse 3.1.1 SDK and MyEclipse 4.0.3 to a new location with a new workspace, then we can re-import everything in about 5mins and just chalk this one up to sun spots so you can get back to work.

    #244250

    aabbiati
    Member

    hi this is the .log file after i restart myeclipse and try to open a jsp with ME designer::

    !SESSION 2006-01-10 15:58:31.352 ———————————————–
    eclipse.buildId=I20050627-1435
    java.version=1.5.0_01
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IT
    Command-line arguments: -os win32 -ws win32 -arch x86 -clean

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:02.386
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/com.ibm.etools.emf.event_3.0.0.1/ Bundle “com.ibm.etools.emf.event” version “3.0.0.1” has already been installed from: update@plugins/com.ibm.etools.emf.event_3.0.0.1/

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.956
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ant_2.1.0/ Bundle “org.eclipse.emf.ant” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ant_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.966
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore.ui_2.1.0/ Bundle “org.eclipse.emf.codegen.ecore.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ecore.ui_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.966
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.1.0/ Bundle “org.eclipse.emf.codegen.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ecore_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.966
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ui_2.1.0/ Bundle “org.eclipse.emf.codegen.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen.ui_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.966
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.codegen_2.1.0/ Bundle “org.eclipse.emf.codegen” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.codegen_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.966
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.common.ui_2.1.0/ Bundle “org.eclipse.emf.common.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.common.ui_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.976
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.commonj.sdo_2.1.0/ Bundle “org.eclipse.emf.commonj.sdo” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.commonj.sdo_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.976
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.common_2.1.0/ Bundle “org.eclipse.emf.common” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.common_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.976
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.change.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.change.edit_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.976
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change_2.1.0/ Bundle “org.eclipse.emf.ecore.change” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.change_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.976
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.editor_2.1.0/ Bundle “org.eclipse.emf.ecore.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.editor_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.986
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.edit_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.986
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.editor_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo.editor_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.986
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.edit_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo.edit_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.996
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo_2.1.0/ Bundle “org.eclipse.emf.ecore.sdo” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.sdo_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.996
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.1.0/ Bundle “org.eclipse.emf.ecore.xmi” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore.xmi_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.996
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.ecore_2.1.0/ Bundle “org.eclipse.emf.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.ecore_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:08.996
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.edit.ui_2.1.0/ Bundle “org.eclipse.emf.edit.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.edit.ui_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.06
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.edit_2.1.0/ Bundle “org.eclipse.emf.edit” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.edit_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.06
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.importer.ecore_2.1.0/ Bundle “org.eclipse.emf.importer.ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.ecore_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.06
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.importer.java_2.1.0/ Bundle “org.eclipse.emf.importer.java” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.java_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.06
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.importer.rose_2.1.0/ Bundle “org.eclipse.emf.importer.rose” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer.rose_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.06
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.importer_2.1.0/ Bundle “org.eclipse.emf.importer” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.importer_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.06
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2ecore.editor” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.16
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2ecore” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2ecore_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.16
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2xml.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.16
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml_2.1.0/ Bundle “org.eclipse.emf.mapping.ecore2xml” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ecore2xml_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.16
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ui_2.1.0/ Bundle “org.eclipse.emf.mapping.ui” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping.ui_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.16
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf.mapping_2.1.0/ Bundle “org.eclipse.emf.mapping” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.16
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.emf_2.1.0/ Bundle “org.eclipse.emf” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf_2.1.0.jar

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.26
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.jem.beaninfo_1.1.0/ Bundle “org.eclipse.jem.beaninfo” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.beaninfo_1.1.0/

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.26
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.jem.proxy_1.1.0/ Bundle “org.eclipse.jem.proxy” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.proxy_1.1.0/

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.26
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.jem.ui_1.1.0/ Bundle “org.eclipse.jem.ui” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.ui_1.1.0/

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.26
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.jem.util_1.1.0/ Bundle “org.eclipse.jem.util” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.util_1.1.0/

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.36
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.jem.workbench_1.1.0/ Bundle “org.eclipse.jem.workbench” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem.workbench_1.1.0/

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.36
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.jem_1.1.0/ Bundle “org.eclipse.jem” version “1.1.0” has already been installed from: update@plugins/org.eclipse.jem_1.1.0/

    !ENTRY org.eclipse.update.configurator 2006-01-10 15:59:09.687
    !MESSAGE Could not install bundle ../MyEclipse/eclipse/plugins/org.eclipse.xsd_2.1.0/ Bundle “org.eclipse.xsd” version “2.1.0” has already been installed from: update@plugins/org.eclipse.xsd_2.1.0.jar

    !ENTRY com.genuitec.eclipse.core 1 0 2006-01-10 16:00:52.725
    !MESSAGE Unable to locate .myeclipse.properties file

    !ENTRY org.eclipse.ui 4 0 2006-01-10 16:00:53.466
    !MESSAGE Unable to create editor ID com.genuitec.eclipse.webdesigner.jsp: An error has occurred when initializing the input for the the editor’s source page.
    !STACK 0
    An error has occurred when initializing the input for the the editor’s source page.
    at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:270)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    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:753)
    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:2323)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
    at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    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)

    as yuo can see i have some could not install…. and the error when i try to open the designer

    i checked my <Eclipse Dir>\plugins directory and i found some org.eclipse.emf…. and org.eclipse.gef…. jar files, i tried to cancell all the files and restart myeclipse but the problem remain.

    i will try to install it again from zero….

    #244255

    Riyad Kalla
    Member

    reinstalling just MyEclipse is not going to help here, you need to use a clean install of Eclipse, preferablly version 3.1.1 SDK: http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-SDK-3.1.1-win32.zip

    After you have that unzipped to a new directory, you can reinstall MyEclipse 4.0.3 against it, into a new directory. Then start it up using the -clean command line argument and open your existing workspace, you should be able to work without problems.

    #244317

    aabbiati
    Member

    hi,
    just for notice:
    my first installation of eclipse waws from “Eclipse WTP-all-in-one 0.7” that differ from the one you suggest.
    i installed again eclispe (eclipse-SDK-3.1.1-win32.zip) and ME, but pointing to the old workspace, i had the same problem (with a little difference in the printstaktrace error). creating a new project ME Web Project and coping jsp and java files to new folders all seems to work….

    #244322

    Riyad Kalla
    Member

    I’m glad to hear that, WTP 0.7 does conflict with MyEclipse and it’s possible the old project/install was causing the problem.

Viewing 12 posts - 1 through 12 (of 12 total)
Reply To: [Closed] Problem opening jsp page

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