- This topic has 7 replies, 2 voices, and was last updated 16 years, 5 months ago by Loyal Water.
-
AuthorPosts
-
Rob TannerMemberHi,
I just moved from doing development on Linux to a Mac and installed Eclipse 3.3 and MyEclipse 6. The Java runtime is 1.5.0_13. I’m assuming that the missing classfile is this is a MyEclipse classfile. The error as reported is:
An internal error occurred during: “JSP Semantics Validator (JSF)”.
org/eclipse/wst/sse/ui/internal/reconcile/validator/ValidationHelperThe logfile shows the following:
!ENTRY org.eclipse.core.jobs 4 2 2008-06-08 13:59:21.732
!MESSAGE An internal error occurred during: “JSP Semantics Validator (JSF)”.
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/reconcile/validator/ValidationHelper
at org.eclipse.jst.jsp.core.internal.validation.JSPValidator.shouldValidate(JSPValidator.java:339)
at org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(JSPValidator.java:187)
at org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validateInJob(JSPValidator.java:403)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:75)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)How do I fix this?
Thanks,
Rob Tanner
Linfield College
Loyal WaterMemberRob,
Did you use the Eclipse 3.3 classic version with MyEclipse 6?Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Rob TannerMemberMyEclipse > Installation Summary > Installation Details:
*** Date:
Monday, June 9, 2008 7:18:12 AM PDT** System properties:
OS=MacOSX
OS version=10.5.3
Java version=1.5.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20080221-1602Eclipse startup command=-os
macosx
-ws
carbon
-arch
x86
-showsplash
-launcher
/Users/rtanner/Java Development/eclipse 3.3.2/Eclipse.app/Contents/MacOS/eclipse
-name
Eclipse
–launcher.library
/Users/rtanner/Java Development/eclipse 3.3.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.3.R33x_v20080118/eclipse_1023.so
-startup
/Users/rtanner/Java Development/eclipse 3.3.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-keyring
/Users/rtanner/.eclipse_keyring
-consoleLog
-showlocation
-product
com.genuitec.myeclipse.product.ide
-vm
/System/Library/Frameworks/JavaVM.framework
Loyal WaterMemberDid you use the Eclipse 3.3 classic version with MyEclipse 6?
When do you get this error?
Rob TannerMemberLooking back at the downloads page for Eclipse, I see that I downloaded both the IDE for Java EE Developers and Eclipse Classic 3.3.2 versions, but I actually installed the former. On my Linux environment (which does not have the problem), I’m not sure which variety of Eclipse I’m running.
As for when it shows up, so far I’ve discovered the problem whenever I open a JSP and also whenever I save a modified file, JSP or classfile.
Should I redo the install but this time use the classic version?
Loyal WaterMemberShould I redo the install but this time use the classic version?
Yes. You will have to reinstall MyEclipse with Eclipse classic.
Rob TannerMemberThat fixed it. Thanks.
Loyal WaterMemberYour Welcome.
-
AuthorPosts