Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Illegal target of jump or branch null

New Here ,
Mar 01, 2011 Mar 01, 2011

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

943
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 01, 2011 Mar 01, 2011

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/

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 01, 2011 Mar 01, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2011 Mar 02, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2011 Mar 02, 2011

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/

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2011 Mar 02, 2011

Thank you. We did delete the class files, but that did not fix our

issue. Any other thoughts on this?

WPW

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2011 Mar 02, 2011

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/

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 03, 2011 Mar 03, 2011
LATEST

Thank you, we will check that out.

WPW

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources