facebook

CFEclipse error?

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #293671 Reply

    muddu_shafi
    Member

    I have installed CFEclipse plugin.

    I have written a program which is trying to use Coldspring framework.
    When I am trying to run this program it displays the below error. I think the CFEClipse is not able to find the Jar files fort he application.
    could you explain me how and where can I find the Spring plugin for CFEClipse?
    Where should I place the jar files?
    Code

    <cfset ac = createobject ("java", "org.springframework.context.support.ClassPathXmlApplicationContext")>//Error displayed on this line
       <cfset ac.init("applicationConfigAppContext.xml")>
       <cfset application.config = ac.getBean(application.configToLoad & "Config")>[/

    code]

    java.lang.ClassNotFoundException: org.springframework.context.support.ClassPathXmlApplicationContext
        at coldfusion.bootstrap.BootstrapClassLoader.loadClass(BootstrapClassLoader.java:235)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at coldfusion.runtime.java.JavaProxyFactory.getProxy(JavaProxyFactory.java:89)
        at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
        at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4707)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:4678)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:4619)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:4597)
        at coldfusion.runtime.CFPage.CreateObject(CFPage.java:4553)
        at cftestcoldspring2ecfm527992016.runPage(C:\ColdFusion8\wwwroot\selfprojects\testcoldspring.cfm:5)
        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
        at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
        at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
        at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
        at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.CfmServlet.service(CfmServlet.java:175)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    #293699 Reply

    Loyal Water
    Member

    could you explain me how and where can I find the Spring plugin for CFEClipse?
    Where should I place the jar files?

    I’m afraid I don’t have an answer to this question. We will have to wait for the inputs of the other users on the forum.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: CFEclipse error?

You must be logged in to post in the forum log in