For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 3 voices, and was last updated 20 years, 3 months ago by
Scott Anderson.
-
AuthorPosts
-
brandonwuMemberHi, I am trying to debug index.jsp in my project. I set a break point in the second line of index.jsp. However, although it stopped on the break point, it told me that “Source not found for index.jsp line: 2”. Any ideas of that, thanks for any kind of information.
May 19, 2006 at 12:43 am #252208
Riyad KallaMemberCan 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.
May 19, 2006 at 8:00 am #252222
brandonwuMemberConfiguration summary:
*** Date: Fri May 19 08:52:21 EDT 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Downloads\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
264_6c
-vm
C:\WINNT\system32\javaw.exeI am using current version of myeclipse. 4.1.1GA
– Was Eclipse freshly installed for MyEclipse?
yes
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed?
sysdeo tomcat plugin, installed lomboz temporarily and removed– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
4– What application server are you using?
Tomcat 5.5error logs:
!ENTRY org.eclipse.ui 4 0 2006-05-18 10:51:48.750
!MESSAGE Warning: Detected recursive attempt by part com.genuitec.eclipse.webdesigner.jsp to create itself (this is probably, but not necessarily, a bug)
!STACK 1
org.eclipse.ui.PartInitException: Warning: Detected recursive attempt by part com.genuitec.eclipse.webdesigner.jsp to create itself (this is probably, but not necessarily, a bug)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:543)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:223)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:477)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:402)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:372)
at org.eclipse.ui.internal.WorkbenchPage.findEditor(WorkbenchPage.java:1780)
at com.genuitec.eclipse.core.util.EditorUtil.getEditorForInput(EditorUtil.java:158)
at com.genuitec.eclipse.core.util.EditorUtil.checkConflictingEditor(EditorUtil.java:219)
at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.init(HTMLMultiPageEditorPart.java:878)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:778)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
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.EditorReference.getEditor(EditorReference.java:223)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:477)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:402)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2311)
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.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
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:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
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)
!SUBENTRY 1 org.eclipse.ui 4 0 2006-05-18 10:51:48.750
!MESSAGE Warning: Detected recursive attempt by part com.genuitec.eclipse.webdesigner.jsp to create itself (this is probably, but not necessarily, a bug)!ENTRY com.genuitec.eclipse.core 1 0 2006-05-18 10:51:50.734
!MESSAGE Unable to locate .myeclipse.properties file
!SESSION 2006-05-18 11:41:26.875 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2006-05-18 12:06:53.46
!MESSAGE Unable to locate .myeclipse.properties file
!SESSION 2006-05-18 12:07:01.359 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2006-05-18 12:28:57.593
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY org.eclipse.ui 4 4 2006-05-18 12:31:35.781
!MESSAGE Unable to find Action Set: org.objectweb.lomboz.ws.axis.AxisActionSet
!SESSION 2006-05-18 12:56:35.359 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean!ENTRY com.genuitec.eclipse.core 1 0 2006-05-18 12:57:35.484
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY org.eclipse.pde.core 2 1 2006-05-18 12:59:15.390
!MESSAGE Problems encountered while PDE was scanning the Target Platform
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.server.core
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.server.core
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee.core
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee.web
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.server.generic.core
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.server.generic.ui
!SUBENTRY 1 org.objectweb.lomboz.exo.serverdefinition 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.common.modulecore
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.servlet.ui
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee.ui
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.common.frameworks.ui
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.common.frameworks
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee.core
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee.web
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.web
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.common.navigator.workbench
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.common.modulecore
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.common.frameworks
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.server.core
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.jst.server.core
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.390
!MESSAGE Missing required plug-in: org.eclipse.wst.common.project.facet.core
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.406
!MESSAGE Missing required plug-in: org.eclipse.wst.common.project.facet.ui
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.406
!MESSAGE Missing required plug-in: org.eclipse.wst.web.ui
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.406
!MESSAGE Missing required plug-in: org.eclipse.jst.j2ee.ejb.annotations.xdoclet
!SUBENTRY 1 org.objectweb.lomboz.projects.portlet 2 2 2006-05-18 12:59:15.406
!MESSAGE Missing required plug-in: org.eclipse.jst.server.generic.core
!SUBENTRY 1 org.objectweb.lomboz.xdoclet.codeassist 2 2 2006-05-18 12:59:15.406
!MESSAGE Missing required plug-in: org.eclipse.jst.common.annotations.controller
!SUBENTRY 1 org.objectweb.lomboz.xdoclet.codeassist 2 2 2006-05-18 12:59:15.406
!MESSAGE Missing required plug-in: org.eclipse.jst.common.frameworks
!SESSION 2006-05-18 13:04:37.421 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean!ENTRY org.eclipse.ui 4 4 2006-05-18 13:05:18.625
!MESSAGE Unable to find Action Set: org.objectweb.lomboz.ws.axis.AxisActionSet
!SESSION 2006-05-18 13:24:09.46 ————————————————
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.ui 4 4 2006-05-18 13:24:47.171
!MESSAGE Unable to find Action Set: org.objectweb.lomboz.ws.axis.AxisActionSet!ENTRY com.genuitec.eclipse.core 1 0 2006-05-18 13:27:57.421
!MESSAGE Unable to locate .myeclipse.properties file
!SESSION 2006-05-18 13:27:59.296 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean!ENTRY com.genuitec.eclipse.core 1 0 2006-05-18 13:34:31.62
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY org.eclipse.ui 4 4 2006-05-18 16:26:21.859
!MESSAGE Invalid Menu Extension (Path is invalid): org.objectweb.lomboz.ws.axis.ui.actions.wsdl2java
!SESSION 2006-05-19 08:35:32.828 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2006-05-19 08:35:52.203
!MESSAGE Unable to locate .myeclipse.properties file
!SESSION 2006-05-19 08:45:59.953 ———————————————–
eclipse.buildId=M20050929-0840
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2006-05-19 08:46:35.218
!MESSAGE Unable to locate .myeclipse.properties fileMay 19, 2006 at 10:38 am #252236
Scott AndersonParticipantBrandon,
From the error log it seems you have MyEclipse, Lomboz, and WTP installed in the same Eclipse instance. This just isn’t a stable configuration at all so there’s no telling what’s going on. I’d recommend installing a new Eclipse 3.1.2 instance and then installing only MyEclipse in it and see how that works. I think the behavior will be much improved.
-
AuthorPosts
