- This topic has 1 reply, 2 voices, and was last updated 14 years, 4 months ago by support-joy.
-
AuthorPosts
-
raaju76MemberI did a upgrade thru configuration center from 8.5 to 8.6.
I am not able to edit anything in between the script tag in a JSP. I found following error when I looked into .log file.
I tried installing eclipse JSDT module thru configuration and the it never got thru validation pop up saying “Finalizing software requirements …”!ENTRY org.eclipse.ui 4 0 2010-08-09 10:02:59.383
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/wst/jsdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy
at org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForJs.getAutoEditStrategies(AutoEditStrategyForJs.java:56)
at org.eclipse.wst.jsdt.web.ui.internal.autoedit.AutoEditStrategyForJs.customizeDocumentCommand(AutoEditStrategyForJs.java:45)
at org.eclipse.jface.text.TextViewer.customizeDocumentCommand(TextViewer.java:3734)
at org.eclipse.jface.text.TextViewer.handleVerifyEvent(TextViewer.java:3764)
at org.eclipse.jface.text.source.projection.ProjectionViewer.handleVerifyEvent(ProjectionViewer.java:1276)
at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.handleVerifyEvent(StructuredTextViewer.java:706)
at org.eclipse.jface.text.TextViewer$TextVerifyListener.verifyText(TextViewer.java:433)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:6605)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:7446)
at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2442)
at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5817)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5842)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5542)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1368)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4053)
at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3946)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4619)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2411)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3501)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
support-joyMemberraaju76,
Can you answer few queries for me to get to the root cause?
1. Open Help > About MyEclipse Enterprise Workbench. And copy and paste the version and build id?
2. Copy and paste installation details. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details.
3. Can you elaborate more on this –I am not able to edit anything in between the script tag in a JSP. I found following error when I looked into .log file.
I tried installing eclipse JSDT module thru configuration and the it never got thru validation pop up saying “Finalizing software requirements …”Can you include the steps in detail.
I would recommend you do the following –
1. Clean your .log file. Open .log located at [your workspace dir]/.metadata/.log. Press [Ctrl+a] and [Delete]. Save the file.
2. Click on Help > MyEclipse Configuration Center. Go to Dashboard tab. Check if you have updates available, if yes, please apply the updates and restart your MyEclipse IDE
3. Perform -clean. Please refer – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
4. Replicate the steps which resulted in the above issue.
Let me know how this works for you. -
AuthorPosts