Copy link to clipboard
Copied
We have CF9.01 (Adobe Driver Version 4.0 (Build 0005)) up on a test server running Windows 2003 server, IIS 6, Java 1.6 and SQL Server 2005. One of our templates returns the following error:
(class: cfSch_search2ecfm369248254, method: _factor10 signature: (Ljavax/servlet/jsp/tagext/Tag;Ljavax/servlet/jsp/JspWriter;)Ljava/lang/Object;) Illegal target of jump or branch null
Has anyone seen this error message and identified what is causing it?
WPW
Copy link to clipboard
Copied
That looks like the kind of error you get when you don't have the corresponding source code for the compiled script. Is that the case? If so, can you get a copy of the uncompiled source code and run that instead?
If you do have the source code already, try deleting the compiled class in \coldfusion9\wwwroot\WEB-INF\cfclasses.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Copy link to clipboard
Copied
Thank you David. We are running source code, uncompiled. We will try
deleting the compiled class.
--
William Wittreich, Managing Partner
GraphicVision
303-424-0626
www.graphicvision.com
www.schedulefm.com
www.schedulesmart.net
Copy link to clipboard
Copied
Dave:
We see all of the class files, and they all seem to be compiled. Are
you suggesting that we delete all of these files in
\wwwroot\web-inf\cfclass? Is this the same as clearing the cache?
--
William Wittreich, Managing Partner
GraphicVision
303-424-0626
www.graphicvision.com
www.schedulefm.com
www.schedulesmart.net
Copy link to clipboard
Copied
You could certainly delete them all. I was suggesting that you delete the one in question, listed in your original error. But there's not much of a downside to deleting them all, usually.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Copy link to clipboard
Copied
Thank you. We did delete the class files, but that did not fix our
issue. Any other thoughts on this?
WPW
Copy link to clipboard
Copied
How large is the file in question? I suspect it exceeds the 64Kb limit imposed by Java.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Copy link to clipboard
Copied
Thank you, we will check that out.
WPW
Find more inspiration, events, and resources on the new Adobe Community
Explore Now