cancel
Showing results for 
Search instead for 
Did you mean: 

problem in Executing FirstFoundationClient.java

k4sourabh
Champ in-the-making
Champ in-the-making
Hi,
  I am trying to execute FirstFoundationClient.java program in different workspace.
I have included all the jar files . But in runtime it throws an exception in statement
  ApplicationContext ctx = ApplicationContextHelper.getApplicationContext(); 
It seems that it is not able to load Application Context.xml file.
But i dont know how to configure this .. Please help me out in doing so.

Following is my Error..
Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [D:/alfresco/application-context.xml]; nested exception is java.io.FileNotFoundException: class path resource [D:/alfresco/application-context.xml] cannot be opened because it does not exist
   at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)
   at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:295)
   at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
   at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
   at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
   at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:212)
   at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:112)
   at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:79)
   at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:97)
   at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:411)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:338)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:123)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:76)
   at com.mindtree.server.CreateNewUserImpl.main(CreateNewUserImpl.java:41)
Caused by: java.io.FileNotFoundException: class path resource [D:/alfresco/application-context.xml] cannot be opened because it does not exist
   at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:142)
   at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:321)
   … 13 more


Thanks in Advance…
1 REPLY 1

courageous
Champ in-the-making
Champ in-the-making
HI all,
I also had the same your problem,if i had solutions for difficult problem,pleased help us!
Thank advance!!!