More on this;

The CFMX logs (below) show that the compile of the ,java source file  
(generated by CFMX fails).

Does CFMX provide its own Java compiler, or does it use the javac  
compiler provided by Sun.

This could be important, as the javac will likely change with each  
release of Java.

Dick

java.lang.IncompatibleClassChangeError
         at coldfusion.jsp.JavaCompiler.inProcessCompile(Unknown Source)
         at coldfusion.jsp.JavaCompiler.compileClass(Unknown Source)
         at coldfusion.compiler.NeoTranslator.translateJava(Unknown  
Source)
         at coldfusion.compiler.NeoTranslator.translateJava(Unknown  
Source)
         at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown  
Source)
         at coldfusion.util.LruCache.get(Unknown Source)
         at  
coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown 
  Source)
         at coldfusion.util.AbstractCache.fetch(Unknown Source)
         at coldfusion.util.SoftCache.get(Unknown Source)
         at coldfusion.runtime.TemplateClassLoader.findClass(Unknown  
Source)
         at coldfusion.filter.PathFilter.invoke(Unknown Source)
         at coldfusion.filter.LicenseFilter.invoke(Unknown Source)
         at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
         at  
coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source)
         at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
         at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
         at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
         at coldfusion.CfmServlet.service(Unknown Source)
         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
         at  
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
         at  
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241 
)
         at  
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527 
)
         at  
jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
         at  
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.j 
ava:348)
         at  
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java 
:451)
         at  
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.jav 
a:294)
         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)



On Monday, October 28, 2002, at 02:11 PM, Dick Applebaum wrote:

> I have a situation where i create and save a simple cfm template, then
> access it with a browser
>
> The following takes place:
>
> 1) the template is parsed
>
> 2) the Java source is generated
>
> 3) the .java file is saved.
>
> 4) I get an error before the.class file is saved
>
> The error is below -- just a single line stack trace.
>
> The question: How do I determine what portion of CFMX is in control
> when the error occurs?
>
>
> TIA
>
>
> Dick
>
>
>
> The Error:
> ================
>
> Error occurred while processing request!
>
> Please try the following:
>
> *     Check the CFML Reference Manual to verify that you are using the
> correct syntax.
> *     Search the Knowledge Base to find a solution to your problem.
>
>
>
> Browser��     Mozilla/4.0 (compatible; MSIE 5.22; Mac_PowerPC)
> Remote Address��      127.0.0.1
> Referrer��    http://127.0.0.1:8500/mycfmxapps/
> Date/Time��   28-Oct-02 02:05 PM
> Stack Trace (click to expand)
>
>
> [Ljava.lang.StackTraceElement;@c127d
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to