- This topic has 2 replies, 2 voices, and was last updated 15 years, 9 months ago by Loyal Water.
-
AuthorPosts
-
EmptyParticipantHi all
After updating one of my existing projects reported problems with MyEclipse Spring 2.5 Web library. I tried to remove and re-add the library through build path but after selecting My Eclipse libraries under Add Library it doesn’t show me anything. All I can see in workspace log is:
ClasspathContainer requery for classpath-string: com.genuitec.eclipse.springframework
ClasspathContainer requery for classpath-string: com.genuitec.eclipse.springframework
ClasspathContainer requery for classpath-string: com.genuitec.eclipse.springframework
ClasspathContainer requery for classpath-string: com.genuitec.eclipse.springframework
ClasspathContainer requery for classpath-string: com.genuitec.eclipse.springframework
ClasspathContainer requery for classpath-string: com.genuitec.eclipse.springframework
Container Init: encodedCPString is undefined for melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_WEB
std pref:
default pref: MYECLIPSE_SPRING_DATA_HOME/2.5/dist/modules/spring-webmvc-struts.jar(javadoc=http://static.springframework.org/spring/docs/2.5.x/api/);MYECLIPSE_SPRING_DATA_HOME/2.5/dist/modules/spring-web.jar(javadoc=http://static.springframework.org/spring/docs/2.5.x/api/);MYECLIPSE_SPRING_DATA_HOME/2.5/dist/modules/spring-webmvc.jar(javadoc=http://static.springframework.org/spring/docs/2.5.x/api/);MYECLIPSE_SPRING_DATA_HOME/2.5/dist/modules/spring-webmvc-portlet.jar(javadoc=http://static.springframework.org/spring/docs/2.5.x/api/);MYECLIPSE_SPRING_DATA_HOME/2.0/lib/struts/struts.jar;MYECLIPSE_SPRING_DATA_HOME/2.0/lib/jakarta-commons/commons-fileupload.jar;MYECLIPSE_SPRING_DATA_HOME/2.5/lib/jakarta-commons/commons-httpclient.jar;MYECLIPSE_SPRING_DATA_HOME/2.5/lib/freemarker/freemarker.jar;MYECLIPSE_SPRING_DATA_HOME/2.5/lib/jasperreports/jasperreports-2.0.5.jar;MYECLIPSE_SPRING_DATA_HOME/2.0/lib/jakarta-commons/commons-io.jar;MYECLIPSE_SPRING_DATA_HOME/2.0/lib/portlet/portlet-api.jar;MYECLIPSE_SPRING_DATA_HOME/2.5/lib/jexcelapi/jxl.jar;MYECLIPSE_SPRING_DATA_HOME/2.5/lib/itext/iText-2.1.3.jar;MYECLIPSE_SPRING_DATA_HOME/2.5/lib/poi/poi-3.0.1.jar;MYECLIPSE_SPRING_DATA_HOME/2.0/lib/velocity/velocity-1.5.jar;MYECLIPSE_SPRING_DATA_HOME/2.5/lib/velocity/velocity-tools-view-1.4.jar;MYECLIPSE_SPRING_DATA_HOME/1.2/lib/dependencies/jakarta-commons/commons-codec.jar
shouldLoadDefault = false
encodedClasspathString is null, container=melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_WEB
Container Init Problem for: melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_WEB
Problems occurred when invoking code from plug-in: “org.eclipse.jface”.
Container is null
….
Unhandled event loop exception
….In the projects build path I can see Unbound classpath container: ‘melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_WEB’
I also tried to completely remove and reinstall MyEclipse -> nothing changed.
Any ideas would be really appreciated.Thanks,
Michael
EmptyParticipantI just figured out what’s wrong…
With a new workspace directory everything was fine again but I didn’t want to reconfigure all settings. Therefore I searched for SPRING25 in all files under workspace\.metadata\.plugins directory and found org.eclipse.core.runtime\.setting\com.genuitec.eclipse.springframework.prefs. After deleting this file the problem was solved.
Loyal WaterMemberSorry for the hiccup. Glad everything is resolved now.
-
AuthorPosts