Sign in to follow this  
bluejdesigns

Exportbean Error When Trying To Export Charts

Recommended Posts

I am getting the below error trying to implement the jsp export functionality. I included my setup for reference. Any advice on troubleshooting would be appreciated.

-Brian

 

------------------------------------------------------------------------

I have the following in place:

------------------------------------------------------------------------

WEB-INF/lib/fcexporter.jar

WEB-INF/lib/fcexporthandler.jar

WEB-INF/classes/fusioncharts_export.properties

>EXPORTHANDLER=FCExporter_

>RESOURCEPATH=Resources/

>SAVEPATH=C:/ColdFusion9/wwwroot/cif-reports/images/charts

>HTTP_URI=/cif-reports/images/charts/

>OVERWRITEFILE=false

>INTELLIGENTFILENAMING=true

>FILESUFFIXFORMAT=TIMESTAMP

C:\ColdFusion9\wwwroot\cif-reports\FusionCharts

C:\ColdFusion9\wwwroot\cif-reports\FusionCharts\export\FCExporter.jsp

C:\ColdFusion9\wwwroot\cif-reports\FusionCharts\export\FCExporterError.jsp

C:\ColdFusion9\wwwroot\cif-reports\FusionCharts\export\Resources

 

-----------------------------------

Error Snippet

-----------------------------------

10/05 14:57:03 error Unhandled exception thrown from /cif-reports/FusionCharts/export/FCExporter.jsp:195

[3]jrunx.compiler.DefaultCFE: Compiler errors:

Found 3 semantic errors compiling "C:/ColdFusion9/wwwroot/WEB-INF/jsp/jrun__cif2dreports__FusionCharts__export__Resources__FCExporter_IMG2ejsp3d.java":

88. com.fusioncharts.exporter.beans.ExportBean exportBean = (com.fusioncharts.exporter.beans.ExportBean) pageContext.findAttribute("exportBean");

^--------^

*** Semantic Error: The class file "ExportBean.class" in "C:\ColdFusion9\wwwroot\WEB-INF\lib\fcexporter.jar\com\fusioncharts\exporter\beans" has an invalid format (duplicate local variable type table).

88. com.fusioncharts.exporter.beans.ExportBean exportBean = (com.fusioncharts.exporter.beans.ExportBean) pageContext.findAttribute("exportBean");

^----------------------------------------^

*** Semantic Error: Type "ExportBean" was not found.

98. exportBean = (com.fusioncharts.exporter.beans.ExportBean) pageContext.findAttribute("exportBean");

^----------------------------------------^

*** Semantic Error: Type "ExportBean" was not found.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this