For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 19 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
Christian PaetzoldMember– System Setup ——————————-
Operating System and version: Windows XP SP2
Eclipse version: Version: 3.1.1
Eclipse build id: Build id: M20050929-0840
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 4
MyEclipse version: 4.0.3 GA
Eclipse JDK version: 1.4.2_08
Application Server JDK version: 1.4.2_08
Are there any exceptions in the Eclipse log file?
!ENTRY com.ibm.etools.validation 4 0 2005-11-28 09:44:33.62
!MESSAGE
*** ERROR ***: Mon Nov 28 09:44:33 CET 2005 java.lang.ExceptionInInitializerError!ENTRY com.ibm.etools.validation 4 0 2005-11-28 09:47:31.640
!MESSAGE
*** ERROR ***: Mon Nov 28 09:47:31 CET 2005 java.lang.NoClassDefFoundErrorIf this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:– Message Body ——————————-
Hello,
always, when I do a rebuild of my WebApp I get the following warning in the Problems-View:
Run-time exception java.lang.NoClassDefFoundError occurred during validation. The Validator being run was JSP Validator and the message thrown was .
There is no filename given, only the name of my WebApp.It seems to be JSP related, because, when I have deleted all JSPs or disable JSP-Validation, no warning appears.
Any suggestions ???
Bernhard Berbuir
November 28, 2005 at 11:44 am #242175
Riyad KallaMemberBernhard,
If you open up a console window and simply type “javac” do you get a usage message or a “command not found” error?Also, please try shutting down MyEclipse, erasing your .log file, restarting MyEclipse, then rebuilding your project. Then open your new .log file and copy and paste the entire contents here for us to see.
November 29, 2005 at 2:13 am #242219
Christian PaetzoldMemberHello,
here ist the content of the file .metadat/.log!SESSION 2005-11-29 09:04:03.436 ----------------------------------------------- eclipse.buildId=M20050929-0840 java.version=1.4.2_08 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Framework arguments: -showlocation -vm D:\Java\J2sdk\j2sdk1.4.2_08\bin\javaw.exe Command-line arguments: -os win32 -ws win32 -arch x86 -showlocation -vm D:\Java\J2sdk\j2sdk1.4.2_08\bin\javaw.exe !ENTRY com.ibm.etools.validation 4 0 2005-11-29 09:06:46.326 !MESSAGE *** ERROR ***: Tue Nov 29 09:06:46 CET 2005 java.lang.ExceptionInInitializerErrorWhen I start javac, the program is found and prints it usage information.
I hope this information helps.
Bernhard Berbuir
November 29, 2005 at 7:47 am #242238
Riyad KallaMemberHow big is your web app, would you be able to send it to us for testing? If you can, please zip it up and email it to support@genuitec.com ATTN Riyad, with a link to this forum topic so I know why I’m getting the attachment.
June 15, 2006 at 10:53 am #253513
sanprakaMemberI have installed Eclipse SDK 3.1.2 and Myeclipse 4.1 on Fedora 5.
Runtime Exception java.lang.NoClassDefFoundError occured during validation.The validator being run was JavaScript Validator and the message thrown was com.genuitec.eclipse.integrator.Integrator.
Runtime Exception java.lang.NoClassDefFoundError occured during validation.The validator being run was XML Validator and the message thrown was com.genuitec.eclipse.integrator.Integrator.
when i click on any tab for eg (Problems,Tasks,Web Browser,Cache,Image Preview,Package Explorer,Hierarchy),i get the following error.
An error has occured.See error log for many details.
root@localhost eclipse]# eclipse &
[1] 3846
[root@localhost eclipse]# Could not create action delegate for id: com.genuitec.org.springframework.ide.eclipse.beans.ui.actionset.showinview
Reason:
Internal plug-in action delegate error on creation.
Could not create action delegate for id: com.genuitec.org.springframework.ide.eclipse.beans.ui.actionset.openjavatype
Reason:
Internal plug-in action delegate error on creation.
Unhandled Exception
Reason:
Unable to execute early startup code for an extension[root@localhost eclipse]#
Please help me out as i am new to Eclipse,Myeclipse and Linux.
June 15, 2006 at 1:02 pm #253520
Riyad KallaMembersanpraka,
I’m willing to bet my life that the problem is RedHat/Fedora ship GCJ/Classpath as their default Java implementation which is not a fully compatible JDK implementation. In order for Eclipse and MyEclipse to function properly you should download and install the SUn JDK for Linux. Then specify using the -vm command line argument to Eclipse which Java executable it should use, something like:
eclipse -vm /usr/local/sun-jdk-1.5.0_06/bin/javaJune 15, 2006 at 2:41 pm #253522
sanprakaMember@sanpraka wrote:
Thanks a lot for a quick reply.Its working excellently now withour any error.Actually there are two java versions in my system.
When i executed the command you have said,it’s working excellently.
i bet you are really great.
Regards,
Sanjeev
I have installed Eclipse SDK 3.1.2 and Myeclipse 4.1 on Fedora 5.Runtime Exception java.lang.NoClassDefFoundError occured during validation.The validator being run was JavaScript Validator and the message thrown was com.genuitec.eclipse.integrator.Integrator.
Runtime Exception java.lang.NoClassDefFoundError occured during validation.The validator being run was XML Validator and the message thrown was com.genuitec.eclipse.integrator.Integrator.
when i click on any tab for eg (Problems,Tasks,Web Browser,Cache,Image Preview,Package Explorer,Hierarchy),i get the following error.
An error has occured.See error log for many details.
root@localhost eclipse]# eclipse &
[1] 3846
[root@localhost eclipse]# Could not create action delegate for id: com.genuitec.org.springframework.ide.eclipse.beans.ui.actionset.showinview
Reason:
Internal plug-in action delegate error on creation.
Could not create action delegate for id: com.genuitec.org.springframework.ide.eclipse.beans.ui.actionset.openjavatype
Reason:
Internal plug-in action delegate error on creation.
Unhandled Exception
Reason:
Unable to execute early startup code for an extension[root@localhost eclipse]#
Please help me out as i am new to Eclipse,Myeclipse and Linux.
June 15, 2006 at 4:11 pm #253527
Riyad KallaMemberGlad to hear it’s working now.
-
AuthorPosts
