- This topic has 5 replies, 2 voices, and was last updated 19 years, 11 months ago by Scott Anderson.
-
AuthorPosts
-
James I. FalekMemberHi,
I upgrade to the latest version of MyEclipse (3.8.3) and have notice a boat load of warnings in the following format that were not present prior version. Here is one of the warnings that I am gettings
Severity Description Resource In Folder Location Creation Time
1 IWAE0010E Run-time exception java.lang.NoClassDefFoundError occurred during validation. The validator being run was JSP Validator and the message thrown was . workbench December 17, 2004 8:33:11 AMI am sure that it is somewhere on some website, but what is warning IWAE0010E? I think that I remember that back 2 or 3 versions of MyEclipse, I had a similar problem. And, of course, they all go away when I disable JSP validation. Any ideas?
Thank you for the help,
James
– System Setup ——————————-
Operating System and version: Windows XP
Eclipse version: 3.01
Eclipse build id: 200409161125
Fresh Eclipse install (y/n): n
If not, was it upgraded to its current version using the update manager? y
Other installed external plugins: none
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 14
MyEclipse version: 3.8.3
Eclipse JDK version: 1.4.2
Application Server JDK version: WebLogic 8
Are there any exceptions in the Eclipse log file? yes, alot – here is a snippet from today
——!ENTRY org.eclipse.ui 4 4 Dec 17, 2004 08:53:52.07
!MESSAGE Unhandled event loop exception!ENTRY org.eclipse.ui 4 0 Dec 17, 2004 08:53:52.17
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.ibm.sse.model.html.text.rules.StructuredTextPartitionerForHTML.createPartition(Unknown Source)
at com.ibm.sse.model.jsp.text.rules.StructuredTextPartitionerForJSP.setInternalPartition(Unknown Source)
at com.ibm.sse.model.text.rules.StructuredTextPartitioner.internalGetPartition(Unknown Source)
at com.ibm.sse.model.text.rules.StructuredTextPartitioner.getPartition(Unknown Source)
at com.ibm.sse.model.text.rules.StructuredTextPartitioner.getContentType(Unknown Source)
at com.ibm.sse.model.internal.text.BasicStructuredDocument.getContentType(Unknown Source)
at org.eclipse.jface.text.TextUtilities.getContentType(TextUtilities.java:368)
at org.eclipse.jface.text.contentassist.ContentAssistant.getProcessor(ContentAssistant.java:1392)
at org.eclipse.jface.text.contentassist.ContentAssistant.getCompletionProposalAutoActivationCharacters(ContentAssistant.java:1625)
at org.eclipse.jface.text.contentassist.ContentAssistSubjectControlAdapter.getCompletionProposalAutoActivationCharacters(ContentAssistSubjectControlAdapter.java:279)
at org.eclipse.jface.text.contentassist.ContentAssistant$AutoAssistListener.keyPressed(ContentAssistant.java:284)
at org.eclipse.jface.text.contentassist.ContentAssistant$AutoAssistListener.verifyKey(ContentAssistant.java:309)
at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:403)
at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:55)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:613)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5000)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4747)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1734)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1730)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3067)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2970)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1473)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2429)
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)!ENTRY com.ibm.etools.validation 4 0 Dec 17, 2004 10:20:45.17
!MESSAGE
*** ERROR ***: Fri Dec 17 10:20:45 EST 2004 java.lang.NoClassDefFoundError—–
– Message Body ——————————-
Scott AndersonParticipantJames,
I am sure that it is somewhere on some website, but what is warning IWAE0010E?
It’s a vestigal code that we intended to remove in release 3.8.1. I’ve found and stomped out the last of them now, thanks to this post. You can ignore the code and simply pay attention to the message itself, which was the NoClasDefFoundError you posted here (you can ignore the partitioner exception above it):
[quote]
*** ERROR ***: Fri Dec 17 10:20:45 EST 2004 java.lang.NoClassDefFoundError
[/qutoe]
This exception is the real problem that is being reported and is often indicitive of an installation problem. Can you try restarting your workspace with the -clean commandline option (eclipse.exe -clean …) and then forcing a rebuild on the affected project to see if that resolves the issue?
James I. FalekMemberJames,
It’s a vestigal code that we intended to remove in release 3.8.1. I’ve found and stomped out the last of them now, thanks to this post. You can ignore the code and simply pay attention to the message itself, which was the NoClasDefFoundError you posted here (you can ignore the partitioner exception above it):
*** ERROR ***: Fri Dec 17 10:20:45 EST 2004 java.lang.NoClassDefFoundError
This exception is the real problem that is being reported and is often indicitive of an installation problem. Can you try restarting your workspace with the -clean commandline option (eclipse.exe -clean …) and then forcing a rebuild on the affected project to see if that resolves the issue?
Are you recommending that I re-install everything – Eclipse, MyEclipse, other plug-ins? Or just MyEclipse?
THanks,
James
Scott AndersonParticipantJames,
Actually, I’m just recommending that you start with the -clean option and rebuild a project. 🙂
If that doesn’t work and you want to try a reinstall, I’d suggest using a fresh copy of Eclipse and MyEclipse installed in parallel to your existing installation. This isolates both environments and allows a side by side test on the same workspace. If the new install doesn’t resolve the issue, then it can be easily deleted. By the way, the other reason I think this is an installation issue is this:
I upgrade to the latest version of MyEclipse (3.8.3) and have notice a boat load of warnings in the following format that were not present prior version.
We didn’t make any changes to validation in this release.
James I. FalekMemberOnce again the MyEclipse support team has come through! Y’all are great! I did a -clean start and all is well. Thank you very much!
James
Scott AndersonParticipantGlad to hear it.
-
AuthorPosts