- This topic has 1 reply, 2 voices, and was last updated 18 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
mortennesvikMemberI get the following warning in the Problems view:
1 Run-time exception java.lang.ExceptionInInitializerError occurred during validation. The validator being run was JSP Validator and the message thrown was . CIS System Web March 16, 2006 9:59:00 AM 3498I similar error was posted, but with no published resolution:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-1552-view-previous.htmlSYSTEM CONFIGURATION:
Fresh install of Eclipse
External plugins: CheckStyle, ClearCase
org.eclipse.pde.* = 4
Appserver: WAS5.0*** Date: Thu Mar 16 10:39:02 CST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.1_04*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060228-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
D:\Program Files\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
990_58
-vm
C:\WINDOWS\system32\javaw.exeERROR LOG:
!SESSION 2006-03-16 09:57:32.439 ———————————————–
eclipse.buildId=M20060118-1600
java.version=1.4.1_04
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.core.resources 2 10035 2006-03-16 09:57:37.296
!MESSAGE A workspace crash was detected. The previous session did not exit normally.!ENTRY com.ibm.etools.validation 4 0 2006-03-16 09:59:00.710
!MESSAGE
*** ERROR ***: Thu Mar 16 09:59:00 CST 2006 java.lang.ExceptionInInitializerError
Riyad KallaMemberFirst check your <Eclipse Directory>\plugins directory for any com.ibm.wtp.* directories, do you have any?
Next, upgrade your JDK to atleast 1.4.2_10 that you use to run Eclipse with (-vm c:\PATH_TO_JDK\bin\javaw.exe)
Lastly, restart using the -clean command line argument.
Let me know the results of those steps and be sure to post log errors if you continue to have them just as you have done.
-
AuthorPosts