Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Crystal XI and CF 7

5 views
Skip to first unread message

BigJ57

unread,
Mar 3, 2005, 11:04:39 AM3/3/05
to
:confused; I am attempting to run a Crystal .rpt file through any of the
options available and cannot get it run on CF 7. I used CFREPORT as well as
tryied including JSP tag libraries to no avail. I am using IIS6 on Windows
2003 and CF 7 Dev Edition. Is CF 7 supporting Crystal XI (11)? Will it in the
future? My sample report does not have any database connections. It has only
two lables for testing connectivity between CF7 and CR11. This is the error I
get back from JSP tag use: Error 500 tried to access class
com.crystaldecisions.report.web.viewer.taglib.ServerControlTag from class
cfReport2ecfm864923616 The specific sequence of files included or processed is:
C:\Inetpub\wwwroot\Crystal\Report.cfm ' java.lang.IllegalAccessError: tried to
access class com.crystaldecisions.report.web.viewer.taglib.ServerControlTag
from class cfReport2ecfm864923616 MY CODE:

<cfimport taglib="/WEB-INF/lib/crystal-tags-reportviewer.tld" prefix="cr">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Report JSP</title>
</head>

<body>
<!---
This produces and error:
Error 500
tried to access class
com.crystaldecisions.report.web.viewer.taglib.ServerControlTag from class
cfReport2ecfm864923616
The specific sequence of files included or processed is:
C:\Inetpub\wwwroot\Crystal\Report.cfm
java.lang.IllegalAccessError: tried to access class
com.crystaldecisions.report.web.viewer.taglib.ServerControlTag from class
cfReport2ecfm864923616
--->
<cr:viewer viewerName="CrystalViewer" reportSourceType="reportingComponent" >
<cr:report reportName="/Crystal/Sample.rpt"/>
</cr:viewer>

<!---
I tried this code as well but it only results in a blank page.
I can specify any report name I like,e.g. non existing ones etc.

<cfreport report = "/Crystal/Sample5.rpt"> </cfreport>
--->

</body>
</html>

0 new messages